﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

.btn:focus, .btn:hover, a {
    text-decoration: none;
}

dl, ol, p, pre, ul {
    margin-top: 0;
}

body, caption {
    text-align: left;
}

button, hr, input {
    overflow: visible;
}

pre, textarea {
    overflow: auto;
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, legend, main, menu, nav, section {
    display: block;
}

progress, sub, sup {
    vertical-align: baseline;
}

.btn-group-vertical, .form-inline, .navbar-nav {
    -webkit-box-direction: normal;
}

.btn, .custom-control-label::before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .btn-outline-danger, .btn-outline-dark, .btn-outline-info, .btn-outline-light, .btn-outline-primary, .btn-outline-success, .btn-outline-warning, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
        background-image: none;
    }

.dropdown-menu, .nav, .navbar-nav, ol, ul {
    list-style: none;
}

.fp-enabled body, .slick-slider, html, html.fp-enabled {
    -webkit-tap-highlight-color: transparent;
}

.info-toure .way-t span b, .text-truncate {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

address, dl, ol, p, pre, ul {
    margin-bottom: 1rem;
}

address, legend {
    line-height: inherit;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none;
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
}

@-ms-viewport {
    width: device-width;
}

body {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.fp-section, .slick-slider {
    -moz-box-sizing: border-box;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

abbr[data-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

.btn:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary {
    cursor: pointer;
}

address {
    font-style: normal;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote, figure {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
    }

    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

code, kbd, pre, samp {
    font-size: 1em;
}

pre {
    -ms-overflow-style: scrollbar;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label, output {
    display: inline-block;
}

button {
    -webkit-border-radius: 0;
    border-radius: 0;
}

    button:focus {
        outline: dotted 1px;
        outline: -webkit-focus-ring-color auto 5px;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

.check-id, .initialism {
    text-transform: uppercase;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type=radio], input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal;
}

.badge, .btn, .dropdown-header, .dropdown-item, .input-group-text, .navbar-brand {
    white-space: nowrap;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.display-1, .display-2, .display-3, .display-4 {
    line-height: 1.2;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.blockquote, hr {
    margin-bottom: 1rem;
}

.display-1, .display-2, .display-3, .display-4, .lead {
    font-weight: 300;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.close, .h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
}

.display-1 {
    font-size: 6rem;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-4 {
    font-size: 3.5rem;
}

hr {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }

.initialism {
    font-size: 90%;
}

.blockquote {
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code, kbd {
    font-size: 87.5%;
}

a > code, pre code {
    color: inherit;
}

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

code {
    color: #e83e8c;
    word-break: break-word;
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-1, .col-auto {
    -webkit-box-flex: 0;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2, .col-3 {
    -webkit-box-flex: 0;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4, .col-5 {
    -webkit-box-flex: 0;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6, .col-7 {
    -webkit-box-flex: 0;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8, .col-9 {
    -webkit-box-flex: 0;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10, .col-11 {
    -webkit-box-flex: 0;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        -moz-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        -moz-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        -moz-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        -moz-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        -moz-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        -moz-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        -moz-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        -moz-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        -moz-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        -moz-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        -moz-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        -moz-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        -moz-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        -moz-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        -moz-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        -moz-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        -moz-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        -moz-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        -moz-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        -moz-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm td, .table-sm th {
    padding: .3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered, .table-responsive > .table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075);
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.collapsing, .modal, .modal-open, .progress {
    overflow: hidden;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.dropdown-menu, .modal-content {
    -o-background-clip: padding-box;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.25rem + 2px);
    height: -moz-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: -webkit-calc(.375rem + 1px);
    padding-top: -moz-calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px);
    padding-bottom: -webkit-calc(.375rem + 1px);
    padding-bottom: -moz-calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: -webkit-calc(.5rem + 1px);
    padding-top: -moz-calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px);
    padding-bottom: -webkit-calc(.5rem + 1px);
    padding-bottom: -moz-calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: -webkit-calc(.25rem + 1px);
    padding-top: -moz-calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px);
    padding-bottom: -webkit-calc(.25rem + 1px);
    padding-bottom: -moz-calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.custom-file-input.is-valid ~ .custom-file-label, .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-file-input:valid ~ .custom-file-label, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: -webkit-calc(1.8125rem + 2px);
    height: -moz-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: -webkit-calc(2.875rem + 2px);
    height: -moz-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
    }

.invalid-tooltip, .valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    padding: .5rem;
    line-height: 1;
    top: 100%;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .form-check-input.is-valid ~ .form-check-label, .was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit;
}

.custom-file-input.is-invalid ~ .custom-file-label, .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-file-input:invalid ~ .custom-file-label, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

.collapsing, .dropdown, .dropup {
    position: relative;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .form-check-input.is-invalid ~ .form-check-label, .was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn-group-vertical, .navbar-nav {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.btn {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

    .btn.focus, .btn:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .btn.disabled, .btn:disabled {
        opacity: .65;
    }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #0062cc;
    border-color: #005cbf;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success.focus, .btn-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info.focus, .btn-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning.focus, .btn-warning:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger.focus, .btn-danger:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light.focus, .btn-light:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark.focus, .btn-dark:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

.btn-link, .btn-link:hover {
    background-color: transparent;
}

    .btn-link.focus, .btn-link:focus, .btn-link:hover {
        text-decoration: underline;
        border-color: transparent;
    }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
}

    .btn-link:hover {
        color: #0056b3;
    }

    .btn-link.focus, .btn-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

.btn-block {
    display: block;
}

    .btn-block + .btn-block {
        margin-top: .5rem;
    }

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.show {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    height: 0;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    -moz-transition: height .35s ease;
    transition: height .35s ease;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropleft .dropdown-toggle::before, .dropright .dropdown-toggle::after {
    width: 0;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    height: 0;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-left: .3em solid;
    vertical-align: 0;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .custom-control-label, .custom-file, .dropdown-header, .input-group-text, .nav {
    margin-bottom: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    vertical-align: middle;
}

.btn-toolbar, .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
}

    .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
        z-index: 1;
    }

.btn-group .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;
}

.btn-group > .btn:first-child, .card > hr, .dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-toolbar {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

.input-group-append, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text, .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group-append, .input-group-prepend, .input-group > .custom-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
    }

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3;
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-append, .input-group-prepend {
    display: flex;
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

    .input-group-text input[type=radio], .input-group-text input[type=checkbox] {
        margin-top: 0;
    }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    left: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label::before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6;
}

.fp-controlArrow, .slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 50% 50%;
    background-size: 50% 50%;
}

.custom-file, .custom-select {
    display: inline-block;
    height: -webkit-calc(2.25rem + 2px);
}

.custom-checkbox .custom-control-label::before {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.custom-radio .custom-control-label::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.custom-select {
    width: 100%;
    height: -moz-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;
    -o-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-lg, .custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.custom-file-input:focus ~ .custom-file-control::before, .custom-select:focus {
    border-color: #80bdff;
}

.custom-select:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5);
}

    .custom-select:focus::-ms-value {
        color: #495057;
        background-color: #fff;
    }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: -webkit-calc(1.8125rem + 2px);
    height: -moz-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    font-size: 75%;
}

.custom-select-lg {
    height: -webkit-calc(2.875rem + 2px);
    height: -moz-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    font-size: 125%;
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: -moz-calc(2.25rem + 2px);
}

.custom-file {
    height: calc(2.25rem + 2px);
}

.custom-file-input {
    z-index: 2;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label, .custom-file-label::after {
    position: absolute;
    top: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    right: 0;
}

.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: -webkit-calc(2.25rem + 2px);
    height: -moz-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

    .custom-file-label::after {
        bottom: 0;
        z-index: 3;
        display: block;
        height: -webkit-calc(calc(2.25rem + 2px) - 1px * 2);
        height: -moz-calc(calc(2.25rem + 2px) - 1px * 2);
        height: calc(calc(2.25rem + 2px) - 1px * 2);
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        -webkit-border-radius: 0 .25rem .25rem 0;
        border-radius: 0 .25rem .25rem 0;
    }

.nav, .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    -ms-flex-wrap: wrap;
}

.nav {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.nav-link, .navbar {
    padding: .5rem 1rem;
}

.nav-link {
    display: block;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        -webkit-border-top-left-radius: .25rem;
        border-top-left-radius: .25rem;
        -webkit-border-top-right-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}

.card, .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.navbar-expand, .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.card-img-overlay, .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
    }

    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            -webkit-flex-basis: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md, .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
    }

    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            -webkit-flex-basis: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            -webkit-flex-basis: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
    }

    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            -webkit-flex-basis: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -moz-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-direction: normal;
        flex-direction: row;
    }

.card, .card-deck {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3);
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5);
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9);
    }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff;
    }

.card {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -o-background-clip: border-box;
    background-clip: border-box;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.card-footer, .card-header {
    background-color: rgba(0,0,0,.03);
}

.card > hr {
    margin-right: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
}

.card-title {
    margin-bottom: .75rem;
}

.card-header, .card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}

.card-subtitle {
    margin-top: -.375rem;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        -webkit-border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
        border-radius: 0 0 -moz-calc(.25rem - 1px) -moz-calc(.25rem - 1px);
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0;
}

.card-img-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.alert, .btn .badge, .page-link {
    position: relative;
}

.card-img {
    width: 100%;
    -webkit-border-radius: -webkit-calc(.25rem - 1px);
    border-radius: -moz-calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px);
}

.card-img-top {
    width: 100%;
    -webkit-border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: -moz-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    -webkit-border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: -moz-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    -webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: -moz-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: -moz-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-deck, .card-deck .card {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
    }

    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            -webkit-flex: 1 0 0%;
            -moz-box-flex: 1;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            -webkit-flex: 1 0 0%;
            -moz-box-flex: 1;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                -webkit-border-top-right-radius: 0;
                border-top-right-radius: 0;
                -webkit-border-bottom-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    -webkit-border-top-right-radius: 0;
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    -webkit-border-bottom-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                -webkit-border-top-left-radius: 0;
                border-top-left-radius: 0;
                -webkit-border-bottom-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    -webkit-border-top-left-radius: 0;
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    -webkit-border-bottom-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                -webkit-border-radius: .25rem;
                border-radius: .25rem;
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    -webkit-border-top-left-radius: .25rem;
                    border-top-left-radius: .25rem;
                    -webkit-border-top-right-radius: .25rem;
                    border-top-right-radius: .25rem;
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    -webkit-border-bottom-right-radius: .25rem;
                    border-bottom-right-radius: .25rem;
                    -webkit-border-bottom-left-radius: .25rem;
                    border-bottom-left-radius: .25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                -webkit-border-radius: 0;
                border-radius: 0;
            }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.list-group, .modal-content, .package-item .package-bg, .page-preview-item .page-preview-item-inner, .progress-bar, .vr-item .vr-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
}

.breadcrumb, .pagination {
    -webkit-border-radius: .25rem;
    list-style: none;
}

.card-columns .card {
    margin-bottom: .75rem;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

.pagination, .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    border-radius: .25rem;
}

.page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem;
    -webkit-border-bottom-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-border-bottom-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.badge, .close {
    font-weight: 700;
    line-height: 1;
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: .2rem;
    border-top-left-radius: .2rem;
    -webkit-border-bottom-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .2rem;
    border-top-right-radius: .2rem;
    -webkit-border-bottom-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    vertical-align: baseline;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.media, .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}

.progress-bar {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    -moz-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -o-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -moz-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.list-group, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.list-group {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .list-group-item:first-child {
        -webkit-border-top-left-radius: .25rem;
        border-top-left-radius: .25rem;
        -webkit-border-top-right-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        -webkit-border-bottom-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        -webkit-border-bottom-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.popover, .tooltip {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    text-decoration: none;
}

.modal-title, .popover, .tooltip {
    line-height: 1.5;
}

.popover, .text-hide, .tooltip {
    text-shadow: none;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -moz-transition: transform .3s ease-out,-moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-moz-transform .3s ease-out,-o-transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -moz-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog-centered {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: -webkit-calc(100% - (.5rem * 2));
    min-height: -moz-calc(100% - (.5rem * 2));
    min-height: calc(100% - (.5rem * 2));
}

.modal-content, .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}

.modal-content {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    outline: 0;
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important;
    -moz-box-direction: normal !important;
}

.line-bg, .slick-slide.dragging img {
    pointer-events: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal-header {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem;
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.popover, .popover .arrow, .popover .arrow::after, .popover .arrow::before, .tooltip, .tooltip .arrow {
    position: absolute;
    display: block;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: -webkit-calc(100% - (1.75rem * 2));
        min-height: -moz-calc(100% - (1.75rem * 2));
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    z-index: 1070;
    margin: 0;
    font-weight: 400;
    text-align: left;
    text-align: start;
    opacity: 0;
}

    .tooltip.show {
        opacity: .9;
    }

    .tooltip .arrow {
        width: .8rem;
        height: .4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0;
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0;
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-weight: 400;
    text-align: left;
    text-align: start;
    background-color: #fff;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

    .popover .arrow {
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
    }

        .popover .arrow::after, .popover .arrow::before {
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: -webkit-calc((.5rem + 1px) * -1);
        bottom: -moz-calc((.5rem + 1px) * -1);
        bottom: calc((.5rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0;
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: -webkit-calc((.5rem + 1px) * -1);
        left: -moz-calc((.5rem + 1px) * -1);
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0;
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: -webkit-calc((.5rem + 1px) * -1);
        top: -moz-calc((.5rem + 1px) * -1);
        top: calc((.5rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem;
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.carousel, .carousel-inner, .carousel-item {
    position: relative;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: -webkit-calc((.5rem + 1px) * -1);
        right: -moz-calc((.5rem + 1px) * -1);
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem;
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-top-left-radius: -webkit-calc(.3rem - 1px);
    border-top-left-radius: -moz-calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px);
    -webkit-border-top-right-radius: -webkit-calc(.3rem - 1px);
    border-top-right-radius: -moz-calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    -o-transition: -o-transform .6s ease;
    -moz-transition: transform .6s ease,-moz-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease,-moz-transform .6s ease,-o-transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
    }

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fp-controlArrow, .fp-slidesNav {
    -moz-transform: translate3d(0,0,0);
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,.5);
    }

        .carousel-indicators li::after, .carousel-indicators li::before {
            left: 0;
            display: inline-block;
            height: 10px;
            position: absolute;
            content: "";
            width: 100%;
        }

    .carousel-indicators .active, .select2-close-mask, .select2-dropdown {
        background-color: #fff;
    }

    .carousel-indicators li::before {
        top: -10px;
    }

    .carousel-indicators li::after {
        bottom: -10px;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    -webkit-border-radius: .25rem !important;
    border-radius: .25rem !important;
}

.rounded-top {
    -webkit-border-top-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    -webkit-border-top-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    -webkit-border-top-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    -webkit-border-bottom-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    -webkit-border-bottom-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    -webkit-border-bottom-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    -webkit-border-top-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    -webkit-border-bottom-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-circle {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

.rounded-0 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    flex-direction: column !important;
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -moz-box-direction: reverse !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-bottom, .fixed-top {
    position: fixed;
    left: 0;
    z-index: 1030;
    right: 0;
}

.fixed-top {
    top: 0;
}

.fixed-bottom {
    bottom: 0;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.select2-hidden-accessible, .text-nowrap {
    white-space: nowrap !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.text-justify {
    text-align: justify !important;
}

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important;
        -moz-box-direction: normal !important;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-sm-column-reverse, .flex-sm-row-reverse {
        -webkit-box-direction: reverse !important;
        -moz-box-direction: reverse !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important;
        -moz-box-direction: normal !important;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-md-column-reverse, .flex-md-row-reverse {
        -webkit-box-direction: reverse !important;
        -moz-box-direction: reverse !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important;
        -moz-box-direction: normal !important;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-lg-column-reverse, .flex-lg-row-reverse {
        -webkit-box-direction: reverse !important;
        -moz-box-direction: reverse !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important;
        -moz-box-direction: normal !important;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-xl-column-reverse, .flex-xl-row-reverse {
        -webkit-box-direction: reverse !important;
        -moz-box-direction: reverse !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.btn-form, .h2, .user-btn-inner a {
    text-align: center;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }

    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container, body {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.ps__rail-x, .ps__rail-y {
    display: none;
    opacity: 0;
    position: absolute;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    -o-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    height: 15px;
    bottom: 0;
}

.ps__rail-y {
    -o-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    width: 15px;
    right: 0;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .6;
}

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9;
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #aaa;
    position: absolute;
}

.ps__thumb-x {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-transition: background-color .2s linear,height .2s ease-in-out;
    -moz-transition: background-color .2s linear,height .2s ease-in-out;
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
}

.ps__thumb-y {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-transition: background-color .2s linear,width .2s ease-in-out;
    -moz-transition: background-color .2s linear,width .2s ease-in-out;
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 6px;
    right: 2px;
}

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important;
    }
}
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

.fp-enabled body, html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -khtml-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#fp-nav, .fp-slidesNav {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

        #fp-nav ul li, .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative;
        }

        .fp-slidesNav ul li {
            display: inline-block;
        }

            #fp-nav ul li a, .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    -webkit-border-radius: 100%;
                    border-radius: 100%;
                }

                #fp-nav ul li a span, .fp-slidesNav ul li a span {
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    position: absolute;
                    z-index: 1;
                    height: 4px;
                    width: 4px;
                    border: 0;
                    background: #333;
                    left: 50%;
                    top: 50%;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all .1s ease-in-out;
                    -moz-transition: all .1s ease-in-out;
                    -o-transition: all .1s ease-in-out;
                    transition: all .1s ease-in-out;
                }

            #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0 0 -5px;
            }

        #fp-nav ul li .fp-tooltip {
            position: absolute;
            top: -2px;
            color: #fff;
            font-size: 14px;
            font-family: arial,helvetica,sans-serif;
            white-space: nowrap;
            max-width: 220px;
            overflow: hidden;
            display: block;
            opacity: 0;
            width: 0;
            cursor: pointer;
        }

.select2-container .select2-selection--single .select2-selection__clear, .slick-list, .slick-slider, .slick-track {
    position: relative;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important;
}

.slick-slider {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.slick-list {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

.select2-container, .selection:focus {
    outline: 0 !important;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.select2-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 60px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    border: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    overflow: hidden;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 11px 40px 13px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 15px 30px 6px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    display: none;
}

.select2-container--classic .select2-results > .select2-results__options, .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.main-header .user-col, .select2-container--default .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.select2-container--default .select2-selection--single {
    background-color: #ECECEC;
    border: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    width: 100%;
    height: 60px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0 !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.btn-primary, a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 14px;
    width: 100%;
    padding-left: 40px;
    padding-right: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #0C0C0C;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 0;
    right: 32px;
    width: 6px;
    background: url(../images/arrows-select.svg) center center no-repeat;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
        display: none;
    }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ECECEC;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    font-weight: 400;
    font-size: 11px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 11px;
    padding: 11px 50px 13px 24px;
    outline: 0 !important;
    background: #fff;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ECECEC;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ECECEC;
    color: #0C0C0C;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border-left: 1px solid #aaa;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
}

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 4px 0 0 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888;
        border-width: 0 4px 5px;
    }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

.card-header, .select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #555;
    }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

body {
    font-family: Lato,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
    min-height: 100vh;
}

.btn, .h1, .h2 {
    letter-spacing: 0;
    font-weight: 700;
}

a {
    transition: all .4s;
}

    a:hover {
        text-decoration: none;
        outline: 0;
    }

.btn:active, .btn:focus, .btn:hover, .check-id:focus, .gallery-item:focus, .head-collapse-title:focus, .slick-arrow:focus, input:not([type=submit]):focus {
    outline: 0 !important;
}

.h1 {
    font-size: 48px;
    color: #292929;
    line-height: 48px;
    margin-bottom: 40px;
}

.h2, .top-menu {
    margin-bottom: 0;
}

.h1 span {
    color: #912B2D;
}

.h2 {
    font-size: 24px;
    color: #0C0C0C;
    line-height: 24px;
}

.btn {
    display: inline-block;
    padding: 18px 40px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 14px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    outline: 0 !important;
    background-image: -webkit-linear-gradient(315deg,#B83B3E 0,#912B2D 100%);
    background-image: -moz-linear-gradient(315deg,#B83B3E 0,#912B2D 100%);
    background-image: -o-linear-gradient(315deg,#B83B3E 0,#912B2D 100%);
    background-image: linear-gradient(-225deg,#B83B3E 0,#912B2D 100%);
    color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary {
    background-image: -webkit-linear-gradient(315deg,#B83B3E 0,#912B2D 100%);
    background-image: -moz-linear-gradient(315deg,#B83B3E 0,#912B2D 100%);
    background-image: -o-linear-gradient(315deg,#B83B3E 0,#912B2D 100%);
    background-image: linear-gradient(-225deg,#B83B3E 0,#912B2D 100%);
    color: #fff;
    background-color: transparent;
    padding-left: 40px;
    padding-right: 40px;
    transition: all .4s;
    border: none !important;
}

    .btn-primary .arrow-right-animation {
        height: 13px;
        display: inline-block;
        width: 40px;
        position: relative;
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
        transform: translateY(1px);
        margin-left: 40px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }

        .btn-primary .arrow-right-animation::before {
            content: '';
            width: -webkit-calc(100% - 1px);
            width: -moz-calc(100% - 1px);
            width: calc(100% - 1px);
            height: 2px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -1px;
            background: #fff;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
        }

        .btn-primary .arrow-right-animation::after {
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(45deg);
            -moz-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            -o-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
            border-top: 2px #fff solid;
            border-right: 2px #fff solid;
        }

    .btn-primary:hover {
        padding-left: 30px;
        padding-right: 30px;
    }

        .btn-primary:hover .arrow-right-animation {
            width: 60px;
        }

.line-bg {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #F5F2EF;
}

.main-header, .top-menu li, .top-menu li a, main {
    position: relative;
}

.line-bg.line2 {
    left: -webkit-calc(50% - 158px);
    left: -moz-calc(50% - 158px);
    left: calc(50% - 158px);
}

.line-bg.line3 {
    left: -webkit-calc(50% + 158px);
    left: -moz-calc(50% + 158px);
    left: calc(50% + 158px);
}

.line-bg.line1 {
    left: -webkit-calc(50% - 473px);
    left: -moz-calc(50% - 473px);
    left: calc(50% - 473px);
}

.line-bg.line4 {
    left: -webkit-calc(50% + 473px);
    left: -moz-calc(50% + 473px);
    left: calc(50% + 473px);
}
main {
    overflow: hidden;
}

.content-section {
    padding-top: 75px;
    padding-bottom: 75px;
}

.main-header {
    padding: 20px 25px 0;
    background: #fff;
}

    .main-header.transparent-header {
        background: 0 0;
    }

    .main-header .logo-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 135px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 135px;
        flex: 0 0 135px;
        max-width: 135px;
    }

    .main-header .user-col {
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .main-header .user-col .user-btn {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 312px;
            -moz-box-flex: 0;
            -ms-flex: 0 0 312px;
            flex: 0 0 312px;
            max-width: 312px;
            padding-left: 30px;
        }

        .main-header .user-col .main-menu {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 -webkit-calc(100% - 312px);
            -moz-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 312px);
            flex: 0 0 calc(100% - 312px);
            max-width: -webkit-calc(100% - 312px);
            max-width: -moz-calc(100% - 312px);
            max-width: calc(100% - 312px);
        }

.top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .top-menu li .sub-menu li a, .top-menu li a {
        display: block;
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 700;
    }

    .top-menu li a {
        color: #292929;
        line-height: 14px;
        padding: 23px 30px 33px;
    }

        .top-menu li a:hover {
            color: #912B2D;
        }

            .top-menu li a:hover::before {
                max-width: -webkit-calc(100% - 20px);
                max-width: -moz-calc(100% - 20px);
                max-width: calc(100% - 20px);
            }

        .top-menu li a::before {
            content: '';
            width: 100%;
            height: 2px;
            background: #912B2D;
            position: absolute;
            left: 10px;
            bottom: 0;
            max-width: 0;
            -webkit-transition: all .4s linear;
            -o-transition: all .4s linear;
            -moz-transition: all .4s linear;
            transition: all .4s linear;
        }

    .top-menu li:hover .sub-menu {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .btn-form.opacity-btn, .top-menu li .sub-menu {
        opacity: 0;
        pointer-events: none;
    }

    .top-menu li .sub-menu {
        position: absolute;
        top: 100%;
        left: -10px;
        background: #fff;
        -webkit-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
        padding: 20px 10px 26px;
        min-width: 175px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        z-index: 9;
    }

        .top-menu li .sub-menu li a {
            color: #868686;
            line-height: 48px;
            padding: 0 30px;
            white-space: nowrap;
        }

            .top-menu li .sub-menu li a::before {
                display: none;
            }

.home-slide .content-slide, .user-btn-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -webkit-box;
}

.top-menu li .sub-menu li a:hover {
    color: #912B2D;
}

.user-btn-inner {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #1F1F1F;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 230px;
    float: right;
    width: 230px;
}

    .user-btn-inner a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        font-weight: 700;
        font-size: 14px;
        color: #FFF;
        letter-spacing: 0;
        line-height: 14px;
        padding: 18px 20px;
        position: relative;
    }

        .user-btn-inner a span {
            position: relative;
            z-index: 2;
        }

        .user-btn-inner a.btn-enroll::before, .user-btn-inner a.btn-login::before {
            position: absolute;
            height: 100%;
            width: 120%;
            -moz-transition: all .4s;
            top: 0;
            content: '';
        }

        .user-btn-inner a.btn-enroll::before {
            left: 0;
            -webkit-transform: skewX(-20deg);
            -moz-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
            -o-transform: skewX(-20deg);
            transform: skewX(-20deg);
            background: #912B2D;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
        }

        .user-btn-inner a.btn-enroll:hover {
            text-indent: -20px;
        }

            .user-btn-inner a.btn-enroll:hover::before {
                left: -20px;
            }

        .user-btn-inner a.btn-login::before {
            left: -28px;
            -webkit-transform: skewX(-20deg);
            -moz-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
            -o-transform: skewX(-20deg);
            transform: skewX(-20deg);
            background: #1F1F1F;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
        }

.page-preview-item .title-page_p .h2, .scroll-mouse {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.user-btn-inner a.btn-login:hover {
    text-indent: 20px;
}

    .user-btn-inner a.btn-login:hover + a::before {
        left: 20px;
    }

.home-slide {
    position: relative;
    height: -webkit-calc(100vh - 220px);
    height: -moz-calc(100vh - 220px);
    height: calc(100vh - 220px);
}

    .home-slide .slide-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .home-slide .content-slide {
        height: 100%;
        position: relative;
        z-index: 2;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 25px;
        padding-right: 25px;
    }

        .home-slide .content-slide .content-slide-inner {
            max-width: 500px;
        }

            .home-slide .content-slide .content-slide-inner .h1 {
                font-weight: 700;
                font-size: 50px;
                color: #292929;
                letter-spacing: 0;
                line-height: 75px;
            }

.slider-inner {
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    position: relative;
}

    .slider-inner .bottom-mask {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 120px;
        width: 100%;
        z-index: 3;
    }

        .slider-inner .bottom-mask::before {
            content: '';
            position: absolute;
            left: -10px;
            top: -149px;
            width: -webkit-calc(100% + 20px);
            width: -moz-calc(100% + 20px);
            width: calc(100% + 20px);
            height: 150px;
            background: url(../images/mask-main_img.svg) bottom left no-repeat;
            -o-background-size: 100% auto;
            background-size: 100% auto;
        }

.scroll-mouse {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    font-size: 48px;
    line-height: 48px;
    color: #292929;
}

    .scroll-mouse::before {
        content: '';
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #912B2D;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 15px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }

    .scroll-mouse:hover {
        color: #912B2D;
    }

        .scroll-mouse:hover::before {
            top: 20px;
        }

.btn-form {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #912B2D;
    color: #fff;
    line-height: 80px;
    font-size: 22px;
}

    .btn-form:hover {
        color: #fff;
        background: #1F1F1F;
    }

.scroll-btn {
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    color: #1F1F1F;
    letter-spacing: 0;
    line-height: 14px;
    position: absolute;
    left: -10px;
    bottom: 90px;
}

.page-preview-item .text-page_p p, .title-col p {
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0;
}

#top-btn, .main-footer.transparent-footer .btn-form {
    bottom: 40px;
}

.scroll-btn:hover {
    color: #912B2D;
}

.page-preview-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #F6F6F6;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 315px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-preview-item {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

    .page-preview-item .page-preview-item-inner {
        padding: 0 48px 69px 60px;
        margin-top: 69px;
        height: -webkit-calc(100% + 80px);
        height: -moz-calc(100% + 80px);
        height: calc(100% + 80px);
        width: -webkit-calc(100% + 80px);
        width: -moz-calc(100% + 80px);
        width: calc(100% + 80px);
        max-width: -webkit-calc(100% + 80px);
        max-width: -moz-calc(100% + 80px);
        max-width: calc(100% + 80px);
        max-height: -webkit-calc(100% + 80px);
        max-height: -moz-calc(100% + 80px);
        max-height: calc(100% + 80px);
        min-width: -webkit-calc(100% + 80px);
        min-width: -moz-calc(100% + 80px);
        min-width: calc(100% + 80px);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        -moz-transition: all .8s;
        transition: all .8s;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-preview-item .text-page_p {
        position: relative;
        z-index: 2;
        display: none;
    }

        .page-preview-item .text-page_p p {
            font-size: 14px;
            color: #292929;
            line-height: 28px;
        }

    .page-preview-item .title-page_p {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        position: relative;
        height: 64px;
    }

    .page-preview-item .icon-page_p, .page-preview-item .icon-page_p-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        height: 138px;
    }

    .page-preview-item .title-page_p .h2 {
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        -moz-transition: all .7s;
        transition: all .7s;
        white-space: nowrap;
        font-size: 22px;
    }

    .page-preview-item .icon-page_p-inner {
        width: 138px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .page-preview-item .icon-page_p-inner img {
            max-width: 42px;
        }

    .page-preview-item .icon-page_p {
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

.product-item .image-bg-product, .product-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.page-preview-item.hover-page-preview .page-preview-item-inner {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 25px 42px 0 rgba(0,0,0,.1);
    box-shadow: 0 25px 42px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.page-preview-item.hover-page-preview .title-page_p {
    position: relative;
    z-index: 2;
}

    .page-preview-item.hover-page-preview .title-page_p .h2 {
        left: 0;
        top: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

.page-preview-item.hover-page-preview .icon-page_p-inner {
    position: absolute;
    left: 0;
    top: 0;
    background: #F6F6F6;
    -webkit-box-shadow: 0 0 0 45px #f6f6f6;
    box-shadow: 0 0 0 45px #f6f6f6;
}

.title-col .h1 {
    margin-bottom: 0;
}

.title-col p {
    margin-top: 30px;
    font-size: 20px;
    color: #868686;
    line-height: 20px;
}

.title-col span {
    color: #912B2D;
    margin-right: 20px;
}

.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .product-item + .product-item .image-bg-product {
        -webkit-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0;
    }

    .product-item:hover {
        z-index: 2;
    }

    .product-item.play-video iframe {
        opacity: 1;
        pointer-events: auto;
    }

    .product-item iframe, .product-item.play-video .play-link {
        pointer-events: none;
        opacity: 0;
    }

    .product-item iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        -webkit-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0;
    }

    .package-item .package-bg, .product-item .image-bg-product {
        -o-background-size: cover;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        -moz-transition: all .6s;
        overflow: hidden;
    }

    .product-item .link-prod, .product-item .price, .product-item h3 {
        position: relative;
        z-index: 2;
    }

    .product-item .image-bg-product {
        height: 550px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 80px;
        -webkit-border-radius: 20px 0 0 20px;
        border-radius: 20px 0 0 20px;
        transition: all .6s;
    }

        .product-item .image-bg-product:hover {
            -webkit-border-radius: 20px;
            border-radius: 20px;
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }

            .product-item .image-bg-product:hover .link-prod {
                max-height: 61px;
            }

    .product-item .link-prod {
        max-height: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        overflow: hidden;
    }

    .product-item .product-content h3 {
        font-weight: 700;
        font-size: 48px;
        color: #FFF;
        letter-spacing: 0;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .product-item .product-content .price {
        display: block;
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 20px;
        color: #FFF;
        letter-spacing: 0;
        line-height: 20px;
    }

    .product-item .play-link {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-100%);
        -moz-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
        -o-transform: translate(-50%,-100%);
        transform: translate(-50%,-100%);
        font-size: 160px;
        line-height: 160px;
        color: #FAF7F4;
        z-index: 2;
    }

        .product-item .play-link:hover {
            color: #912B2D;
        }

.package-item .package-bg h3, .package-item .package-bg h3 a {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 0;
}

.product-row {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}

.title-col {
    margin-bottom: 40px;
}

.package-side-left {
    margin-top: 40px;
}

.package-side-left-inner {
    position: relative;
    height: 642px;
}

.animation-package {
    position: absolute;
    right: 0;
    top: 0;
    width: 642px;
    height: 642px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}

.package-item .package-bg, .promotion-image .promotion-image-inner {
    -webkit-border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.animation-package .animation-package-inner {
    position: relative;
}

    .animation-package .animation-package-inner .earth-block {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 540px;
        height: 540px;
        margin-top: -270px;
        margin-left: -270px;
        -webkit-animation: reversSpin 20s infinite linear;
        -moz-animation: reversSpin 20s infinite linear;
        -o-animation: reversSpin 20s infinite linear;
        animation: reversSpin 20s infinite linear;
    }

        .animation-package .animation-package-inner .earth-block img, .animation-package .plane-block img {
            height: auto;
            width: 100%;
        }

.animation-package .plane-block {
    -webkit-animation: spin 14s infinite linear;
    -moz-animation: spin 14s infinite linear;
    -o-animation: spin 14s infinite linear;
    animation: spin 14s infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes reversSpin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes reversSpin {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes reversSpin {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes reversSpin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.package-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 410px;
    position: relative;
}

    .package-item .package-bg {
        height: 500px;
        background-size: cover;
        border-radius: 20px;
        transition: all .6s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 60px;
    }

        .package-item .package-bg .head-package {
            position: relative;
            padding-right: 70px;
        }

        .package-item .package-bg h3 {
            display: block;
            margin-bottom: 20px;
        }

            .package-item .package-bg h3 a {
                display: block;
            }

                .package-item .package-bg h3 a:hover {
                    color: #912B2D;
                }

        .package-item .package-bg .price {
            font-weight: 400;
            font-size: 20px;
            color: #FFF;
            letter-spacing: 0;
            line-height: 20px;
            display: block;
        }

.story-item-inner, .story-item-inner .s_Avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.package-item.package-item1 {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
}

    .package-item.package-item1 .package-bg {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .package-item.package-item1:hover {
        z-index: 2;
    }

        .package-item.package-item1:hover .package-bg {
            -webkit-transform: translateY(-50px) translateX(0) scale(1.1,1.12);
            -moz-transform: translateY(-50px) translateX(0) scale(1.1,1.12);
            -ms-transform: translateY(-50px) translateX(0) scale(1.1,1.12);
            -o-transform: translateY(-50px) translateX(0) scale(1.1,1.12);
            transform: translateY(-50px) translateX(0) scale(1.1,1.12);
        }

        .package-item.package-item1:hover + .package-item .package-bg {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

.package-item.package-item2 .package-bg {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.package-item.package-item2:hover {
    z-index: 2;
}

    .package-item.package-item2:hover .package-bg {
        -webkit-transform: translateY(-50px) scale(1.1,1.12);
        -moz-transform: translateY(-50px) scale(1.1,1.12);
        -ms-transform: translateY(-50px) scale(1.1,1.12);
        -o-transform: translateY(-50px) scale(1.1,1.12);
        transform: translateY(-50px) scale(1.1,1.12);
    }

.label-package {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 70px;
}

    .label-package i {
        color: #912B2D;
        font-size: 74px;
    }

    .label-package .text-label {
        position: absolute;
        -webkit-transform: rotate(-270deg);
        -moz-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        transform: rotate(-270deg);
        font-weight: 700;
        font-size: 16px;
        color: #FFF;
        letter-spacing: 0;
        line-height: 20px;
        left: 26px;
        top: 35px;
    }

.story-item-inner:hover .s_Avatar .ava-s_img, .story-item-inner:hover .s_Avatar .s_Avatar-inner::before {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

.package-side-right {
    padding-top: 90px;
}

.promotion-image .promotion-image-inner {
    padding: 80px;
    border-radius: 20px;
    -o-background-size: cover;
    background-size: cover;
}

    .promotion-image .promotion-image-inner .h2 {
        margin-bottom: 30px;
        color: #fff;
        text-align: left;
        font-weight: 700;
        font-size: 50px;
        letter-spacing: 0;
        line-height: 70px;
    }

    .promotion-image .promotion-image-inner p {
        font-weight: 400;
        font-size: 20px;
        color: #FFF;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 0;
    }

        .promotion-image .promotion-image-inner p + .banner-link {
            margin-top: 60px;
        }

.story-item-inner {
    padding: 50px 0;
    display: flex;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

    .story-item-inner .s_Avatar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 312px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 312px;
        flex: 0 0 312px;
        max-width: 312px;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .story-item-inner .s_Avatar .s_Avatar-inner {
            position: relative;
        }

            .story-item-inner .s_Avatar .s_Avatar-inner::before {
                content: '';
                width: 100%;
                height: 100%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #912B2D;
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                -moz-transition: all .4s;
                transition: all .4s;
            }

    .ava-s_img, .story-item-inner .story-content .head-s .social-s {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
    }

    .story-item-inner .story-content .head-s {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 50px;
        position: relative;
    }

        .story-item-inner .story-content .head-s .title-s {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 -webkit-calc(100% - 100px);
            -moz-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 100px);
            flex: 0 0 calc(100% - 100px);
        }

            .story-item-inner .story-content .head-s .title-s h4 {
                font-weight: 700;
                font-size: 24px;
                color: #292929;
                letter-spacing: 0;
                line-height: 24px;
                margin-bottom: 20px;
            }

            .story-item-inner .story-content .head-s .title-s .position-s {
                display: block;
                font-size: 16px;
                color: #292929;
                letter-spacing: 0;
                line-height: 16px;
            }

        .story-item-inner .story-content .head-s .social-s {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100px;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100px;
            flex: 0 0 100px;
            max-width: 100px;
            position: absolute;
            right: 50px;
            top: -1px;
            transition: all .4s;
            opacity: 0;
        }

            .story-item-inner .story-content .head-s .social-s .social {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -webkit-justify-content: flex-end;
                -moz-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                margin-bottom: 0;
            }

.big-social, .input-text {
    -webkit-box-align: center;
}

.story-item-inner .story-content .head-s .social-s .social li + li {
    margin-left: 10px;
}

.story-item-inner .story-content .head-s .social-s .social li a {
    display: block;
    width: 63px;
    height: 63px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 63px;
    background: #F6F6F6;
    color: #C8C8C8;
    font-size: 16px;
}

    .story-item-inner .story-content .head-s .social-s .social li a:hover {
        color: #912B2D;
        background: #fff;
        -webkit-box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
        box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    }

.story-item-inner .story-content .text-p {
    padding-right: 80px;
    max-width: 880px;
    margin-top: 20px;
}

    .story-item-inner .story-content .text-p p {
        font-size: 16px;
        color: #292929;
        letter-spacing: 0;
        line-height: 36px;
        margin-bottom: 0;
    }

        .story-item-inner .story-content .text-p p + p {
            margin-top: 25px;
        }

.story-item-inner:hover {
    background: #fff;
    -webkit-box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
}

    .story-item-inner:hover .s_Avatar .ava-s_img {
        transform: scale(1.1,1.1);
    }

        .story-item-inner:hover .s_Avatar .ava-s_img .image-hide {
            opacity: 1;
        }

        .story-item-inner:hover .s_Avatar .ava-s_img .image-show {
            opacity: 0;
        }

    .story-item-inner:hover .s_Avatar .s_Avatar-inner::before {
        opacity: 1;
        left: 5px;
        top: 5px;
        transform: scale(1.1,1.1);
    }

    .story-item-inner:hover .story-content .head-s .social-s {
        opacity: 1;
        pointer-events: auto;
    }

.ava-s_img img.image-hide, .check-id.valid-input span, .country-tour-item-inner:hover .title-tour::before, .input-row .input-row-inner.has-text label, .pack-modal-block-inner, input:not([type=submit]):focus + label {
    opacity: 0;
}

.ava-s_img {
    width: 173px;
    height: 173px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s;
    position: relative;
    z-index: 2;
}

    .ava-s_img img, .input-row .input-row-inner label {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
    }

    .ava-s_img img {
        width: 100%;
        min-height: 100%;
        transition: all .4s;
    }

        .ava-s_img img.image-hide {
            position: absolute;
            left: 0;
            top: 0;
        }

.stories-section {
    padding-bottom: 20px;
}

    .stories-section .title-col {
        margin-bottom: 40px;
    }

.small-title {
    margin-bottom: 80px;
}

    .small-title .h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 0;
    }

.big-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .big-social li + li {
        margin-left: 50px;
    }

.list-step li + li, .menu-trigger {
    margin-left: 40px;
}

.big-social li a {
    width: 130px;
    height: 130px;
    display: block;
    background: #F6F6F6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
    font-size: 33px;
    color: #292929;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#top-btn, .vr-item .vr-inner .round-count {
    -webkit-border-radius: 50%;
    text-align: center;
}

.big-social li a:hover {
    color: #912B2D;
    background: #fff;
    -webkit-box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.main-footer .footer-inner {
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
    background: url(../images/mask-footer@2x.png) center top no-repeat #e1dfdf;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.main-footer.transparent-footer .footer-inner {
    background: 0 0;
    padding: 40px 25px;
}

.main-footer.transparent-footer .copy-row {
    margin-top: 0;
}

.footer-column h4 {
    font-weight: 700;
    font-size: 24px;
    color: #292929;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 50px;
}

.copy-row .copy p, .footer-list li, .footer-list li a {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 700;
}

.footer-list, .list-step {
    margin-bottom: 0;
}

    .footer-list li {
        color: #292929;
    }

        .footer-list li + li {
            margin-top: 40px;
        }

        .footer-list li a {
            color: #292929;
            display: block;
        }

            .footer-list li a:hover {
                color: #912B2D;
            }

.copy-row {
    margin-top: 120px;
}

    .copy-row .copy p {
        margin-bottom: 0;
        color: #868686;
    }

#top-btn {
    position: absolute;
    right: 37px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #292929;
    border-radius: 50%;
    background: rgba(41,41,41,.1);
}

.input-row .input-row-inner, .menu-trigger {
    position: relative;
}

#top-btn:hover {
    background: #292929;
    color: #fff;
}

.menu-trigger {
    width: 40px;
    height: 20px;
    display: block;
    margin-top: 15px;
}

    .menu-trigger .line-t {
        width: 30px;
        background-color: #292929;
        height: 2px;
        display: block;
        margin-top: 8px;
    }

.menu-block {
    display: none;
}

.step-register-section {
    background: #F6F6F6;
    padding: 25px 0;
    margin-top: 50px;
}

.list-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main-step-title, .product-section .title-col {
    margin-bottom: 80px;
}

.list-step li a {
    font-size: 14px;
    line-height: 14px;
    display: block;
    color: #0C0C0C;
}

    .list-step li a.active, .list-step li a:hover {
        color: #AC3435;
    }

.register-section {
    padding-top: 40px;
}

.main-step-title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-step-title h2 {
        font-weight: 700;
        font-size: 24px;
        color: #AC3435;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .main-step-title .btn-step-head {
        padding: 0 15px;
    }

.field-wrapper {
    padding: 40px 60px 60px;
    background: #F6F6F6;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .field-wrapper.transparent-field {
        background: 0 0;
        padding: 30px 0;
    }

    .field-wrapper + .field-wrapper {
        margin-top: 50px;
    }

    .field-wrapper .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .field-wrapper .row + .row {
            margin-top: 35px;
        }

    .field-wrapper .title-field-block {
        margin-bottom: 45px;
    }

        .field-wrapper .title-field-block h3 {
            font-weight: 700;
            font-size: 24px;
            color: #292929;
            letter-spacing: 0;
            line-height: 24px;
            margin-bottom: 0;
        }

        .field-wrapper .title-field-block + .row {
            margin-top: 0;
        }

input:not([type=submit]) {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
    padding: 17px 40px 19px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #ECECEC;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-row {
    padding-left: 10px;
    padding-right: 10px;
}

    .input-row .input-row-inner label {
        position: absolute;
        font-weight: 400;
        font-size: 14px;
        color: #0C0C0C;
        letter-spacing: 0;
        line-height: 24px;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        transition: all .4s;
    }

.checkbox-row .checkbox-row-inner label::before, .yes-no-radio .radio-item label::before {
    width: 19px;
    height: 19px;
    content: '';
    border: 1px solid #C1C1C1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

.input-row .input-row-inner label .required-star {
    color: #AE373A;
}

.notification-row {
    padding: 5px 0;
}

    .notification-row h5 {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        color: #292929;
        letter-spacing: 0;
        line-height: 24px;
    }

.small-notification h5, .small-notification h5 a {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 24px;
}

.notification-row h5 span {
    color: #B1383B;
}

.small-notification {
    margin-top: 16px;
}

    .small-notification h5 {
        color: grey;
        letter-spacing: 0;
    }

        .small-notification h5 a {
            color: #B0383A;
            letter-spacing: 0;
        }

.checkbox-row .checkbox-row-inner label, .confirm-text h5, .input-row .input-row-inner .file-input label .placefiletext, .vr-item .vr-inner .round-count, .yes-no-radio .radio-item label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.small-notification h5 a:hover {
    color: #292929;
}

.confirm-text h5 {
    color: #292929;
    line-height: 24px;
    margin-bottom: 20px;
}

.yes-no-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .yes-no-radio .radio-item {
        position: relative;
    }

        .yes-no-radio .radio-item + .radio-item {
            margin-left: 50px;
        }

        .yes-no-radio .radio-item input {
            display: none;
        }

            .yes-no-radio .radio-item input:checked + label::before {
                background-position: center 49%;
            }

        .yes-no-radio .radio-item label {
            position: relative;
            padding-right: 41px;
            color: #292929;
            line-height: 24px;
            cursor: pointer;
        }

            .yes-no-radio .radio-item label::before {
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                background: url(../images/check-checbox.svg) center -30px no-repeat #fff;
                transition: all .4s;
            }

label {
    margin-bottom: 0;
}

.input-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-row + .checkbox-row {
    margin-top: 19px;
}

.checkbox-row .checkbox-row-inner {
    position: relative;
}

    .checkbox-row .checkbox-row-inner input {
        display: none;
    }

        .checkbox-row .checkbox-row-inner input:checked + label::before {
            background-position: center 49%;
        }

    .checkbox-row .checkbox-row-inner label {
        color: #292929;
        line-height: 24px;
        position: relative;
        cursor: pointer;
        padding-left: 43px;
    }

        .checkbox-row .checkbox-row-inner label a {
            color: #B0383A;
        }

            .checkbox-row .checkbox-row-inner label a:hover {
                color: #868686;
            }

        .checkbox-row .checkbox-row-inner label::before {
            background: url(../images/check-checbox.svg) center -30px no-repeat #fff;
            transition: all .4s;
            position: absolute;
            left: 0;
            top: 2.5px;
        }

.button-step {
    margin-top: 90px;
}

.input-row .input-row-inner .file-input {
    position: relative;
}

    .input-row .input-row-inner .file-input input {
        display: none;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .input-row .input-row-inner .file-input label {
        width: 100%;
        cursor: pointer;
        padding: 10px;
        background: #ECECEC;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: auto;
        top: auto;
        opacity: 1 !important;
        pointer-events: auto;
    }

        .input-row .input-row-inner .file-input label .placeholder-file {
            font-weight: 400;
            font-size: 14px;
            color: #0C0C0C;
            letter-spacing: 0;
            line-height: 14px;
            padding-left: 30px;
        }

            .input-row .input-row-inner .file-input label .placeholder-file i {
                color: #B2383B;
            }

        .input-row .input-row-inner .file-input label .placefiletext {
            color: #0C0C0C;
            line-height: 14px;
            padding: 13px 80px 14px 28px;
            background: #fff;
            -webkit-border-radius: 40px;
            border-radius: 40px;
            position: relative;
        }

            .input-row .input-row-inner .file-input label .placefiletext .plus-ico {
                width: 16px;
                height: 16px;
                position: absolute;
                background: url(../images/choose-file.png) center center no-repeat;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                -moz-transition: all .4s;
                transition: all .4s;
                right: 18px;
                top: 50%;
                margin-top: -8px;
            }

        .input-row .input-row-inner .file-input label:hover .placefiletext .plus-ico {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.btn-math.plus-btn::after, .btn-math.plus-btn::before {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.verify-checkbox .checkbox-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
}

    .verify-checkbox .checkbox-row + .checkbox-row {
        margin-top: 11px;
    }

.verify-btn .btn {
    width: 100%;
}

.placement-field {
    padding-top: 60px;
}

.vr-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
}

    .vr-item .vr-inner {
        position: relative;
        background: #fff;
        padding: 26px 10px 18px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .vr-item .vr-inner .round-count {
            position: absolute;
            right: 10px;
            top: 10px;
            background: #B0383A;
            border-radius: 50%;
            line-height: 27px;
            color: #FFF;
            width: 27px;
            height: 27px;
        }

        .vr-item .vr-inner .icon-vr {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 50px;
            margin-bottom: 16px;
        }

.main-allocation, .valet-acc-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
}

.vr-item .vr-inner .icon-vr img {
    max-width: 100%;
    height: auto;
}

.vr-item .vr-inner .vr-name {
    font-weight: 400;
    font-size: 12px;
    color: #292929;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

.vr-acc {
    margin-left: -10px;
    margin-right: -10px;
}

    .vr-acc .col {
        padding-left: 10px;
        padding-right: 10px;
    }

.enrollment-field {
    padding-top: 66px;
    padding-bottom: 66px;
}

    .enrollment-field .title-field-block p {
        max-width: 421px;
        margin: 29px auto 0;
        font-weight: 300;
        font-size: 17px;
        color: #292929;
        letter-spacing: 0;
        text-align: center;
        line-height: 33px;
    }

.valet-acc-inner {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .valet-acc-inner .valet-img img {
        max-width: 100%;
    }

    .valet-acc-inner .valet-text {
        padding-left: 90px;
        max-width: 460px;
    }

        .valet-acc-inner .valet-text h4 {
            font-weight: 700;
            font-size: 28px;
            color: #292929;
            letter-spacing: 0;
            line-height: 28px;
            margin-bottom: 20px;
        }

        .valet-acc-inner .valet-text p {
            margin-bottom: 0;
            font-weight: 300;
            font-size: 17px;
            color: #292929;
            letter-spacing: 0;
            line-height: 33px;
        }

.main-allocation .main-allocation-row label, .sub-allocation .main-allocation-row label {
    padding-right: 30px;
    text-align: right;
    font-size: 14px;
    color: #292929;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}

.main-allocation {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 360px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .main-allocation .main-allocation-row.main-allocation-row, .sub-allocation {
        margin-top: 30px;
    }

    .main-allocation .main-allocation-row, .sub-allocation {
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
    }

    .main-allocation .main-allocation-row {
        display: -webkit-box;
        display: -moz-box;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .main-allocation .main-allocation-row label {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 140px;
            -moz-box-flex: 0;
            -ms-flex: 0 0 140px;
            flex: 0 0 140px;
            max-width: 140px;
        }

        .main-allocation .main-allocation-row input {
            max-width: -webkit-calc(100% - 140px);
            max-width: -moz-calc(100% - 140px);
            max-width: calc(100% - 140px);
        }

.sub-allocation {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .sub-allocation .main-allocation-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 300px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }

        .sub-allocation .main-allocation-row label {
            width: 80px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 80px;
            -moz-box-flex: 0;
            -ms-flex: 0 0 80px;
            flex: 0 0 80px;
            max-width: 80px;
        }

.text-allocation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

    .text-allocation h4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 110px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        max-width: 110px;
        font-weight: 400;
        font-size: 21px;
        color: #B0383A;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 0;
    }

    .head-collapse-title, .text-allocation .text-all-wrap p {
        color: #000;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .text-allocation .text-all-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 110px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
        max-width: -webkit-calc(100% - 110px);
        max-width: -moz-calc(100% - 110px);
        max-width: calc(100% - 110px);
        padding-left: 30px;
    }

        .text-allocation .text-all-wrap p {
            font-size: 14px;
            margin-bottom: 0;
        }

            .text-allocation .text-all-wrap p + p {
                margin-top: 20px;
            }

.plus-minus-inp {
    position: relative;
}

    .plus-minus-inp .plus-btn {
        right: 50px;
    }

    .plus-minus-inp .minus-btn {
        right: 14px;
    }

.btn-math {
    width: 31px;
    height: 31px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -15.5px;
    cursor: pointer;
}

    .btn-math.minus-btn::before, .btn-math.plus-btn::after, .btn-math.plus-btn::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background: #B0383A;
    }

    .btn-math.plus-btn::before {
        width: 13px;
        height: 1px;
        transform: translate(-50%,-50%);
    }

    .btn-math.plus-btn::after {
        width: 1px;
        height: 13px;
        transform: translate(-50%,-50%);
    }

    .btn-math.minus-btn::before {
        width: 13px;
        height: 1px;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.card {
    position: relative;
    border: none;
    background: 0 0;
}

    .card + .card {
        margin-top: 15px;
    }

.card-header:first-child {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    background: 0 0;
}

.head-collapse-title {
    display: block;
    width: 100%;
    text-align: left;
    background: #F6F6F6;
    font-size: 24px;
    padding: 32px 80px 32px 60px;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.input-label .input-label-inner, .product-slide-content .destination-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.head-collapse-title:hover {
    color: #912B2D;
}

    .head-collapse-title:hover .pl-ico::after, .head-collapse-title:hover .pl-ico::before {
        background: #912B2D;
    }

.head-collapse-title .pl-ico::after, .head-collapse-title .pl-ico::before {
    top: 50%;
    background: #9A9A9A;
    position: absolute;
    -o-transition: all .4s;
    left: 50%;
    content: '';
}

.head-collapse-title.collapsed {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .head-collapse-title.collapsed .pl-ico::before {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

.head-collapse-title .pl-ico {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .head-collapse-title .pl-ico::before {
        width: 1px;
        height: 100%;
        margin-top: -15px;
        margin-left: -.5px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .head-collapse-title .pl-ico::after, .slick-arrow {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
    }

    .head-collapse-title .pl-ico::after {
        width: 100%;
        height: 1px;
        margin-left: -15px;
        margin-top: -.5px;
        transition: all .4s;
    }

.input-payment-row .row, .input-with-placeholder {
    margin-left: -10px;
    margin-right: -10px;
}

    .input-payment-row .row + .row, .pay-acc-row .row + .row {
        margin-top: 35px;
    }

.card-body {
    padding: 15px 60px 60px;
    background: #F6F6F6;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.input-payment-row .row .col-12, .input-with-placeholder [class*=col], .pay-acc-row .input-label .pin-row label {
    padding-left: 10px;
    padding-right: 10px;
}

.input-payment-row .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-label .input-label-inner {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pack-modal-block, .step-block {
    display: none;
}

.input-label .input-label-inner label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
}

.input-label .input-label-inner .plus-minus-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 160px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: 300px;
    width: 100%;
}

.plus-minus-input .plus-btn {
    right: 55px;
}

.plus-minus-input .minus-btn {
    right: 19px;
}

.pay-acc-row .input-label input, .pay-acc-row .input-label label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.pay-acc-row .input-label .amount-box label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
}

.pay-acc-row .input-label .amount-box input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 160px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: -webkit-calc(100% - 160px);
    max-width: -moz-calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.pay-acc-row .input-label .imdb-row label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.pay-acc-row .input-label .imdb-row input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 80px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}

.pay-acc-row .input-label .pin-row label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
}

.pay-acc-row .input-label .pin-row input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 70px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: -webkit-calc(100% - 70px);
    max-width: -moz-calc(100% - 70px);
    max-width: calc(100% - 70px);
}

.step-block.show {
    display: block;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-contact, .slide-form {
    -webkit-box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
}

.plus-minus-input {
    position: relative;
}

.product-slide-content .price-slide h5 {
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 35px;
}

.product-slide-content .destination-slider {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}

    .product-slide-content .destination-slider h3 {
        font-weight: 700;
        font-size: 60px;
        color: #FFF;
        letter-spacing: 0;
        line-height: 60px;
        margin-bottom: 0;
    }

    .product-slide-content .destination-slider div + div {
        padding-left: 76px;
        position: relative;
    }

        .product-slide-content .destination-slider div + div::before {
            content: '';
            width: 16px;
            height: 15px;
            position: absolute;
            left: 30px;
            top: 22px;
            background: url(../images/air.svg) center center no-repeat;
        }

.product-slide-content .delay-tour {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product-slide-content .delay-tour .delay-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .product-slide-content .delay-tour .delay-block .icon-delay {
            width: 100px;
            height: 100px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: rgba(255,255,255,.1);
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 45px;
            color: #fff;
        }

.gallery-item, .slide-form {
    -webkit-border-radius: 20px;
}

.product-slide-content .delay-tour .delay-block + .delay-block {
    margin-left: 60px;
}

    .product-slide-content .delay-tour .delay-block + .delay-block .icon-delay {
        font-size: 34px;
    }

.product-slide-content .delay-tour .delay-block .info-delay {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 100px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 30px;
}

    .product-slide-content .delay-tour .delay-block .info-delay .info-delay-title {
        font-weight: 400;
        font-size: 16px;
        color: #FFF;
        letter-spacing: 0;
        line-height: 16px;
        margin-bottom: 15px;
    }

.more-info a, .slide-form h3 {
    font-weight: 700;
    letter-spacing: 0;
}

.product-slide-content .delay-tour .delay-block .info-delay .info-delay-value {
    font-weight: 700;
    font-size: 24px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 24px;
}

.form-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.slide-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 520px;
    width: 520px;
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
}

    .slide-form h3 {
        font-size: 32px;
        line-height: 32px;
        color: #292929;
        margin-bottom: 40px;
        text-align: center;
    }

        .slide-form h3 span {
            color: #912B2D;
        }

    .slide-form .input-row + .input-row {
        margin-top: 20px;
    }

    .slide-form .input-row.input-btn {
        margin-top: 40px;
        text-align: center;
    }

.more-info {
    position: absolute;
    bottom: 190px;
    z-index: 9;
    left: 60px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .more-info a {
        font-size: 14px;
        color: #FFF;
        line-height: 14px;
    }

        .more-info a:hover {
            color: #912B2D;
        }

        .more-info a b {
            display: block;
        }

        .more-info a span {
            font-size: 8px;
        }

.product-info-section {
    margin-bottom: 0;
    background: url(../images/logo_back.svg) right center no-repeat;
}

    .product-info-section .h1 {
        margin-bottom: 60px;
    }

.list-characteristic .char-item + .char-item {
    margin-top: 40px;
}

.list-characteristic .char-title {
    font-weight: 400;
    font-size: 16px;
    color: #868686;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 20px;
}

.list-characteristic .char-value {
    font-weight: 400;
    font-size: 20px;
    color: #292929;
    letter-spacing: 0;
    line-height: 20px;
}

.btn-default, .execude-column h3 {
    font-weight: 700;
    letter-spacing: 0;
}

.notification-characteristic p {
    margin-bottom: 0;
    font-size: 20px;
    color: #912B2D;
    letter-spacing: 0;
    line-height: 20px;
}

.product-info-inner .col-12 + .col-12 {
    margin-top: 60px;
}

.execude-column h3 {
    font-size: 24px;
    color: #0C0C0C;
    line-height: 24px;
    margin-bottom: 30px;
}

.round-list {
    margin-bottom: 0;
}

    .round-list li {
        font-size: 14px;
        color: #292929;
        letter-spacing: 0;
        line-height: 36px;
        position: relative;
        padding-left: 26px;
    }

        .round-list li::before {
            content: '';
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -3px;
            background: #912B2D;
        }

.gallery-item {
    border-radius: 20px;
}

.gallery-item-inner {
    height: 580px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

    .gallery-item-inner .big-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
        height: 100%;
        position: relative;
    }

    .gallery-item-inner .small-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 38%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }

        .gallery-item-inner .small-image .image-bg {
            height: 50%;
        }

    .gallery-item-inner .image-bg {
        width: 100%;
        height: 100%;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.slick-arrow {
    background: 0 0;
    position: absolute;
    border: none;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -o-transition: all .4s;
    transition: all .4s;
    font-size: 12px;
   
    border-radius: 12%;
}
}

    .slick-arrow:hover {
        color: #912B2D;
    }

    .slick-arrow.slick-next {
        right: 0;
    }

    .slick-arrow.slick-prev {
        left: 0;
        z-index:9;
    }

.product-pack .package-item.package-item1 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-pack .package-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

    .product-pack .package-item.package-item2 .package-bg {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .product-pack .package-item.package-item1:hover .package-bg {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

.btn-default {
    font-size: 14px;
    color: #292929;
    text-align: center;
    line-height: 14px;
    padding: 23px 90px;
    background: #F6F6F6;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

    .btn-default:hover {
        color: #912B2D;
        padding-left: 70px;
        padding-right: 70px;
    }

.content h4, .content p {
    color: #0C0C0C;
    letter-spacing: 0;
}

.all-pack-btn {
    margin-top: 80px;
}

.page-content {
    padding-top: 100px;
    padding-bottom: 200px;
}

    .page-content .container {
        max-width: 865px;
    }

    .page-content .h1 {
        margin-bottom: 60px;
    }

.content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0;
}

    .content p + p {
        margin-top: 20px;
    }

    .content p + h4 {
        margin-top: 30px;
    }

    .content p + ul, .content ul.round-list li + li {
        margin-top: 20px;
    }

.content h4 {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 30px;
}

.content a {
    color: #912B2D;
}

    .content a:hover {
        color: #868686;
    }

.content ul li, .content ul.round-list li {
    font-size: 14px;
    color: #0C0C0C;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0;
}

.content ul.round-list li {
    display: block;
}

.p__info-row, .packacge-block-item .inner-package-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.content ul li + li {
    margin-top: 20px !important;
}

.page-content.package-page .h1 {
    margin-bottom: 45px;
}

.tab-wrapper {
    margin-bottom: 80px;
}

    .tab-wrapper .nav-tabs {
        margin: 0;
        padding: 0;
        border: none;
    }

        .tab-wrapper .nav-tabs li + li {
            margin-left: 30px;
        }

.pack-modal-block-inner .pack-modal-buy-btn .arrow-right-animation, .packacge-block-item .inner-package-block .p__link .btn-primary .arrow-right-animation {
    margin-left: 20px;
}

.tab-wrapper .nav-tabs li a {
    font-weight: 400;
    font-size: 20px;
    color: #292929;
    letter-spacing: 0;
    line-height: 20px;
}

    .tab-wrapper .nav-tabs li a.active, .tab-wrapper .nav-tabs li a:hover {
        color: #912B2D;
    }

.packacge-block-item {
    margin-bottom: 30px;
}

    .packacge-block-item .inner-package-block {
        height: 100%;
        min-height: 450px;
        background-repeat: no-repeat;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        padding: 50px 40px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .packacge-block-item .inner-package-block .bg-pack-img {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .packacge-block-item .inner-package-block .p__title {
            padding-left: 20px;
            padding-right: 20px;
        }

            .packacge-block-item .inner-package-block .p__title h3 {
                font-weight: 700;
                font-size: 32px;
                color: #FFF;
                letter-spacing: 0;
                line-height: 48px;
                margin-bottom: 13px;
            }

            .packacge-block-item .inner-package-block .p__title .price {
                font-weight: 400;
                font-size: 20px;
                color: #FFF;
                letter-spacing: 0;
                line-height: 20px;
                display: block;
            }

        .packacge-block-item .inner-package-block .p__info {
            padding: 20px;
            background: rgba(61,61,61,.5);
            -webkit-border-radius: 12px;
            border-radius: 12px;
            margin-top: 43px;
        }

        .packacge-block-item .inner-package-block .p__link {
            margin-top: 48px;
        }

.p__info-row {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .p__info-row .p__info-icon, .pack-modal-block-inner {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
    }

    .p__info-row + .p__info-row {
        margin-top: 11px;
    }

    .p__info-row .p__info-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41px;
        flex: 0 0 41px;
        height: 41px;
        max-height: 41px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #B0383A;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .p__info-row .p__info-icon img {
            max-width: 100%;
            height: auto;
            display: block;
        }

    .p__info-row h5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 41px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 41px);
        flex: 0 0 calc(100% - 41px);
        max-width: -webkit-calc(100% - 41px);
        max-width: -moz-calc(100% - 41px);
        max-width: calc(100% - 41px);
        padding-left: 30px;
        font-weight: 400;
        font-size: 16px;
        color: #FFF;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 0;
    }

.pack-modal-block-inner {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    background: #FFF;
    -webkit-box-shadow: 6px 3px 41px 7px rgba(213,213,213,.5);
    box-shadow: 6px 3px 41px 7px rgba(213,213,213,.5);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.btn .arrow-left-animation, .btn .arrow-left-animation::before {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

.pack-modal-block-inner .image-package {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 470px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    max-width: 470px;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

    .pack-modal-block-inner .image-package .btn {
        position: absolute;
        left: 50%;
        bottom: 60px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: 40px;
        padding-right: 40px;
    }

.pack-modal-block-inner .pack-modal-block-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 470px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 470px);
    flex: 0 0 calc(100% - 470px);
    max-width: -webkit-calc(100% - 470px);
    max-width: -moz-calc(100% - 470px);
    max-width: calc(100% - 470px);
    padding: 50px 60px 60px 70px;
}

.pack-modal-block-inner .p__info-row h5 {
    color: #292929;
}

.pack-modal-block-inner .pack-modal-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .pack-modal-block-inner .pack-modal-title h2 {
        font-weight: 700;
        font-size: 32px;
        color: #292929;
        letter-spacing: 0;
        line-height: 48px;
        margin-bottom: 0;
    }

        .pack-modal-block-inner .pack-modal-title h2 span {
            color: #B0383A;
        }

.pack-modal-block-inner .price {
    font-weight: 700;
    font-size: 32px;
    color: #282828;
    letter-spacing: 0;
    line-height: 48px;
}

.pack-modal-block-inner .pack-modal-desc {
    max-width: 515px;
}

    .pack-modal-block-inner .pack-modal-desc p {
        font-weight: 400;
        font-size: 16px;
        color: #282828;
        letter-spacing: 0;
        line-height: 36px;
        margin-bottom: 0;
    }

        .pack-modal-block-inner .pack-modal-desc p + p {
            margin-top: 20px;
        }

.pack-modal-block-inner .pack-modal-info, .pack-modal-block-inner .pack-modal-info + .pack-modal-desc {
    margin-top: 30px;
}

.pack-modal-block-inner .pack-modal-buy-btn {
    margin-top: 40px;
}

.btn .arrow-left-animation {
    height: 13px;
    display: inline-block;
    width: 40px;
    position: relative;
    margin-right: 20px;
    transition: all .4s;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

    .btn .arrow-left-animation::before {
        content: '';
        width: -webkit-calc(100% - 1px);
        width: -moz-calc(100% - 1px);
        width: calc(100% - 1px);
        height: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        background: #373737;
        transition: all .4s;
    }

    .btn .arrow-left-animation::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        border-top: 2px #373737 solid;
        border-right: 2px #373737 solid;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -4.5px;
    }

.btn:hover .arrow-left-animation {
    width: 60px;
}

    .btn:hover .arrow-left-animation::before {
        background: #912B2D;
    }

    .btn:hover .arrow-left-animation::after {
        border-color: #912B2D;
    }

.login-page, .refer-change {
    display: -moz-box;
    display: -ms-flexbox;
}

.pack-modal-block.shown-modal .pack-modal-block-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.login-page {
    height: -webkit-calc(100vh - 186px);
    height: -moz-calc(100vh - 186px);
    height: calc(100vh - 186px);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}

    .login-page .login-page-inner {
        width: 100%;
    }

.link-block {
    margin-bottom: 40px;
}

    .link-block .back-link {
        font-weight: 700;
        font-size: 14px;
        color: #292929;
        letter-spacing: 0;
        line-height: 14px;
    }

        .link-block .back-link span {
            font-size: 30px;
            -webkit-transform: translateY(7px);
            -moz-transform: translateY(7px);
            -ms-transform: translateY(7px);
            -o-transform: translateY(7px);
            transform: translateY(7px);
            display: inline-block;
            margin-right: 30px;
            -webkit-transition: margin-right .4s;
            -o-transition: margin-right .4s;
            -moz-transition: margin-right .4s;
            transition: margin-right .4s;
        }

        .link-block .back-link:hover {
            color: #912B2D;
            padding-left: 10px;
        }

            .link-block .back-link:hover span {
                margin-right: 20px;
            }

.form-page-block .h2 {
    font-weight: 700;
    font-size: 32px;
    color: #292929;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    margin-bottom: 60px;
}

.form-page-block .form-login {
    max-width: 410px;
    margin: 0 auto;
}

.error-text, .input-row .notice-text {
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: center;
}

.form-page-block .form-login .input-row + .input-row {
    margin-top: 20px;
}

.form-page-block .form-login .input-row.btn-row {
    margin-top: 60px;
}

.form-page-block .form-login .input-row.link-row a {
    font-weight: 700;
    font-size: 14px;
    color: #912B2D;
    letter-spacing: 0;
    line-height: 14px;
}

    .check-id, .form-page-block .form-login .input-row.link-row a:hover {
        color: #292929;
    }

.input-row .notice-text {
    font-weight: 700;
    font-size: 14px;
    color: #292929;
    line-height: 14px;
    margin-top: 20px;
}

.check-id {
    position: absolute;
    top: 50%;
    right: 10px;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    line-height: 10px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: center center no-repeat #fff;
    border: none;
    width: 76px;
    height: 40px;
    padding: 15px 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.error-text, .small-modal .close:hover {
    color: #912B2D;
}

.check-id span {
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}

.error-text, .small-modal .close {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

.check-id:hover {
    color: #912B2D;
    width: 60px;
}

.check-id.valid-input {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../images/check.svg);
    background-color: #A4D991;
}

.error-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    transition: all .4s;
    max-height: 0;
    overflow: hidden;
}

.error-row .error-text {
    padding-top: 20px;
    padding-bottom: 10px;
    max-height: 60px;
}

.modal-470 .modal-dialog {
    width: 100%;
    max-width: 470px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.small-modal .modal-content {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.small-modal .close {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 1;
    cursor: pointer;
    transition: all .4s;
}

.btn-dark, .refer-change .update-refer span {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

.small-modal .close:focus {
    outline: 0;
}

.country-tour-item-inner:focus, .left-side-contact textarea:focus, .made-item .made-inner:focus {
    outline: 0 !important;
}

.purchase-wrapper {
    padding: 60px 65px;
}

    .purchase-wrapper .head-modal h3 {
        font-weight: 700;
        font-size: 24px;
        color: #292929;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .purchase-wrapper .head-modal p {
        font-weight: 400;
        font-size: 16px;
        color: #292929;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 0;
    }

.refer-change {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

    .refer-change .update-refer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 160px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
        font-weight: 900;
        font-size: 10px;
        color: #292929;
        letter-spacing: 0;
        text-align: center;
        line-height: 10px;
        padding: 15px 20px;
        background-color: #F6F6F6;
        -webkit-border-radius: 40px;
        border-radius: 40px;
    }

    .buttons-purchase p, .refer-change .country-block {
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0;
    }

    .refer-change .update-refer span {
        margin-right: 10px;
        transition: all .4s;
        color: #868686;
        display: inline-block;
    }

    .refer-change .update-refer:hover {
        color: #912B2D;
    }

        .refer-change .update-refer:hover span {
            color: #912B2D;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .refer-change .country-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 160px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
        flex: 0 0 calc(100% - 160px);
        max-width: -webkit-calc(100% - 160px);
        max-width: -moz-calc(100% - 160px);
        max-width: calc(100% - 160px);
        color: #292929;
        text-align: right;
    }

.buttons-purchase a {
    width: 100%;
    padding: 23px;
}

    .buttons-purchase a + a {
        margin-top: 10px;
    }

    .buttons-purchase a:hover {
        opacity: .8;
    }

.buttons-purchase p {
    margin-bottom: 0;
    color: #868686;
    text-align: center;
    margin-top: 40px;
}

.btn-dark {
    transition: all .4s;
}

.form-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    height: 100%;
}

.made-item .made-inner, .news-item-inner {
    -webkit-box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    overflow: hidden;
}

.form-contact .left-side-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 485px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px;
    max-width: 485px;
    padding: 85px 60px;
}

    .form-contact .left-side-contact .input-row input {
        padding-top: 12px;
        padding-bottom: 14px;
    }

    .form-contact .left-side-contact .input-row + .input-row {
        margin-top: 20px;
    }

    .form-contact .left-side-contact .input-row + .btn-row {
        margin-top: 40px;
    }

.form-contact .right-side-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 485px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 485px);
    flex: 0 0 calc(100% - 485px);
    max-width: -webkit-calc(100% - 485px);
    max-width: -moz-calc(100% - 485px);
    max-width: calc(100% - 485px);
    height: 100%;
    background: url(../images/back-contact.jpg) center bottom no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.page-main .stories-section {
    padding-bottom: 200px;
}

.news-item-inner {
    background: #FFF;
    box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

    .news-item-inner .news-image {
        height: 200px;
        position: relative;
        overflow: hidden;
    }

        .news-item-inner .news-image .news-bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
        }

        .news-item-inner .news-image .news-category {
            position: absolute;
            top: 13px;
            left: 35px;
            font-weight: 700;
            font-size: 20px;
            color: #FFF;
            letter-spacing: 0;
            line-height: 48px;
            text-transform: uppercase;
            z-index: 2;
        }

        .news-item-inner .news-image::before {
            content: '';
            width: 100%;
            height: 35px;
            background: url(../images/patch.svg) center bottom no-repeat;
            -o-background-size: cover;
            background-size: cover;
            position: absolute;
            bottom: 0;
            z-index: 2;
            left: 0;
        }

    .news-item-inner .date__n {
        margin-top: 20px;
        font-weight: 700;
        font-size: 15px;
        color: #AEAEAE;
        letter-spacing: 0;
        line-height: 42px;
        padding: 0 40px;
    }

    .news-item-inner .info__n {
        padding: 0 40px;
        margin-bottom: 45px;
    }

        .news-item-inner .info__n h4 {
            margin-bottom: 20px;
        }

            .news-item-inner .info__n h4 a {
                font-weight: 700;
                font-size: 24px;
                color: #292929;
                letter-spacing: 0;
                line-height: 35px;
                display: block;
            }

                .news-item-inner .info__n h4 a:hover {
                    color: #912B2D;
                }

        .news-item-inner .info__n p {
            font-size: 14px;
            color: #292929;
            letter-spacing: 0;
            line-height: 30px;
        }

    .news-item-inner .link__b {
        text-align: center;
        padding: 0 40px 55px;
    }

.content-our-product, .content-single {
    padding-bottom: 200px;
}

.news-item-inner:hover .news-bg {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.news-item {
    margin-bottom: 30px;
}

.single-slider-section .content-slide .content-slide-inner .h1 {
    color: #fff;
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 35px;
}

.single-slider-section .date-slide {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 42px;
    padding-top: 35px;
}

.bg-our-prod h3, .list-made li a, .made-item .made-inner h3 {
    line-height: 63px;
    letter-spacing: 0;
}

.single-slider-section .date-slide::before {
    content: '';
    width: 70px;
    height: 0;
    border-top: 1px #fff solid;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text-open-single .content-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 890px;
    padding-left: 15px;
    padding-right: 15px;
}

.single-page .slider-inner .bottom-mask {
    height: 90px;
}

    .single-page .slider-inner .bottom-mask::before {
        top: -180px;
    }

.single-page .row-news {
    margin-top: 90px;
}

.content-our-product {
    padding-top: 120px;
}

.our-product-inner {
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.bg-our-prod {
    padding: 95px 100px;
    display: block;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.row-field-set, .row-field-set .input-row .input-row-inner.label-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.bg-our-prod::before {
    content: '';
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.bg-our-prod h3 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 48px;
    color: #FFF;
    margin-bottom: 0;
}

.our-product-col {
    position: relative;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    overflow: hidden;
}

    .our-product-col:nth-child(1) {
        -webkit-border-radius: 35px 35px 0 0;
        border-radius: 35px 35px 0 0;
    }

    .our-product-col:last-child {
        -webkit-border-radius: 0 0 35px 35px;
        border-radius: 0 0 35px 35px;
    }

    .our-product-col:hover {
        z-index: 2;
        -webkit-border-radius: 35px;
        border-radius: 35px;
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.customize-main .slider-inner {
    height: 550px;
}

.customize-main .home-slide, .customize-main .home-slider {
    height: 100%;
}

.customize-main .slider-inner .bottom-mask::before {
    bottom: 0;
    top: auto;
}

.customize-main .home-slide .content-slide .content-slide-inner .h1 {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.customize-main .home-slide .content-slide .content-slide-inner {
    max-width: 100%;
}

.customize-main .home-slide .content-slide {
    padding-bottom: 115px;
}

.form-custom {
    background: #FFF;
    -webkit-box-shadow: 0 -1px 27px -12px rgba(0,0,0,.5);
    box-shadow: 0 -1px 27px -12px rgba(0,0,0,.5);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 80px;
}

.form-customize-section {
    margin-top: -115px;
    padding-bottom: 200px;
    position: relative;
    z-index: 3;
}

.row-field-set {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

    .row-field-set + .row-field-set {
        margin-top: 35px;
    }

        .field-set + .field-set, .row-field-set + .row-field-set.btn-row {
            margin-top: 70px;
        }

.field-set h3 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 55px;
}

.row-field-set .col-6 + .col-6 {
    padding-left: 55px;
}

.row-field-set .input-row .input-row-inner.label-row {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.big-input-row, .checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.row-field-set .input-row .input-row-inner.label-row .inp-b {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.row-field-set .input-row .input-row-inner.label-row .label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 300px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: -webkit-calc(100% - 300px);
    max-width: -moz-calc(100% - 300px);
    max-width: calc(100% - 300px);
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
    padding-right: 10px;
}

    .row-field-set .input-row .input-row-inner.label-row .label .required-star {
        color: #B0383A;
    }

.row-field-set .input-row .input-row-inner.label-row .checkbox-row label {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    margin: 0;
}

.row-field-set .input-row .input-row-inner.label-row .checkbox-row + .checkbox-row {
    margin-top: 0;
    margin-left: 35px;
}

.checkbox-wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .checkbox-wrapper .checkbox + .checkbox {
        margin-left: 35px;
    }

    .checkbox-wrapper .checkbox .checkbox-row-inner input {
        display: none;
    }

        .checkbox-wrapper .checkbox .checkbox-row-inner input:checked + label::before {
            background-position: center 49%;
        }

    .checkbox-wrapper .checkbox .checkbox-row-inner label {
        position: relative;
        margin: 0;
        left: auto !important;
        top: auto !important;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        color: #292929;
        line-height: 24px;
        cursor: pointer;
        padding-left: 43px;
        pointer-events: auto;
        opacity: 1 !important;
    }

        .checkbox-wrapper .checkbox .checkbox-row-inner label::before {
            width: 19px;
            height: 19px;
            content: '';
            border: 1px solid #C1C1C1;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            background: url(../images/check-checbox.svg) center -30px no-repeat #fff;
            transition: all .4s;
            position: absolute;
            left: 0;
            top: 2.5px;
        }

.big-input-row {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.half-row, .made-item .made-inner .icon-made {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
}

.big-input-row .top-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
}

    .big-input-row .top-label span {
        color: #B3393C;
    }

.half-row {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
}

    .half-row + .half-row {
        padding-left: 15px;
        padding-right: 0;
    }

    .half-row .label {
        padding-right: 15px;
    }

    .half-row .inp-b {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .half-row.adults-row .inp-b {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 61px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 61px);
        flex: 0 0 calc(100% - 61px);
        max-width: -webkit-calc(100% - 61px);
        max-width: -moz-calc(100% - 61px);
        max-width: calc(100% - 61px);
    }

    .half-row.children-row .inp-b {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 76px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 76px);
        flex: 0 0 calc(100% - 76px);
        max-width: -webkit-calc(100% - 76px);
        max-width: -moz-calc(100% - 76px);
        max-width: calc(100% - 76px);
    }

    .half-row.egp-row .inp-b, .half-row.person-row .inp-b {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.made-page {
    padding-top: 120px;
    padding-bottom: 200px;
}

.made-item {
    margin-bottom: 30px;
}

    .made-item .made-inner {
        display: block;
        position: relative;
        padding: 170px 75px 40px;
        background: #FFF;
        box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

.country-tour-item-inner, .list-made {
    -webkit-box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
}

.made-item .made-inner .icon-made {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 268px;
    height: 268px;
    padding-top: 30px;
    padding-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F8F8F8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 75px;
    color: #B0383A;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.made-item .made-inner h3 {
    font-weight: 700;
    font-size: 34px;
    color: #292929;
    text-align: right;
    margin-bottom: 0;
}

.made-item .made-inner:hover .icon-made {
    color: #fff;
    background: #B0383A;
}

.left-made-tour {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
    padding: 0 15px;
}

.list-made {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFF;
    box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
    overflow: hidden;
}

    .list-made li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: 700;
        font-size: 23px;
        color: #323232;
        padding: 20px 20px 20px 30px;
        overflow: hidden;
    }

        .list-made li a b {
            font-weight: 700;
        }

        .list-made li a .icon-list-made {
            font-size: 40px;
            text-align: center;
            position: relative;
            min-width: 50px;
            color: #B0383A;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
        }

            .list-made li a .icon-list-made span {
                position: relative;
                z-index: 2;
            }

            .list-made li a .icon-list-made::before {
                width: 158px;
                height: 158px;
                content: '';
                -webkit-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                left: 70%;
                top: 70%;
                background: #B0383A;
                -webkit-transform: translate(-50%,-50%) scale(0,0);
                -moz-transform: translate(-50%,-50%) scale(0,0);
                -ms-transform: translate(-50%,-50%) scale(0,0);
                -o-transform: translate(-50%,-50%) scale(0,0);
                transform: translate(-50%,-50%) scale(0,0);
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                -moz-transition: all .5s;
                transition: all .5s;
            }

        .list-made li a:hover .icon-list-made {
            padding-right: 15px;
            color: #fff;
        }

            .list-made li a:hover .icon-list-made::before {
                -webkit-transform: translate(-50%,-50%) scale(1,1);
                -moz-transform: translate(-50%,-50%) scale(1,1);
                -ms-transform: translate(-50%,-50%) scale(1,1);
                -o-transform: translate(-50%,-50%) scale(1,1);
                transform: translate(-50%,-50%) scale(1,1);
            }

    .list-made li + li {
        border-top: 1px #E6E6E6 solid;
    }

.right-made-tour {
    padding-left: 85px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 340px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 340px);
    flex: 0 0 calc(100% - 340px);
    max-width: -webkit-calc(100% - 340px);
    max-width: -moz-calc(100% - 340px);
    max-width: calc(100% - 340px);
}

.country-tour-item-inner {
    display: block;
    position: relative;
    background: #FFF;
    box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

    .country-tour-item-inner .image-block {
        height: 340px;
        position: relative;
    }

        .country-tour-item-inner .image-block .image-block-bg {
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s;
            -webkit-border-radius: 20px;
            border-radius: 20px;
        }

    .country-tour-item-inner .title-tour {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        max-height: 105px;
        padding: 35px 15px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .country-tour-item-inner .title-tour::before {
            content: '';
            width: 100%;
            height: 35px;
            background: url(../images/patch.svg) center bottom no-repeat;
            -o-background-size: cover;
            background-size: cover;
            position: absolute;
            top: -35px;
            z-index: 2;
            left: 0;
            -webkit-transition: opacity .4s;
            -o-transition: opacity .4s;
            -moz-transition: opacity .4s;
            transition: opacity .4s;
        }

        .country-tour-item-inner .title-tour h3 {
            margin-bottom: 0;
            font-weight: 700;
            font-size: 27px;
            color: #292929;
            letter-spacing: 0;
            line-height: 35px;
            text-align: center;
            -webkit-transition: color .4s;
            -o-transition: color .4s;
            -moz-transition: color .4s;
            transition: color .4s;
        }

    .country-tour-item-inner:hover .title-tour {
        background: rgba(41,41,41,.4);
        max-height: 100%;
    }

        .country-tour-item-inner:hover .title-tour h3 {
            color: #fff;
        }

    .country-tour-item-inner:hover .image-block .image-block-bg {
        -webkit-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
    }

.country-tour-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

    .country-tour-item.toure-block .image-block {
        height: 320px;
        -webkit-border-radius: 0;
        border-radius: 0;
        overflow: hidden;
    }

        .country-tour-item.toure-block .image-block .image-block-bg {
            -webkit-border-radius: 0;
            border-radius: 0;
        }

        .country-tour-item.toure-block .image-block::before {
            content: '';
            width: 100%;
            height: 35px;
            background: url(../images/patch.svg) center bottom no-repeat;
            -o-background-size: cover;
            background-size: cover;
            position: absolute;
            bottom: 0;
            z-index: 2;
            left: 0;
            -webkit-transition: opacity .4s;
            -o-transition: opacity .4s;
            -moz-transition: opacity .4s;
            transition: opacity .4s;
        }

.info-toure {
    padding: 20px 40px 50px;
}

    .info-toure .price-t {
        font-weight: 400;
        font-size: 16px;
        color: #292929;
        letter-spacing: 0;
        margin-bottom: 25px;
    }

        .info-toure .price-t strong {
            font-weight: 700;
            color: #B83B3E;
            font-size: 20px;
            margin-right: 5px;
        }

    .info-toure .way-t {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px;
    }

        .info-toure .way-t span {
            padding-right: 25px;
            display: block;
            font-weight: 700;
            font-size: 24px;
            color: #292929;
            letter-spacing: 0;
            line-height: 35px;
            max-width: 50%;
        }

            .info-toure .way-t span b {
                width: 100%;
                overflow: hidden;
                white-space: nowrap;
                font-weight: 700;
                display: block;
            }

    .info-toure .dates-t, .info-toure .dates-t .dates-t-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
    }

    .info-toure .way-t span.to {
        padding-right: 0;
        padding-left: 25px;
        position: relative;
    }

        .info-toure .way-t span.to:before {
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            left: -8px;
            top: 50%;
            margin-top: -8px;
            background: url(../images/air-red.svg) center center no-repeat;
        }

    .info-toure .dates-t {
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

        .info-toure .dates-t .dates-t-item {
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            min-width: 120px;
        }

            .info-toure .dates-t .dates-t-item .d-icon {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 45px;
                -moz-box-flex: 0;
                -ms-flex: 0 0 45px;
                flex: 0 0 45px;
                height: 45px;
                max-width: 45px;
                background: rgba(201,201,201,.1);
                -webkit-border-radius: 50%;
                border-radius: 50%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 25px;
                color: #B0383A;
            }

            .info-toure .dates-t .dates-t-item + .dates-t-item {
                padding-left: 15px;
                min-width: 180px;
            }

            .info-toure .dates-t .dates-t-item .date-d-wrap {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 -webkit-calc(100% - 45px);
                -moz-box-flex: 0;
                -ms-flex: 0 0 calc(100% - 45px);
                flex: 0 0 calc(100% - 45px);
                max-width: -webkit-calc(100% - 45px);
                max-width: -moz-calc(100% - 45px);
                max-width: calc(100% - 45px);
                padding-left: 10px;
            }

                .info-toure .dates-t .dates-t-item .date-d-wrap .date-title {
                    font-weight: 400;
                    font-size: 12px;
                    color: #000;
                    letter-spacing: 0;
                    line-height: 16px;
                    margin-bottom: 3px;
                }

                .info-toure .dates-t .dates-t-item .date-d-wrap .date-val {
                    font-weight: 700;
                    font-size: 16px;
                    color: #000;
                    letter-spacing: 0;
                    line-height: 24px;
                }

    .info-toure .link-t {
        text-align: center;
    }

.mobile-menu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
}

    .mobile-menu-wrapper .mobile-menu-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 100%;
        position: relative;
    }

    .mobile-menu-wrapper .mobile-menu li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        color: #912B2D;
        line-height: 70px;
    }

    .mobile-menu-wrapper .logo-menu {
        text-align: center;
        margin-bottom: 50px;
    }

    .mobile-menu-wrapper .close {
        position: absolute;
        right: 40px;
        top: 40px;
        color: #912B2D !important;
        opacity: 1;
        text-shadow: none;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        cursor: pointer;
        outline: 0 !important;
    }

        .mobile-menu-wrapper .close:hover {
            color: #868686;
        }

    .mobile-menu-wrapper .menu-content {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
        transform: translateY(-300px);
    }

    .mobile-menu-wrapper.active .menu-content {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.no-scroll {
    overflow: hidden;
}

.left-made-tour-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}

.left-made-tour-inner .file-row {
    margin-right: -5px;
    margin-left: -5px;
}

    .left-made-tour-inner .file-row [class*=col] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .left-made-tour-inner .file-row + .file-row {
        margin-top: 20px;
    }

.left-made-tour-inner input:not([type=submit]) {
    padding-left: 30px;
    padding-right: 30px;
}

.left-made-tour-inner .btn {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
}

.title-filter {
    margin-bottom: 40px;
    position: relative;
}

    .title-filter h3, .zero-search {
        margin-bottom: 0;
        letter-spacing: 0;
    }

    .title-filter h3 {
        font-weight: 700;
        font-size: 32px;
        color: #292929;
        line-height: 32px;
    }

    .title-filter .clear {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: 0 0;
        border: none;
        font-weight: 400;
        font-size: 12px;
        color: #868686;
        letter-spacing: 0;
        text-align: right;
        line-height: 15px;
        cursor: pointer;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }

        .title-filter .clear span {
            font-size: 15px;
            display: inline-block;
            -webkit-transform: translateY(2px);
            -moz-transform: translateY(2px);
            -ms-transform: translateY(2px);
            -o-transform: translateY(2px);
            transform: translateY(2px);
            margin-left: 5px;
        }

        .title-filter .clear:hover {
            color: #B83B3E;
        }

.date-row-block .date-label {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 14px;
    color: #868686;
    letter-spacing: 0;
    line-height: 14px;
    padding-left: 30px;
    pointer-events: none;
}

.date-row-block .date-from {
    padding-left: 65px !important;
}

.date-row-block .date-to {
    padding-left: 50px !important;
}

.zero-search {
    font-weight: 700;
    font-size: 32px;
    color: #C8C8C8;
    text-align: center;
    line-height: 32px;
}

.height-100 {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.left-side-contact textarea {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
    padding: 17px 40px 19px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #ECECEC;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 150px;
    max-width: 100%;
}

.prod-row-block, .prod-row-block .prod-item .prod-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.left-side-contact textarea::-webkit-input-placeholder {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
}

.left-side-contact textarea:-moz-placeholder {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
}

.left-side-contact textarea::-moz-placeholder {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
}

.left-side-contact textarea:-ms-input-placeholder {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
}

.left-side-contact textarea::placeholder {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-weight: 400;
    font-size: 14px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 24px;
}

.left-side-contact textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.left-side-contact textarea:focus:-moz-placeholder {
    opacity: 0;
}

.left-side-contact textarea:focus::-moz-placeholder {
    opacity: 0;
}

.left-side-contact textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.left-side-contact textarea:focus::placeholder {
    opacity: 0;
}

.prod-row-block {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .prod-row-block .prod-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

        .prod-row-block .prod-item .prod-link {
            display: flex;
            min-height: 507px;
            position: relative;
            padding: 60px;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -moz-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            overflow: hidden;
        }

            .prod-row-block .prod-item .prod-link .bg-prod-img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                -o-background-size: cover;
                background-size: cover;
                background-position: center;
            }

            .prod-row-block .prod-item .prod-link .name-prod {
                position: relative;
                z-index: 2;
                font-weight: 700;
                font-size: 36px;
                color: #FFF;
                letter-spacing: 0;
                line-height: 50px;
            }

            .prod-row-block .prod-item .prod-link:hover {
                -webkit-transform: scale(1.1,1.1);
                -moz-transform: scale(1.1,1.1);
                -ms-transform: scale(1.1,1.1);
                -o-transform: scale(1.1,1.1);
                transform: scale(1.1,1.1);
                -webkit-border-radius: 20px !important;
                border-radius: 20px !important;
                z-index: 2;
            }

        .prod-row-block .prod-item:nth-child(1) .prod-link {
            -webkit-border-radius: 20px 0 0 20px;
            border-radius: 20px 0 0 20px;
        }

        .prod-row-block .prod-item:nth-child(3) .prod-link {
            -webkit-border-radius: 0 20px 20px 0;
            border-radius: 0 20px 20px 0;
        }

.special-offers-row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .special-offers-row .special-offers-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

        .special-offers-row .special-offers-item .special-offers-inner {
            background: #FFF;
            -webkit-box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
            box-shadow: 0 25px 75px 0 rgba(0,0,0,.1);
            -webkit-border-radius: 20px;
            border-radius: 20px;
            overflow: hidden;
        }

            .special-offers-row .special-offers-item .special-offers-inner .header-spec {
                background-position: center bottom;
                -o-background-size: 100% 100%;
                background-size: 100% 100%;
                padding: 40px 50px;
            }

                .special-offers-row .special-offers-item .special-offers-inner .header-spec h3 {
                    font-weight: 700;
                    font-size: 36px;
                    color: #292929;
                    letter-spacing: 0;
                    line-height: 50px;
                    margin-bottom: 20px;
                }

                .special-offers-row .special-offers-item .special-offers-inner .header-spec ul {
                    margin-bottom: 0;
                }

                    .special-offers-row .special-offers-item .special-offers-inner .header-spec ul li {
                        font-weight: 700;
                        font-size: 14px;
                        color: #292929;
                        letter-spacing: 0;
                        line-height: 32px;
                        position: relative;
                        padding-left: 26px;
                    }

                        .special-offers-row .special-offers-item .special-offers-inner .header-spec ul li::before {
                            content: '';
                            width: 6px;
                            height: 6px;
                            -webkit-border-radius: 50%;
                            border-radius: 50%;
                            position: absolute;
                            left: 0;
                            top: 50%;
                            margin-top: -3px;
                            background: #912B2D;
                        }

            .special-offers-row .special-offers-item .special-offers-inner .text-offers {
                padding: 40px 50px;
                text-align: center;
            }

                .special-offers-row .special-offers-item .special-offers-inner .text-offers p {
                    text-align: left;
                    font-weight: 700;
                    font-size: 14px;
                    color: #292929;
                    letter-spacing: 0;
                    line-height: 32px;
                    margin-bottom: 30px;
                }

.spex-btn .btn-default {
    width: 187px;
    text-align: center;
    margin-bottom: 20px;
    padding: 23px 20px;
}

.spex-btn .btn-primary {
    padding-top: 23px;
    padding-bottom: 23px;
}

.pack-modal-desc h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.pack-modal-desc ul li {
    position: relative;
    padding-left: 30px;
}

    .pack-modal-desc ul li::before {
        content: '';
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #B0383A;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -3px;
    }

    .pack-modal-desc ul li + li {
        margin-top: 15px;
    }

.pack-modal-desc ul + h3 {
    margin-top: 20px;
}

.pack-modal-desc a {
    color: #B0383A;
}

.scroll-block {
    height: 300px;
    position: relative;
}

.pack-modal-block-inner .pack-modal-desc.fw-100 {
    max-width: 100%;
}

@media (min-width:1200px) {
    .container, .page-content.package-page .container {
        width: 100%;
        max-width: 1320px;
    }
}

@media (min-width:990px) and (max-height:700px) {
    .home-slide .content-slide .content-slide-inner .h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .slider-inner .bottom-mask::before {
        height: 100px;
        top: -99px;
    }
}

@media (max-width:1200px) {
    .packacge-block-item .inner-package-block .p__title h3 {
        font-size: 28px;
    }

    .prod-row-block .prod-item .prod-link {
        padding: 60px 30px;
        min-height: 407px;
    }

    .info-toure .dates-t .dates-t-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .info-toure .dates-t .dates-t-item + .dates-t-item {
            padding-left: 0;
            margin-top: 20px;
        }

    .prod-row-block .prod-item .prod-link .name-prod {
        font-size: 30px;
    }

    .right-made-tour {
        padding-left: 15px;
    }

    .made-item .made-inner {
        padding-left: 35px;
        padding-right: 35px;
    }

        .made-item .made-inner .icon-made {
            height: 235px;
            width: 235px;
            font-size: 65px;
        }

    .page-preview-item .page-preview-item-inner {
        padding: 0 25px 69px;
    }

    .page-preview-item.hover-page-preview .icon-page_p-inner {
        left: 30px;
    }

    .page-preview-item .title-page_p .h2 {
        font-size: 20px;
    }

    .product-item .image-bg-product {
        padding: 20px 40px;
        height: 550px;
    }

    .package-item {
        max-width: 50%;
    }

        .package-item .package-bg {
            height: 430px;
            padding: 30px;
        }

    .top-menu li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .сorrespondence-field .col-3, .сorrespondence-field .col-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .slide-form {
        width: 390px;
        padding: 40px 30px;
    }

    .form-wrapper {
        right: -webkit-calc((100vw - 960px)/ 2) !important;
        right: -moz-calc((100vw - 960px)/ 2) !important;
        right: calc((100vw - 960px)/ 2) !important;
    }

    .product-slide-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 390px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 390px);
        flex: 0 0 calc(100% - 390px);
        max-width: -webkit-calc(100% - 390px);
        max-width: -moz-calc(100% - 390px);
        max-width: calc(100% - 390px);
    }

        .product-slide-content .delay-tour .delay-block .icon-delay {
            width: 50px;
            height: 50px;
            font-size: 30px;
        }

        .product-slide-content .delay-tour .delay-block + .delay-block .icon-delay {
            font-size: 21px;
        }

        .product-slide-content .delay-tour .delay-block .info-delay {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 -webkit-calc(100% - 50px);
            -moz-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 50px);
            flex: 0 0 calc(100% - 50px);
            max-width: -webkit-calc(100% - 50px);
            max-width: -moz-calc(100% - 50px);
            max-width: calc(100% - 50px);
            padding-left: 20px;
        }

    .pack-modal-block-inner .image-package {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 350px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }

    .pack-modal-block-inner .pack-modal-block-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 350px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
        max-width: -webkit-calc(100% - 350px);
        max-width: -moz-calc(100% - 350px);
        max-width: calc(100% - 350px);
        padding-left: 30px;
        padding-right: 30px;
    }

    .row-field-set .input-row .input-row-inner.label-row .inp-b, .row-field-set .input-row .input-row-inner.label-row .label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-field-set .input-row .input-row-inner.label-row .label {
        margin-bottom: 20px;
    }

    .row-field-set .checkbox-wrapper {
        padding-top: 44px;
    }

    .half-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

        .half-row + .half-row {
            padding-left: 0;
            margin-top: 35px;
        }

    .special-offers-row .special-offers-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:990px) {
    .prod-row-block .prod-item .prod-link .name-prod {
        font-size: 25px;
    }

    .country-tour-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .made-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-field-set .checkbox {
        min-width: 100%;
    }

        .row-field-set .checkbox + .checkbox {
            margin-left: 0;
        }

    .page-preview-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        height: 50%;
    }

    .page-preview-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 732px;
    }

    .content-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .banner-inner .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .promotion-image .promotion-image-inner {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .package-item {
        max-width: 100%;
    }

    .package-side-right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .package-item.package-item2 .package-bg {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .package-item.package-item1 {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 40px;
    }

        .package-item.package-item1:hover .package-bg {
            -webkit-transform: translate(0) scale(1,1);
            -moz-transform: translate(0) scale(1,1);
            -ms-transform: translate(0) scale(1,1);
            -o-transform: translate(0) scale(1,1);
            transform: translate(0) scale(1,1);
        }

    .story-item-inner .s_Avatar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }

    .ava-s_img {
        width: 100px;
        height: 100px;
    }

    .story-item-inner {
        padding: 50px 0;
    }

        .story-item-inner .story-content .head-s .social-s {
            opacity: 1;
            top: 0;
        }

    .small-title .h1 {
        font-size: 38px;
    }

    .big-social li a {
        width: 110px;
        height: 110px;
        line-height: 110px;
        font-size: 30px;
    }

    .footer-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 60px;
    }

    .copy-row {
        margin-top: 60px;
    }

    .file-row .input-row-file, .input-payment-row .input-label + .input-label, .pay-acc-row div[class*=col] + div[class*=col] {
        margin-top: 35px;
    }

    .content-slide-inner .h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .main-menu {
        display: none;
    }

    .main-header {
        padding-bottom: 20px;
    }

    .line-bg {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        background: #F5F2EF;
        pointer-events: none;
    }

        .line-bg.line2 {
            left: -webkit-calc(50% - 100px);
            left: -moz-calc(50% - 100px);
            left: calc(50% - 100px);
        }

        .line-bg.line3 {
            left: -webkit-calc(50% + 100px);
            left: -moz-calc(50% + 100px);
            left: calc(50% + 100px);
        }

        .line-bg.line1 {
            left: -webkit-calc(50% - 100px);
            left: -moz-calc(50% - 100px);
            left: calc(50% - 100px);
        }

        .line-bg.line4 {
            left: -webkit-calc(50% + 100px);
            left: -moz-calc(50% + 100px);
            left: calc(50% + 100px);
        }

    .menu-block {
        display: block;
    }

    .file-row .input-row-file, .file-row .input-row-type {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .date-birth-row .input-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .placement-field {
        padding-bottom: 25px;
    }

        .placement-field .col-2, .placement-field .col-3, .placement-field .col-4 {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            margin-bottom: 35px;
        }

    .vr-acc .col {
        margin-bottom: 20px;
    }

    .field-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .valet-acc-inner .valet-text {
        padding-left: 0;
        text-align: center;
        margin-top: 35px;
    }

    .input-payment-row .input-label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .input-payment-row .input-label .input-label-inner .plus-minus-input {
            max-width: 100%;
        }

        .input-payment-row .input-label .input-label-inner label {
            padding-right: 30px;
            text-align: right;
            padding-left: 0;
        }

    .pay-acc-row .col-3, .pay-acc-row .col-4, .pay-acc-row .col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pay-acc-row .input-label .imdb-row label, .pay-acc-row .input-label .pin-row label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 160px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
        text-align: right;
        padding-right: 40px;
    }

    .pay-acc-row .input-label .imdb-row input, .pay-acc-row .input-label .pin-row input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 160px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
        flex: 0 0 calc(100% - 160px);
        max-width: -webkit-calc(100% - 160px);
        max-width: -moz-calc(100% - 160px);
        max-width: calc(100% - 160px);
    }

    .form-wrapper {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .product-main .slider-inner {
        height: auto;
    }

    .product-main .bottom-mask, .product-main .more-info {
        display: none;
    }

    .slide-form {
        width: 100%;
        max-width: 720px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        margin: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-slide-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bg-our-prod h3 {
        font-size: 35px;
    }

    .left-made-tour-inner .file-row [class*=col] + [class*=col] {
        margin-top: 20px;
    }

    .packacge-block-item .inner-package-block .p__title h3 {
        font-size: 25px;
        line-height: 25px;
        white-space: nowrap;
    }
}

@media (max-width:767px) {
    .scroll-btn, .user-btn {
        display: none;
    }

    .small-title, .title-col {
        margin-bottom: 40px;
    }

    .product-item + .product-item, .right-made-tour {
        margin-top: 40px;
    }

    .stories-inner .h1, .story-item-inner .story-content .head-s .title-s .position-s, .story-item-inner .story-content .head-s .title-s h4 {
        text-align: center;
    }

    .special-offers-row .special-offers-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .prod-row-block .prod-item:nth-child(3) .prod-link {
        -webkit-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }

    .prod-row-block .prod-item:nth-child(1) .prod-link {
        -webkit-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }

    .prod-row-block .prod-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .left-made-tour, .made-item, .right-made-tour {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-column h4 {
        font-size: 20px;
    }

    .content-slide {
        padding-left: 25px;
        padding-right: 25px;
    }

    .content-slide-inner .h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .product-item .image-bg-product {
            -webkit-border-radius: 20px;
            border-radius: 20px;
            height: 470px;
        }

        .product-item + .product-item .image-bg-product {
            -webkit-border-radius: 20px;
            border-radius: 20px;
        }

        .product-item .image-bg-product:hover {
            -webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -o-transform: scale(1,1);
            transform: scale(1,1);
        }

        .product-item .play-link {
            font-size: 100px;
            line-height: 100px;
        }

    .h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .promotion-image .promotion-image-inner {
        padding: 50px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .promotion-image .promotion-image-inner .h2 {
            font-size: 40px;
            line-height: 60px;
        }

    .small-title .h1 {
        font-size: 28px;
    }

    .big-social li + li {
        margin-left: 20px;
    }

    .story-item-inner .s_Avatar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .story-item-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .story-item-inner .story-content .head-s {
            padding-right: 0;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .story-item-inner .story-content .head-s .title-s {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 100%;
                -moz-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

            .story-item-inner .story-content .head-s .social-s {
                position: static;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 100%;
                -moz-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                margin-top: 40px;
            }

    .field-wrapper .input-row + .input-row, .input-payment-row .col-6 + .col-6, .sub-allocation .main-allocation-row + .main-allocation-row {
        margin-top: 35px;
    }

    .story-item-inner .story-content .head-s .social-s .social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story-item-inner .story-content .text-p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .package-item.package-item2:hover .package-bg {
        -webkit-transform: translateY(0) scale(1,1);
        -moz-transform: translateY(0) scale(1,1);
        -ms-transform: translateY(0) scale(1,1);
        -o-transform: translateY(0) scale(1,1);
        transform: translateY(0) scale(1,1);
    }

    .product-item .link-prod {
        max-height: none;
    }

    .field-wrapper .input-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .date-birth-row .input-text, .field-wrapper .input-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .list-step li + li {
        margin-left: 15px;
    }

    .input-payment-row .col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sub-allocation .main-allocation-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sub-allocation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .field-wrapper .input-row {
        margin-bottom: 0;
    }

    .home-slide .content-slide .content-slide-inner .h1 {
        font-size: 20px;
        line-height: 50px;
    }

    .product-item .product-content h3 {
        font-size: 40px;
    }

    .big-social li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }

    .gallery-item-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .gallery-item-inner .big-image {
            height: 50%;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .gallery-item-inner .small-image {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            height: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
        }

            .gallery-item-inner .small-image .image-bg {
                height: 100%;
                width: 50%;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 50%;
                -moz-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
            }

    .product-pack .package-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slide-form {
        max-width: 540px;
    }

    .pack-modal-block-inner .image-package {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 300px;
        max-width: 100%;
    }

    .pack-modal-block-inner .pack-modal-block-content, .packacge-block-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .packacge-block-item .inner-package-block {
            padding: 30px 20px;
        }

            .packacge-block-item .inner-package-block .p__title h3 {
                white-space: nowrap;
                font-size: 25px;
                margin-bottom: 0;
            }

    .tab-wrapper .nav-tabs li + li {
        margin-left: 20px;
    }

    .tab-wrapper {
        margin-bottom: 50px;
    }

    .pack-modal-block-inner .pack-modal-title {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-content {
        padding-top: 40px;
    }

    .news-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-slider-section .date-slide {
        font-size: 14px;
    }

    .bg-our-prod {
        padding-left: 30px;
        padding-right: 30px;
    }

        .bg-our-prod h3 {
            font-size: 28px;
            line-height: 40px;
        }

    .row-field-set .col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .row-field-set .col-6 + .col-6 {
            padding-left: 10px;
            margin-top: 35px;
        }

    .row-field-set .checkbox-wrapper {
        padding-top: 0;
    }

    .form-custom {
        padding: 50px 30px;
    }

    .home-slide {
        min-height: 200px;
    }
}

@media (max-width:767px) and (max-height:400px) {
    .slider-inner .bottom-mask {
        display: none;
    }

    .content-slide-inner .h1 {
        margin-bottom: 10px;
    }
}

@media (max-width:575px) {
    .btn-form, .form-contact .right-side-contact, .line1, .line4, .promotion-image .promotion-image-inner .h2 br {
        display: none;
    }

    .page-preview-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 25%;
    }

    .page-preview-wrapper {
        height: 1464px;
    }

    .page-preview-item .page-preview-item-inner {
        max-width: 100%;
        max-height: 100%;
        min-width: 100%;
        min-height: 100%;
    }

    .page-preview-item.hover-page-preview .icon-page_p-inner {
        left: 50%;
        top: -30px;
    }

    .page-preview-item .text-page_p {
        position: relative;
        z-index: 2;
    }

    .page-preview-item.hover-page-preview .title-page_p .h2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .package-side-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .animation-package {
        width: 290px;
        height: 290px;
        right: 50%;
        margin-right: -145px;
    }

        .animation-package .animation-package-inner .earth-block {
            width: 240px;
            height: 240px;
            margin-top: -120px;
            margin-left: -120px;
        }

    .package-side-left-inner {
        height: 290px;
        margin-bottom: 50px;
    }

    .package-side-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-row {
        padding-top: 0;
    }

    .h1 {
        font-size: 29px;
        line-height: 40px;
    }

    .package-item .package-bg h3, .package-item .package-bg h3 a {
        font-size: 38px;
        line-height: 38px;
    }

    .footer-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .promotion-image .promotion-image-inner {
        padding: 50px 20px;
        background-position: right;
    }

    .banner-link .btn, .btn-primary {
        padding-left: 30px;
        padding-right: 30px;
    }

    .promotion-image .promotion-image-inner .h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .promotion-image .promotion-image-inner p + .banner-link {
        margin-top: 50px;
    }

    .footer-list li + li {
        margin-top: 20px;
    }

    .footer-column h4 {
        margin-bottom: 20px;
    }

    .main-footer .footer-inner {
        padding-top: 80px;
    }

    .title-col p {
        font-size: 16px;
    }

    .btn-primary:hover .arrow-right-animation {
        width: 50px;
    }

    #top-btn {
        right: 20px;
        bottom: 80px;
    }

    .list-step {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .list-step li {
            margin-bottom: 10px;
        }

            .list-step li + li {
                margin-left: 0;
                padding: 0 7.5px;
            }

    .content-section {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .input-row .input-row-inner .file-input label .placefiletext {
        width: 35px;
        height: 35px;
        color: transparent;
        overflow: hidden;
        padding: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .input-row .input-row-inner .file-input label .placefiletext .plus-ico {
            right: auto;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            margin-left: -8px;
        }

    .field-wrapper .title-field-block h3 {
        font-size: 18px;
    }

    .main-step-title h2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-step-title .btn-step-head {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .main-step-title {
        margin-bottom: 40px;
    }

    .step-register-section {
        margin-top: 0;
    }

    .input-row .input-row-inner label {
        left: 30px;
    }

    .input-row .input-row-inner input {
        padding-left: 30px;
        padding-right: 30px;
    }

    .input-row .input-row-inner .file-input label .placeholder-file {
        padding-left: 20px;
        max-width: -webkit-calc(100% - 35px);
        max-width: -moz-calc(100% - 35px);
        max-width: calc(100% - 35px);
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .main-allocation .main-allocation-row, .sub-allocation .main-allocation-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .input-payment-row .input-label .input-label-inner label, .main-allocation .main-allocation-row label, .pay-acc-row .input-label .amount-box label, .pay-acc-row .input-label .imdb-row label, .pay-acc-row .input-label .pin-row label, .sub-allocation .main-allocation-row label {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
            text-align: left;
            margin-bottom: 20px;
        }

    .product-slide-content .price-slide h5, .refer-change .country-block, .slick-arrow, .transparent-footer .copy-row .copy p {
        text-align: center;
    }

    .input-payment-row .input-label .input-label-inner .plus-minus-input, .main-allocation .main-allocation-row input, .pay-acc-row .input-label .amount-box input, .pay-acc-row .input-label .imdb-row input, .pay-acc-row .input-label .pin-row input, .sub-allocation .main-allocation-row input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-allocation .text-all-wrap, .text-allocation h4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .text-allocation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .text-allocation h4 {
            margin-bottom: 30px;
        }

    .head-collapse-title {
        padding: 20px 50px 20px 40px;
        font-size: 20px;
    }

        .head-collapse-title .pl-ico {
            width: 20px;
            height: 20px;
            right: 20px;
        }

            .head-collapse-title .pl-ico::before {
                margin-top: -10px;
            }

            .head-collapse-title .pl-ico:after {
                margin-left: -10px;
            }

    .card-body {
        padding-left: 30px;
        padding-right: 30px;
    }

    .input-label-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .input-payment-row .btn {
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .product-slide-content .destination-slider {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .product-slide-content .destination-slider .from-dest, .product-slide-content .destination-slider .to-dest {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }

        .product-slide-content .destination-slider .to-dest {
            padding-left: 0;
            padding-top: 50px;
        }

            .product-slide-content .destination-slider .to-dest::before {
                left: 50%;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
                top: 23px;
            }

    .product-slide-content .delay-tour .delay-block {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .product-slide-content .delay-tour .delay-block + .delay-block {
            margin-left: 0;
            margin-top: 30px;
        }

    .product-slide-content .delay-tour {
        max-width: 240px;
        margin: 0 auto;
    }

    .slide-form {
        max-width: 100%;
    }

    .product-main .home-slide {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product-slide-content .destination-slider h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .gallery-item-inner {
        height: -webkit-calc(100vh - 100px);
        height: -moz-calc(100vh - 100px);
        height: calc(100vh - 100px);
    }

    .gallery-item, .gallery-item-inner {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        z-index: 3;
    }

        .slick-arrow.slick-next {
            right: 0;
            padding-left: 3px;
        }

        .slick-arrow.slick-prev {
            left: 0;
            padding-right: 3px;
        }

    .content h4 {
        font-size: 20px;
    }

    .form-page-block .h2 {
        font-size: 24px;
    }

    .modal-470 .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        top: 50%;
    }

    .modal-470.modal.show .modal-dialog {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .purchase-wrapper {
        padding: 60px 15px;
    }

    .small-modal {
        padding-left: 15px;
        padding-right: 15px;
    }

    .refer-change .country-block {
        margin-top: 20px;
    }

    .refer-change .country-block, .refer-change .update-refer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-contact .left-side-contact {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 45px 15px;
    }

    .made-page {
        padding-top: 70px;
    }

    .mobile-menu-wrapper .mobile-menu li a {
        font-size: 25px;
        line-height: 50px;
    }

    .mobile-menu-wrapper .logo-menu {
        margin-bottom: 30px;
    }

    .mobile-menu-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .packacge-block-item .inner-package-block .p__title h3 {
        font-size: 20px;
        line-height: 25px;
    }
}


.brands 
{
    padding-left:0;
     float:left;
    width:100%;
}
.brands li
{
    float:left;
    width:50%;
    margin-bottom:15px;
   
}

.login-main 
{
    overflow:unset;
}