<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Blue Dream
Theme URI:
Author: Nerdpilots
Author URI: https://www.convertlabs.io
Description: Theme for cleaning company.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: maid, agency, cleaning, clean
Text Domain: bd
*/@charset "UTF-8";
/*===============================================================================*/
/* Font Awesome 5.8 */
/*===============================================================================*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/*===============================================================================*/
/* Animate Css */
/*===============================================================================*/
/*===============================================================================*/
/* Bootstrap 4 */
/*===============================================================================*/
/*!
 * Bootstrap Reboot v4.1.3 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url(https://fonts.googleapis.com/css?family=Lato:300,700);
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
*,
*::before,
*::after {
    -webkit-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;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
    -webkit-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 {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap Grid v4.1.3 (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)
 */
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

/*!
 * Bootstrap v4.1.3 (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", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    -webkit-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;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
    -webkit-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 {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

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

a &gt; code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.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 th,
.table-sm td {
    padding: 0.3rem;
}

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

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

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

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

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

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

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
    background-color: #c8cbcf;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
    background-color: #b1dfbb;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
    background-color: #bee5eb;
}

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

.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
    background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
    background-color: #ffeeba;
}

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

.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
    background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
    background-color: #fdfdfe;
}

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

.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
    background-color: #ececf6;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
    background-color: #c6c8ca;
}

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

.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
    background-color: #b9bbbe;
}

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

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

.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
    background-color: rgba(0, 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 th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

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

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

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

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm &gt; .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 &gt; .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 &gt; .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 &gt; .table-bordered {
        border: 0;
    }
}

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

.table-responsive &gt; .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.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 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-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:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

textarea.form-control {
    height: auto;
}

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

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

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

.form-row &gt; .col,
.form-row &gt; [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: 0.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: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-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: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-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,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.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 &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 &gt; .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 &gt; .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 &gt; .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 &gt; .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show &gt; .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 &gt; .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show &gt; .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 &gt; .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 &gt; .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 &gt; .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show &gt; .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 &gt; .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show &gt; .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 &gt; .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 &gt; .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 &gt; .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 &gt; .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 &gt; .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 &gt; .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 &gt; .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show &gt; .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 &gt; .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show &gt; .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 &gt; .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 &gt; .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 &gt; .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show &gt; .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 &gt; .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

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

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

.btn-lg, .btn-group-lg &gt; .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm &gt; .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

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

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

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

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

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

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

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

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block;
}

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

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

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

.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover {
    z-index: 1;
}

.btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
    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-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

.btn-group &gt; .btn:first-child {
    margin-left: 0;
}

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

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

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

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

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
    margin-bottom: 0;
}

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

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

.input-group &gt; .form-control,
.input-group &gt; .custom-select,
.input-group &gt; .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control + .custom-select,
.input-group &gt; .form-control + .custom-file,
.input-group &gt; .custom-select + .form-control,
.input-group &gt; .custom-select + .custom-select,
.input-group &gt; .custom-select + .custom-file,
.input-group &gt; .custom-file + .form-control,
.input-group &gt; .custom-file + .custom-select,
.input-group &gt; .custom-file + .custom-file {
    margin-left: -1px;
}

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

.input-group &gt; .custom-file .custom-file-input:focus {
    z-index: 4;
}

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

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

.input-group &gt; .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

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

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.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 {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

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

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.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::before {
    background-color: #007bff;
}

.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 {
    background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-radio .custom-control-label::before {
    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, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

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

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

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

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

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

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff;
}

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

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link:hover, .nav-link:focus {
    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;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

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

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

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

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: #007bff;
}

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

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content &gt; .tab-pane {
    display: none;
}

.tab-content &gt; .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar &gt; .container,
.navbar &gt; .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm &gt; .container,
    .navbar-expand-sm &gt; .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

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

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg &gt; .container,
    .navbar-expand-lg &gt; .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl &gt; .container,
    .navbar-expand-xl &gt; .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;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, 0.5);
}

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;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, 0.5);
}

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

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

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

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

.card &gt; .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card &gt; .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

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

.card-title {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group &gt; .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group &gt; .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group &gt; .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group &gt; .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group &gt; .card:first-child .card-img-top,
    .card-group &gt; .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group &gt; .card:first-child .card-img-bottom,
    .card-group &gt; .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group &gt; .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group &gt; .card:last-child .card-img-top,
    .card-group &gt; .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group &gt; .card:last-child .card-img-bottom,
    .card-group &gt; .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group &gt; .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group &gt; .card:only-child .card-img-top,
    .card-group &gt; .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group &gt; .card:only-child .card-img-bottom,
    .card-group &gt; .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

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

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

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

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

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    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 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.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: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

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

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

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

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

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

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

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

.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

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

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

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

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

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

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

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

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

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

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.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: 0.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;
    }
}

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

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

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

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

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

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

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

.list-group-item-action:hover, .list-group-item-action:focus {
    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: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:hover, .list-group-item:focus {
    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;
    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:hover, .list-group-item-primary.list-group-item-action:focus {
    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:hover, .list-group-item-secondary.list-group-item-action:focus {
    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:hover, .list-group-item-success.list-group-item-action:focus {
    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:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

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

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

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

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

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    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:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

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

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

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

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

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

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

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

.modal-open {
    overflow: hidden;
}

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

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

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

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

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

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

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

.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: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

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

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

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

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

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

.modal-footer &gt; :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: calc(100% - (1.75rem * 2));
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

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

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

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

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

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

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

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

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}

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


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

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

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

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

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

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

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


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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

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

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        -webkit-transition: none;
        transition: none;
    }
}

.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);
    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);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    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: flex;
    -webkit-box-pack: center;
    -ms-flex-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;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #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 {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

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

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

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

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

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

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: 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;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

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

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -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;
    border: 0;
}

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

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-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:hover, a.text-primary:focus {
    color: #0062cc !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

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

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

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

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

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

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        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;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/*===============================================================================*/
/* Slick Slider */
/*===============================================================================*/
/*Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "â†";
}

[dir="rtl"] .slick-prev:before {
    content: "â†’";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "â†’";
}

[dir="rtl"] .slick-next:before {
    content: "â†";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*===============================================================================*/
/* Base Functions */
/*===============================================================================*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Inter", sans-serif;
    font-size: 3rem;
    color: #331f0b;
    font-weight: normal;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2.22222rem;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.66667rem;
    }
}

h2 {
    font-family: "Inter", sans-serif;
    font-size: 2.44444rem;
    color: #331f0b;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 1.66667rem;
    }
}

h3 {
    font-family: "Inter", sans-serif;
    font-size: 1.88889rem;
    color: #331f0b;
    font-weight: inherit;
    line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 1.38889rem;
    }
}

h4 {
    font-family: "Inter", sans-serif;
    font-size: 1.33333rem;
    color: #331f0b;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 480px) {
    h4 {
        font-size: 1rem;
    }
}

h5 {
    font-family: "Inter", sans-serif;
    font-size: 1.22222rem;
    color: #331f0b;
    font-weight: inherit;
    line-height: 1.4;
}

@media only screen and (max-width: 480px) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-family: "Inter", sans-serif;
    font-size: 1.11111rem;
    color: #331f0b;
    font-weight: inherit;
    line-height: 1.3;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: #331f0b;
    font-weight: inherit;
    line-height: 1.3;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: #331f0b;
    font-weight: normal;
    line-height: 1.3;
    font-family: "Inter", sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 18px;
    background-color: #ffffff;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

main {
    display: block;
}

table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Lists (enumeration)
      ========================================================================== */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition)
      ========================================================================== */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content
      ========================================================================== */
/**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
}

/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
pre {
    font-size: inherit;
}

address {
    font-style: inherit;
}

/* Text-level semantics
      ========================================================================== */
/**
    * Remove the gray background on active links in IE 10.
    */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

a:active, a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}

/**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */
b,
strong {
    font-weight: bolder;
}

/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
code,
kbd,
samp {
    font-size: inherit;
}

/**
    * Add the correct font size in all browsers.
    */
small {
    font-size: 80%;
}

/**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
    top: -0.5em;
}

/* Embedded content
      ========================================================================== */
/**
    * Remove the border on images inside links in IE 10.
    */
img {
    border-style: none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

embed,
object,
iframe {
    border: 0;
    vertical-align: bottom;
}

/* Forms
      ========================================================================== */
button,
input,
optgroup,
select,
textarea {
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
}

/**
    * Remove all Style fro select elements. Does not quite work cross-browser
    */
/**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
button,
input {
    overflow: visible;
}

input::-webkit-input-placeholder {
    opacity: .5;
}

input:-ms-input-placeholder {
    opacity: .5;
}

input::-ms-input-placeholder {
    opacity: .5;
}

input::placeholder {
    opacity: .5;
}

/**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
button,
select {
    /* 1 */
    text-transform: none;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

/**
    * Correct the inability to style clickable types in iOS and Safari.
    */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
    cursor: default;
}

/**
    * Remove the inner border and padding in Firefox.
    */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
    * Restore the focus styles unset by the previous rule.
    */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
    * Reset to invisible
    */
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
progress {
    vertical-align: baseline;
}

/**
    * Remove the default vertical scrollbar in IE 10+.
    */
textarea {
    overflow: auto;
}

/**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
    * Fix placeholder font properties inheritance.
    */
::-webkit-input-placeholder {
    font: inherit;
}

:-ms-input-placeholder {
    font: inherit;
}

::-ms-input-placeholder {
    font: inherit;
}

::placeholder {
    font: inherit;
}

/**
    * Clickable labels
    */
label[for] {
    cursor: pointer;
}

/* Interactive
      ========================================================================== */
/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
details {
    display: block;
}

/*
    * Add the correct display in all browsers.
    */
summary {
    display: list-item;
}

/* Table
      ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc
      ========================================================================== */
/**
    * Add the correct display in IE 10+.
    */
template {
    display: none;
}

/**
    * Add the correct display in IE 10.
    */
[hidden] {
    display: none;
}

button:focus,
button:active,
button:hover {
    outline: none;
    border: none;
    background-color: transparent;
    color: inherit;
}

.container {
    padding: 0;
    margin: 0 auto;
}

.row {
    margin: 0;
}

[class*="col-"] {
    padding: 0;
}

.form-group {
    margin-bottom: 0 !important;
}

/*===============================================================================*/
/* Layouts */
/*===============================================================================*/
.fixed {
    position: fixed;
    width: 100%;
}

.fixed.top {
    left: 0;
    top: 0;
}

.clip-path {
    -webkit-clip-path: polygon(100% 0, 100% 94.7%, 57.7% 94.7%, 50% 100%, 42.3% 94.7%, 0 94.7%, 0 0);
    clip-path: polygon(100% 0, 100% 94.7%, 57.7% 94.7%, 50% 100%, 42.3% 94.7%, 0 94.7%, 0 0);
}

.absolute {
    position: absolute;
    width: 100%;
}

.vh {
    min-height: 100vh;
}

.circle {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.circle img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.circle.bordered {
    position: relative;
}

.circle.bordered:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 5px solid #ffffff;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.c-border {
    border: 1px solid #bfbfbf;
}

.line-bottom {
    position: relative;
    padding: 20px 0;
}

.line-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85px;
    height: 3px;
    background-color: #0e9edf;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.font-2 {
    font-family: "Inter", sans-serif;
}

.fs-14 {
    font-size: 0.77778rem;
}

@media only screen and (max-width: 768px) {
    .md-text-center {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .sm-text-center {
        text-align: center;
    }
}

.white {
    color: #ffffff !important;
}

.primary {
    color: #0e9edf !important;
}

.black {
    color: #000000 !important;
}

.color-secondary {
    color: #36241e !important;
}

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark {
    background-color: #000000;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 15px 25px;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 0.88889rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .c-btn {
        min-width: unset !important;
        min-height: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .c-btn {
        padding: 10px 25px;
    }
}

.c-btn.primary-btn {
    color: #ffffff;
    background-color: #0e9edf;
    border-color: #0e9edf;
}

.c-btn.primary-btn:hover {
    background-color: #ffffff;
    color: #0e9edf;
}

.c-btn.secondary-btn {
    border-color: #0e9edf;
    color: #0e9edf;
}

.c-btn.secondary-btn:hover {
    background-color: #0e9edf;
    color: #ffffff;
}

.img-hover img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.img-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-title h2,
.section-title h3 {
    color: #153048;
}

.title h5,
.title h4,
.title p {
    color: #153048;
}

.overlay {
    position: relative;
}

.overlay &gt; div {
    position: relative;
    z-index: 2;
}

.overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.overlay.overlay-light:before {
    background-color: rgba(255, 255, 255, 0.6);
}

.overlay.overlay-dark:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay.overlay-sm:before {
    display: none;
}

@media only screen and (max-width: 991px) {
    .overlay.overlay-sm:before {
        display: block;
    }
}

.slick-slide {
    outline: none;
}

.slick-dots {
    bottom: -65px;
}

.slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    background: #ffffff;
}

.slick-dots li button {
    display: none;
}

.slick-arrows {
    position: absolute;
    width: 100%;
    top: 44%;
}

.slick-arrows .prev,
.slick-arrows .next {
    position: absolute;
    background-image: url("images/slick_arrow.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 25px;
}

.slick-arrows .prev {
    left: -40px;
}

.slick-arrows .next {
    right: 35px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#scroll {
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: none;
    border-radius: 60px;
    display: none;
    background-color: rgba(14, 158, 223, 0.5);
    z-index: 99;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #0e9edf;
}

.container {
    max-width: 1255px;
    padding: 0 15px;
}

@media only screen and (min-width: 1921px) {
    .container {
        max-width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        max-width: 970px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 748px;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        max-width: 445px;
    }
}

@media only screen and (max-width: 375px) {
    .container {
        padding: 0 15px;
    }
}

.block {
    display: block;
}

.inline {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex.start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex.center-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex.center-end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex.center-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex.d-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex.between-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex.evently-center {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex.evently-start {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex.between-start {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex.between-end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
    .flex.md-evently {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

@media only screen and (max-width: 768px) {
    .flex.md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 640px) {
    .flex.sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .flex.md-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 640px) {
    .flex.sm-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.grid-3 {
    max-width: 31%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .grid-3 {
        max-width: 44%;
    }
}

@media only screen and (max-width: 480px) {
    .grid-3 {
        max-width: 100%;
    }
}

.grid-5 {
    max-width: 19%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .grid-5 {
        max-width: 48%;
    }
}

@media only screen and (max-width: 480px) {
    .grid-5 {
        max-width: 100%;
    }
}

.p-190 {
    padding: 190px 0;
}

@media only screen and (max-width: 640px) {
    .p-190 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .p-190 {
        padding: 120px 0;
    }
}

.p-140 {
    padding: 140px 0;
}

@media only screen and (max-width: 640px) {
    .p-140 {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 480px) {
    .p-140 {
        padding: 60px 0;
    }
}

.p-130 {
    padding: 130px 0;
}

@media only screen and (max-width: 640px) {
    .p-130 {
        padding: 80px;
    }
}

@media only screen and (max-width: 480px) {
    .p-130 {
        padding: 60px 0;
    }
}

.p-100 {
    padding: 100px 0;
}

@media only screen and (max-width: 640px) {
    .p-100 {
        padding: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .p-100 {
        padding: 40px 0;
    }
}

.p-90 {
    padding: 90px 0;
}

@media only screen and (max-width: 640px) {
    .p-90 {
        padding: 50px 0;
    }
}

.p-80 {
    padding: 80px 0;
}

@media only screen and (max-width: 640px) {
    .p-80 {
        padding: 50px 0;
    }
}

.p-70 {
    padding: 70px 0;
}

.p-60 {
    padding: 60px 0;
}

@media only screen and (max-width: 640px) {
    .p-60 {
        padding: 50px 0;
    }
}

.p-50 {
    padding: 50px 0;
}

.p-40 {
    padding: 40px 0;
}

.p-30 {
    padding: 30px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.m-30 {
    margin: 30px 0;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-70 {
    margin-top: 70px;
}

@media only screen and (max-width: 640px) {
    .mt-70 {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .mt-70 {
        margin-top: 40px;
    }
}

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

.mt-50 {
    margin-top: 50px;
}

@media only screen and (max-width: 640px) {
    .mt-50 {
        margin-top: 10px;
    }
}

.mt-40 {
    margin-top: 40px;
}

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

.mt-20 {
    margin-top: 20px;
}

header {
    background: #ffffff;
    position: relative;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media only screen and (max-width: 768px) {
    header {
        position: fixed;
    }
}

header.trans {
    background: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

header nav {
    height: 85px;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    header nav {
        height: 60px;
    }
}

header .navbar-logo {
    padding: 5px 0;
    max-height: 35px;
    max-width: 200px;
}

header .navbar-logo img {
    width: 100%;
}

header .nav-toggole, header .menu-close {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    header .nav-toggole, header .menu-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

header .nav-toggole img, header .menu-close img {
    width: 30px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

header .menu-close {
    top: 5%;
    left: 30px;
    right: unset;
}

@media only screen and (max-width: 768px) {
    header .navbar-menu {
        position: absolute;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-top: 26%;
        height: 100vh;
        width: 0px;
        top: 0;
        right: 0;
        overflow: hidden;
        background-color: #0e9edf;
        -webkit-transition: .5s all ease-in-out;
        transition: .5s all ease-in-out;
        white-space: nowrap;
    }
}

header .navbar-menu.shown {
    width: 320px;
}

header .navbar-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    header .navbar-menu ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 30px;
    }
}

header .navbar-menu ul li {
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    header .navbar-menu ul li {
        padding: 10px 0 10px 5px;
    }
}

header .navbar-menu ul li:hover a:after {
    width: 106%;
}

header .navbar-menu ul li a {
    font-size: 16px;
    color: #0b283d;
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    header .navbar-menu ul li a {
        font-size: 20px;
        color: #ffffff;
    }
}

header .navbar-menu ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    background: #ffffff;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .footer-main form input[type="email"] {
    line-height: 45px;
    display: inline-block;
    padding: 0px 20px !important;
    border: 0px !important;
}

header.bd_head.pos-normal {
    background: #fff;
}

.booking_banner.bd_banner {
    margin: 0 !important;
}

.booking_banner.bd_banner h1,
.booking_banner.bd_banner p {
    color: #0b283d !important;
}

.bd_faq {
    margin: 0 !important;
}

section.faq-area.section-padding {
    padding-top: 100px;
}

.banner-inner.top {
    margin: 0px !important;
}

.home-banner {
    position: relative;
    padding: 100px 0;
}

.home-banner .subscribe-form {
    max-width: 600px;
}

.subscribe-form {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}

.subscribe-form form .input-group {
    max-width: 360px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .subscribe-form form .input-group {
        margin-bottom: 15px;
    }
}

.subscribe-form form .input-group input {
    min-height: 50px !important;
    min-width: 360px;
}

@media only screen and (max-width: 768px) {
    .subscribe-form form .input-group input {
        min-width: unset !important;
    }
}

.subscribe-form form .input-group input[type="email"] {
    min-height: 48px !important;
    width: 100%;
    padding: 15px 25px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #ffffff;
    color: #153048;
    background: #ffffff;
}

.subscribe-form form .input-group input[type="email"]::-webkit-input-placeholder {
    color: #153048;
    opacity: 1;
}

.subscribe-form form .input-group input[type="email"]:-ms-input-placeholder {
    color: #153048;
    opacity: 1;
}

.subscribe-form form .input-group input[type="email"]::-ms-input-placeholder {
    color: #153048;
    opacity: 1;
}

.subscribe-form form .input-group input[type="email"]::placeholder {
    color: #153048;
    opacity: 1;
}

.work-steps .item {
    background-color: #f7f7f7;
    padding: 50px 25px;
    margin-bottom: 30px;
    border-radius: 50% 50% 0 0;
}

.work-steps .item.style-two {
    padding: 0;
}

.work-steps .item.style-two .image {
    position: relative;
    width: 100%;
    overflow: visible;
}

.work-steps .item.style-two .image .icon {
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
}

.work-steps .item .icon {
    max-width: 130px;
    max-height: 130px;
}

.work-steps .item .icon img {
    width: auto;
    height: auto;
    max-width: 110px;
    max-height: 111px;
}

.work-steps .item .content-inner {
    padding: 30px;
}

.work-steps .item .content-inner .info p {
    color: #2b2b2b;
}

.work-steps .button .c-btn {
    min-width: 370px;
    min-height: 50px;
    font-size: 0.88889rem;
}

.work-detail .section-title {
    max-width: 800px;
    width: 100%;
}

.work-detail .section-title h6 {
    color: #60add1;
}

.work-detail .contents {
    margin-top: 45px;
}

.work-detail .contents .item {
    margin-bottom: 40px;
}

.work-detail .contents .item .image {
    min-height: 120px;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .work-detail .contents .item .image {
        min-height: unset;
    }
}

.work-detail .contents .item .image img {
    max-height: 110px;
    max-width: 110px;
    width: auto;
    height: auto;
}

.work-detail .contents .item .info {
    margin-top: 30px;
    padding: 0 11px;
}

.work-detail .contents .item .info .title p {
    color: #ffffff;
}

.work-detail .contents .item .info .desp {
    margin-top: 20px;
}

.work-detail .contents .item .info .desp p {
    color: #60add1;
}

.testimonial {
    padding: 70px 0;
}

.testimonial .content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.testimonial .testimonial-slider .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px 20px;
}

.testimonial .testimonial-slider .items .comment {
    max-width: 430px;
    min-height: 180px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px 50px;
    padding-top: 40px;
    -webkit-clip-path: polygon(100% 0, 100% 94.8%, 14% 94.8%, 11% 100%, 8% 94.8%, 0 94.8%, 0 0);
    clip-path: polygon(100% 0, 100% 94.8%, 14% 94.8%, 11% 100%, 8% 94.8%, 0 94.8%, 0 0);
    position: relative;
}

@media only screen and (max-width: 768px) {
    .testimonial .testimonial-slider .items .comment {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial .testimonial-slider .items .comment {
        padding: 30px 35px;
        padding-top: 20px;
    }
}

.testimonial .testimonial-slider .items .comment:before, .testimonial .testimonial-slider .items .comment:after {
    content: '';
    position: absolute;
    background-image: url("images/chocolateOrange_colon.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 28px;
}

@media only screen and (max-width: 480px) {
    .testimonial .testimonial-slider .items .comment:before, .testimonial .testimonial-slider .items .comment:after {
        width: 20px;
        height: 17px;
    }
}

.testimonial .testimonial-slider .items .comment:before {
    top: 20px;
    left: 12px;
}

@media only screen and (max-width: 480px) {
    .testimonial .testimonial-slider .items .comment:before {
        top: 10px;
        left: 10px;
    }
}

.testimonial .testimonial-slider .items .comment:after {
    right: 30px;
    bottom: 28px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 480px) {
    .testimonial .testimonial-slider .items .comment:after {
        right: 10px;
        bottom: 20px;
    }
}

.testimonial .testimonial-slider .items .comment p {
    color: #ffffff;
}

@media only screen and (max-width: 480px) {
    .testimonial .testimonial-slider .items .comment p {
        font-size: 0.88889rem;
    }
}

.testimonial .testimonial-slider .items .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    padding-left: 10px;
}

.testimonial .testimonial-slider .items .info .image {
    max-width: 70px;
    max-height: 70px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.testimonial .testimonial-slider .items .info .desp {
    padding-left: 15px;
}

.testimonial .testimonial-slider .items .info .desp .name p {
    color: #0e9edf;
}

.testimonial .testimonial-slider .items .info .desp .designation {
    font-size: 0.77778rem;
    color: #ffffff;
}

.home-download .container-inner .image {
    max-width: 33%;
    width: 100%;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .home-download .container-inner .image {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .home-download .container-inner .image {
        max-width: 30%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .home-download .container-inner .image {
        max-width: 70%;
    }
}

.home-download .container-inner .content {
    max-width: 60%;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .home-download .container-inner .content {
        max-width: 100%;
        text-align: center;
    }
}

.home-download .container-inner .content .content-inner {
    max-width: 700px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .home-download .container-inner .content .content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-download .container-inner .content .content-inner .info {
    margin-top: 10px;
}

.home-download .container-inner .content .content-inner .button {
    margin-top: 20px;
    max-width: 190px;
    width: 100%;
}

.subscribe .content .subscribe-form .input-group {
    max-width: 350px;
    margin: 0 10px;
    margin-bottom: 20px;
}

.subscribe .content .subscribe-form .input-group .input {
    min-width: 360px;
}

.subscribe .content .subscribe-form .input-group input[type="email"] {
    border-color: #666666;
}

.subscribe .content .subscribe-form .bordered {
    background: transparent;
}

.clients {
    background-color: #f3f3f3;
    margin-top: -36px;
}

.clients .client-slider {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}

.clients .client-slider .item {
    margin: 0 30px;
}

.clients .client-slider .item .image {
    min-height: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clients .client-slider .item .image img {
    max-height: 60px;
    width: auto;
    height: 100%;
}

.home-features .contents {
    margin-top: 60px;
}

.home-features .contents .item {
    margin-bottom: 60px;
    padding: 0 5%;
}

.home-features .contents .item .image {
    max-width: 120px;
    min-height: 165px;
}

.home-features .contents .item .image img {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
}

.home-features .contents .item .info {
    margin-top: 25px;
}

.home-features .contents .item .info p {
    color: #60add1;
}

.home-features .button .c-btn {
    color: #ffffff;
    border-color: #ffffff;
    min-width: 210px;
    min-height: 50px;
}

.banner-inner {
    padding-top: 150px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-inner .content-main {
    width: 100%;
}

.banner-inner.top {
    margin-top: -90px;
}

.banner-inner.giftcard-page-banner {
    padding: 0px;
}

@media only screen and (max-width: 1024px) {
    .banner-inner.giftcard-page-banner {
        padding: 150px 0;
    }
}

@media only screen and (max-width: 768px) {
    .banner-inner.giftcard-page-banner {
        padding: 150px 0;
    }
}

@media only screen and (max-width: 480px) {
    .banner-inner.giftcard-page-banner {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 480px) {
    .banner-inner {
        background-position: 73%;
    }
}

.banner-inner .content {
    max-width: 60%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .banner-inner .content {
        max-width: 100%;
    }
}

.banner-inner .content .info h4,
.banner-inner .content .info h5,
.banner-inner .content .info p {
    margin-top: 10px;
}

.banner-inner .content .info ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-inner .content .info ul li:last-child {
    margin-bottom: 0;
}

.banner-inner .content .info ul li img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
    margin-right: 20px;
}

.banner-inner .content .form-area {
    margin-top: 75px;
    max-width: 730px;
    width: 100%;
}

.banner-inner .content .form-area form {
    position: relative;
}

.banner-inner .content .form-area form .form-box {
    width: 100%;
}

.banner-inner .content .form-area form .form-box input {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    text-align: left;
    padding: 20px 30px;
    padding-right: 150px;
}

.banner-inner .content .form-area form button {
    position: absolute;
    top: 3px;
    right: 3px;
    max-width: 120px;
    width: 100%;
    height: 54px;
}

.banner-inner .content .separator {
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 530px;
    width: 100%;
}

.banner-inner .content .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-inner .content .menu ul li {
    margin: 0 40px;
}

@media only screen and (max-width: 480px) {
    .banner-inner .content .menu ul li {
        margin: 0 10px;
    }
}

.banner-inner .content .menu ul li a {
    font-size: 1.22222rem;
}

@media only screen and (max-width: 480px) {
    .banner-inner .content .menu ul li a {
        font-size: 0.88889rem;
    }
}

@media only screen and (max-width: 320px) {
    .banner-inner .content .menu ul li a {
        font-size: 0.72222rem;
    }
}

.banner-inner .content .play {
    padding-top: 50px;
    padding-bottom: 10px;
    max-width: 70px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .banner-inner .content .play {
        padding: 20px 0;
    }
}

.banner-inner.center .content {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.banner-inner.sm .content {
    max-width: 570px;
}

.video-section {
    padding-bottom: 150px;
    padding-top: 100px;
}

.video-section .banner-inner {
    padding: 50px 15px;
}

.flow-icon {
    max-width: 90px;
    margin-bottom: 15px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.flow-icon &gt; img {
    max-height: 60px;
    width: auto;
}

.flow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flow-box-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 23px;
    width: 190px;
    /* position: relative; */
}

.flow-text p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;
}

.flow-box-single:last-child {
    margin-right: 0;
}

.flow-box-icon:after {
    position: absolute;
    top: 26px;
    right: 0;
    width: 30px;
    height: 5px;
    content: "";
    border-top: 2px dashed #fff;
}

.flow-box-single:nth-child(2) .flow-icon:after {
    content: "";
    position: absolute;
    top: 29px;
    left: 133%;
    width: 120px;
    height: 1px;
    border-top: 1px dashed #fff;
}

.flow-box-single:nth-child(2) .flow-icon:before {
    content: "";
    position: absolute;
    top: 29px;
    right: 133%;
    width: 120px;
    height: 1px;
    border-top: 1px dashed #fff;
}

/*------------------------------------*\
    #BOOKING PAGE
\*------------------------------------*/
.booking-page article {
    border-top: 1px solid #dedede;
    padding: 40px;
}

@media screen and (max-width: 480px) {
    .booking-page article {
        padding: 20px;
    }
}

.booking-page article h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25;
}

.booking-page article label {
    display: block;
    position: relative;
}

.booking-page article .phone-before {
    position: absolute;
    width: 45px;
    height: 43px;
    line-height: 45px;
    top: 1px;
    left: 1px;
    text-align: center;
    background-color: #f0f0f5;
    color: #b0b0b0;
    font-size: 18px;
    font-weight: 300;
    display: block;
    border-right: 1px solid #c6c6c7;
}

.booking-page article .phone-before + input {
    padding-left: 60px !important;
}

.booking-page .btn--transparent {
    color: #666 !important;
    border-color: #ccc !important;
}

.booking-page .layout__item--right-content article {
    padding-bottom: 15px !important;
}

.booking-page .subheader {
    background-image: url("images/subheader-booking.jpg");
    background-position: 50% 100%;
    height: 630px;
    position: relative;
}

.booking-page .subheader p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.19048;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .booking-page .subheader {
        height: 450px;
    }
    .booking-page .subheader h1 {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 1.31579;
        padding-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .booking-page .subheader {
        height: 380px;
    }
    .booking-page .subheader h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.66667;
        padding-top: 20px;
    }
    .booking-page .subheader p {
        font-size: 14px !important;
    }
}

.booking_banner h1,
.booking_banner p {
    color: #fff;
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.layout__item {
    margin-bottom: 25px;
}

.layout__item {
    font-size: 16px;
    font-size: 1rem;
}

.layout__item {
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
    width: 100%;
}

.right-part {
    max-width: 33.33%;
}

.left-part {
    max-width: 66.66%;
}

.booking.booking-page {
    /* Remove, change to fit your needs */
    /* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
    /* Up/Down arrows */
    /* Down arrow */
    /* Change the border color on hover, focus and when open */
    /* When the entire SoD is disabled, go crazy! */
    /* The "label", or whatever we should call it. Keep the first three lines for truncating. */
    /* Options list wrapper */
    /* Shows the option list (don't edit) */
    /* Don't display the options when  */
    /* When the option list is displayed above the SoD */
    /* Options list container */
    /* All the options. Keep the first three lines for truncating... */
    /* Optgroups */
    /* Children of an optgroup */
    /* Used together with placeholderOption / data-placeholder-option */
    /* Disabled option */
    /* Hover state for options, also used when a user uses his/hers up/down keys */
    /*Make room for the check mark */
    /* Displays a check mark for the selected option */
    /* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
    /* Hide native select */
    /* The native select in touch mode. Keep this first line. Sorry, keep everything. */
    /*------------------------------------*\
        #GRUB CLUB
    \*------------------------------------*/
    /*------------------------------------*\
        #DEFAULT SETTINGS
    \*------------------------------------*/
    /*------------------------------------*\
        #INUIT SETTINGS
    \*------------------------------------*/
    /*------------------------------------*\
        #STARTERIZED SETTINGS
    \*------------------------------------*/
    /*!
     * inuitcss, by @csswizardry
     *
     * github.com/inuitcss | inuitcss.com
     */
    /* --------------------------------------------------------------------------------------
    +
    + STARTERIZED DEFAULT SETTINGS
    +
    -------------------------------------------------------------------------------------- */
    /* turns on gradient support for IE9 */
    /* turns off support for Mozilla prior to version 3.6 http://tiny.cc/42k3mw */
    /* --------------------------------------------------------------------------------------
    +
    + FUNCTIONS
    +
    -------------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------------
    +
    + EASING FUNCTIONS
    +
    -------------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------------
    +
    + MIXINS
    +
    -------------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------------
    +
    + ALIASES
    +
    -------------------------------------------------------------------------------------- */
    /*------------------------------------*\
        #ALIASES
    \*------------------------------------*/
    /* --------------------------------------------------------------------------------------
    +
    + VIEWPORT
    +
    -------------------------------------------------------------------------------------- */
    /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
    /**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device orientation change,
     *    without disabling user zoom.
     */
    /**
     * Remove default margin.
     */
    /* HTML5 display definitions
       ========================================================================== */
    /**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
    /**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
    /**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
    /**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
     */
    /* Links
       ========================================================================== */
    /**
     * Remove the gray background color from active links in IE 10.
     */
    /**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
    /* Text-level semantics
       ========================================================================== */
    /**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
    /**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */
    /**
     * Address styling not present in Safari and Chrome.
     */
    /**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
    /**
     * Address styling not present in IE 8/9.
     */
    /**
     * Address inconsistent and variable font size in all browsers.
     */
    /**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
    /* Embedded content
       ========================================================================== */
    /**
     * Remove border when inside `a` element in IE 8/9/10.
     */
    /**
     * Correct overflow not hidden in IE 9/10/11.
     */
    /* Grouping content
       ========================================================================== */
    /**
     * Address margin not present in IE 8/9 and Safari.
     */
    /**
     * Address differences between Firefox and other browsers.
     */
    /**
     * Contain overflow in all browsers.
     */
    /**
     * Address odd `em`-unit font size rendering in all browsers.
     */
    /* Forms
       ========================================================================== */
    /**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
    /**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     */
    /**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
    /**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
    /**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     */
    /**
     * Re-set default cursor for disabled elements.
     */
    /**
     * Remove inner padding and border in Firefox 4+.
     */
    /**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
    /**
     * It's recommended that you don't attempt to style these elements.
     * Firefox's implementation doesn't respect box-sizing, padding, or width.
     *
     * 1. Address box sizing set to `content-box` in IE 8/9/10.
     * 2. Remove excess padding in IE 8/9/10.
     */
    /**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
    /**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
     */
    /**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */
    /**
     * Define consistent border, margin, and padding.
     */
    /**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     */
    /**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
    /**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
    /* Tables
       ========================================================================== */
    /**
     * Remove most spacing between table cells.
     */
    /*------------------------------------*\
        #RESET
    \*------------------------------------*/
    /**
     * As well as using normalize.css, it is often advantageous to remove all
     * margins from certain elements.
     */
    /**
     * Give a help cursor to elements that give extra info on `:hover`.
     */
    /**
     * Remove underlines from potentially troublesome elements.
     */
    /**
     * Apply faux underlines to inserted text via `border-bottom`.
     */
    /*------------------------------------*\
        #FONTS
    \*------------------------------------*/
    /*------------------------------------*\
        #SPRITES
    \*------------------------------------*/
    /* --------------------------------------------------------------------------------------
    +
    + RESET - BUILDS ON TOP OF INUIT NORMALIZE AND RESET
    +
    -------------------------------------------------------------------------------------- */
    /*------------------------------------*\
        #BOX-SIZING
    \*------------------------------------*/
    /**
     * Set the global `box-sizing` state to `border-box`.
     *
     * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
     * paulirish.com/2012/box-sizing-border-box-ftw
     */
    /* --------------------------------------------------------------------------------------
    +
    + SELECTION
    +
    -------------------------------------------------------------------------------------- */
    /*------------------------------------*\
        #PAGE
    \*------------------------------------*/
    /**
     * High-, page-level styling.
     *
     * 1. Set the default `font-size` and `line-height` for the entire project,
     *    sourced from our default variables. The `font-size` is calculated to exist
     *    in ems, the `line-height` is calculated to exist unitlessly.
     * 2. Force scrollbars to always be visible to prevent awkward â€˜jumpsâ€™ when
     *    navigating between pages that do/do not have enough content to produce
     *    scrollbars naturally.
     * 3. Ensure the page always fills at least the entire height of the viewport.
     * 4. Prevent certain mobile browsers from automatically zooming fonts.
     * 5. Fonts on OSX will look more consistent with other systems that do not
     *    render text using sub-pixel anti-aliasing.
     */
    /*------------------------------------*\
        #PAGE
    \*------------------------------------*/
    /*------------------------------------*\
        #HEADINGS
    \*------------------------------------*/
    /**
     * Headings 1â€“6, with corresponding Greek-alphabet abstract classes for double-
     * stranded heading hierarchy: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
     */
    /*------------------------------------*\
        #HEADINGS
    \*------------------------------------*/
    /*------------------------------------*\
        #TYPOGRAPHY
    \*------------------------------------*/
    /**
     * Typographical base selectors.
     */
    /**
     * Horizontal rules.
     */
    /**
     * Typography.
     */
    /*------------------------------------*\
        #LINKS
    \*------------------------------------*/
    /*------------------------------------*\
        #LIST
    \*------------------------------------*/
    /* --------------------------------------------------------------------------------------
    +
    + LINK
    +
    -------------------------------------------------------------------------------------- */
    /*------------------------------------*\
        #PARAGRAPHS
    \*------------------------------------*/
    /**
     * The `.lede` class is used to make the introductory text (usually a paragraph)
     * of a document slightly larger: en.wikipedia.org/wiki/Lede_(news)
     */
    /*------------------------------------*\
        #IMAGES
    \*------------------------------------*/
    /**
     * 1. Fluid images for responsive purposes.
     * 2. Offset `alt` text from surrounding copy.
     * 3. Setting `vertical-align` removes the whitespace that appears under `img`
     *    elements when they are dropped into a page as-is. Safer alternative to
     *    using `display: block;`.
     */
    /**
     * If a `width` and/or `height` attribute have been explicitly defined, letâ€™s
     * not make the image fluid.
     */
    /*------------------------------------*\
        #LISTS
    \*------------------------------------*/
    /**
     * Remove extra vertical spacing when nesting lists.
     */
    /* --------------------------------------------------------------------------------------
    +
    + BUTTONS
    +
    -------------------------------------------------------------------------------------- */
    /*------------------------------------*\
        #TABLEIZE
    \*------------------------------------*/
    /**
     * The `.tableize__content` serves as container for cell content. If you need
     * width or padding set on a cell, make sure you set it to `.tableize__content`
     * instead since that is what makes the whole thing work. That being said
     * `.tableize__content` is optional.

       &lt;div class="tableize"&gt;
         &lt;div class="tableize__cell"&gt;
           &lt;div class="tableize__content"&gt;
             cell content
           &lt;/div&gt;
         &lt;/div&gt;
         &lt;div class="tableize__cell"&gt;
           &lt;div class="tableize__content"&gt;
             cell content
           &lt;/div&gt;
         &lt;/div&gt;
       &lt;/div&gt;
     */
    /**
     * Tableize cell.
     */
    /**
     * Filler cell. There is no need for using this class if parent `.tableize`
     * has `.tableize--fixed` modifier.
     *
     * 1. Fills the rest of the row when one or more cells have fixed width.
     */
    /**
     * Middle tableize aligns tableize cell to their middles.
     */
    /**
     * Bottom tableize aligns tableize cell to their bottom.
     */
    /**
     * Fixed tableize makes:
     * - all cells occupy equal width or
     * - if one (or more) cells are fixed (or percentage base) width
     *   the remaining columns will occupy rest of the available space.
     *
     * More info about `table-layout: fixed;` at
     * http://css-tricks.com/fixing-tables-long-strings/
     */
    /**
     * Full height tableize.
     */
    /* --------------------------------------------------------------------------------------
    +
    + JUSTIFIZE
    +
    -------------------------------------------------------------------------------------- */
    /*
        http://www.css-101.org/articles/responsive-boxes/magic-boxes.php

        &lt;div class="justifize"&gt;
          &lt;div class="justifize__box"&gt;
            justifize box content
          &lt;/div&gt;
          &lt;div class="justifize__box"&gt;
            justifize box content
          &lt;/div&gt;
          &lt;div class="justifize__box"&gt;
            justifize box content
          &lt;/div&gt;
        &lt;/div&gt;
    */
    /*------------------------------------*\
        #FLAG
    \*------------------------------------*/
    /**
     * The flag object is a design pattern similar to the media object, however it
     * utilises `display: table[-cell];` to give us control over the vertical
     * alignments of the text and image. csswizardry.com/2013/05/the-flag-object
     */
    /**
     * 1. Allows us to control vertical alignments
     * 2. Force the object to be the full width of its parent. Combined with [1],
     *    this makes the object behave in a quasi-`display: block;` manner.
     */
    /**
     * Items within a flag object. There should only ever be one of each.
     *
     * 1. Default to aligning content to their middles.
     */
    /**
     * Flag images have a space between them and the body of the object.
     */
    /**
     * The container for the main content of the flag object.
     *
     * 1. Forces the `.flag__body` to take up all remaining space.
     */
    /**
     * Tiny flags.
     */
    /**
     * Small flags.
     */
    /**
     * Large flags.
     */
    /**
     * Huge flags.
     */
    /**
     * Reversed flag objects have their image-content to the right, and text-content
     * to the left.
     *
     * 1. Swap the rendered direction of the objectâ€¦
     * 2. â€¦and reset it.
     * 3. Reassign margins to the correct sides.
     */
    /**
     * Flush flag objects have no space between the image- and text-content.
     */
    /**
     * Vertically top aligned flag objects.
     */
    /**
     * Vertically bottom aligned flag objects.
     */
    /**
     * Responsive flag objects.
     *
     * There is a very pragmatic, simple implementation of a responsive flag
     * object, which simply places the text-content beneath the image-content.
     *
     * We use a `max-width` media query because:
     *
     * a) it is the least verbose method in terms of amount of code required.
     * b) the flag objectâ€™s default state is image-next-to-text, so its stacked
     *    state is the exception, rather than the rule.
     */
    /*------------------------------------*\
        #MEDIA
    \*------------------------------------*/
    /**
     * Place any image- and text-like content side-by-side, as per:
     * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
     */
    /*------------------------------------*\
        #CONTAINER
    \*------------------------------------*/
    /*------------------------------------*\
        #EMBEDDED
    \*------------------------------------*/
    /*
        BASED ON https://github.com/suitcss/components-flex-embed/blob/master/flex-embed.css, mashed up with http://www.mademyday.de/css-height-equals-width-with-pure-css.html

        &lt;div class="embedded"&gt;
          [iframe|object|embed]
        &lt;/div&gt;
    */
    /**
     * Modifier: 3:1 aspect ratio
     */
    /**
     * Modifier: 2:1 aspect ratio
     */
    /**
     * Modifier: 16:9 aspect ratio
     */
    /**
     * Modifier: 4:3 aspect ratio
     */
    /*------------------------------------*\
        #ICONS
    \*------------------------------------*/
    /*------------------------------------*\
        #LIST-BARE
    \*------------------------------------*/
    /**
     * The list-bare object simply removes any indents and bullet points from lists.
     */
    /*------------------------------------*\
        #LIST-INLINE
    \*------------------------------------*/
    /**
     * The list-inline object simply displays a list of items in one line.
     */
    /**
     * Comma delimited list to semantically mark up lists of tags, etc.
     *
     * N.B. This component requires that you remove the whitespace between LIs.
     *      The simplest (and valid) way to achieve this is by omitting the
     *      closing `&lt;/li&gt;` tag.
     */
    /*------------------------------------*\
        #BOX
    \*------------------------------------*/
    /**
     * The box object simply boxes off content.
     */
    /**
     * 1. So we can apply the `.box` class to naturally-inline elements.
     */
    /*------------------------------------*\
        #LAYOUT
    \*------------------------------------*/
    /**
     * The inuitcss layout system uses `box-sizing: border-box;` and
     * `display: inline-block;` to create an extremely powerful, flexible
     * alternative to the traditional grid system. Combine the layout items with
     * the widths found in `trumps.widths`.
     */
    /**
     * Begin a layout group.
     */
    /**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
    /**
     * Layouts with tiny gutters.
     */
    /**
     * Layouts with small gutters.
     */
    /**
     * Layouts with large gutters.
     */
    /**
     * Layouts with huge gutters.
     */
    /**
     * Layouts with no gutters.
     */
    /**
     * Reversed rendered order of layout items, e.g. items 1, 2, 3, 4 in your
     * markup will display in order 4, 3, 2, 1 on your page.
     */
    /**
     * Align layout items to the vertical centers of each other.
     */
    /**
     * Align layout items to the vertical bottoms of each other.
     */
    /**
     * Make the layout items fill up from the right hand side.
     */
    /**
     * Make the layout items fill up from the center outward.
     */
    /**
     * Cause layout items to take up a non-explicit amount of width.
     */
    /*------------------------------------*\
        #LAYOUT-WHITESPACE-FIX
    \*------------------------------------*/
    /**
     * The inuitcss layout system uses `display: inline-block;` means that
     * the layout items need their whitespace removing in order for them
     * to work correctly.
     *
     * This extension is based on the font size zero method.
     * Use it only if you can't remove whitespace directly in your HTML.
     *
     * 1. Remove whitespace between child element.
     * 2. Restore font-size to `$inuit-base-font-size` using `font-size` mixin.
     */
    /*------------------------------------*\
        #LAYOUT-BOTTOM-GUTTERS
    \*------------------------------------*/
    /**
     * This extension uses an `:after` pseudo element with negative top margin
     * applied to `.layout` object to negate layout items bottom margin.
     */
    /**
     * Default layout.
     *
     * 1. Make sure `:after` pseudo element takes the whole width of its parent.
     * 2. Negate layout item's bottom margin.
     */
    /**
     * Layouts with tiny gutters.
     */
    /**
     * Layouts with small gutters.
     */
    /**
     * Layouts with large gutters.
     */
    /**
     * Layouts with huge gutters.
     */
    /**
     * Layouts with no gutters.
     */
    /*
     *  Owl Carousel - Animate Plugin
     */
    /*
     * 	Owl Carousel - Auto Height Plugin
     */
    /*
     *  Core Owl Carousel CSS File
     */
    /* No Js */
    /*
     * 	Owl Carousel - Lazy Load Plugin
     */
    /*
     * 	Owl Carousel - Video Plugin
     */
    /* ===========================================================
     *
     *  Name:          selectordie_dev.css
     *  Updated:       2014-10-10
     *  Created by:    Per V @ Vst.mn
     *  What?:         Base CSS for Select or Die
     *
     *  Copyright (c) 2014 Per Vestman
     *  Dual licensed under the MIT and GPL licenses.
     *
     *  No, I don't usually comment my CSS, but in this
     *  case it might "help" someone.
     *
     *  Oddny | Cogs 'n Kegs
     * =========================================================== */
    /* Remove, change to fit your needs */
    /* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
    /* Up/Down arrows */
    /* Down arrow */
    /* Change the border color on hover, focus and when open */
    /* When the entire SoD is disabled, go crazy! */
    /* The "label", or whatever we should call it. Keep the first three lines for truncating. */
    /* Options list wrapper */
    /* Shows the option list (don't edit) */
    /* Don't display the options when  */
    /* When the option list is displayed above the SoD */
    /* Options list container */
    /* All the options. Keep the first three lines for truncating... */
    /* Optgroups */
    /* Children of an optgroup */
    /* Used together with placeholderOption / data-placeholder-option */
    /* Disabled option */
    /* Hover state for options, also used when a user uses his/hers up/down keys */
    /*Make room for the check mark */
    /* Displays a check mark for the selected option */
    /* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
    /* Hide native select */
    /* The native select in touch mode. Keep this first line. Sorry, keep everything. */
    /*------------------------------------*\
        #SITE LOGO
    \*------------------------------------*/
    /*------------------------------------*\
        #FOOTER MAIN
    \*------------------------------------*/
    /*------------------------------------*\
        #HEADER MAIN
    \*------------------------------------*/
    /*------------------------------------*\
        #JQUERY UI
    \*------------------------------------*/
    /* --------------------------------------------------------------------------------------
    +
    + Jquery UI
    +
    -------------------------------------------------------------------------------------- */
    /* with multiple calendars */
    /* Component containers
    ----------------------------------*/
    /* Interaction states
    ----------------------------------*/
    /* Interaction Cues
    ----------------------------------*/
    /*!
    * http://jqueryui.com
    * Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, slider.css
    * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
    /* Layout helpers
    ----------------------------------*/
    /* Interaction Cues
    ----------------------------------*/
    /* Icons
    ----------------------------------*/
    /* states and images */
    /* Misc visuals
    ----------------------------------*/
    /* Overlays */
    /* support: IE8 - See #6727 */
    /*------------------------------------*\
        #INPUTS
    \*------------------------------------*/
    /**
     * Base input styles.
     */
    /**
     * Primary input.
     */
    /**
     * Primary input.
     */
    /**
     * Textarea input.
     */
    /*------------------------------------*\
        #ACCORDION
    \*------------------------------------*/
    /*------------------------------------*\
        #PRIMARY BUTTON
    \*------------------------------------*/
    /**
     * Primary button.
     */
    /*------------------------------------*\
        #CHECKBOX
    \*------------------------------------*/
    /* default checkbox */
    /*------------------------------------*\
        #RADIO
    \*------------------------------------*/
    /*------------------------------------*\
        #SUBHEADER
    \*------------------------------------*/
    /*------------------------------------*\
        #ACHIEVEMENTS
    \*------------------------------------*/
    /*------------------------------------*\
        #HOW-WE-WORK
    \*------------------------------------*/
    /*------------------------------------*\
        #TRUSTED LIST
    \*------------------------------------*/
    /*------------------------------------*\
        #SERVICES
    \*------------------------------------*/
    /*------------------------------------*\
        #TRUST
    \*------------------------------------*/
    /*------------------------------------*\
        #CUSTOMERS
    \*------------------------------------*/
    /*------------------------------------*\
        #BIG-PHONE
    \*------------------------------------*/
    /*------------------------------------*\
        #BIG CAR
    \*------------------------------------*/
    /*------------------------------------*\
        #HAPPINESS
    \*------------------------------------*/
    /*------------------------------------*\
        #BOOK-APPOINTMENT
    \*------------------------------------*/
    /*------------------------------------*\
        #PARTNERS
    \*------------------------------------*/
    /*------------------------------------*\
        #HELP-QUESTIONS
    \*------------------------------------*/
    /*------------------------------------*\
        #RESULTS SLIDER
    \*------------------------------------*/
    /*------------------------------------*\
        #TESTIMONIAL
    \*------------------------------------*/
    /*------------------------------------*\
        #CONTACT PAGE
    \*------------------------------------*/
    /*------------------------------------*\
        #SELECT
    \*------------------------------------*/
    /*------------------------------------*\
        #BOOKING PAGE
    \*------------------------------------*/
    /*------------------------------------*\
        #GIFT CARD
    \*------------------------------------*/
    /*------------------------------------*\
        #SECTION
    \*------------------------------------*/
    /*------------------------------------*\
        #BLOG CONTENT
    \*------------------------------------*/
    /*------------------------------------*\
        #ARTICLE PAGE
    \*------------------------------------*/
    /*------------------------------------*\
        #SUBSCRIBE BOX
    \*------------------------------------*/
    /*------------------------------------*\
        #HORIZONTAL RULE
    \*------------------------------------*/
    /*------------------------------------*\
        #SHAME
    \*------------------------------------*/
    /**
     * Completely remove from the flow but leave available to screen readers and
     * keyboard users (if input is visually hidden).
     * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
     */
    /**
     * Flag fix.
     */
    /*------------------------------------*\
        #SPACING
    \*------------------------------------*/
    /**
     * Margin and padding helper classes. Use these to tweak layout on a micro
     * level.
     *
     * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
     */
    /**
     * Margin helper classes.
     *
     * Add margins.
     */
    /**
     * Add tiny margins.
     */
    /**
     * Add small margins.
     */
    /**
     * Add large margins.
     */
    /**
     * Add huge margins.
     */
    /**
     * Remove margins.
     */
    /**
     * Negative margins.
     */
    /**
     * Large negative margins.
     */
    /**
     * Padding helper classes.
     *
     * Add paddings.
     */
    /**
     * Add tiny paddings.
     */
    /**
     * Add small paddings.
     */
    /**
     * Add large paddings.
     */
    /**
     * Add huge paddings.
     */
    /**
     * Remove paddings.
     */
    /*------------------------------------*\
        #SPACING-RESPONSIVE
    \*------------------------------------*/
    /**
     * Margin and padding helper classes. Use these to tweak layout on a micro
     * level.
     *
     * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
     */
    /**
     * Margin helper classes.
     *
     * Add margins.
     */
    /**
     * Add tiny margins.
     */
    /**
     * Add small margins.
     */
    /**
     * Add large margins.
     */
    /**
     * Add huge margins.
     */
    /**
     * Remove margins.
     */
    /**
     * Padding helper classes.
     *
     * Add paddings.
     */
    /**
     * Add tiny paddings.
     */
    /**
     * Add small paddings.
     */
    /**
     * Add large paddings.
     */
    /**
     * Add huge paddings.
     */
    /**
     * Remove paddings.
     */
    /*------------------------------------*\
        #WIDTHS
    \*------------------------------------*/
    /**
     * A series of width helper classes that you can use to size things like grid
     * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
     * word format (e.g. `two-thirds`). Toggle formats by overriding the
     * `$inuit-use-fractions` variable defined below.
     */
    /**
     * Whole.
     */
    /**
     * Halves.
     */
    /**
     * Thirds.
     */
    /**
     * Quarters.
     */
    /**
     * Fifths.
     */
    /**
     * Sixths.
     */
    /**
     * Eighths.
     */
    /**
     * Ninths.
     */
    /**
     * Tenths.
     */
    /**
     * Twelfths.
     */
    /*------------------------------------*\
        #WIDTHS-RESPONSIVE
    \*------------------------------------*/
    /**
     * Responsive width classes based on your responsive settings.
     */
    /*------------------------------------*\
        #CLEARFIX
    \*------------------------------------*/
    /**
     * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
     * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
     * over and over in your markup.
     */
    /* --------------------------------------------------------------------------------------
    +
    + HELPER CLASSES
    +
    -------------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------------
    +
    + TYPE
    +
    -------------------------------------------------------------------------------------- */
    /*------------------------------------*\
        #TYPE
    \*------------------------------------*/
    /**
     * TYPE SIZES
     */
    /*------------------------------------*\
        #COLORS
    \*------------------------------------*/
    /*------------------------------------*\
        #BACKGROUNDS
    \*------------------------------------*/
    /*------------------------------------*\
        #HELPERS
    \*------------------------------------*/
    /*------------------------------------*\
        #PRINT
    \*------------------------------------*/
    /**
     * Very crude, reset-like styles taken from the HTML5 Boilerplate:
     * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
     */
}

.booking.booking-page .color-gray {
    color: #3a3c41 !important;
}

.booking.booking-page .color-gray-light {
    color: #ababab !important;
}

.booking.booking-page .type-small {
    font-size: 14px !important;
}

.booking.booking-page .mb {
    margin-bottom: 25px !important;
}

.booking.booking-page .layout {
    font-size: 0;
}

.booking.booking-page .layout {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
    .booking.booking-page [class~="large-and-up-1/2"],
    .booking.booking-page [class~="large-and-up-2/4"],
    .booking.booking-page [class~="large-and-up-3/6"],
    .booking.booking-page [class~="large-and-up-4/8"],
    .booking.booking-page [class~="large-and-up-5/10"],
    .booking.booking-page [class~="large-and-up-6/12"] {
        width: 50% !important;
    }
    .booking.booking-page [class~="large-and-up-1/3"],
    .booking.booking-page [class~="large-and-up-2/6"],
    .booking.booking-page [class~="large-and-up-3/9"],
    .booking.booking-page [class~="large-and-up-4/12"] {
        width: 33.3333333% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/4"],
    .booking.booking-page [class~="medium-and-up-2/8"],
    .booking.booking-page [class~="medium-and-up-3/12"] {
        width: 25% !important;
    }
    .booking.booking-page [class~="large-and-up-1/2"],
    .booking.booking-page [class~="large-and-up-2/4"],
    .booking.booking-page [class~="large-and-up-3/6"],
    .booking.booking-page [class~="large-and-up-4/8"],
    .booking.booking-page [class~="large-and-up-5/10"],
    .booking.booking-page [class~="large-and-up-6/12"] {
        width: 50% !important;
    }
}

.booking.booking-page .layout__item {
    font-size: 16px;
    font-size: 1rem;
}

.booking.booking-page .layout__item {
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
    width: 100%;
}

.booking.booking-page .input--full {
    width: 100% !important;
    max-width: 100% !important;
}

.booking.booking-page .input--primary {
    border: 1px solid #c6c6c7;
    padding: 0 15px;
    font-weight: 300;
    color: #3a3c41;
    height: 45px;
}

.booking.booking-page .input {
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: none;
    color: #666;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    vertical-align: middle;
    width: 100%;
}

.booking.booking-page h4 {
    font-size: 1.375rem;
    line-height: 1.13636;
}

.booking.booking-page h4,
.booking.booking-page h2 {
    font-weight: 300;
}

.booking.booking-page .mb-- {
    margin-bottom: 6px !important;
}

.booking.booking-page .sod_select,
.booking.booking-page .sod_select * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking.booking-page .sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 200px;
    padding: 15px 10px;
    border: 3px solid #5e5e5e;
    background: #ffffff;
    color: #444444;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    /* Opera */
    cursor: default;
}

.booking.booking-page .sod_select:before,
.booking.booking-page .sod_select:after {
    content: "\25B2";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 7px;
}

.booking.booking-page .sod_select:after {
    content: "\25BC";
    top: auto;
    bottom: 12px;
}

.booking.booking-page .sod_select:hover,
.booking.booking-page .sod_select.open,
.booking.booking-page .sod_select.focus {
    border-color: #000000;
}

.booking.booking-page .sod_select.open {
    color: #919191;
}

.booking.booking-page .sod_select.focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.booking.booking-page .sod_select.disabled {
    border-color: #828282;
    color: #b2b2b2;
    cursor: not-allowed;
}

.booking.booking-page .sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.booking.booking-page .sod_select .sod_prefix {
    /* Use this if you're using a prefix and want to style it */
}

.booking.booking-page .sod_select .sod_placeholder {
    /* Use this if you're using a placeholder and want to style it */
}

.booking.booking-page .sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 200px;
    margin: 0 0 0 -3px;
    background: #ffffff;
    border: 3px solid #000000;
    border-top: none;
    color: #444444;
    font-weight: 300;
    z-index: 1;
}

.booking.booking-page .sod_select.open .sod_list_wrapper {
    display: block;
}

.booking.booking-page .sod_select.disabled.open .sod_list_wrapper {
    display: none;
}

.booking.booking-page .sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 3px solid #000000;
    border-bottom: none;
}

.booking.booking-page .sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.booking.booking-page .sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none;
}

.booking.booking-page .sod_select .sod_option.optgroup,
.booking.booking-page .sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic;
}

.booking.booking-page .sod_select .sod_option.groupchild {
    padding-left: 20px;
}

.booking.booking-page .sod_select .sod_option.is-placeholder {
    display: none;
}

.booking.booking-page .sod_select .sod_option.disabled {
    background: inherit;
    color: #cccccc;
}

.booking.booking-page .sod_select .sod_option.active {
    background: #f7f7f7;
    color: #333333;
}

.booking.booking-page .sod_select .sod_option.selected {
    font-weight: 700;
    padding-right: 25px;
}

.booking.booking-page .sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

.booking.booking-page .sod_select.no_highlight .sod_option.selected {
    font-weight: 300;
}

.booking.booking-page .sod_select.no_highlight .sod_option.selected:before {
    display: none;
}

.booking.booking-page .sod_select .sod_option.link {
    /* If data-link is set on a specific option */
}

.booking.booking-page .sod_select .sod_option.linkexternal {
    /* If data-link-external is set on a specific option */
}

.booking.booking-page .sod_select select {
    display: none !important;
}

.booking.booking-page .sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.booking.booking-page select {
    width: 100%;
    height: 45px;
    border: 1px solid #c6c6c7;
    padding: 0px 13px;
}

@-webkit-viewport {
.booking.booking-page {
    width: device-width;
}
}

@-moz-viewport {
.booking.booking-page {
    width: device-width;
}
}

@-o-viewport {
.booking.booking-page {
    width: device-width;
}
}

@-ms-viewport {
.booking.booking-page {
    width: device-width;
}
}

@viewport {
.booking.booking-page {
    width: device-width;
}
}

.booking.booking-page html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

.booking.booking-page body {
    margin: 0;
}

.booking.booking-page article,
.booking.booking-page aside,
.booking.booking-page details,
.booking.booking-page figcaption,
.booking.booking-page figure,
.booking.booking-page footer,
.booking.booking-page header,
.booking.booking-page hgroup,
.booking.booking-page main,
.booking.booking-page menu,
.booking.booking-page nav,
.booking.booking-page section,
.booking.booking-page summary {
    display: block;
}

.booking.booking-page audio,
.booking.booking-page canvas,
.booking.booking-page progress,
.booking.booking-page video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

.booking.booking-page audio:not([controls]) {
    display: none;
    height: 0;
}

.booking.booking-page [hidden],
.booking.booking-page template {
    display: none;
}

.booking.booking-page a {
    background-color: transparent;
}

.booking.booking-page a:active,
.booking.booking-page a:hover {
    outline: 0;
}

.booking.booking-page abbr[title] {
    border-bottom: 1px dotted;
}

.booking.booking-page b,
.booking.booking-page strong {
    font-weight: bold;
}

.booking.booking-page dfn {
    font-style: italic;
}

.booking.booking-page h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.booking.booking-page mark {
    background: #ff0;
    color: #000;
}

.booking.booking-page small {
    font-size: 80%;
}

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

.booking.booking-page sup {
    top: -0.5em;
}

.booking.booking-page sub {
    bottom: -0.25em;
}

.booking.booking-page img {
    border: 0;
}

.booking.booking-page svg:not(:root) {
    overflow: hidden;
}

.booking.booking-page figure {
    margin: 1em 40px;
}

.booking.booking-page hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.booking.booking-page pre {
    overflow: auto;
}

.booking.booking-page code,
.booking.booking-page kbd,
.booking.booking-page pre,
.booking.booking-page samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.booking.booking-page button,
.booking.booking-page input,
.booking.booking-page optgroup,
.booking.booking-page select,
.booking.booking-page textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

.booking.booking-page button {
    overflow: visible;
}

.booking.booking-page button,
.booking.booking-page select {
    text-transform: none;
}

.booking.booking-page button,
.booking.booking-page html input[type="button"],
.booking.booking-page input[type="reset"],
.booking.booking-page input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

.booking.booking-page button[disabled],
.booking.booking-page html input[disabled] {
    cursor: default;
}

.booking.booking-page button::-moz-focus-inner,
.booking.booking-page input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.booking.booking-page input {
    line-height: normal;
}

.booking.booking-page input[type="checkbox"],
.booking.booking-page input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

.booking.booking-page input[type="number"]::-webkit-inner-spin-button,
.booking.booking-page input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.booking.booking-page input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}

.booking.booking-page input[type="search"]::-webkit-search-cancel-button,
.booking.booking-page input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.booking.booking-page fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.booking.booking-page legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

.booking.booking-page textarea {
    overflow: auto;
}

.booking.booking-page optgroup {
    font-weight: bold;
}

.booking.booking-page table {
    border-collapse: collapse;
    border-spacing: 0;
}

.booking.booking-page td,
.booking.booking-page th {
    padding: 0;
}

.booking.booking-page body,
.booking.booking-page h1,
.booking.booking-page h2,
.booking.booking-page h3,
.booking.booking-page h4,
.booking.booking-page h5,
.booking.booking-page h6,
.booking.booking-page p,
.booking.booking-page blockquote,
.booking.booking-page pre,
.booking.booking-page dl,
.booking.booking-page dd,
.booking.booking-page ol,
.booking.booking-page ul,
.booking.booking-page form,
.booking.booking-page fieldset,
.booking.booking-page legend,
.booking.booking-page figure,
.booking.booking-page table,
.booking.booking-page th,
.booking.booking-page td,
.booking.booking-page caption,
.booking.booking-page hr {
    margin: 0;
    padding: 0;
}

.booking.booking-page abbr[title],
.booking.booking-page dfn[title] {
    cursor: help;
}

.booking.booking-page u,
.booking.booking-page ins {
    text-decoration: none;
}

.booking.booking-page ins {
    border-bottom: 1px solid;
}

.booking.booking-page .social-sprite,
.booking.booking-page .social-facebook,
.booking.booking-page .social-instagram,
.booking.booking-page .social-twitter,
.booking.booking-page .social-yt {
    background-image: url("images/sprites/social-sa99c60caec.png");
    background-repeat: no-repeat;
}

.booking.booking-page .social-facebook {
    background-position: 0 0;
    height: 61px;
    width: 61px;
}

.booking.booking-page .social-facebook:hover,
.booking.booking-page .social-facebook.facebook-hover {
    background-position: 0 -61px;
}

.booking.booking-page .social-instagram {
    background-position: 0 -122px;
    height: 61px;
    width: 61px;
}

.booking.booking-page .social-instagram:hover,
.booking.booking-page .social-instagram.instagram-hover {
    background-position: 0 -183px;
}

.booking.booking-page .social-twitter {
    background-position: 0 -244px;
    height: 61px;
    width: 61px;
}

.booking.booking-page .social-twitter:hover,
.booking.booking-page .social-twitter.twitter-hover {
    background-position: 0 -305px;
}

.booking.booking-page .social-yt {
    background-position: 0 -366px;
    height: 61px;
    width: 61px;
}

.booking.booking-page .social-yt:hover,
.booking.booking-page .social-yt.yt-hover {
    background-position: 0 -427px;
}

.booking.booking-page audio,
.booking.booking-page canvas,
.booking.booking-page img,
.booking.booking-page svg,
.booking.booking-page video {
    vertical-align: middle;
    /* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
}

.booking.booking-page table {
    width: 100%;
}

.booking.booking-page [contenteditable] {
    outline: none;
}

.booking.booking-page input,
.booking.booking-page textarea {
    border-radius: 0;
    /* remove input border radius on mobile safari and mobile firefox */
}

.booking.booking-page select,
.booking.booking-page input,
.booking.booking-page textarea,
.booking.booking-page button {
    font-size: 16px;
    font-size: 1rem;
    /* font size for html element MUST be set to 10px for this to work */
    margin: 0;
    /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome */
}

.booking.booking-page select:focus,
.booking.booking-page input:focus,
.booking.booking-page textarea:focus,
.booking.booking-page button:focus {
    outline: none;
}

.booking.booking-page textarea {
    resize: vertical;
    /* Allow only vertical resizing of textareas */
    vertical-align: top;
    /* Improve readability and alignment in all browsers */
}

.booking.booking-page input[type="radio"] {
    vertical-align: text-bottom;
}

.booking.booking-page input[type="checkbox"] {
    vertical-align: bottom;
}

.booking.booking-page html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.booking.booking-page *,
.booking.booking-page *:before,
.booking.booking-page *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.booking.booking-page ::-moz-selection {
    background: rgba(50, 155, 221, 0.7);
    color: #fff;
    text-shadow: none;
}

.booking.booking-page ::selection {
    background: rgba(50, 155, 221, 0.7);
    color: #fff;
    text-shadow: none;
}

.booking.booking-page html {
    font-size: 1em;
    /* [1] */
    line-height: 1.5625;
    /* [1] */
    background-color: #fff;
    color: #666;
    overflow-y: scroll;
    /* [2] */
    min-height: 100%;
    /* [3] */
    -webkit-text-size-adjust: 100%;
    /* [4] */
    -ms-text-size-adjust: 100%;
    /* [4] */
    -moz-osx-font-smoothing: grayscale;
    /* [5] */
    -webkit-font-smoothing: antialiased;
    /* [5] */
}

.booking.booking-page html {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    min-height: 100%;
}

.booking.booking-page body {
    position: relative;
    -webkit-transition: all 0.25s cubic-bezier(0.76, 0.17, 0.33, 0.95);
    transition: all 0.25s cubic-bezier(0.76, 0.17, 0.33, 0.95);
    left: 0;
    font-weight: 300;
    background-color: white;
}

.booking.booking-page body.has-active-nav {
    left: -260px;
}

.booking.booking-page section {
    padding: 70px 0;
}

@media screen and (max-width: 768px) {
    .booking.booking-page section {
        padding: 50px 0;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page section {
        padding: 30px 0;
    }
}

.booking.booking-page .section--border-top {
    position: relative;
}

.booking.booking-page .section--border-top:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 1px;
    background-color: #ddd;
    max-width: 1274px;
}

.booking.booking-page h1,
.booking.booking-page .alpha,
.booking.booking-page .typography h1,
.booking.booking-page .typography .alpha {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.38889;
}

.booking.booking-page h2,
.booking.booking-page .beta,
.booking.booking-page .typography h2,
.booking.booking-page .typography .beta {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.66667;
}

.booking.booking-page h3,
.booking.booking-page .gamma,
.booking.booking-page .typography h3,
.booking.booking-page .typography .gamma {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.04167;
}

.booking.booking-page h4,
.booking.booking-page .delta,
.booking.booking-page .typography h4,
.booking.booking-page .typography .delta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.booking.booking-page h5,
.booking.booking-page .epsilon,
.booking.booking-page .typography h5,
.booking.booking-page .typography .epsilon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
}

.booking.booking-page h6,
.booking.booking-page .zeta,
.booking.booking-page .typography h6,
.booking.booking-page .typography .zeta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.78571;
}

.booking.booking-page h1,
.booking.booking-page h2,
.booking.booking-page h3,
.booking.booking-page h4,
.booking.booking-page h5,
.booking.booking-page h6 {
    font-weight: 300;
    color: #666;
}

.booking.booking-page h1 &gt; a,
.booking.booking-page h2 &gt; a,
.booking.booking-page h3 &gt; a,
.booking.booking-page h4 &gt; a,
.booking.booking-page h5 &gt; a,
.booking.booking-page h6 &gt; a {
    color: inherit;
}

.booking.booking-page h1,
.booking.booking-page .h1 {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.38889;
    font-weight: 700;
    line-height: 0.92;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .booking.booking-page h1,
    .booking.booking-page .h1 {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1.11111;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page h1,
    .booking.booking-page .h1 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.25;
    }
}

.booking.booking-page h2,
.booking.booking-page .h2 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.13636;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .booking.booking-page h2,
    .booking.booking-page .h2 {
        font-size: 39px;
        font-size: 2.4375rem;
        line-height: 1.28205;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page h2,
    .booking.booking-page .h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5625;
    }
}

.booking.booking-page h3,
.booking.booking-page .h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.66667;
}

@media screen and (max-width: 768px) {
    .booking.booking-page h3,
    .booking.booking-page .h3 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page h3,
    .booking.booking-page .h3 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1;
    }
}

.booking.booking-page h4,
.booking.booking-page .h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.13636;
}

.booking.booking-page h5,
.booking.booking-page .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
}

.booking.booking-page h6,
.booking.booking-page .h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
}

.booking.booking-page hr {
    background-color: none;
    border: none;
    border-bottom: 1px solid rgba(221, 220, 220, 0.5);
    height: 1px;
    margin-bottom: 25px;
}

.booking.booking-page .typography h1,
.booking.booking-page .typography .alpha {
    line-height: 1.1;
    margin-bottom: .25em;
}

.booking.booking-page .typography h2,
.booking.booking-page .typography .beta {
    line-height: 1.2;
    margin-bottom: .25em;
}

.booking.booking-page .typography img:not(:last-child),
.booking.booking-page .typography p:not(:last-child),
.booking.booking-page .typography ul:not(:last-child),
.booking.booking-page .typography ol:not(:last-child),
.booking.booking-page .typography pre:not(:last-child),
.booking.booking-page .typography blockquote:not(:last-child),
.booking.booking-page .typography .embedded:not(:last-child) {
    margin-bottom: 25px;
}

.booking.booking-page .typography i,
.booking.booking-page .typography em {
    font-style: italic;
}

.booking.booking-page .typography b,
.booking.booking-page .typography strong {
    font-weight: 700;
}

.booking.booking-page .typography ul {
    list-style-type: disc;
}

.booking.booking-page .typography ol {
    list-style: decimal;
}

.booking.booking-page .typography ul,
.booking.booking-page .typography ol {
    margin-left: 1em;
    margin-right: 1em;
}

.booking.booking-page a {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.booking.booking-page .list-checked li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.13636;
    font-weight: 300;
    color: #333;
}

.booking.booking-page .list-checked li:before {
    content: '';
    width: 30px;
    height: 27px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("images/icons/icon-checked.png");
}

.booking.booking-page a {
    color: blue;
    text-decoration: none;
}

.booking.booking-page a:hover {
    text-decoration: underline;
}

.booking.booking-page .lede {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.20192;
}

.booking.booking-page img {
    max-width: 100%;
    /* [1] */
    font-style: italic;
    /* [2] */
    vertical-align: middle;
    /* [3] */
}

.booking.booking-page img[width],
.booking.booking-page img[height] {
    max-width: none;
}

.booking.booking-page li &gt; ul,
.booking.booking-page li &gt; ol {
    margin-bottom: 0;
}

.booking.booking-page .btn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* http://compass-style.org/reference/compass/css3/user_interface/ */
    background: none !important;
    border: none !important;
    display: inline-block !important;
    line-height: normal !important;
    margin: 0 !important;
    /* remove margin for some browsers */
    padding: 0 !important;
    /* remove padding in Firefox */
    text-decoration: none !important;
    text-shadow: none !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.booking.booking-page .btn:hover {
    cursor: pointer !important;
    text-decoration: none !important;
}

.booking.booking-page .btn--full {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    /* force 100% width for &lt;button&gt; */
}

.booking.booking-page .tableize {
    display: table;
    width: 100%;
}

.booking.booking-page .tableize__cell {
    display: table-cell;
    vertical-align: top;
}

.booking.booking-page .tableize__cell--fill {
    width: 100%;
    /* [1] */
}

.booking.booking-page .tableize--middle &gt; .tableize__cell {
    vertical-align: middle;
}

.booking.booking-page .tableize--bottom &gt; .tableize__cell {
    vertical-align: bottom;
}

.booking.booking-page .tableize--fixed {
    table-layout: fixed;
}

.booking.booking-page .tableize--full {
    height: 100%;
}

.booking.booking-page .tableize--full &gt; .tableize__cell,
.booking.booking-page .tableize--full &gt; .tableize__cell &gt; .tableize__content {
    height: inherit;
}

.booking.booking-page .justifize {
    font-size: 1px;
    /* IE 9, 10, 11 FIX */
    text-align: justify;
}

.booking.booking-page .justifize:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.booking.booking-page .justifize__box {
    font-size: 16px;
    font-size: 1rem;
    /* font size for html element MUST be set to 10px for this to work */
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.booking.booking-page .justifize--top .justifize__box {
    vertical-align: top;
}

.booking.booking-page .justifize--bottom .justifize__box {
    vertical-align: bottom;
}

.booking.booking-page .flag {
    display: table;
    /* [1] */
    width: 100%;
    /* [2] */
}

.booking.booking-page .flag__img,
.booking.booking-page .flag__body {
    display: table-cell;
    vertical-align: middle;
    /* [1] */
}

.booking.booking-page .flag__img {
    padding-right: 25px;
}

.booking.booking-page .flag__img &gt; img {
    display: block;
    max-width: none;
}

.booking.booking-page .flag__body {
    width: 100%;
    /* [1] */
}

.booking.booking-page .flag__body,
.booking.booking-page .flag__body &gt; :last-child {
    margin-bottom: 0;
}

.booking.booking-page .flag--tiny {
    /**
       * Tiny reversed flags.
       */
}

.booking.booking-page .flag--tiny &gt; .flag__img {
    padding-right: 6px;
}

.booking.booking-page .flag--tiny.flag--rev &gt; .flag__img {
    padding-right: 0;
    padding-left: 6px;
}

.booking.booking-page .flag--small {
    /**
       * Small reversed flags.
       */
}

.booking.booking-page .flag--small &gt; .flag__img {
    padding-right: 13px;
}

.booking.booking-page .flag--small.flag--rev &gt; .flag__img {
    padding-right: 0;
    padding-left: 13px;
}

.booking.booking-page .flag--large {
    /**
       * Large reversed flags.
       */
}

.booking.booking-page .flag--large &gt; .flag__img {
    padding-right: 50px;
}

.booking.booking-page .flag--large.flag--rev &gt; .flag__img {
    padding-right: 0;
    padding-left: 50px;
}

.booking.booking-page .flag--huge {
    /**
       * Huge reversed flags.
       */
}

.booking.booking-page .flag--huge &gt; .flag__img {
    padding-right: 100px;
}

.booking.booking-page .flag--huge.flag--rev &gt; .flag__img {
    padding-right: 0;
    padding-left: 100px;
}

.booking.booking-page .flag--rev {
    direction: rtl;
    /* [1] */
}

.booking.booking-page .flag--rev &gt; .flag__img,
.booking.booking-page .flag--rev &gt; .flag__body {
    direction: ltr;
    /* [2] */
}

.booking.booking-page .flag--rev &gt; .flag__img {
    padding-right: 0;
    /* [3] */
    padding-left: 25px;
    /* [3] */
}

.booking.booking-page .flag--flush &gt; .flag__img {
    padding-right: 0;
    padding-left: 0;
}

.booking.booking-page .flag--top &gt; .flag__img,
.booking.booking-page .flag--top &gt; .flag__body {
    vertical-align: top;
}

.booking.booking-page .flag--bottom &gt; .flag__img,
.booking.booking-page .flag--bottom &gt; .flag__body {
    vertical-align: bottom;
}

@media screen and (max-width: 720px) {
    .booking.booking-page .flag--responsive {
        /**
         * Disable reversal of content because there is no concept of
         * â€˜reversedâ€™ in a stacked layout.
         */
        direction: ltr;
        /**
         * Rework the spacings on regular flag objects.
         */
        /**
         * Tiny responsive flags.
         *
         * Take a little more heavy-handed approach to reworking
         * spacings on flags that are also tiny flags in their regular
         * state.
         */
        /**
         * Small responsive flags.
         *
         * Take a little more heavy-handed approach to reworking
         * spacings on flags that are also small flags in their regular
         * state.
         */
        /**
         * Large responsive flags.
         *
         * Take a little more heavy-handed approach to reworking
         * spacings on flags that are also large flags in their regular
         * state.
         */
        /**
         * Huge responsive flags.
         *
         * Take a little more heavy-handed approach to reworking
         * spacings on flags that are also huge flags in their regular
         * state.
         */
    }
    .booking.booking-page .flag--responsive,
    .booking.booking-page .flag--responsive &gt; .flag__img,
    .booking.booking-page .flag--responsive &gt; .flag__body {
        display: block;
    }
    .booking.booking-page .flag--responsive &gt; .flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 25px;
    }
    .booking.booking-page .flag--responsive.flag--tiny &gt; .flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 6px;
    }
    .booking.booking-page .flag--responsive.flag--small &gt; .flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 13px;
    }
    .booking.booking-page .flag--responsive.flag--large &gt; .flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 50px;
    }
    .booking.booking-page .flag--responsive.flag--huge &gt; .flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 100px;
    }
}

.booking.booking-page .media {
    display: block;
}

.booking.booking-page .media__img {
    float: left;
    margin-right: 25px;
}

.booking.booking-page .media__img &gt; img {
    display: block;
}

.booking.booking-page .media__body {
    overflow: hidden;
    display: block;
}

.booking.booking-page .media__body,
.booking.booking-page .media__body &gt; :last-child {
    margin-bottom: 0;
}

.booking.booking-page .container {
    margin: 0 auto;
    max-width: 1274px;
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.booking.booking-page .container--middle {
    max-width: 1050px;
}

.booking.booking-page .container--small {
    max-width: 814px;
}

.booking.booking-page .embedded {
    display: block;
    overflow: hidden;
    position: relative;
    /**
       * Descendant: media element
       *
       * Utility of the component is improved by provide an explicit descendant
       * class. However, it will work automatically for iframes, embeds, and objects
       * to account for times when you cannot modify the attributes for 3rd party
       * widget code.
       */
    /**
       * A pseudo-element shunt is used to provide support for `max-height`. The
       * `max-height` property has no affect when using a percentage-padding to set
       * the aspect ratio.
       */
}

.booking.booking-page .embedded .embedded__item,
.booking.booking-page .embedded video,
.booking.booking-page .embedded iframe,
.booking.booking-page .embedded embed,
.booking.booking-page .embedded object {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.booking.booking-page .embedded:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    /* initial ratio of 1:1*/
    width: 100%;
}

.booking.booking-page .embedded--3by1:before {
    padding-bottom: 33%;
}

.booking.booking-page .embedded--2by1:before {
    padding-bottom: 50%;
}

.booking.booking-page .embedded--16by9:before {
    padding-bottom: 56.25%;
}

.booking.booking-page .embedded--4by3:before {
    padding-bottom: 75%;
}

.booking.booking-page .embedded--center .embedded__item,
.booking.booking-page .embedded--center video,
.booking.booking-page .embedded--center iframe,
.booking.booking-page .embedded--center embed,
.booking.booking-page .embedded--center objectd {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.booking.booking-page .icon {
    display: inline-block;
    fill: currentColor;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

.booking.booking-page .list-bare {
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking.booking-page .list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking.booking-page .list-inline &gt; li {
    display: inline-block;
}

.booking.booking-page .list-inline--delimited &gt; li + li:before {
    content: ", ";
}

.booking.booking-page .box {
    display: block;
    /* [1] */
    padding: 25px;
}

.booking.booking-page .box &gt; :last-child {
    margin-bottom: 0;
}

.booking.booking-page .layout {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -25px;
}

.booking.booking-page .layout__item {
    display: inline-block;
    /* [1] */
    padding-left: 25px;
    /* [2] */
    vertical-align: top;
    /* [3] */
    width: 100%;
    /* [4] */
}

.booking.booking-page .layout--tiny {
    margin-left: -6px;
}

.booking.booking-page .layout--tiny &gt; .layout__item {
    padding-left: 6px;
}

.booking.booking-page .layout--small {
    margin-left: -13px;
}

.booking.booking-page .layout--small &gt; .layout__item {
    padding-left: 13px;
}

.booking.booking-page .layout--large {
    margin-left: -50px;
}

.booking.booking-page .layout--large &gt; .layout__item {
    padding-left: 50px;
}

.booking.booking-page .layout--huge {
    margin-left: -100px;
}

.booking.booking-page .layout--huge &gt; .layout__item {
    padding-left: 100px;
}

.booking.booking-page .layout--flush {
    margin-left: 0;
}

.booking.booking-page .layout--flush &gt; .layout__item {
    padding-left: 0;
}

.booking.booking-page .layout--rev {
    direction: rtl;
    text-align: left;
}

.booking.booking-page .layout--rev &gt; .layout__item {
    direction: ltr;
    text-align: left;
}

.booking.booking-page .layout--middle &gt; .layout__item {
    vertical-align: middle;
}

.booking.booking-page .layout--bottom &gt; .layout__item {
    vertical-align: bottom;
}

.booking.booking-page .layout--right {
    text-align: right;
}

.booking.booking-page .layout--right &gt; .layout__item {
    text-align: left;
}

.booking.booking-page .layout--center {
    text-align: center;
}

.booking.booking-page .layout--center &gt; .layout__item {
    text-align: left;
}

.booking.booking-page .layout--auto &gt; .layout__item {
    width: auto;
}

.booking.booking-page .layout {
    font-size: 0;
    /* [1] */
}

.booking.booking-page .layout__item {
    font-size: 16px;
    font-size: 1rem;
    /* [2] */
}

.booking.booking-page .layout:after {
    content: "";
    display: block;
    /* [1] */
    margin-top: -25px;
    /* [2] */
}

.booking.booking-page .layout__item {
    margin-bottom: 25px;
}

.booking.booking-page .layout--tiny:after {
    margin-top: -6px;
}

.booking.booking-page .layout--tiny &gt; .layout__item {
    margin-bottom: 6px;
}

.booking.booking-page .layout--small:after {
    margin-top: -13px;
}

.booking.booking-page .layout--small &gt; .layout__item {
    margin-bottom: 13px;
}

.booking.booking-page .layout--large:after {
    margin-top: -50px;
}

.booking.booking-page .layout--large &gt; .layout__item {
    margin-bottom: 50px;
}

.booking.booking-page .layout--huge:after {
    margin-top: -100px;
}

.booking.booking-page .layout--huge &gt; .layout__item {
    margin-bottom: 100px;
}

.booking.booking-page .layout--flush:after {
    margin-top: 0;
}

.booking.booking-page .layout--flush &gt; .layout__item {
    margin-bottom: 0;
}

.booking.booking-page .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.booking.booking-page .owl-carousel .owl-animated-in {
    z-index: 0;
}

.booking.booking-page .owl-carousel .owl-animated-out {
    z-index: 1;
}

.booking.booking-page .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.booking.booking-page .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.booking.booking-page .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.booking.booking-page .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.booking.booking-page .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.booking.booking-page .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.booking.booking-page .owl-carousel .owl-controls .owl-nav .owl-prev,
.booking.booking-page .owl-carousel .owl-controls .owl-nav .owl-next,
.booking.booking-page .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking.booking-page .owl-carousel.owl-loaded {
    display: block;
}

.booking.booking-page .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.booking.booking-page .owl-carousel.owl-hidden {
    opacity: 0;
}

.booking.booking-page .owl-carousel .owl-refresh .owl-item {
    display: none;
}

.booking.booking-page .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking.booking-page .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.booking.booking-page .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.booking.booking-page .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.booking.booking-page .owl-carousel .owl-rtl {
    direction: rtl;
}

.booking.booking-page .owl-carousel .owl-rtl .owl-item {
    float: right;
}

.booking.booking-page .no-js .owl-carousel {
    display: block;
}

.booking.booking-page .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.booking.booking-page .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.booking.booking-page .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.booking.booking-page .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.booking.booking-page .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.booking.booking-page .owl-carousel .owl-video-playing .owl-video-tn,
.booking.booking-page .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.booking.booking-page .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.booking.booking-page .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.booking.booking-page .sod_select,
.booking.booking-page .sod_select * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking.booking-page .sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 200px;
    padding: 15px 10px;
    border: 3px solid #5e5e5e;
    background: #ffffff;
    color: #444444;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    /* Opera */
    cursor: default;
}

.booking.booking-page .sod_select:before,
.booking.booking-page .sod_select:after {
    content: "\25B2";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 7px;
}

.booking.booking-page .sod_select:after {
    content: "\25BC";
    top: auto;
    bottom: 12px;
}

.booking.booking-page .sod_select:hover,
.booking.booking-page .sod_select.open,
.booking.booking-page .sod_select.focus {
    border-color: #000000;
}

.booking.booking-page .sod_select.open {
    color: #919191;
}

.booking.booking-page .sod_select.focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.booking.booking-page .sod_select.disabled {
    border-color: #828282;
    color: #b2b2b2;
    cursor: not-allowed;
}

.booking.booking-page .sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.booking.booking-page .sod_select .sod_prefix {
    /* Use this if you're using a prefix and want to style it */
}

.booking.booking-page .sod_select .sod_placeholder {
    /* Use this if you're using a placeholder and want to style it */
}

.booking.booking-page .sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 200px;
    margin: 0 0 0 -3px;
    background: #ffffff;
    border: 3px solid #000000;
    border-top: none;
    color: #444444;
    font-weight: 300;
    z-index: 1;
}

.booking.booking-page .sod_select.open .sod_list_wrapper {
    display: block;
}

.booking.booking-page .sod_select.disabled.open .sod_list_wrapper {
    display: none;
}

.booking.booking-page .sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 3px solid #000000;
    border-bottom: none;
}

.booking.booking-page .sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.booking.booking-page .sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none;
}

.booking.booking-page .sod_select .sod_option.optgroup,
.booking.booking-page .sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic;
}

.booking.booking-page .sod_select .sod_option.groupchild {
    padding-left: 20px;
}

.booking.booking-page .sod_select .sod_option.is-placeholder {
    display: none;
}

.booking.booking-page .sod_select .sod_option.disabled {
    background: inherit;
    color: #cccccc;
}

.booking.booking-page .sod_select .sod_option.active {
    background: #f7f7f7;
    color: #333333;
}

.booking.booking-page .sod_select .sod_option.selected {
    font-weight: 700;
    padding-right: 25px;
}

.booking.booking-page .sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

.booking.booking-page .sod_select.no_highlight .sod_option.selected {
    font-weight: 300;
}

.booking.booking-page .sod_select.no_highlight .sod_option.selected:before {
    display: none;
}

.booking.booking-page .sod_select .sod_option.link {
    /* If data-link is set on a specific option */
}

.booking.booking-page .sod_select .sod_option.linkexternal {
    /* If data-link-external is set on a specific option */
}

.booking.booking-page .sod_select select {
    display: none !important;
}

.booking.booking-page .sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.booking.booking-page .site-logo {
    display: inline-block;
    vertical-align: middle;
}

.booking.booking-page .site-logo &gt; img {
    height: auto;
    vertical-align: middle;
    width: 181px;
}

.booking.booking-page .site-logo:hover {
    text-decoration: none;
}

.booking.booking-page .footer-main {
    background-color: #222;
    color: white;
    padding-top: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.booking.booking-page .footer-main h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5625;
    color: #999;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.booking.booking-page .footer-main dt {
    color: #999;
    float: left;
    width: 50px;
}

.booking.booking-page .footer-main dd {
    clear: right;
}

.booking.booking-page .footer-main a {
    color: white;
}

.booking.booking-page .footer-main .flag-wrap {
    max-width: 290px;
    float: right;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .footer-main .flag-wrap {
        float: none;
    }
}

.booking.booking-page .footer-main .flag-wrap .input {
    background-color: white;
    color: #000;
    font-weight: 300;
    padding: 0 20px;
    height: 45px;
    border-radius: 0 !important;
    font-size: 16px !important;
    border-width: 0px !important;
}

.booking.booking-page .footer-main .flag-wrap .input::-webkit-input-placeholder {
    color: #000;
}

.booking.booking-page .footer-main .flag-wrap .input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.booking.booking-page .footer-main .flag-wrap .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.booking.booking-page .footer-main .flag-wrap .input:-ms-input-placeholder {
    color: #000;
}

.booking.booking-page .footer-main .flag-wrap .btn {
    border-radius: 0 !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 14px !important;
    width: auto !important;
    text-transform: uppercase !important;
}

.booking.booking-page .footer-main__social {
    font-size: 0;
}

.booking.booking-page .footer-main__social a {
    display: block;
    width: 61px;
    height: 61px;
    -webkit-transition: none;
    transition: none;
}

.booking.booking-page .footer-main__social li {
    margin: 0 12px 12px 12px;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .footer-main__social li {
        margin: 0 12px 12px 0;
    }
}

@media screen and (max-width: 370px) {
    .booking.booking-page .footer-main__social li {
        margin: 0 5px 5px 0;
    }
}

@media screen and (max-width: 340px) {
    .booking.booking-page .footer-main__social li {
        margin: 0 30px 20px 0;
    }
}

.booking.booking-page .footer-main__bar {
    position: relative;
}

.booking.booking-page .footer-main__bar small {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 300;
    color: #b2b2b2;
    display: block;
}

@media screen and (max-width: 800px) {
    .booking.booking-page .footer-main__bar small {
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .booking.booking-page .footer-main__bar small {
        text-align: left;
    }
}

.booking.booking-page .footer-main__logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

@media screen and (max-width: 768px) {
    .booking.booking-page .footer-main__logo {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.booking.booking-page .header-main {
    background-color: #0e9edf;
    padding: 30px 0;
    height: 85px;
    position: relative;
    z-index: 100;
}

.booking.booking-page .page-template-page-home-php .header-main,
.booking.booking-page .page-template-page-blog-php .header-main {
    background-color: transparent;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .header-main {
        position: relative;
    }
    .booking.booking-page .header-main .justifize__box {
        display: block;
        width: 100%;
    }
}

.booking.booking-page .header-main__logo {
    position: relative;
}

.booking.booking-page .header-main__logo img {
    max-width: 100%;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .header-main__logo {
        max-width: 60%;
        display: block;
        position: absolute;
    }
}

.booking.booking-page .header-main__nav a {
    color: white;
    font-weight: 400;
}

.booking.booking-page .header-main__nav a:hover {
    color: #999999;
    text-decoration: none;
}

.booking.booking-page .header-main__nav--desktop li {
    margin-left: 40px;
}

@media screen and (max-width: 950px) {
    .booking.booking-page .header-main__nav--desktop {
        display: none;
    }
}

.booking.booking-page .header-main__nav--mobile {
    display: none;
    position: fixed;
    right: -260px;
    top: 0;
    min-height: 200vw;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
    background-color: #333;
    width: 260px;
    -webkit-transition: all 0.25s cubic-bezier(0.76, 0.17, 0.33, 0.95);
    transition: all 0.25s cubic-bezier(0.76, 0.17, 0.33, 0.95);
}

.booking.booking-page .header-main__nav--mobile a {
    display: block;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
}

.booking.booking-page .header-main__nav--mobile a:hover {
    -webkit-box-shadow: inset 0 0 15px 3px #222;
    box-shadow: inset 0 0 15px 3px #222;
    text-decoration: none;
    color: white;
}

.booking.booking-page .header-main__nav--mobile li {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
}

@media screen and (max-width: 950px) {
    .booking.booking-page .header-main__nav--mobile {
        display: block;
    }
}

.booking.booking-page .has-active-nav .header-main__nav--mobile {
    right: 0;
}

.booking.booking-page .header-main__nav-trigger {
    display: none;
    position: absolute;
    right: 20px;
    top: 28px;
}

@media screen and (max-width: 950px) {
    .booking.booking-page .header-main__nav-trigger {
        display: block;
    }
}

.booking.booking-page input[type="text"].datepicker {
    padding: 0 15px;
}

.booking.booking-page .datepicker {
    background: url("images/select_arrow.png") no-repeat 95% 50%;
}

.booking.booking-page .ui-datepicker {
    width: 17em;
    padding: 0;
    display: none;
    -webkit-transition: none;
    transition: none;
}

.booking.booking-page .ui-datepicker-calendar tbody {
    background-color: #fff;
}

.booking.booking-page .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.booking.booking-page .ui-datepicker .ui-datepicker-prev,
.booking.booking-page .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}

.booking.booking-page .ui-datepicker .ui-datepicker-prev:hover,
.booking.booking-page .ui-datepicker .ui-datepicker-next:hover {
    background-color: black;
}

.booking.booking-page .ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.booking.booking-page .ui-datepicker .ui-datepicker-next {
    right: 0;
}

.booking.booking-page .ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}

.booking.booking-page .ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}

.booking.booking-page .ui-datepicker .ui-datepicker-next span {
    background-position: -10px 0;
}

.booking.booking-page .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.booking.booking-page .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.booking.booking-page .ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.booking.booking-page .ui-datepicker select.ui-datepicker-month,
.booking.booking-page .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.booking.booking-page .ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.booking.booking-page .ui-datepicker th {
    padding: 0;
    text-align: center;
    font-weight: bold;
    border: 0;
    padding: 3px 0 6px;
}

.booking.booking-page .ui-datepicker th span {
    text-transform: uppercase;
    font-size: 11px;
}

.booking.booking-page .ui-datepicker tr:first-child {
    border-top: 4px solid white;
}

.booking.booking-page .ui-datepicker tr:last-child {
    border-bottom: 4px solid white;
}

.booking.booking-page .ui-datepicker td {
    text-align: center;
    border: 0;
    background-color: white;
    padding: 4px 0;
}

.booking.booking-page .ui-datepicker td span,
.booking.booking-page .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
}

.booking.booking-page .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.booking.booking-page .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.booking.booking-page .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.booking.booking-page .ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.booking.booking-page .ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.booking.booking-page .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.booking.booking-page .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.booking.booking-page .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.booking.booking-page .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.booking.booking-page .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.booking.booking-page .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.booking.booking-page .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.booking.booking-page .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.booking.booking-page .ui-datepicker.ui-widget {
    font-size: 1.1em;
}

.booking.booking-page .ui-datepicker.ui-widget .ui-datepicker.ui-widget {
    font-size: 1em;
}

.booking.booking-page .ui-datepicker.ui-widget input,
.booking.booking-page .ui-datepicker.ui-widget select,
.booking.booking-page .ui-datepicker.ui-widget textarea,
.booking.booking-page .ui-datepicker.ui-widget button {
    font-size: 1em;
}

.booking.booking-page .ui-datepicker.ui-widget-content {
    border: none;
    background: #eeeeee;
    color: #333333;
}

.booking.booking-page .ui-datepicker.ui-widget-content a {
    color: #333333;
}

.booking.booking-page .ui-datepicker .ui-widget-header {
    border: 1px solid #110600;
    background: #110600;
    color: #ffffff;
    font-weight: bold;
}

.booking.booking-page .ui-datepicker .ui-widget-header a {
    color: #ffffff;
}

.booking.booking-page .datepicker {
    cursor: pointer;
}

.booking.booking-page .datepicker-arrow {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1px;
    background-image: url("images/icons/icon-arrow-down.png");
    width: 43px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 43px;
    display: block;
}

.booking.booking-page .ui-datepicker.ui-widget-content .ui-state-default,
.booking.booking-page .ui-datepicker .ui-widget-header .ui-state-default {
    border: none;
    background: #fff;
    font-weight: bold;
    color: #372f2b;
    height: 37px;
    line-height: 37px;
    width: 37px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.booking.booking-page .ui-datepicker.ui-widget-content .ui-state-default:first-child td,
.booking.booking-page .ui-datepicker .ui-widget-header .ui-state-default:first-child td {
    border-left: 1px solid #e0e0e0;
}

.booking.booking-page .ui-datepicker.ui-state-default a,
.booking.booking-page .ui-datepicker.ui-state-default a:link,
.booking.booking-page .ui-datepicker.ui-state-default a:visited {
    color: #372f2b;
    text-decoration: none;
}

.booking.booking-page .ui-datepicker .ui-state-active {
    background-color: #eb8787 !important;
    color: white !important;
}

.booking.booking-page .ui-state-highlight,
.booking.booking-page .ui-datepicker .ui-state-highlight,
.booking.booking-page .ui-widget-header .ui-state-highlight {
    background: #0e9edf !important;
    color: white !important;
}

.booking.booking-page .ui-state-highlight a,
.booking.booking-page .ui-datepicker .ui-state-highlight a,
.booking.booking-page .ui-widget-header .ui-state-highlight a {
    color: white !important;
}

.booking.booking-page .ui-state-error,
.booking.booking-page .ui-datepicker .ui-state-error,
.booking.booking-page .ui-widget-header .ui-state-error {
    border: none;
    background: #b81900;
    color: #ffffff;
}

.booking.booking-page .ui-state-error a,
.booking.booking-page .ui-datepicker .ui-state-error a,
.booking.booking-page .ui-widget-header .ui-state-error a {
    color: #ffffff;
}

.booking.booking-page .ui-state-error-text,
.booking.booking-page .ui-datepicker .ui-state-error-text,
.booking.booking-page .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.booking.booking-page .ui-priority-primary,
.booking.booking-page .ui-datepicker .ui-priority-primary,
.booking.booking-page .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.booking.booking-page .ui-priority-secondary,
.booking.booking-page .ui-datepicker .ui-priority-secondary,
.booking.booking-page .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.booking.booking-page .ui-state-disabled,
.booking.booking-page .ui-datepicker .ui-state-disabled,
.booking.booking-page .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.booking.booking-page .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* For IE8 - See #6059 */
}

.booking.booking-page .ui-datepicker-other-month {
    background-color: #dddddd;
}

.booking.booking-page .ui-helper-hidden {
    display: none;
}

.booking.booking-page .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.booking.booking-page .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.booking.booking-page .ui-helper-clearfix:before,
.booking.booking-page .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.booking.booking-page .ui-helper-clearfix:after {
    clear: both;
}

.booking.booking-page .ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.booking.booking-page .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.booking.booking-page .ui-front {
    z-index: 100;
}

.booking.booking-page .ui-state-disabled {
    cursor: default !important;
}

.booking.booking-page .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.booking.booking-page .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.booking.booking-page .ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.booking.booking-page .ui-resizable {
    position: relative;
}

.booking.booking-page .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.booking.booking-page .ui-resizable-disabled .ui-resizable-handle,
.booking.booking-page .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.booking.booking-page .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.booking.booking-page .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.booking.booking-page .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.booking.booking-page .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.booking.booking-page .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.booking.booking-page .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.booking.booking-page .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.booking.booking-page .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.booking.booking-page .ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.booking.booking-page .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.booking.booking-page .ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.booking.booking-page .ui-slider-wrap {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.booking.booking-page .ui-slider {
    position: relative;
    text-align: left;
    background-clip: padding-box;
    height: 12px;
    margin-right: 14px;
    margin-left: 23px;
    border-radius: 3px;
    background-color: transparent;
}

.booking.booking-page .ui-slider.ui-state-disabled .ui-slider-handle,
.booking.booking-page .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.booking.booking-page .slider-result-wrap {
    color: white;
    white-space: nowrap;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
    width: 115px;
}

.booking.booking-page .slider-result {
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
    font-size: 18px !important;
    border: none;
    outline: none;
    display: inline-block;
    width: 20px !important;
    padding: 0 !important;
}

.booking.booking-page .input {
    -webkit-appearance: none;
    /* removing inner shadow on iOS inputs */
    -webkit-font-smoothing: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: none;
    border: none;
    color: #666;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 0;
    /* remove browser defaults */
    vertical-align: middle;
    width: 100%;
}

.booking.booking-page .input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* fixes mozilla red outline (shadow) */
}

.booking.booking-page .input[readonly] {
    cursor: text;
}

.booking.booking-page .input::-ms-clear {
    display: none;
    /* remove IE clear icon */
}

.booking.booking-page .input--primary {
    border: 1px solid #c6c6c7;
    padding: 0 15px;
    font-weight: 300;
    color: #3a3c41;
    height: 45px;
    /**
       * @hover
       */
    /**
       * @focus
       */
    /**
       * Error state.
       */
}

.booking.booking-page .input--primary:hover {
    border: 1px solid #acacae;
}

.booking.booking-page .input--primary:focus {
    border: 1px solid #acacae;
}

.booking.booking-page .home-page .input--primary {
    border: 2px solid #bfbfbf;
    /**
       * @hover
       */
    /**
       * @focus
       */
}

.booking.booking-page .home-page .input--primary:hover {
    border: 2px solid #a6a6a6;
}

.booking.booking-page .home-page .input--primary:focus {
    border: 2px solid #a6a6a6;
}

.booking.booking-page .is-error .input--primary,
.booking.booking-page .input--primary.is-error {
    border-color: #ff8688;
}

.booking.booking-page .footer-main .input--primary {
    background-color: white !important;
    color: #3a3c41 !important;
    height: 45px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: none;
    border-radius: 30px 0 0 30px !important;
}

.booking.booking-page .help-page .subheader .input--primary {
    padding-left: 50px;
    border: 1px solid white !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    height: 52px !important;
    border-radius: 4px !important;
    color: white !important;
}

.booking.booking-page .input--transparent-white {
    border: 1px solid white;
    color: white !important;
    /**
       * @hover
       */
    /**
       * @focus
       */
}

.booking.booking-page .input--transparent-white:hover {
    border: 1px solid #e6e6e6;
}

.booking.booking-page .input--transparent-white:focus {
    border: 1px solid #e6e6e6;
}

.booking.booking-page .input--card {
    font-size: 15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.booking.booking-page .input--full {
    width: 100% !important;
    max-width: 100% !important;
}

.booking.booking-page .input--textarea {
    resize: none;
    min-height: 150px;
    padding: 10px 15px;
    max-width: 100%;
}

.booking.booking-page .input--w340 {
    width: 100% !important;
    max-width: 340px !important;
}

.booking.booking-page .accordion {
    margin-bottom: 10px;
}

.booking.booking-page .accordion h4 {
    color: #3a3c41;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.booking.booking-page .accordion h4:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("images/icons/icon-plus.png");
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.booking.booking-page .accordion.is-active h4 {
    color: #0e9edf;
    font-weight: 700;
}

.booking.booking-page .accordion.is-active h4:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.booking.booking-page .accordion__hidden {
    padding-top: 10px;
    color: #3a3c41;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.booking.booking-page .btn--primary {
    -webkit-font-smoothing: inherit;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #0e9edf !important;
    color: white !important;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    height: 52px !important;
    line-height: 54px !important;
    padding: 0 20px !important;
    text-align: center !important;
    font-size: 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    max-width: 100%;
    width: 368px;
    /**
       * @hover
       */
    /**
       * @active
       */
    /**
       * @disabled
       */
}

.booking.booking-page .btn--primary:not(:disabled):hover,
.booking.booking-page .btn--primary:not(:disabled):focus {
    background-color: #dd2f2f !important;
}

.booking.booking-page .btn--primary:not(:disabled):active {
    background-color: #ba1f1f !important;
}

.booking.booking-page .btn--primary:disabled {
    opacity: .5;
    cursor: default !important;
}

.booking.booking-page .home-page .subheader .btn--primary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
    width: 100%;
    max-width: 360px;
    padding: 0 !important;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .home-page .subheader .btn--primary {
        margin-bottom: 30px !important;
    }
}

.booking.booking-page .help-page .subheader .btn--primary {
    height: 52px !important;
    line-height: 52px !important;
    width: 84px !important;
    padding: 0 !important;
    border-radius: 4px !important;
}

.booking.booking-page .footer-main__content .btn--primary {
    width: 82px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 0 30px 30px 0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    height: 45px !important;
    line-height: 49px !important;
}

.booking.booking-page .btn--small {
    width: 210px;
    font-size: 16px;
    font-weight: 700;
}

.booking.booking-page .btn--medium {
    width: 274px;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.booking.booking-page .btn--transparent {
    background-color: transparent !important;
    border: 2px solid #bfbfbf !important;
    color: #666 !important;
    line-height: 50px !important;
    font-weight: 700 !important;
    width: auto !important;
    padding: 0 30px !important;
    font-size: 16px !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .btn--transparent:not(:disabled):hover,
.booking.booking-page .btn--transparent:not(:disabled):focus {
    background-color: transparent !important;
    border: 2px solid #8c8c8c !important;
    color: #8c8c8c !important;
}

.booking.booking-page .btn--transparent:not(:disabled):active {
    background-color: transparent !important;
}

.booking.booking-page .footer-main__bar .btn--transparent {
    width: 142px !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    font-weight: 700 !important;
    padding: 0 !important;
    font-size: 12px !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .footer-main__bar .btn--transparent:not(:disabled):hover,
.booking.booking-page .footer-main__bar .btn--transparent:not(:disabled):focus {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    color: #cccccc !important;
}

.booking.booking-page .footer-main__bar .btn--transparent:not(:disabled):active {
    background-color: transparent !important;
}

.booking.booking-page .btn--transparent-gray {
    border: 1px solid #36373b !important;
    color: #36373b !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .btn--transparent-gray:not(:disabled):hover,
.booking.booking-page .btn--transparent-gray:not(:disabled):focus {
    border: 1px solid #676970 !important;
    color: #676970 !important;
}

.booking.booking-page .btn--transparent-gray:not(:disabled):active {
    background-color: transparent !important;
}

.booking.booking-page .footer-main__bar .btn--transparent-gray {
    width: 142px !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    font-weight: 700 !important;
    padding: 0 !important;
    font-size: 12px !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .footer-main__bar .btn--transparent-gray:not(:disabled):hover,
.booking.booking-page .footer-main__bar .btn--transparent-gray:not(:disabled):focus {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    color: #cccccc !important;
}

.booking.booking-page .footer-main__bar .btn--transparent-gray:not(:disabled):active {
    background-color: transparent !important;
}

.booking.booking-page .btn--transparent-white {
    background-color: transparent !important;
    border: 1px solid white !important;
    border-radius: 2px !important;
    color: white !important;
    line-height: 53px !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .btn--transparent-white:not(:disabled):hover,
.booking.booking-page .btn--transparent-white:not(:disabled):focus {
    background-color: transparent !important;
    border: 1px solid gray !important;
    color: gray !important;
}

.booking.booking-page .btn--transparent-white:not(:disabled):active {
    background-color: transparent !important;
}

.booking.booking-page .btn--green {
    background-color: #00c072 !important;
    border: none !important;
    border-radius: 2px !important;
    color: white !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .btn--green:not(:disabled):hover,
.booking.booking-page .btn--green:not(:disabled):focus {
    background-color: #00a763 !important;
}

.booking.booking-page .btn--green:not(:disabled):active {
    background-color: #008d54 !important;
}

.booking.booking-page .btn--white {
    background-color: white !important;
    border: none !important;
    color: #0e9edf !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .btn--white:not(:disabled):hover,
.booking.booking-page .btn--white:not(:disabled):focus {
    background-color: #f2f2f2 !important;
    color: #e04545 !important;
}

.booking.booking-page .btn--white:not(:disabled):active {
    background-color: #e6e6e6 !important;
    color: #dd2f2f !important;
}

.booking.booking-page .btn--dark {
    background-color: #3a3c41 !important;
    border: none !important;
    border-radius: 2px !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .btn--dark:not(:disabled):hover,
.booking.booking-page .btn--dark:not(:disabled):focus {
    background-color: #46484e !important;
}

.booking.booking-page .btn--dark:not(:disabled):active {
    background-color: #52555c !important;
}

.booking.booking-page .btn--yellow {
    background-color: #fab028 !important;
    border: none !important;
    border-radius: 2px !important;
    color: white !important;
    /**
       * @hover
       */
    /**
       * @active
       */
}

.booking.booking-page .btn--yellow:not(:disabled):hover,
.booking.booking-page .btn--yellow:not(:disabled):focus {
    background-color: #f9a70f !important;
}

.booking.booking-page .btn--yellow:not(:disabled):active {
    background-color: #ea9905 !important;
}

.booking.booking-page .btn--h45 {
    height: 45px !important;
    line-height: 47px !important;
}

.booking.booking-page .btn--h52 {
    height: 52px !important;
    line-height: 54px !important;
}

.booking.booking-page .btn--w210 {
    width: 210px !important;
    border-width: 1px !important;
}

.booking.booking-page .btn--full {
    width: 100% !important;
}

.booking.booking-page .btn--small {
    max-width: 145px;
    padding: 0 !important;
}

.booking.booking-page .btn--small-radius {
    border-radius: 3px !important;
}

.booking.booking-page .checkbox_wrap {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* http://compass-style.org/reference/compass/css3/user_interface/ */
}

.booking.booking-page .styled-checkbox--icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
}

.booking.booking-page .styled-checkbox--icon:checked + label {
    background-color: #0e9edf;
}

.booking.booking-page .styled-checkbox--icon:checked + label span {
    font-weight: 400;
}

.booking.booking-page .styled-checkbox--icon:checked + label img {
    top: -65px !important;
}

.booking.booking-page .styled-checkbox--icon:checked + label:hover {
    background-color: #0e9edf;
}

.booking.booking-page .styled-checkbox--icon:checked ~ p {
    font-weight: 400;
    top: 1px;
}

.booking.booking-page .styled-checkbox--icon + label {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    height: 65px;
    text-align: center;
    border: 1px solid #dedede;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    border-radius: 4px;
    margin-bottom: 15px;
}

.booking.booking-page .styled-checkbox--icon + label img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    max-width: none;
}

.booking.booking-page .styled-checkbox--icon + label .img-wrap {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.booking.booking-page .styled-checkbox--icon + label:hover {
    background-color: rgba(228, 91, 91, 0.2);
}

.booking.booking-page .styled-checkbox--icon + label:hover img {
    top: -65px;
}

.booking.booking-page .styled-checkbox--icon + label span {
    font-size: 14px;
    padding-top: 4px;
    display: block;
}

.booking.booking-page .styled-checkbox--icon + label ~ p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.booking.booking-page .styled-checkbox--icon[disabled] + label {
    color: #a1a9b3 !important;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* http://compass-style.org/reference/compass/css3/user_interface/ */
    cursor: default;
}

.booking.booking-page .styled-checkbox--default {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
}

.booking.booking-page .styled-checkbox--default + label {
    position: relative;
    padding-left: 29px;
    color: black;
    cursor: pointer;
}

.booking.booking-page .styled-checkbox--default + label span {
    display: inline-block;
    visibility: visible;
    width: 18px;
    height: 18px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: white;
    border: 1px solid #b5b7b9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border-radius: 2px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
    font-weight: 300;
    color: #727375;
}

.booking.booking-page .styled-checkbox--default + label span b {
    position: absolute;
    height: 7px;
    width: 11px;
    display: block;
    left: 3px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.booking.booking-page .styled-checkbox--default + label span b:before,
.booking.booking-page .styled-checkbox--default + label span b:after {
    content: '';
    display: block;
    width: 3px;
    height: 0;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: none;
    transition: none;
}

.booking.booking-page .styled-checkbox--default + label span b:before {
    bottom: auto;
    top: 0;
}

.booking.booking-page .styled-checkbox--default + label span b:after {
    width: 0;
    height: 3px;
}

.booking.booking-page .styled-checkbox--default + label:hover span {
    border: 1px solid #ff684c;
}

.booking.booking-page .styled-checkbox--default:checked + label span {
    border: 1px solid #ff684c;
    background-color: #ff684c;
}

.booking.booking-page .styled-checkbox--default:checked + label span b:before {
    height: 7px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.booking.booking-page .styled-checkbox--default:checked + label span b:after {
    width: 11px;
    -moz-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    -webkit-transition: all 0.1s ease;
    -webkit-transition-delay: 0.1s;
    -webkit-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
}

.booking.booking-page .styled-checkbox--default[disabled] + label {
    color: #a1a9b3 !important;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* http://compass-style.org/reference/compass/css3/user_interface/ */
    cursor: default;
}

.booking.booking-page .styled-checkbox--default[disabled] + label span {
    background-color: #d0d4d9 !important;
    border-color: #d0d4d9 !important;
}

.booking.booking-page input[type="radio"] {
    display: none;
}

.booking.booking-page .radio_wrap {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* http://compass-style.org/reference/compass/css3/user_interface/ */
}

.booking.booking-page .styled-radiobutton--default {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
}

.booking.booking-page .styled-radiobutton--default + label {
    position: relative;
    padding-left: 32px;
    color: black;
    cursor: pointer;
}

.booking.booking-page .styled-radiobutton--default + label span {
    display: inline-block;
    visibility: visible;
    width: 18px;
    height: 18px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: white;
    border: 1px solid #b5b7b9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border-radius: 2px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
    font-weight: 300;
    color: #727375;
}

.booking.booking-page .styled-radiobutton--default + label span b {
    position: absolute;
    height: 7px;
    width: 11px;
    display: block;
    left: 3px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.booking.booking-page .styled-radiobutton--default + label span b:before,
.booking.booking-page .styled-radiobutton--default + label span b:after {
    content: '';
    display: block;
    width: 3px;
    height: 0;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: none;
    transition: none;
}

.booking.booking-page .styled-radiobutton--default + label span b:before {
    bottom: auto;
    top: 0;
}

.booking.booking-page .styled-radiobutton--default + label span b:after {
    width: 0;
    height: 3px;
}

.booking.booking-page .styled-radiobutton--default + label:hover span {
    border: 1px solid #0e9edf;
}

.booking.booking-page .styled-radiobutton--default:checked + label span {
    border: 1px solid #0e9edf;
    background-color: #0e9edf;
}

.booking.booking-page .styled-radiobutton--default:checked + label span b:before {
    height: 7px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.booking.booking-page .styled-radiobutton--default:checked + label span b:after {
    width: 11px;
    -moz-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    -webkit-transition: all 0.1s ease;
    -webkit-transition-delay: 0.1s;
    -webkit-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
}

.booking.booking-page .styled-radiobutton--default[disabled] + label {
    color: #a1a9b3 !important;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* http://compass-style.org/reference/compass/css3/user_interface/ */
    cursor: default;
}

.booking.booking-page .styled-radiobutton--default[disabled] + label span {
    background-color: #d0d4d9 !important;
    border-color: #d0d4d9 !important;
}

.booking.booking-page .styled-radiobutton--text:checked + label {
    background-color: #36373b;
    font-weight: 700;
    padding: 8px 0;
}

.booking.booking-page .styled-radiobutton--text:checked + label span {
    font-weight: 400;
}

.booking.booking-page .styled-radiobutton--text:checked + label:hover {
    background-color: #36373b;
}

.booking.booking-page .styled-radiobutton--text:checked ~ p {
    font-weight: 700;
    top: -1px;
}

.booking.booking-page .styled-radiobutton--text + label {
    position: relative;
    display: block;
    overflow: hidden;
    height: 45px;
    font-size: 14px;
    line-height: 1.1;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    border-radius: 4px;
}

.booking.booking-page .styled-radiobutton--text + label span {
    font-size: 12px;
    padding-top: 4px;
    display: block;
    font-weight: 300;
}

.booking.booking-page .styled-radiobutton--text + label ~ p {
    color: white;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.booking.booking-page .styled-radiobutton--text[disabled] + label {
    color: #a1a9b3 !important;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* http://compass-style.org/reference/compass/css3/user_interface/ */
    cursor: default;
}

.booking.booking-page .styled-radiobutton--text-colored + label {
    border: 1px solid #c6c6c7;
    color: #3a3c41;
}

.booking.booking-page .styled-radiobutton--text-colored + label:hover {
    background-color: #fadede;
}

.booking.booking-page .styled-radiobutton--text-colored + label ~ p {
    color: #0e9edf;
    font-weight: 300;
}

.booking.booking-page .styled-radiobutton--text-colored:checked + label {
    color: white;
    font-weight: 300;
    border-color: #0e9edf;
    background-color: #0e9edf;
}

.booking.booking-page .styled-radiobutton--text-colored:checked + label:hover {
    background-color: #0e9edf;
}

.booking.booking-page .styled-radiobutton--text-colored:checked + label span {
    font-weight: 300;
}

.booking.booking-page .styled-radiobutton--text-colored:checked + label ~ p {
    color: #0e9edf;
    font-weight: 300;
    top: 0;
}

.booking.booking-page .subheader {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .subheader h1 {
        font-size: 2.5rem;
    }
}

.booking.booking-page .subheader .input--primary {
    height: 52px;
    border-radius: 4px !important;
    font-size: 17px;
    color: white;
    font-weight: 400;
}

.booking.booking-page .home-page .subheader {
    background-image: url("images/subheader-img1.jpg");
    background-position: 50% 100%;
    padding-top: 85px;
    margin-top: -85px;
    position: relative;
    z-index: 1;
}

.booking.booking-page .home-page .subheader .container {
    padding: 100px 80px 350px;
}

.booking.booking-page .home-page .subheader .text-center {
    max-width: 740px;
    margin: 0 auto;
}

.booking.booking-page .home-page .subheader h1 {
    max-width: 600px;
    color: white;
    margin: 0 auto 15px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .home-page .subheader h1 {
        font-size: 40px;
    }
}

.booking.booking-page .home-page .subheader p {
    color: white;
    margin: 0 auto 15px;
    font-weight: 300;
}

.booking.booking-page .home-page .subheader label,
.booking.booking-page .home-page .subheader button {
    display: inline-block !important;
    margin: 10px 5px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .home-page .subheader label,
    .booking.booking-page .home-page .subheader button {
        margin: 10px 0;
    }
}

.booking.booking-page .home-page .subheader label {
    max-width: 362px;
    width: 100%;
}

.booking.booking-page .home-page .subheader .input--primary {
    width: 100%;
    background-color: white;
    border-color: white;
    color: #666;
    font-size: 17px;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .home-page .subheader .container {
        padding: 50px 20px 70px;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page .home-page .subheader .container {
        padding: 30px 20px 50px;
    }
}

.booking.booking-page .help-page .subheader {
    height: 450px;
    background-image: url("images/subheader-help-page.jpg");
}

.booking.booking-page .help-page .subheader h1 {
    margin-bottom: 50px;
}

.booking.booking-page .help-page .subheader form {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}

.booking.booking-page .help-page .subheader form .btn--primary {
    color: white !important;
    font-weight: 700;
    border-radius: 3px !important;
}

.booking.booking-page .help-page .subheader form .input--primary {
    border-radius: 3px !important;
    border-color: #abbfcc !important;
}

.booking.booking-page .help-page .subheader label {
    position: relative;
    padding-right: 10px;
    display: block;
}

.booking.booking-page .help-page .subheader .icon-search {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
    .booking.booking-page .help-page .subheader .flag,
    .booking.booking-page .help-page .subheader .flag__img,
    .booking.booking-page .help-page .subheader .flag__body {
        display: block;
        padding: 0;
    }
    .booking.booking-page .help-page .subheader .flag__body {
        margin-bottom: 10px;
    }
    .booking.booking-page .help-page .subheader .flag__img {
        padding: 0 !important;
    }
    .booking.booking-page .help-page .subheader .flag__img .btn--primary {
        width: 100% !important;
    }
    .booking.booking-page .help-page .subheader label {
        padding-right: 0;
    }
}

.booking.booking-page .help-page .subheader input::-webkit-input-placeholder {
    color: white;
}

.booking.booking-page .help-page .subheader input:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

.booking.booking-page .help-page .subheader input::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.booking.booking-page .help-page .subheader input:-ms-input-placeholder {
    color: white;
}

.booking.booking-page .about .subheader {
    background-image: url("images/patern-blue.jpg");
}

.booking.booking-page .about .subheader .list-checked {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .about .subheader .list-checked {
        margin-bottom: 120px;
    }
}

.booking.booking-page .contact-page .subheader {
    background-image: url("images/subheader-contact.jpg");
}

.booking.booking-page .contact-page .subheader .subheader__content {
    width: 100%;
    max-width: 615px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .contact-page .subheader .subheader__content h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.66667;
        padding-top: 20px;
    }
}

.booking.booking-page .booking-page .subheader {
    background-image: url("images/subheader-booking.jpg");
    background-position: 50% 100%;
    height: 630px;
    position: relative;
}

.booking.booking-page .booking-page .subheader p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.19048;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .booking-page .subheader {
        height: 450px;
    }
    .booking.booking-page .booking-page .subheader h1 {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 1.31579;
        padding-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page .booking-page .subheader {
        height: 380px;
    }
    .booking.booking-page .booking-page .subheader h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.66667;
        padding-top: 20px;
    }
    .booking.booking-page .booking-page .subheader p {
        font-size: 14px !important;
    }
}

.booking.booking-page .blog-page .subheader {
    padding-top: 155px;
    padding-bottom: 140px;
    margin-top: -85px;
}

@media screen and (max-width: 500px) {
    .booking.booking-page .blog-page .subheader {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.booking.booking-page .blog-page .subheader form {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.booking.booking-page .blog-page .subheader h1 {
    text-transform: none;
}

.booking.booking-page .blog-page .subheader .text-wrap {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.booking.booking-page .blog-page .subheader input {
    border-color: white;
}

.booking.booking-page .blog-page .subheader input::-webkit-input-placeholder {
    color: white;
}

.booking.booking-page .blog-page .subheader input:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

.booking.booking-page .blog-page .subheader input::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.booking.booking-page .blog-page .subheader input:-ms-input-placeholder {
    color: white;
}

.booking.booking-page .single-post .subheader {
    height: 60px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
}

.booking.booking-page .single-post .subheader .container {
    position: relative;
}

.booking.booking-page .default-page .subheader .subheader__content {
    width: 100%;
    max-width: 615px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .default-page .subheader .subheader__content h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.66667;
        padding-top: 20px;
    }
}

.booking.booking-page .achievements {
    color: #85878c;
    font-size: 16px;
    padding: 35px 0 0;
}

.booking.booking-page .achievements .container {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 35px;
}

.booking.booking-page .achievements__wrap {
    padding-left: 50px;
    padding-right: 50px;
}

.booking.booking-page .achievements__wrap .layout__item div {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .achievements__wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.booking.booking-page .how-we-work {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -180px;
    position: relative;
    z-index: 2;
}

.booking.booking-page .how-we-work h2 {
    text-align: center;
    margin-bottom: 70px;
    color: white;
    font-weight: 300;
}

.booking.booking-page .how-we-work .img-wrap {
    background-color: #f3f3f3;
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 50px 30px;
}

.booking.booking-page .how-we-work .icon-wrap {
    margin-bottom: 40px;
}

.booking.booking-page .how-we-work .text-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.booking.booking-page .how-we-work .text-wrap h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.booking.booking-page .how-we-work .text-wrap p {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .how-we-work {
        margin-top: 0;
        padding-top: 50px;
    }
    .booking.booking-page .how-we-work h2 {
        color: #666;
        margin-bottom: 40px;
    }
}

.booking.booking-page .trusted-list {
    background-image: url("images/patern-purple.jpg");
    background-repeat: repeat;
    background-position: 50% 50%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.booking.booking-page .trusted-list * {
    color: white;
}

.booking.booking-page .trusted-list p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.booking.booking-page .services h2 {
    margin-bottom: 200px;
}

.booking.booking-page .services .layout__item-wrap {
    position: relative;
}

.booking.booking-page .services .img-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 286px;
    max-width: 80%;
}

.booking.booking-page .services .img-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 50%;
    border: 5px solid white;
    background-color: transparent;
    z-index: 2;
}

.booking.booking-page .services .img-wrap img {
    position: relative;
    z-index: 1;
}

.booking.booking-page .services .text-wrap {
    background-color: #f3f3f3;
    padding-top: 170px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.booking.booking-page .services .text-wrap h3 {
    font-weight: 300;
    color: #3a3c41;
    margin-bottom: 10px;
}

.booking.booking-page .services .text-wrap p {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
    color: #949494;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .services .layout__item + .layout__item {
        margin-top: 130px;
    }
}

.booking.booking-page .trust {
    background-color: #f3f3f3;
}

.booking.booking-page .trust .layout__item &gt; div {
    padding: 20px 0px;
}

.booking.booking-page .trust .layout__item &gt; div p {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .trust .layout__item &gt; div {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page .trust .layout__item &gt; div {
        padding: 0;
    }
}

.booking.booking-page .trust .icon-wrap {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.booking.booking-page .trust h2 {
    max-width: 920px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.booking.booking-page .trust p {
    font-weight: 300;
    color: #333;
}

.booking.booking-page .trust h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.booking.booking-page .trust--second .icon-wrap {
    margin-bottom: 40px;
}

.booking.booking-page .trust--second p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
}

.booking.booking-page .trust--second .layout__item &gt; div p {
    padding-left: 0;
    padding-right: 0;
}

.booking.booking-page .trust--third .btn--transparent-gray {
    padding: 0 25px !important;
    width: auto !important;
}

.booking.booking-page .customers {
    background-image: url("images/customer-bgr.jpg");
}

.booking.booking-page .customers .icon-wrap {
    position: relative;
}

.booking.booking-page .customers .icon-wrap:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 134px;
    height: 134px;
    display: block;
    border-radius: 50%;
    border: 5px solid white;
}

.booking.booking-page .customers p {
    max-width: 270px;
    margin: 0 auto;
}

.booking.booking-page .big-phone {
    padding: 50px 0;
    position: relative;
}

.booking.booking-page .big-phone .container p {
    font-weight: 300;
}

.booking.booking-page .big-phone .container .flag__img {
    bottom: 0;
}

@media screen and (max-width: 1000px) {
    .booking.booking-page .big-phone .container {
        padding-left: 100px;
    }
}

@media screen and (max-width: 768px) {
    .booking.booking-page .big-phone .container {
        padding-left: 20px;
    }
    .booking.booking-page .big-phone .container .flag,
    .booking.booking-page .big-phone .container .flag__img,
    .booking.booking-page .big-phone .container .flag__body {
        text-align: center;
        display: block;
        width: 100%;
        padding: 0;
    }
    .booking.booking-page .big-phone .container .flag img,
    .booking.booking-page .big-phone .container .flag__img img,
    .booking.booking-page .big-phone .container .flag__body img {
        display: inline-block;
    }
    .booking.booking-page .big-phone .container h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.66667;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page .big-phone .container {
        padding-left: 25px;
    }
    .booking.booking-page .big-phone .container .flag__img {
        position: static !important;
        bottom: auto !important;
    }
}

.booking.booking-page .big-car {
    position: relative;
    padding: 0;
}

.booking.booking-page .big-car:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 29%;
    bottom: 7%;
    display: block;
    background-color: #f3f3f3;
    z-index: 1;
}

.booking.booking-page .big-car img {
    position: relative;
    z-index: 2;
}

.booking.booking-page .happiness {
    padding: 90px 0;
}

.booking.booking-page .happiness h2 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.13636;
}

.booking.booking-page .happiness p {
    color: #333;
}

.booking.booking-page .book-appointment {
    padding: 80px 0;
    background-image: url("images/patern-white.jpg");
}

@media screen and (max-width: 480px) {
    .booking.booking-page .book-appointment {
        padding: 50px 0;
    }
}

.booking.booking-page .book-appointment h2 {
    color: #3a3c41;
    margin-bottom: 30px;
}

.booking.booking-page .book-appointment label,
.booking.booking-page .book-appointment button {
    display: inline-block !important;
    margin: 10px 5px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .book-appointment label,
    .booking.booking-page .book-appointment button {
        margin: 10px 0;
    }
}

.booking.booking-page .book-appointment label {
    max-width: 362px;
    width: 100%;
}

.booking.booking-page .book-appointment .input--primary {
    height: 52px;
    border-radius: 4px !important;
    font-size: 17px;
    color: white;
    font-weight: 400;
    width: 100%;
}

.booking.booking-page .book-appointment .input--primary::-webkit-input-placeholder {
    color: white;
}

.booking.booking-page .book-appointment .input--primary:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

.booking.booking-page .book-appointment .input--primary::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.booking.booking-page .book-appointment .input--primary:-ms-input-placeholder {
    color: white;
}

.booking.booking-page .home-page .book-appointment .input--primary {
    color: #666;
}

.booking.booking-page .home-page .book-appointment .input--primary::-webkit-input-placeholder {
    color: #666;
}

.booking.booking-page .home-page .book-appointment .input--primary:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.booking.booking-page .home-page .book-appointment .input--primary::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

.booking.booking-page .home-page .book-appointment .input--primary:-ms-input-placeholder {
    color: #666;
}

.booking.booking-page .partners {
    background-color: #f3f3f3;
    padding: 45px 0;
}

.booking.booking-page .partners .container {
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .partners .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page .partners .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.booking.booking-page .help-questions header {
    border-bottom: 1px solid #eae9e0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.booking.booking-page .help-questions h2 {
    text-transform: none;
}

.booking.booking-page .results {
    padding-bottom: 0;
}

.booking.booking-page .results .container {
    border-bottom: 1px solid #eee;
    padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .results .container {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .booking.booking-page .results .container {
        padding-bottom: 30px;
    }
}

.booking.booking-page .results-slider-wrap {
    position: relative;
    padding: 0 60px;
    text-align: center;
}

.booking.booking-page .results-slider-wrap img {
    margin-bottom: 15px;
}

.booking.booking-page .results-slider-wrap p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.booking.booking-page .results-slider .owl-prev,
.booking.booking-page .results-slider .owl-next {
    font-size: 0;
    width: 15px;
    height: 25px;
    display: block;
    position: absolute;
    right: 100%;
    margin-right: 40px;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-image: url("images/icons/icon-arrow-left.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.booking.booking-page .results-slider .owl-next {
    margin-left: 40px;
    margin-right: 0;
    left: 100%;
    right: auto;
    background-image: url("images/icons/icon-arrow-right.png");
}

.booking.booking-page .testimonial-slider {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.booking.booking-page .testimonial-slider .owl-dots {
    text-align: center;
    width: 100%;
    height: 10px;
    padding-top: 30px;
    position: absolute;
    top: 100%;
    left: 0;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .testimonial-slider .owl-dots {
        padding-top: 0;
    }
}

.booking.booking-page .testimonial-slider .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: transparent;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
}

.booking.booking-page .testimonial-slider .owl-dots .owl-dot.active {
    background-color: #d9d9d9;
}

.booking.booking-page .testimonial-slider .owl-item &gt; div {
    max-width: 430px;
    margin: 0 auto;
}

.booking.booking-page .testimonial-slider__content {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    position: relative;
    min-height: 200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.booking.booking-page .testimonial-slider__content &gt; div {
    padding: 45px 40px 45px 60px;
}

.booking.booking-page .testimonial-slider__content &gt; div:before,
.booking.booking-page .testimonial-slider__content &gt; div:after {
    width: 37px;
    height: 31px;
    display: block;
    content: '';
    position: absolute;
    left: 14px;
    top: 20px;
    background-image: url("images/icons/quotes-up.png");
    background-repeat: no-repeat;
}

.booking.booking-page .testimonial-slider__content &gt; div:after {
    background-image: url("images/icons/quotes-down.png");
    left: auto;
    right: 25px;
    top: auto;
    bottom: 40px;
}

.booking.booking-page .testimonial-slider__content:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 34px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12.5px 0 12.5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}

.booking.booking-page .testimonial-slider__content p {
    margin-bottom: 20px;
}

.booking.booking-page .testimonial-slider__name {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.booking.booking-page .testimonial {
    background-image: url("images/testimonials.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking.booking-page .testimonial h2 {
    color: white;
    margin-bottom: 30px;
}

.booking.booking-page .testimonial p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
    color: #fff;
    text-align: left;
    line-height: 1.2;
}

.booking.booking-page .testimonial__img {
    border-radius: 50%;
}

.booking.booking-page .testimonial__img img {
    position: relative;
    border-radius: 50%;
    border: 2px solid white;
    width: 68px !important;
    max-width: none;
    margin-left: 10px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .testimonial__img img {
        top: auto;
        display: inline-block !important;
    }
}

.booking.booking-page .contact-page__content {
    padding-top: 0;
    margin-top: -40px;
}

.booking.booking-page .contact-page__list {
    background-color: white;
    counter-reset: list-ordered;
}

.booking.booking-page .contact-page__list article {
    padding: 20px;
    border: 1px solid #dedede;
    border-top: none;
}

.booking.booking-page .contact-page__list article:first-child {
    border-top: 1px solid #dedede;
}

.booking.booking-page .contact-page__list header {
    position: relative;
    padding-left: 55px;
    counter-increment: list-ordered;
}

.booking.booking-page .contact-page__list header h2 {
    font-weight: 400;
    color: #262626;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.13636;
    text-transform: none;
}

.booking.booking-page .contact-page__list header p {
    font-size: 16px;
    font-weight: 300;
}

.booking.booking-page .contact-page__list header:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "" counter(list-ordered, decimal) "";
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.13636;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-weight: 700;
    display: block;
    border-radius: 50%;
    background-color: #d4d4d4;
    color: white;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.booking.booking-page .select--full {
    width: 100% !important;
    max-width: 100% !important;
}

.booking.booking-page .sod_select {
    width: 340px;
    height: auto;
    padding: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 1;
    font-family: "Inter", sans-serif;
    border: 1px solid #c6c6c7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.booking.booking-page .sod_select:hover,
.booking.booking-page .sod_select:focus {
    border-color: #acacae;
}

.booking.booking-page .sod_select .sod_list_wrapper {
    border: none;
    outline: none;
    margin: 0;
    width: calc(100% + 2px);
    padding: 0;
    max-height: 245px;
    overflow: auto;
    margin-left: -1px;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #c6c6c7;
}

.booking.booking-page .sod_select .sod_list_wrapper:hover,
.booking.booking-page .sod_select .sod_list_wrapper:focus {
    border-color: #acacae;
}

.booking.booking-page .sod_select.open .sod_list_wrapper {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
}

.booking.booking-page .sod_select.above .sod_list_wrapper {
    border-top: 1px solid #c6c6c7;
}

.booking.booking-page .sod_select .sod_option {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 7px 15px 8px;
    font-size: 13px;
    text-transform: none;
    line-height: 25px;
    font-weight: 400 !important;
    text-overflow: none !important;
    overflow: visible !important;
}

.booking.booking-page .sod_select .sod_option.active {
    color: #0e9edf;
}

.booking.booking-page .sod_select .sod_option:before {
    display: none !important;
}

.booking.booking-page .sod_select.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.booking.booking-page .sod_select:before,
.booking.booking-page .sod_select:after {
    display: none;
}

.booking.booking-page .sod_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
    color: #3a3c41;
    text-transform: none;
    padding: 0 35px 0 15px !important;
    font-weight: 300;
    position: relative;
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    overflow: visible !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden !important;
}

.booking.booking-page .sod_label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("images/icons/icon-arrow-down.png");
    width: 43px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 43px;
    display: block;
}

.booking.booking-page .open .sod_label:before,
.booking.booking-page .focus .sod_label:before {
    background-position: 0 -44px;
}

.booking.booking-page .select--small .sod_label:before {
    width: 35px;
    background-position: -5px 0;
}

.booking.booking-page .select--small.open .sod_label:before,
.booking.booking-page .select--small.focus .sod_label:before {
    background-position: -5px -44px;
}

.booking.booking-page .time-separator {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
}

.booking.booking-page .booking-page article {
    border-top: 1px solid #dedede;
    padding: 40px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .booking-page article {
        padding: 20px;
    }
}

.booking.booking-page .booking-page article h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25;
}

.booking.booking-page .booking-page article label {
    display: block;
    position: relative;
}

.booking.booking-page .booking-page article .phone-before {
    position: absolute;
    width: 45px;
    height: 43px;
    line-height: 45px;
    top: 1px;
    left: 1px;
    text-align: center;
    background-color: #f0f0f5;
    color: #b0b0b0;
    font-size: 18px;
    font-weight: 300;
    display: block;
    border-right: 1px solid #c6c6c7;
}

.booking.booking-page .booking-page article .phone-before + input {
    padding-left: 60px !important;
}

.booking.booking-page .booking-page .btn--transparent {
    color: #666 !important;
    border-color: #ccc !important;
}

.booking.booking-page .booking-page .layout__item--right-content article {
    padding-bottom: 15px !important;
}

.booking.booking-page .gift-card .subheader .subheader__content {
    padding: 0 100px 0 80px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .gift-card .subheader .subheader__content {
        padding: 10px 10px 0;
    }
}

.booking.booking-page .gift-card .subheader .subheader__content &gt; div {
    max-width: 500px;
    padding: 60px 0 120px;
    margin: 0 auto;
}

@media screen and (min-width: 840px) and (max-width: 1300px) {
    .booking.booking-page .gift-card .subheader .subheader__content &gt; div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1024px) {
    .booking.booking-page .gift-card .subheader .subheader__content {
        padding: 0 50px 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .booking.booking-page .gift-card .subheader .subheader__content {
        padding: 20px 20px 0;
    }
    .booking.booking-page .gift-card .subheader .flag,
    .booking.booking-page .gift-card .subheader .flag__body,
    .booking.booking-page .gift-card .subheader .flag__img {
        display: block;
    }
    .booking.booking-page .gift-card .subheader .flag__body {
        margin-bottom: 20px;
    }
    .booking.booking-page .gift-card .subheader img {
        max-width: 100%;
    }
}

.booking.booking-page .gift-card-form {
    padding-top: 0;
    background-color: white;
}

@media screen and (max-width: 768px) {
    .booking.booking-page .gift-card-form .container {
        padding: 0 5px;
    }
}

.booking.booking-page .gift-card-form .form-wrapper {
    padding: 0 100px 0 80px;
}

@media screen and (min-width: 840px) and (max-width: 1300px) {
    .booking.booking-page .gift-card-form .form-wrapper {
        padding: 0;
    }
    .booking.booking-page .gift-card-form .form-wrapper iframe {
        margin-top: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1090px) {
    .booking.booking-page .gift-card-form .form-wrapper iframe {
        height: 1550px;
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    .booking.booking-page .gift-card-form .form-wrapper {
        padding: 0;
    }
    .booking.booking-page .gift-card-form .form-wrapper iframe {
        height: 1630px;
    }
}

.booking.booking-page .gift-card-form iframe {
    margin-top: -70px;
    width: 98%;
    height: 1090px;
    border: 12px solid white;
    border-radius: 12px;
    background-color: white;
}

.booking.booking-page .gift-card-box {
    background-image: url("images/giftcard-img2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 400px;
    height: 335px;
    max-width: 100%;
    position: relative;
}

.booking.booking-page .gift-card-box .justifize,
.booking.booking-page .gift-card-box .justifize__box {
    height: 65px;
    line-height: 65px;
}

.booking.booking-page .gift-card-box__price {
    color: white;
    font-weight: 600;
    font-size: 22px;
}

.booking.booking-page .gift-card-box__text {
    padding-top: 20px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.booking.booking-page .gift-card-box__text * {
    color: white;
    font-size: 16px;
}

.booking.booking-page .section1 {
    padding: 0 !important;
    background-image: url("images/check-list-bgr1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.booking.booking-page .section1__text {
    max-width: 520px;
}

.booking.booking-page .section1__text + p {
    color: #333;
    font-weight: 300;
}

.booking.booking-page .section1__text h2 {
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .section1__text h2 {
        white-space: normal;
    }
}

.booking.booking-page .blog-content {
    background-color: #2b2b2b;
    position: relative;
    z-index: 10;
}

.booking.booking-page .blog-content__main {
    background-color: white;
    padding: 60px;
    padding-bottom: 0;
    margin-top: -60px;
}

.booking.booking-page .blog-content__main header {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.booking.booking-page .blog-content__main .fb-like {
    top: -5px;
}

.booking.booking-page .blog-content__main .social-bar {
    margin-bottom: 10px;
}

.booking.booking-page .blog-content__main h4 {
    margin-bottom: 10px;
}

.booking.booking-page .blog-content__item {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #eee;
}

.booking.booking-page .blog-content__item:first-child {
    border-top: none;
    padding-top: 0;
}

.booking.booking-page .blog-content__pagination {
    text-align: center;
    background-color: #f1f3f4;
    padding-top: 28px;
    padding-bottom: 25px;
}

.booking.booking-page .blog-content__pagination .is-active a {
    color: #a9b9c7;
}

.booking.booking-page .blog-content__pagination li {
    padding: 0 5px;
}

.booking.booking-page .blog-content__pagination a {
    display: block;
    color: #405262;
    padding: 0 5px;
}

.booking.booking-page .blog-content__pagination .pagination-next {
    padding-right: 35px;
    background-image: url("images/pagination-arrow-right.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    text-transform: uppercase;
    font-weight: 400;
}

.booking.booking-page .blog-content__aside {
    padding: 40px;
    padding-right: 60px;
}

.booking.booking-page .blog-content__aside-list {
    list-style-type: none;
}

.booking.booking-page .blog-content__aside-list a {
    color: #717375;
}

.booking.booking-page .blog-content__aside-list a:hover,
.booking.booking-page .blog-content__aside-list a.is-active {
    color: white;
}

.booking.booking-page .blog-content__aside-list a:hover .img-wrap1 img,
.booking.booking-page .blog-content__aside-list a.is-active .img-wrap1 img {
    margin-top: -15px;
}

.booking.booking-page .blog-content__aside-list a:hover .img-wrap2 img,
.booking.booking-page .blog-content__aside-list a.is-active .img-wrap2 img {
    margin-top: -16px;
}

.booking.booking-page .blog-content__aside-list a:hover .img-wrap3 img,
.booking.booking-page .blog-content__aside-list a.is-active .img-wrap3 img {
    margin-top: -17px;
}

.booking.booking-page .blog-content__aside-list a:hover .img-wrap4 img,
.booking.booking-page .blog-content__aside-list a.is-active .img-wrap4 img {
    margin-top: -15px;
}

.booking.booking-page .blog-content__aside-list a:hover .img-wrap5 img,
.booking.booking-page .blog-content__aside-list a.is-active .img-wrap5 img {
    margin-top: -16px;
}

.booking.booking-page .blog-content__aside-list a:hover .img-wrap6 img,
.booking.booking-page .blog-content__aside-list a.is-active .img-wrap6 img {
    margin-top: -11px;
}

.booking.booking-page .blog-content__aside-list li {
    margin-bottom: 15px;
}

.booking.booking-page .blog-content__aside-list .flag__img {
    width: 30px !important;
    padding-right: 10px !important;
}

.booking.booking-page .blog-content__aside-list .img-wrap {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.booking.booking-page .blog-content__aside-list .img-wrap &gt; img {
    max-width: none;
    display: block;
}

.booking.booking-page .blog-content__aside-list .img-wrap1 {
    width: 16px;
    height: 15px;
}

.booking.booking-page .blog-content__aside-list .img-wrap2 {
    width: 13px;
    height: 16px;
}

.booking.booking-page .blog-content__aside-list .img-wrap3 {
    width: 20px;
    height: 17px;
}

.booking.booking-page .blog-content__aside-list .img-wrap4 {
    width: 16px;
    height: 15px;
}

.booking.booking-page .blog-content__aside-list .img-wrap5 {
    width: 16px;
    height: 16px;
}

.booking.booking-page .blog-content__aside-list .img-wrap6 {
    width: 15px;
    height: 11px;
}

.booking.booking-page .blog-content__aside-list .flag__body {
    padding-top: 4px;
}

.booking.booking-page .blog-content__get-weekly {
    background-color: white;
    max-width: 225px;
    margin-bottom: 60px;
}

.booking.booking-page .blog-content__get-weekly p {
    font-size: 14px;
    line-height: 25px;
    padding-left: 25px;
    padding-right: 25px;
    font-style: italic;
}

.booking.booking-page .blog-content__get-weekly .get-link {
    color: white;
    font-size: 21px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #0e9edf;
    text-decoration: none;
    padding: 13px 0;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.booking.booking-page .blog-content__get-weekly .get-link:hover {
    background-color: #dd2f2f;
}

.booking.booking-page .blog-content__tags h3,
.booking.booking-page .blog-content__tags a {
    color: white;
}

.booking.booking-page .blog-content__tags a {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #596263;
    border-radius: 3px;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1;
}

.booking.booking-page .blog-content__tags a:hover {
    background-color: #717d7e;
}

.booking.booking-page .subheader__articles-list {
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
}

.booking.booking-page .subheader__articles-list li {
    display: inline-block;
    margin-right: 27px;
}

.booking.booking-page .subheader__articles-list a {
    color: #727375;
}

.booking.booking-page .subheader__articles-list a:hover {
    text-decoration: none;
    color: #a5a6a8;
}

.booking.booking-page .article-content__main {
    color: black;
}

.booking.booking-page .subheader__articles-search {
    position: absolute;
    right: 25px;
    top: 0;
    height: 60px;
}

@media screen and (max-width: 480px) {
    .booking.booking-page .subheader__articles-search {
        right: 10px;
    }
}

.booking.booking-page .subheader__articles-search form {
    height: 100%;
}

.booking.booking-page .subheader__articles-search .input {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 60px !important;
    background-color: white;
    display: block;
    width: 300px;
    padding-left: 35px;
    padding-right: 20px;
    font-size: 14px;
}

.booking.booking-page .subheader__articles-search .btn {
    width: 35px;
    height: 60px;
    background-image: url("images/icons/article-search.png") !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
}

.booking.booking-page .article-content__aside {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
}

.booking.booking-page .article-content__aside a {
    color: #7d818c;
    padding: 10px 0;
}

.booking.booking-page .article-content__aside a:hover {
    text-decoration: none;
}

.booking.booking-page .article-content__heading img {
    position: relative;
    top: -2px;
}

.booking.booking-page .article-page__appointment {
    padding: 90px 0;
}

.booking.booking-page .subscribe-box {
    background-color: #17171a;
    border-radius: 3px;
    padding: 35px;
    text-align: center;
    color: white;
    margin-bottom: 35px;
}

.booking.booking-page .subscribe-box p {
    color: #b2b2b2;
}

.booking.booking-page .subscribe-box form {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.booking.booking-page .subscribe-box form .btn {
    max-width: 162px !important;
    height: 43px !important;
    line-height: 43px !important;
    border-radius: 0 3px 3px 0 !important;
}

.booking.booking-page .subscribe-box form .input {
    border: none !important;
    height: 43px !important;
    line-height: 43px !important;
    background-color: white !important;
    border-radius: 3px 0 0 3px !important;
}

.booking.booking-page .subscribe-box small {
    color: #666;
    font-weight: 300;
}

.booking.booking-page .subscribe-box--vertical .flag,
.booking.booking-page .subscribe-box--vertical .flag__img,
.booking.booking-page .subscribe-box--vertical .flag__body {
    display: block;
}

.booking.booking-page .subscribe-box--vertical form .input,
.booking.booking-page .subscribe-box--vertical form .btn {
    border-radius: 3px !important;
    text-align: center !important;
}

.booking.booking-page .subscribe-box--vertical form .btn {
    max-width: 100% !important;
    font-size: 14px !important;
}

.booking.booking-page hr {
    background-color: #e5e5e5;
    height: 1px;
    display: block;
    border: none;
    outline: none;
}

.booking.booking-page .is-invisible {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0 !important;
    visibility: hidden !important;
}

.booking.booking-page .is-visually-hidden {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
    position: absolute !important;
}

.booking.booking-page .is-hidden {
    display: none !important;
}

.booking.booking-page .inline-block {
    display: inline-block !important;
}

.booking.booking-page .is-not-scroll {
    overflow: hidden !important;
}

.booking.booking-page .is-scrollable {
    overflow: auto !important;
}

.booking.booking-page .is-scrollable-visible {
    overflow: visible !important;
}

.booking.booking-page .is-scrollable-y {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.booking.booking-page .is-scrollable-x {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.booking.booking-page .flag--fix .flag__img {
    width: 1px;
}

.booking.booking-page .flag--fix .flag__body {
    width: auto;
}

.booking.booking-page .m {
    margin: 25px !important;
}

.booking.booking-page .mt {
    margin-top: 25px !important;
}

.booking.booking-page .mr {
    margin-right: 25px !important;
}

.booking.booking-page .mb {
    margin-bottom: 25px !important;
}

.booking.booking-page .ml {
    margin-left: 25px !important;
}

.booking.booking-page .mh {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.booking.booking-page .mv {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.booking.booking-page .m-- {
    margin: 6px !important;
}

.booking.booking-page .mt-- {
    margin-top: 6px !important;
}

.booking.booking-page .mr-- {
    margin-right: 6px !important;
}

.booking.booking-page .mb-- {
    margin-bottom: 6px !important;
}

.booking.booking-page .ml-- {
    margin-left: 6px !important;
}

.booking.booking-page .mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
}

.booking.booking-page .mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.booking.booking-page .m- {
    margin: 13px !important;
}

.booking.booking-page .mt- {
    margin-top: 13px !important;
}

.booking.booking-page .mr- {
    margin-right: 13px !important;
}

.booking.booking-page .mb- {
    margin-bottom: 13px !important;
}

.booking.booking-page .ml- {
    margin-left: 13px !important;
}

.booking.booking-page .mh- {
    margin-right: 13px !important;
    margin-left: 13px !important;
}

.booking.booking-page .mv- {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

.booking.booking-page .m\+ {
    margin: 50px !important;
}

.booking.booking-page .mt\+ {
    margin-top: 50px !important;
}

.booking.booking-page .mr\+ {
    margin-right: 50px !important;
}

.booking.booking-page .mb\+ {
    margin-bottom: 50px !important;
}

.booking.booking-page .ml\+ {
    margin-left: 50px !important;
}

.booking.booking-page .mh\+ {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.booking.booking-page .mv\+ {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.booking.booking-page .m\+\+ {
    margin: 100px !important;
}

.booking.booking-page .mt\+\+ {
    margin-top: 100px !important;
}

.booking.booking-page .mr\+\+ {
    margin-right: 100px !important;
}

.booking.booking-page .mb\+\+ {
    margin-bottom: 100px !important;
}

.booking.booking-page .ml\+\+ {
    margin-left: 100px !important;
}

.booking.booking-page .mh\+\+ {
    margin-right: 100px !important;
    margin-left: 100px !important;
}

.booking.booking-page .mv\+\+ {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.booking.booking-page .m0 {
    margin: 0 !important;
}

.booking.booking-page .mt0 {
    margin-top: 0 !important;
}

.booking.booking-page .mr0 {
    margin-right: 0 !important;
}

.booking.booking-page .mb0 {
    margin-bottom: 0 !important;
}

.booking.booking-page .ml0 {
    margin-left: 0 !important;
}

.booking.booking-page .mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.booking.booking-page .mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.booking.booking-page .-m {
    margin: -25px !important;
}

.booking.booking-page .-mt {
    margin-top: -25px !important;
}

.booking.booking-page .-mr {
    margin-right: -25px !important;
}

.booking.booking-page .-mb {
    margin-bottom: -25px !important;
}

.booking.booking-page .-ml {
    margin-left: -25px !important;
}

.booking.booking-page .-mh {
    margin-right: -25px !important;
    margin-left: -25px !important;
}

.booking.booking-page .-mv {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
}

.booking.booking-page .-m\+ {
    margin: -50px !important;
}

.booking.booking-page .-mt\+ {
    margin-top: -50px !important;
}

.booking.booking-page .-mr\+ {
    margin-right: -50px !important;
}

.booking.booking-page .-mb\+ {
    margin-bottom: -50px !important;
}

.booking.booking-page .-ml\+ {
    margin-left: -50px !important;
}

.booking.booking-page .-mh\+ {
    margin-right: -50px !important;
    margin-left: -50px !important;
}

.booking.booking-page .-mv\+ {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
}

.booking.booking-page .p {
    padding: 25px !important;
}

.booking.booking-page .pt {
    padding-top: 25px !important;
}

.booking.booking-page .pr {
    padding-right: 25px !important;
}

.booking.booking-page .pb {
    padding-bottom: 25px !important;
}

.booking.booking-page .pl {
    padding-left: 25px !important;
}

.booking.booking-page .ph {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.booking.booking-page .pv {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.booking.booking-page .p-- {
    padding: 6px !important;
}

.booking.booking-page .pt-- {
    padding-top: 6px !important;
}

.booking.booking-page .pr-- {
    padding-right: 6px !important;
}

.booking.booking-page .pb-- {
    padding-bottom: 6px !important;
}

.booking.booking-page .pl-- {
    padding-left: 6px !important;
}

.booking.booking-page .ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.booking.booking-page .pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.booking.booking-page .p- {
    padding: 13px !important;
}

.booking.booking-page .pt- {
    padding-top: 13px !important;
}

.booking.booking-page .pr- {
    padding-right: 13px !important;
}

.booking.booking-page .pb- {
    padding-bottom: 13px !important;
}

.booking.booking-page .pl- {
    padding-left: 13px !important;
}

.booking.booking-page .ph- {
    padding-right: 13px !important;
    padding-left: 13px !important;
}

.booking.booking-page .pv- {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.booking.booking-page .p\+ {
    padding: 50px !important;
}

.booking.booking-page .pt\+ {
    padding-top: 50px !important;
}

.booking.booking-page .pr\+ {
    padding-right: 50px !important;
}

.booking.booking-page .pb\+ {
    padding-bottom: 50px !important;
}

.booking.booking-page .pl\+ {
    padding-left: 50px !important;
}

.booking.booking-page .ph\+ {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.booking.booking-page .pv\+ {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.booking.booking-page .p\+\+ {
    padding: 100px !important;
}

.booking.booking-page .pt\+\+ {
    padding-top: 100px !important;
}

.booking.booking-page .pr\+\+ {
    padding-right: 100px !important;
}

.booking.booking-page .pb\+\+ {
    padding-bottom: 100px !important;
}

.booking.booking-page .pl\+\+ {
    padding-left: 100px !important;
}

.booking.booking-page .ph\+\+ {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.booking.booking-page .pv\+\+ {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.booking.booking-page .p0 {
    padding: 0 !important;
}

.booking.booking-page .pt0 {
    padding-top: 0 !important;
}

.booking.booking-page .pr0 {
    padding-right: 0 !important;
}

.booking.booking-page .pb0 {
    padding-bottom: 0 !important;
}

.booking.booking-page .pl0 {
    padding-left: 0 !important;
}

.booking.booking-page .ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.booking.booking-page .pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-m-medium {
        margin: 25px !important;
    }
    .booking.booking-page .u-mt-medium {
        margin-top: 25px !important;
    }
    .booking.booking-page .u-mr-medium {
        margin-right: 25px !important;
    }
    .booking.booking-page .u-mb-medium {
        margin-bottom: 25px !important;
    }
    .booking.booking-page .u-ml-medium {
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mh-medium {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mv-medium {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-m-medium-and-up {
        margin: 25px !important;
    }
    .booking.booking-page .u-mt-medium-and-up {
        margin-top: 25px !important;
    }
    .booking.booking-page .u-mr-medium-and-up {
        margin-right: 25px !important;
    }
    .booking.booking-page .u-mb-medium-and-up {
        margin-bottom: 25px !important;
    }
    .booking.booking-page .u-ml-medium-and-up {
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mh-medium-and-up {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mv-medium-and-up {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-m-large {
        margin: 25px !important;
    }
    .booking.booking-page .u-mt-large {
        margin-top: 25px !important;
    }
    .booking.booking-page .u-mr-large {
        margin-right: 25px !important;
    }
    .booking.booking-page .u-mb-large {
        margin-bottom: 25px !important;
    }
    .booking.booking-page .u-ml-large {
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mh-large {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mv-large {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-m-large-and-up {
        margin: 25px !important;
    }
    .booking.booking-page .u-mt-large-and-up {
        margin-top: 25px !important;
    }
    .booking.booking-page .u-mr-large-and-up {
        margin-right: 25px !important;
    }
    .booking.booking-page .u-mb-large-and-up {
        margin-bottom: 25px !important;
    }
    .booking.booking-page .u-ml-large-and-up {
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mh-large-and-up {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mv-large-and-up {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-m-extralarge-and-up {
        margin: 25px !important;
    }
    .booking.booking-page .u-mt-extralarge-and-up {
        margin-top: 25px !important;
    }
    .booking.booking-page .u-mr-extralarge-and-up {
        margin-right: 25px !important;
    }
    .booking.booking-page .u-mb-extralarge-and-up {
        margin-bottom: 25px !important;
    }
    .booking.booking-page .u-ml-extralarge-and-up {
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mh-extralarge-and-up {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .booking.booking-page .u-mv-extralarge-and-up {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-m---medium {
        margin: 6px !important;
    }
    .booking.booking-page .u-mt---medium {
        margin-top: 6px !important;
    }
    .booking.booking-page .u-mr---medium {
        margin-right: 6px !important;
    }
    .booking.booking-page .u-mb---medium {
        margin-bottom: 6px !important;
    }
    .booking.booking-page .u-ml---medium {
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mh---medium {
        margin-right: 6px !important;
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mv---medium {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-m---medium-and-up {
        margin: 6px !important;
    }
    .booking.booking-page .u-mt---medium-and-up {
        margin-top: 6px !important;
    }
    .booking.booking-page .u-mr---medium-and-up {
        margin-right: 6px !important;
    }
    .booking.booking-page .u-mb---medium-and-up {
        margin-bottom: 6px !important;
    }
    .booking.booking-page .u-ml---medium-and-up {
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mh---medium-and-up {
        margin-right: 6px !important;
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mv---medium-and-up {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-m---large {
        margin: 6px !important;
    }
    .booking.booking-page .u-mt---large {
        margin-top: 6px !important;
    }
    .booking.booking-page .u-mr---large {
        margin-right: 6px !important;
    }
    .booking.booking-page .u-mb---large {
        margin-bottom: 6px !important;
    }
    .booking.booking-page .u-ml---large {
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mh---large {
        margin-right: 6px !important;
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mv---large {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-m---large-and-up {
        margin: 6px !important;
    }
    .booking.booking-page .u-mt---large-and-up {
        margin-top: 6px !important;
    }
    .booking.booking-page .u-mr---large-and-up {
        margin-right: 6px !important;
    }
    .booking.booking-page .u-mb---large-and-up {
        margin-bottom: 6px !important;
    }
    .booking.booking-page .u-ml---large-and-up {
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mh---large-and-up {
        margin-right: 6px !important;
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mv---large-and-up {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-m---extralarge-and-up {
        margin: 6px !important;
    }
    .booking.booking-page .u-mt---extralarge-and-up {
        margin-top: 6px !important;
    }
    .booking.booking-page .u-mr---extralarge-and-up {
        margin-right: 6px !important;
    }
    .booking.booking-page .u-mb---extralarge-and-up {
        margin-bottom: 6px !important;
    }
    .booking.booking-page .u-ml---extralarge-and-up {
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mh---extralarge-and-up {
        margin-right: 6px !important;
        margin-left: 6px !important;
    }
    .booking.booking-page .u-mv---extralarge-and-up {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-m--medium {
        margin: 13px !important;
    }
    .booking.booking-page .u-mt--medium {
        margin-top: 13px !important;
    }
    .booking.booking-page .u-mr--medium {
        margin-right: 13px !important;
    }
    .booking.booking-page .u-mb--medium {
        margin-bottom: 13px !important;
    }
    .booking.booking-page .u-ml--medium {
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mh--medium {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mv--medium {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-m--medium-and-up {
        margin: 13px !important;
    }
    .booking.booking-page .u-mt--medium-and-up {
        margin-top: 13px !important;
    }
    .booking.booking-page .u-mr--medium-and-up {
        margin-right: 13px !important;
    }
    .booking.booking-page .u-mb--medium-and-up {
        margin-bottom: 13px !important;
    }
    .booking.booking-page .u-ml--medium-and-up {
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mh--medium-and-up {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mv--medium-and-up {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-m--large {
        margin: 13px !important;
    }
    .booking.booking-page .u-mt--large {
        margin-top: 13px !important;
    }
    .booking.booking-page .u-mr--large {
        margin-right: 13px !important;
    }
    .booking.booking-page .u-mb--large {
        margin-bottom: 13px !important;
    }
    .booking.booking-page .u-ml--large {
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mh--large {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mv--large {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-m--large-and-up {
        margin: 13px !important;
    }
    .booking.booking-page .u-mt--large-and-up {
        margin-top: 13px !important;
    }
    .booking.booking-page .u-mr--large-and-up {
        margin-right: 13px !important;
    }
    .booking.booking-page .u-mb--large-and-up {
        margin-bottom: 13px !important;
    }
    .booking.booking-page .u-ml--large-and-up {
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mh--large-and-up {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mv--large-and-up {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-m--extralarge-and-up {
        margin: 13px !important;
    }
    .booking.booking-page .u-mt--extralarge-and-up {
        margin-top: 13px !important;
    }
    .booking.booking-page .u-mr--extralarge-and-up {
        margin-right: 13px !important;
    }
    .booking.booking-page .u-mb--extralarge-and-up {
        margin-bottom: 13px !important;
    }
    .booking.booking-page .u-ml--extralarge-and-up {
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mh--extralarge-and-up {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }
    .booking.booking-page .u-mv--extralarge-and-up {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-m\+-medium {
        margin: 50px !important;
    }
    .booking.booking-page .u-mt\+-medium {
        margin-top: 50px !important;
    }
    .booking.booking-page .u-mr\+-medium {
        margin-right: 50px !important;
    }
    .booking.booking-page .u-mb\+-medium {
        margin-bottom: 50px !important;
    }
    .booking.booking-page .u-ml\+-medium {
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mh\+-medium {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mv\+-medium {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-m\+-medium-and-up {
        margin: 50px !important;
    }
    .booking.booking-page .u-mt\+-medium-and-up {
        margin-top: 50px !important;
    }
    .booking.booking-page .u-mr\+-medium-and-up {
        margin-right: 50px !important;
    }
    .booking.booking-page .u-mb\+-medium-and-up {
        margin-bottom: 50px !important;
    }
    .booking.booking-page .u-ml\+-medium-and-up {
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mh\+-medium-and-up {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mv\+-medium-and-up {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-m\+-large {
        margin: 50px !important;
    }
    .booking.booking-page .u-mt\+-large {
        margin-top: 50px !important;
    }
    .booking.booking-page .u-mr\+-large {
        margin-right: 50px !important;
    }
    .booking.booking-page .u-mb\+-large {
        margin-bottom: 50px !important;
    }
    .booking.booking-page .u-ml\+-large {
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mh\+-large {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mv\+-large {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-m\+-large-and-up {
        margin: 50px !important;
    }
    .booking.booking-page .u-mt\+-large-and-up {
        margin-top: 50px !important;
    }
    .booking.booking-page .u-mr\+-large-and-up {
        margin-right: 50px !important;
    }
    .booking.booking-page .u-mb\+-large-and-up {
        margin-bottom: 50px !important;
    }
    .booking.booking-page .u-ml\+-large-and-up {
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mh\+-large-and-up {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mv\+-large-and-up {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-m\+-extralarge-and-up {
        margin: 50px !important;
    }
    .booking.booking-page .u-mt\+-extralarge-and-up {
        margin-top: 50px !important;
    }
    .booking.booking-page .u-mr\+-extralarge-and-up {
        margin-right: 50px !important;
    }
    .booking.booking-page .u-mb\+-extralarge-and-up {
        margin-bottom: 50px !important;
    }
    .booking.booking-page .u-ml\+-extralarge-and-up {
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mh\+-extralarge-and-up {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .booking.booking-page .u-mv\+-extralarge-and-up {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-m\+\+-medium {
        margin: 100px !important;
    }
    .booking.booking-page .u-mt\+\+-medium {
        margin-top: 100px !important;
    }
    .booking.booking-page .u-mr\+\+-medium {
        margin-right: 100px !important;
    }
    .booking.booking-page .u-mb\+\+-medium {
        margin-bottom: 100px !important;
    }
    .booking.booking-page .u-ml\+\+-medium {
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mh\+\+-medium {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mv\+\+-medium {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-m\+\+-medium-and-up {
        margin: 100px !important;
    }
    .booking.booking-page .u-mt\+\+-medium-and-up {
        margin-top: 100px !important;
    }
    .booking.booking-page .u-mr\+\+-medium-and-up {
        margin-right: 100px !important;
    }
    .booking.booking-page .u-mb\+\+-medium-and-up {
        margin-bottom: 100px !important;
    }
    .booking.booking-page .u-ml\+\+-medium-and-up {
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mh\+\+-medium-and-up {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mv\+\+-medium-and-up {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-m\+\+-large {
        margin: 100px !important;
    }
    .booking.booking-page .u-mt\+\+-large {
        margin-top: 100px !important;
    }
    .booking.booking-page .u-mr\+\+-large {
        margin-right: 100px !important;
    }
    .booking.booking-page .u-mb\+\+-large {
        margin-bottom: 100px !important;
    }
    .booking.booking-page .u-ml\+\+-large {
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mh\+\+-large {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mv\+\+-large {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-m\+\+-large-and-up {
        margin: 100px !important;
    }
    .booking.booking-page .u-mt\+\+-large-and-up {
        margin-top: 100px !important;
    }
    .booking.booking-page .u-mr\+\+-large-and-up {
        margin-right: 100px !important;
    }
    .booking.booking-page .u-mb\+\+-large-and-up {
        margin-bottom: 100px !important;
    }
    .booking.booking-page .u-ml\+\+-large-and-up {
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mh\+\+-large-and-up {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mv\+\+-large-and-up {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-m\+\+-extralarge-and-up {
        margin: 100px !important;
    }
    .booking.booking-page .u-mt\+\+-extralarge-and-up {
        margin-top: 100px !important;
    }
    .booking.booking-page .u-mr\+\+-extralarge-and-up {
        margin-right: 100px !important;
    }
    .booking.booking-page .u-mb\+\+-extralarge-and-up {
        margin-bottom: 100px !important;
    }
    .booking.booking-page .u-ml\+\+-extralarge-and-up {
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mh\+\+-extralarge-and-up {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .booking.booking-page .u-mv\+\+-extralarge-and-up {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-medium-m0 {
        margin: 0 !important;
    }
    .booking.booking-page .u-medium-mt0 {
        margin-top: 0 !important;
    }
    .booking.booking-page .u-medium-mr0 {
        margin-right: 0 !important;
    }
    .booking.booking-page .u-medium-mb0 {
        margin-bottom: 0 !important;
    }
    .booking.booking-page .u-medium-ml0 {
        margin-left: 0 !important;
    }
    .booking.booking-page .u-medium-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .booking.booking-page .u-medium-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-medium-and-up-m0 {
        margin: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-mt0 {
        margin-top: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-mr0 {
        margin-right: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-mb0 {
        margin-bottom: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-ml0 {
        margin-left: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-large-m0 {
        margin: 0 !important;
    }
    .booking.booking-page .u-large-mt0 {
        margin-top: 0 !important;
    }
    .booking.booking-page .u-large-mr0 {
        margin-right: 0 !important;
    }
    .booking.booking-page .u-large-mb0 {
        margin-bottom: 0 !important;
    }
    .booking.booking-page .u-large-ml0 {
        margin-left: 0 !important;
    }
    .booking.booking-page .u-large-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .booking.booking-page .u-large-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-large-and-up-m0 {
        margin: 0 !important;
    }
    .booking.booking-page .u-large-and-up-mt0 {
        margin-top: 0 !important;
    }
    .booking.booking-page .u-large-and-up-mr0 {
        margin-right: 0 !important;
    }
    .booking.booking-page .u-large-and-up-mb0 {
        margin-bottom: 0 !important;
    }
    .booking.booking-page .u-large-and-up-ml0 {
        margin-left: 0 !important;
    }
    .booking.booking-page .u-large-and-up-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .booking.booking-page .u-large-and-up-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-extralarge-and-up-m0 {
        margin: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-mt0 {
        margin-top: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-mr0 {
        margin-right: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-mb0 {
        margin-bottom: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-ml0 {
        margin-left: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-medium-p {
        padding: 25px !important;
    }
    .booking.booking-page .u-medium-pt {
        padding-top: 25px !important;
    }
    .booking.booking-page .u-medium-pr {
        padding-right: 25px !important;
    }
    .booking.booking-page .u-medium-pb {
        padding-bottom: 25px !important;
    }
    .booking.booking-page .u-medium-pl {
        padding-left: 25px !important;
    }
    .booking.booking-page .u-medium-ph {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .booking.booking-page .u-medium-pv {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-medium-and-up-p {
        padding: 25px !important;
    }
    .booking.booking-page .u-medium-and-up-pt {
        padding-top: 25px !important;
    }
    .booking.booking-page .u-medium-and-up-pr {
        padding-right: 25px !important;
    }
    .booking.booking-page .u-medium-and-up-pb {
        padding-bottom: 25px !important;
    }
    .booking.booking-page .u-medium-and-up-pl {
        padding-left: 25px !important;
    }
    .booking.booking-page .u-medium-and-up-ph {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .booking.booking-page .u-medium-and-up-pv {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-large-p {
        padding: 25px !important;
    }
    .booking.booking-page .u-large-pt {
        padding-top: 25px !important;
    }
    .booking.booking-page .u-large-pr {
        padding-right: 25px !important;
    }
    .booking.booking-page .u-large-pb {
        padding-bottom: 25px !important;
    }
    .booking.booking-page .u-large-pl {
        padding-left: 25px !important;
    }
    .booking.booking-page .u-large-ph {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .booking.booking-page .u-large-pv {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-large-and-up-p {
        padding: 25px !important;
    }
    .booking.booking-page .u-large-and-up-pt {
        padding-top: 25px !important;
    }
    .booking.booking-page .u-large-and-up-pr {
        padding-right: 25px !important;
    }
    .booking.booking-page .u-large-and-up-pb {
        padding-bottom: 25px !important;
    }
    .booking.booking-page .u-large-and-up-pl {
        padding-left: 25px !important;
    }
    .booking.booking-page .u-large-and-up-ph {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .booking.booking-page .u-large-and-up-pv {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-extralarge-and-up-p {
        padding: 25px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pt {
        padding-top: 25px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pr {
        padding-right: 25px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pb {
        padding-bottom: 25px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pl {
        padding-left: 25px !important;
    }
    .booking.booking-page .u-extralarge-and-up-ph {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pv {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-medium-p-- {
        padding: 6px !important;
    }
    .booking.booking-page .u-medium-pt-- {
        padding-top: 6px !important;
    }
    .booking.booking-page .u-medium-pr-- {
        padding-right: 6px !important;
    }
    .booking.booking-page .u-medium-pb-- {
        padding-bottom: 6px !important;
    }
    .booking.booking-page .u-medium-pl-- {
        padding-left: 6px !important;
    }
    .booking.booking-page .u-medium-ph-- {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .booking.booking-page .u-medium-pv-- {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-medium-and-up-p-- {
        padding: 6px !important;
    }
    .booking.booking-page .u-medium-and-up-pt-- {
        padding-top: 6px !important;
    }
    .booking.booking-page .u-medium-and-up-pr-- {
        padding-right: 6px !important;
    }
    .booking.booking-page .u-medium-and-up-pb-- {
        padding-bottom: 6px !important;
    }
    .booking.booking-page .u-medium-and-up-pl-- {
        padding-left: 6px !important;
    }
    .booking.booking-page .u-medium-and-up-ph-- {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .booking.booking-page .u-medium-and-up-pv-- {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-large-p-- {
        padding: 6px !important;
    }
    .booking.booking-page .u-large-pt-- {
        padding-top: 6px !important;
    }
    .booking.booking-page .u-large-pr-- {
        padding-right: 6px !important;
    }
    .booking.booking-page .u-large-pb-- {
        padding-bottom: 6px !important;
    }
    .booking.booking-page .u-large-pl-- {
        padding-left: 6px !important;
    }
    .booking.booking-page .u-large-ph-- {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .booking.booking-page .u-large-pv-- {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-large-and-up-p-- {
        padding: 6px !important;
    }
    .booking.booking-page .u-large-and-up-pt-- {
        padding-top: 6px !important;
    }
    .booking.booking-page .u-large-and-up-pr-- {
        padding-right: 6px !important;
    }
    .booking.booking-page .u-large-and-up-pb-- {
        padding-bottom: 6px !important;
    }
    .booking.booking-page .u-large-and-up-pl-- {
        padding-left: 6px !important;
    }
    .booking.booking-page .u-large-and-up-ph-- {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .booking.booking-page .u-large-and-up-pv-- {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-extralarge-and-up-p-- {
        padding: 6px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pt-- {
        padding-top: 6px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pr-- {
        padding-right: 6px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pb-- {
        padding-bottom: 6px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pl-- {
        padding-left: 6px !important;
    }
    .booking.booking-page .u-extralarge-and-up-ph-- {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pv-- {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-medium-p- {
        padding: 13px !important;
    }
    .booking.booking-page .u-medium-pt- {
        padding-top: 13px !important;
    }
    .booking.booking-page .u-medium-pr- {
        padding-right: 13px !important;
    }
    .booking.booking-page .u-medium-pb- {
        padding-bottom: 13px !important;
    }
    .booking.booking-page .u-medium-pl- {
        padding-left: 13px !important;
    }
    .booking.booking-page .u-medium-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }
    .booking.booking-page .u-medium-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-medium-and-up-p- {
        padding: 13px !important;
    }
    .booking.booking-page .u-medium-and-up-pt- {
        padding-top: 13px !important;
    }
    .booking.booking-page .u-medium-and-up-pr- {
        padding-right: 13px !important;
    }
    .booking.booking-page .u-medium-and-up-pb- {
        padding-bottom: 13px !important;
    }
    .booking.booking-page .u-medium-and-up-pl- {
        padding-left: 13px !important;
    }
    .booking.booking-page .u-medium-and-up-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }
    .booking.booking-page .u-medium-and-up-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-large-p- {
        padding: 13px !important;
    }
    .booking.booking-page .u-large-pt- {
        padding-top: 13px !important;
    }
    .booking.booking-page .u-large-pr- {
        padding-right: 13px !important;
    }
    .booking.booking-page .u-large-pb- {
        padding-bottom: 13px !important;
    }
    .booking.booking-page .u-large-pl- {
        padding-left: 13px !important;
    }
    .booking.booking-page .u-large-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }
    .booking.booking-page .u-large-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-large-and-up-p- {
        padding: 13px !important;
    }
    .booking.booking-page .u-large-and-up-pt- {
        padding-top: 13px !important;
    }
    .booking.booking-page .u-large-and-up-pr- {
        padding-right: 13px !important;
    }
    .booking.booking-page .u-large-and-up-pb- {
        padding-bottom: 13px !important;
    }
    .booking.booking-page .u-large-and-up-pl- {
        padding-left: 13px !important;
    }
    .booking.booking-page .u-large-and-up-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }
    .booking.booking-page .u-large-and-up-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-extralarge-and-up-p- {
        padding: 13px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pt- {
        padding-top: 13px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pr- {
        padding-right: 13px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pb- {
        padding-bottom: 13px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pl- {
        padding-left: 13px !important;
    }
    .booking.booking-page .u-extralarge-and-up-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-medium-p\+ {
        padding: 50px !important;
    }
    .booking.booking-page .u-medium-pt\+ {
        padding-top: 50px !important;
    }
    .booking.booking-page .u-medium-pr\+ {
        padding-right: 50px !important;
    }
    .booking.booking-page .u-medium-pb\+ {
        padding-bottom: 50px !important;
    }
    .booking.booking-page .u-medium-pl\+ {
        padding-left: 50px !important;
    }
    .booking.booking-page .u-medium-ph\+ {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .booking.booking-page .u-medium-pv\+ {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-medium-and-up-p\+ {
        padding: 50px !important;
    }
    .booking.booking-page .u-medium-and-up-pt\+ {
        padding-top: 50px !important;
    }
    .booking.booking-page .u-medium-and-up-pr\+ {
        padding-right: 50px !important;
    }
    .booking.booking-page .u-medium-and-up-pb\+ {
        padding-bottom: 50px !important;
    }
    .booking.booking-page .u-medium-and-up-pl\+ {
        padding-left: 50px !important;
    }
    .booking.booking-page .u-medium-and-up-ph\+ {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .booking.booking-page .u-medium-and-up-pv\+ {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-large-p\+ {
        padding: 50px !important;
    }
    .booking.booking-page .u-large-pt\+ {
        padding-top: 50px !important;
    }
    .booking.booking-page .u-large-pr\+ {
        padding-right: 50px !important;
    }
    .booking.booking-page .u-large-pb\+ {
        padding-bottom: 50px !important;
    }
    .booking.booking-page .u-large-pl\+ {
        padding-left: 50px !important;
    }
    .booking.booking-page .u-large-ph\+ {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .booking.booking-page .u-large-pv\+ {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-large-and-up-p\+ {
        padding: 50px !important;
    }
    .booking.booking-page .u-large-and-up-pt\+ {
        padding-top: 50px !important;
    }
    .booking.booking-page .u-large-and-up-pr\+ {
        padding-right: 50px !important;
    }
    .booking.booking-page .u-large-and-up-pb\+ {
        padding-bottom: 50px !important;
    }
    .booking.booking-page .u-large-and-up-pl\+ {
        padding-left: 50px !important;
    }
    .booking.booking-page .u-large-and-up-ph\+ {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .booking.booking-page .u-large-and-up-pv\+ {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-extralarge-and-up-p\+ {
        padding: 50px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pt\+ {
        padding-top: 50px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pr\+ {
        padding-right: 50px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pb\+ {
        padding-bottom: 50px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pl\+ {
        padding-left: 50px !important;
    }
    .booking.booking-page .u-extralarge-and-up-ph\+ {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pv\+ {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-medium-p\+\+ {
        padding: 100px !important;
    }
    .booking.booking-page .u-medium-pt\+\+ {
        padding-top: 100px !important;
    }
    .booking.booking-page .u-medium-pr\+\+ {
        padding-right: 100px !important;
    }
    .booking.booking-page .u-medium-pb\+\+ {
        padding-bottom: 100px !important;
    }
    .booking.booking-page .u-medium-pl\+\+ {
        padding-left: 100px !important;
    }
    .booking.booking-page .u-medium-ph\+\+ {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .booking.booking-page .u-medium-pv\+\+ {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-medium-and-up-p\+\+ {
        padding: 100px !important;
    }
    .booking.booking-page .u-medium-and-up-pt\+\+ {
        padding-top: 100px !important;
    }
    .booking.booking-page .u-medium-and-up-pr\+\+ {
        padding-right: 100px !important;
    }
    .booking.booking-page .u-medium-and-up-pb\+\+ {
        padding-bottom: 100px !important;
    }
    .booking.booking-page .u-medium-and-up-pl\+\+ {
        padding-left: 100px !important;
    }
    .booking.booking-page .u-medium-and-up-ph\+\+ {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .booking.booking-page .u-medium-and-up-pv\+\+ {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-large-p\+\+ {
        padding: 100px !important;
    }
    .booking.booking-page .u-large-pt\+\+ {
        padding-top: 100px !important;
    }
    .booking.booking-page .u-large-pr\+\+ {
        padding-right: 100px !important;
    }
    .booking.booking-page .u-large-pb\+\+ {
        padding-bottom: 100px !important;
    }
    .booking.booking-page .u-large-pl\+\+ {
        padding-left: 100px !important;
    }
    .booking.booking-page .u-large-ph\+\+ {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .booking.booking-page .u-large-pv\+\+ {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-large-and-up-p\+\+ {
        padding: 100px !important;
    }
    .booking.booking-page .u-large-and-up-pt\+\+ {
        padding-top: 100px !important;
    }
    .booking.booking-page .u-large-and-up-pr\+\+ {
        padding-right: 100px !important;
    }
    .booking.booking-page .u-large-and-up-pb\+\+ {
        padding-bottom: 100px !important;
    }
    .booking.booking-page .u-large-and-up-pl\+\+ {
        padding-left: 100px !important;
    }
    .booking.booking-page .u-large-and-up-ph\+\+ {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .booking.booking-page .u-large-and-up-pv\+\+ {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-extralarge-and-up-p\+\+ {
        padding: 100px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pt\+\+ {
        padding-top: 100px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pr\+\+ {
        padding-right: 100px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pb\+\+ {
        padding-bottom: 100px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pl\+\+ {
        padding-left: 100px !important;
    }
    .booking.booking-page .u-extralarge-and-up-ph\+\+ {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .booking.booking-page .u-extralarge-and-up-pv\+\+ {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page .u-medium-p0 {
        padding: 0 !important;
    }
    .booking.booking-page .u-medium-pt0 {
        padding-top: 0 !important;
    }
    .booking.booking-page .u-medium-pr0 {
        padding-right: 0 !important;
    }
    .booking.booking-page .u-medium-pb0 {
        padding-bottom: 0 !important;
    }
    .booking.booking-page .u-medium-pl0 {
        padding-left: 0 !important;
    }
    .booking.booking-page .u-medium-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .booking.booking-page .u-medium-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page .u-medium-and-up-p0 {
        padding: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-pt0 {
        padding-top: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-pr0 {
        padding-right: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-pb0 {
        padding-bottom: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-pl0 {
        padding-left: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .booking.booking-page .u-medium-and-up-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page .u-large-p0 {
        padding: 0 !important;
    }
    .booking.booking-page .u-large-pt0 {
        padding-top: 0 !important;
    }
    .booking.booking-page .u-large-pr0 {
        padding-right: 0 !important;
    }
    .booking.booking-page .u-large-pb0 {
        padding-bottom: 0 !important;
    }
    .booking.booking-page .u-large-pl0 {
        padding-left: 0 !important;
    }
    .booking.booking-page .u-large-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .booking.booking-page .u-large-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .u-large-and-up-p0 {
        padding: 0 !important;
    }
    .booking.booking-page .u-large-and-up-pt0 {
        padding-top: 0 !important;
    }
    .booking.booking-page .u-large-and-up-pr0 {
        padding-right: 0 !important;
    }
    .booking.booking-page .u-large-and-up-pb0 {
        padding-bottom: 0 !important;
    }
    .booking.booking-page .u-large-and-up-pl0 {
        padding-left: 0 !important;
    }
    .booking.booking-page .u-large-and-up-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .booking.booking-page .u-large-and-up-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page .u-extralarge-and-up-p0 {
        padding: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-pt0 {
        padding-top: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-pr0 {
        padding-right: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-pb0 {
        padding-bottom: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-pl0 {
        padding-left: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .booking.booking-page .u-extralarge-and-up-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.booking.booking-page [class~="1/1"] {
    width: 100% !important;
}

.booking.booking-page [class~="1/2"],
.booking.booking-page [class~="2/4"],
.booking.booking-page [class~="3/6"],
.booking.booking-page [class~="4/8"],
.booking.booking-page [class~="5/10"],
.booking.booking-page [class~="6/12"] {
    width: 50% !important;
}

.booking.booking-page [class~="1/3"],
.booking.booking-page [class~="2/6"],
.booking.booking-page [class~="3/9"],
.booking.booking-page [class~="4/12"] {
    width: 33.3333333% !important;
}

.booking.booking-page [class~="2/3"],
.booking.booking-page [class~="4/6"],
.booking.booking-page [class~="6/9"],
.booking.booking-page [class~="8/12"] {
    width: 66.6666666% !important;
}

.booking.booking-page [class~="1/4"],
.booking.booking-page [class~="2/8"],
.booking.booking-page [class~="3/12"] {
    width: 25% !important;
}

.booking.booking-page [class~="3/4"],
.booking.booking-page [class~="6/8"],
.booking.booking-page [class~="9/12"] {
    width: 75% !important;
}

.booking.booking-page [class~="1/5"],
.booking.booking-page [class~="2/10"] {
    width: 20% !important;
}

.booking.booking-page [class~="2/5"],
.booking.booking-page [class~="4/10"] {
    width: 40% !important;
}

.booking.booking-page [class~="3/5"],
.booking.booking-page [class~="6/10"] {
    width: 60% !important;
}

.booking.booking-page [class~="4/5"],
.booking.booking-page [class~="8/10"] {
    width: 80% !important;
}

.booking.booking-page [class~="1/6"],
.booking.booking-page [class~="2/12"] {
    width: 16.6666666% !important;
}

.booking.booking-page [class~="5/6"],
.booking.booking-page [class~="10/12"] {
    width: 83.3333333% !important;
}

.booking.booking-page [class~="1/8"] {
    width: 12.5% !important;
}

.booking.booking-page [class~="3/8"] {
    width: 37.5% !important;
}

.booking.booking-page [class~="5/8"] {
    width: 62.5% !important;
}

.booking.booking-page [class~="7/8"] {
    width: 87.5% !important;
}

.booking.booking-page [class~="1/9"] {
    width: 11.1111111% !important;
}

.booking.booking-page [class~="2/9"] {
    width: 22.2222222% !important;
}

.booking.booking-page [class~="4/9"] {
    width: 44.4444444% !important;
}

.booking.booking-page [class~="5/9"] {
    width: 55.5555555% !important;
}

.booking.booking-page [class~="7/9"] {
    width: 77.7777777% !important;
}

.booking.booking-page [class~="8/9"] {
    width: 88.8888888% !important;
}

.booking.booking-page [class~="1/10"] {
    width: 10% !important;
}

.booking.booking-page [class~="3/10"] {
    width: 30% !important;
}

.booking.booking-page [class~="7/10"] {
    width: 70% !important;
}

.booking.booking-page [class~="9/10"] {
    width: 90% !important;
}

.booking.booking-page [class~="1/12"] {
    width: 8.3333333% !important;
}

.booking.booking-page [class~="5/12"] {
    width: 41.6666666% !important;
}

.booking.booking-page [class~="7/12"] {
    width: 58.3333333% !important;
}

.booking.booking-page [class~="11/12"] {
    width: 91.6666666% !important;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking.booking-page {
        /**
       * Whole.
       */
        /**
       * Halves.
       */
        /**
       * Thirds.
       */
        /**
       * Quarters.
       */
        /**
       * Fifths.
       */
        /**
       * Sixths.
       */
        /**
       * Eighths.
       */
        /**
       * Ninths.
       */
        /**
       * Tenths.
       */
        /**
       * Twelfths.
       */
    }
    .booking.booking-page [class~="medium-1/1"] {
        width: 100% !important;
    }
    .booking.booking-page [class~="medium-1/2"],
    .booking.booking-page [class~="medium-2/4"],
    .booking.booking-page [class~="medium-3/6"],
    .booking.booking-page [class~="medium-4/8"],
    .booking.booking-page [class~="medium-5/10"],
    .booking.booking-page [class~="medium-6/12"] {
        width: 50% !important;
    }
    .booking.booking-page [class~="medium-1/3"],
    .booking.booking-page [class~="medium-2/6"],
    .booking.booking-page [class~="medium-3/9"],
    .booking.booking-page [class~="medium-4/12"] {
        width: 33.3333333% !important;
    }
    .booking.booking-page [class~="medium-2/3"],
    .booking.booking-page [class~="medium-4/6"],
    .booking.booking-page [class~="medium-6/9"],
    .booking.booking-page [class~="medium-8/12"] {
        width: 66.6666666% !important;
    }
    .booking.booking-page [class~="medium-1/4"],
    .booking.booking-page [class~="medium-2/8"],
    .booking.booking-page [class~="medium-3/12"] {
        width: 25% !important;
    }
    .booking.booking-page [class~="medium-3/4"],
    .booking.booking-page [class~="medium-6/8"],
    .booking.booking-page [class~="medium-9/12"] {
        width: 75% !important;
    }
    .booking.booking-page [class~="medium-1/5"],
    .booking.booking-page [class~="medium-2/10"] {
        width: 20% !important;
    }
    .booking.booking-page [class~="medium-2/5"],
    .booking.booking-page [class~="medium-4/10"] {
        width: 40% !important;
    }
    .booking.booking-page [class~="medium-3/5"],
    .booking.booking-page [class~="medium-6/10"] {
        width: 60% !important;
    }
    .booking.booking-page [class~="medium-4/5"],
    .booking.booking-page [class~="medium-8/10"] {
        width: 80% !important;
    }
    .booking.booking-page [class~="medium-1/6"],
    .booking.booking-page [class~="medium-2/12"] {
        width: 16.6666666% !important;
    }
    .booking.booking-page [class~="medium-5/6"],
    .booking.booking-page [class~="medium-10/12"] {
        width: 83.3333333% !important;
    }
    .booking.booking-page [class~="medium-1/8"] {
        width: 12.5% !important;
    }
    .booking.booking-page [class~="medium-3/8"] {
        width: 37.5% !important;
    }
    .booking.booking-page [class~="medium-5/8"] {
        width: 62.5% !important;
    }
    .booking.booking-page [class~="medium-7/8"] {
        width: 87.5% !important;
    }
    .booking.booking-page [class~="medium-1/9"] {
        width: 11.1111111% !important;
    }
    .booking.booking-page [class~="medium-2/9"] {
        width: 22.2222222% !important;
    }
    .booking.booking-page [class~="medium-4/9"] {
        width: 44.4444444% !important;
    }
    .booking.booking-page [class~="medium-5/9"] {
        width: 55.5555555% !important;
    }
    .booking.booking-page [class~="medium-7/9"] {
        width: 77.7777777% !important;
    }
    .booking.booking-page [class~="medium-8/9"] {
        width: 88.8888888% !important;
    }
    .booking.booking-page [class~="medium-1/10"] {
        width: 10% !important;
    }
    .booking.booking-page [class~="medium-3/10"] {
        width: 30% !important;
    }
    .booking.booking-page [class~="medium-7/10"] {
        width: 70% !important;
    }
    .booking.booking-page [class~="medium-9/10"] {
        width: 90% !important;
    }
    .booking.booking-page [class~="medium-1/12"] {
        width: 8.3333333% !important;
    }
    .booking.booking-page [class~="medium-5/12"] {
        width: 41.6666666% !important;
    }
    .booking.booking-page [class~="medium-7/12"] {
        width: 58.3333333% !important;
    }
    .booking.booking-page [class~="medium-11/12"] {
        width: 91.6666666% !important;
    }
}

@media screen and (min-width: 481px) {
    .booking.booking-page {
        /**
       * Whole.
       */
        /**
       * Halves.
       */
        /**
       * Thirds.
       */
        /**
       * Quarters.
       */
        /**
       * Fifths.
       */
        /**
       * Sixths.
       */
        /**
       * Eighths.
       */
        /**
       * Ninths.
       */
        /**
       * Tenths.
       */
        /**
       * Twelfths.
       */
    }
    .booking.booking-page [class~="medium-and-up-1/1"] {
        width: 100% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/2"],
    .booking.booking-page [class~="medium-and-up-2/4"],
    .booking.booking-page [class~="medium-and-up-3/6"],
    .booking.booking-page [class~="medium-and-up-4/8"],
    .booking.booking-page [class~="medium-and-up-5/10"],
    .booking.booking-page [class~="medium-and-up-6/12"] {
        width: 50% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/3"],
    .booking.booking-page [class~="medium-and-up-2/6"],
    .booking.booking-page [class~="medium-and-up-3/9"],
    .booking.booking-page [class~="medium-and-up-4/12"] {
        width: 33.3333333% !important;
    }
    .booking.booking-page [class~="medium-and-up-2/3"],
    .booking.booking-page [class~="medium-and-up-4/6"],
    .booking.booking-page [class~="medium-and-up-6/9"],
    .booking.booking-page [class~="medium-and-up-8/12"] {
        width: 66.6666666% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/4"],
    .booking.booking-page [class~="medium-and-up-2/8"],
    .booking.booking-page [class~="medium-and-up-3/12"] {
        width: 25% !important;
    }
    .booking.booking-page [class~="medium-and-up-3/4"],
    .booking.booking-page [class~="medium-and-up-6/8"],
    .booking.booking-page [class~="medium-and-up-9/12"] {
        width: 75% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/5"],
    .booking.booking-page [class~="medium-and-up-2/10"] {
        width: 20% !important;
    }
    .booking.booking-page [class~="medium-and-up-2/5"],
    .booking.booking-page [class~="medium-and-up-4/10"] {
        width: 40% !important;
    }
    .booking.booking-page [class~="medium-and-up-3/5"],
    .booking.booking-page [class~="medium-and-up-6/10"] {
        width: 60% !important;
    }
    .booking.booking-page [class~="medium-and-up-4/5"],
    .booking.booking-page [class~="medium-and-up-8/10"] {
        width: 80% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/6"],
    .booking.booking-page [class~="medium-and-up-2/12"] {
        width: 16.6666666% !important;
    }
    .booking.booking-page [class~="medium-and-up-5/6"],
    .booking.booking-page [class~="medium-and-up-10/12"] {
        width: 83.3333333% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/8"] {
        width: 12.5% !important;
    }
    .booking.booking-page [class~="medium-and-up-3/8"] {
        width: 37.5% !important;
    }
    .booking.booking-page [class~="medium-and-up-5/8"] {
        width: 62.5% !important;
    }
    .booking.booking-page [class~="medium-and-up-7/8"] {
        width: 87.5% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/9"] {
        width: 11.1111111% !important;
    }
    .booking.booking-page [class~="medium-and-up-2/9"] {
        width: 22.2222222% !important;
    }
    .booking.booking-page [class~="medium-and-up-4/9"] {
        width: 44.4444444% !important;
    }
    .booking.booking-page [class~="medium-and-up-5/9"] {
        width: 55.5555555% !important;
    }
    .booking.booking-page [class~="medium-and-up-7/9"] {
        width: 77.7777777% !important;
    }
    .booking.booking-page [class~="medium-and-up-8/9"] {
        width: 88.8888888% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/10"] {
        width: 10% !important;
    }
    .booking.booking-page [class~="medium-and-up-3/10"] {
        width: 30% !important;
    }
    .booking.booking-page [class~="medium-and-up-7/10"] {
        width: 70% !important;
    }
    .booking.booking-page [class~="medium-and-up-9/10"] {
        width: 90% !important;
    }
    .booking.booking-page [class~="medium-and-up-1/12"] {
        width: 8.3333333% !important;
    }
    .booking.booking-page [class~="medium-and-up-5/12"] {
        width: 41.6666666% !important;
    }
    .booking.booking-page [class~="medium-and-up-7/12"] {
        width: 58.3333333% !important;
    }
    .booking.booking-page [class~="medium-and-up-11/12"] {
        width: 91.6666666% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .booking.booking-page {
        /**
       * Whole.
       */
        /**
       * Halves.
       */
        /**
       * Thirds.
       */
        /**
       * Quarters.
       */
        /**
       * Fifths.
       */
        /**
       * Sixths.
       */
        /**
       * Eighths.
       */
        /**
       * Ninths.
       */
        /**
       * Tenths.
       */
        /**
       * Twelfths.
       */
    }
    .booking.booking-page [class~="large-1/1"] {
        width: 100% !important;
    }
    .booking.booking-page [class~="large-1/2"],
    .booking.booking-page [class~="large-2/4"],
    .booking.booking-page [class~="large-3/6"],
    .booking.booking-page [class~="large-4/8"],
    .booking.booking-page [class~="large-5/10"],
    .booking.booking-page [class~="large-6/12"] {
        width: 50% !important;
    }
    .booking.booking-page [class~="large-1/3"],
    .booking.booking-page [class~="large-2/6"],
    .booking.booking-page [class~="large-3/9"],
    .booking.booking-page [class~="large-4/12"] {
        width: 33.3333333% !important;
    }
    .booking.booking-page [class~="large-2/3"],
    .booking.booking-page [class~="large-4/6"],
    .booking.booking-page [class~="large-6/9"],
    .booking.booking-page [class~="large-8/12"] {
        width: 66.6666666% !important;
    }
    .booking.booking-page [class~="large-1/4"],
    .booking.booking-page [class~="large-2/8"],
    .booking.booking-page [class~="large-3/12"] {
        width: 25% !important;
    }
    .booking.booking-page [class~="large-3/4"],
    .booking.booking-page [class~="large-6/8"],
    .booking.booking-page [class~="large-9/12"] {
        width: 75% !important;
    }
    .booking.booking-page [class~="large-1/5"],
    .booking.booking-page [class~="large-2/10"] {
        width: 20% !important;
    }
    .booking.booking-page [class~="large-2/5"],
    .booking.booking-page [class~="large-4/10"] {
        width: 40% !important;
    }
    .booking.booking-page [class~="large-3/5"],
    .booking.booking-page [class~="large-6/10"] {
        width: 60% !important;
    }
    .booking.booking-page [class~="large-4/5"],
    .booking.booking-page [class~="large-8/10"] {
        width: 80% !important;
    }
    .booking.booking-page [class~="large-1/6"],
    .booking.booking-page [class~="large-2/12"] {
        width: 16.6666666% !important;
    }
    .booking.booking-page [class~="large-5/6"],
    .booking.booking-page [class~="large-10/12"] {
        width: 83.3333333% !important;
    }
    .booking.booking-page [class~="large-1/8"] {
        width: 12.5% !important;
    }
    .booking.booking-page [class~="large-3/8"] {
        width: 37.5% !important;
    }
    .booking.booking-page [class~="large-5/8"] {
        width: 62.5% !important;
    }
    .booking.booking-page [class~="large-7/8"] {
        width: 87.5% !important;
    }
    .booking.booking-page [class~="large-1/9"] {
        width: 11.1111111% !important;
    }
    .booking.booking-page [class~="large-2/9"] {
        width: 22.2222222% !important;
    }
    .booking.booking-page [class~="large-4/9"] {
        width: 44.4444444% !important;
    }
    .booking.booking-page [class~="large-5/9"] {
        width: 55.5555555% !important;
    }
    .booking.booking-page [class~="large-7/9"] {
        width: 77.7777777% !important;
    }
    .booking.booking-page [class~="large-8/9"] {
        width: 88.8888888% !important;
    }
    .booking.booking-page [class~="large-1/10"] {
        width: 10% !important;
    }
    .booking.booking-page [class~="large-3/10"] {
        width: 30% !important;
    }
    .booking.booking-page [class~="large-7/10"] {
        width: 70% !important;
    }
    .booking.booking-page [class~="large-9/10"] {
        width: 90% !important;
    }
    .booking.booking-page [class~="large-1/12"] {
        width: 8.3333333% !important;
    }
    .booking.booking-page [class~="large-5/12"] {
        width: 41.6666666% !important;
    }
    .booking.booking-page [class~="large-7/12"] {
        width: 58.3333333% !important;
    }
    .booking.booking-page [class~="large-11/12"] {
        width: 91.6666666% !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page {
        /**
       * Whole.
       */
        /**
       * Halves.
       */
        /**
       * Thirds.
       */
        /**
       * Quarters.
       */
        /**
       * Fifths.
       */
        /**
       * Sixths.
       */
        /**
       * Eighths.
       */
        /**
       * Ninths.
       */
        /**
       * Tenths.
       */
        /**
       * Twelfths.
       */
    }
    .booking.booking-page [class~="large-and-up-1/1"] {
        width: 100% !important;
    }
    .booking.booking-page [class~="large-and-up-1/2"],
    .booking.booking-page [class~="large-and-up-2/4"],
    .booking.booking-page [class~="large-and-up-3/6"],
    .booking.booking-page [class~="large-and-up-4/8"],
    .booking.booking-page [class~="large-and-up-5/10"],
    .booking.booking-page [class~="large-and-up-6/12"] {
        width: 50% !important;
    }
    .booking.booking-page [class~="large-and-up-1/3"],
    .booking.booking-page [class~="large-and-up-2/6"],
    .booking.booking-page [class~="large-and-up-3/9"],
    .booking.booking-page [class~="large-and-up-4/12"] {
        width: 33.3333333% !important;
    }
    .booking.booking-page [class~="large-and-up-2/3"],
    .booking.booking-page [class~="large-and-up-4/6"],
    .booking.booking-page [class~="large-and-up-6/9"],
    .booking.booking-page [class~="large-and-up-8/12"] {
        width: 66.6666666% !important;
    }
    .booking.booking-page [class~="large-and-up-1/4"],
    .booking.booking-page [class~="large-and-up-2/8"],
    .booking.booking-page [class~="large-and-up-3/12"] {
        width: 25% !important;
    }
    .booking.booking-page [class~="large-and-up-3/4"],
    .booking.booking-page [class~="large-and-up-6/8"],
    .booking.booking-page [class~="large-and-up-9/12"] {
        width: 75% !important;
    }
    .booking.booking-page [class~="large-and-up-1/5"],
    .booking.booking-page [class~="large-and-up-2/10"] {
        width: 20% !important;
    }
    .booking.booking-page [class~="large-and-up-2/5"],
    .booking.booking-page [class~="large-and-up-4/10"] {
        width: 40% !important;
    }
    .booking.booking-page [class~="large-and-up-3/5"],
    .booking.booking-page [class~="large-and-up-6/10"] {
        width: 60% !important;
    }
    .booking.booking-page [class~="large-and-up-4/5"],
    .booking.booking-page [class~="large-and-up-8/10"] {
        width: 80% !important;
    }
    .booking.booking-page [class~="large-and-up-1/6"],
    .booking.booking-page [class~="large-and-up-2/12"] {
        width: 16.6666666% !important;
    }
    .booking.booking-page [class~="large-and-up-5/6"],
    .booking.booking-page [class~="large-and-up-10/12"] {
        width: 83.3333333% !important;
    }
    .booking.booking-page [class~="large-and-up-1/8"] {
        width: 12.5% !important;
    }
    .booking.booking-page [class~="large-and-up-3/8"] {
        width: 37.5% !important;
    }
    .booking.booking-page [class~="large-and-up-5/8"] {
        width: 62.5% !important;
    }
    .booking.booking-page [class~="large-and-up-7/8"] {
        width: 87.5% !important;
    }
    .booking.booking-page [class~="large-and-up-1/9"] {
        width: 11.1111111% !important;
    }
    .booking.booking-page [class~="large-and-up-2/9"] {
        width: 22.2222222% !important;
    }
    .booking.booking-page [class~="large-and-up-4/9"] {
        width: 44.4444444% !important;
    }
    .booking.booking-page [class~="large-and-up-5/9"] {
        width: 55.5555555% !important;
    }
    .booking.booking-page [class~="large-and-up-7/9"] {
        width: 77.7777777% !important;
    }
    .booking.booking-page [class~="large-and-up-8/9"] {
        width: 88.8888888% !important;
    }
    .booking.booking-page [class~="large-and-up-1/10"] {
        width: 10% !important;
    }
    .booking.booking-page [class~="large-and-up-3/10"] {
        width: 30% !important;
    }
    .booking.booking-page [class~="large-and-up-7/10"] {
        width: 70% !important;
    }
    .booking.booking-page [class~="large-and-up-9/10"] {
        width: 90% !important;
    }
    .booking.booking-page [class~="large-and-up-1/12"] {
        width: 8.3333333% !important;
    }
    .booking.booking-page [class~="large-and-up-5/12"] {
        width: 41.6666666% !important;
    }
    .booking.booking-page [class~="large-and-up-7/12"] {
        width: 58.3333333% !important;
    }
    .booking.booking-page [class~="large-and-up-11/12"] {
        width: 91.6666666% !important;
    }
}

@media screen and (min-width: 1025px) {
    .booking.booking-page {
        /**
       * Whole.
       */
        /**
       * Halves.
       */
        /**
       * Thirds.
       */
        /**
       * Quarters.
       */
        /**
       * Fifths.
       */
        /**
       * Sixths.
       */
        /**
       * Eighths.
       */
        /**
       * Ninths.
       */
        /**
       * Tenths.
       */
        /**
       * Twelfths.
       */
    }
    .booking.booking-page [class~="extralarge-and-up-1/1"] {
        width: 100% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/2"],
    .booking.booking-page [class~="extralarge-and-up-2/4"],
    .booking.booking-page [class~="extralarge-and-up-3/6"],
    .booking.booking-page [class~="extralarge-and-up-4/8"],
    .booking.booking-page [class~="extralarge-and-up-5/10"],
    .booking.booking-page [class~="extralarge-and-up-6/12"] {
        width: 50% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/3"],
    .booking.booking-page [class~="extralarge-and-up-2/6"],
    .booking.booking-page [class~="extralarge-and-up-3/9"],
    .booking.booking-page [class~="extralarge-and-up-4/12"] {
        width: 33.3333333% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-2/3"],
    .booking.booking-page [class~="extralarge-and-up-4/6"],
    .booking.booking-page [class~="extralarge-and-up-6/9"],
    .booking.booking-page [class~="extralarge-and-up-8/12"] {
        width: 66.6666666% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/4"],
    .booking.booking-page [class~="extralarge-and-up-2/8"],
    .booking.booking-page [class~="extralarge-and-up-3/12"] {
        width: 25% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-3/4"],
    .booking.booking-page [class~="extralarge-and-up-6/8"],
    .booking.booking-page [class~="extralarge-and-up-9/12"] {
        width: 75% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/5"],
    .booking.booking-page [class~="extralarge-and-up-2/10"] {
        width: 20% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-2/5"],
    .booking.booking-page [class~="extralarge-and-up-4/10"] {
        width: 40% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-3/5"],
    .booking.booking-page [class~="extralarge-and-up-6/10"] {
        width: 60% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-4/5"],
    .booking.booking-page [class~="extralarge-and-up-8/10"] {
        width: 80% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/6"],
    .booking.booking-page [class~="extralarge-and-up-2/12"] {
        width: 16.6666666% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-5/6"],
    .booking.booking-page [class~="extralarge-and-up-10/12"] {
        width: 83.3333333% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/8"] {
        width: 12.5% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-3/8"] {
        width: 37.5% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-5/8"] {
        width: 62.5% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-7/8"] {
        width: 87.5% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/9"] {
        width: 11.1111111% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-2/9"] {
        width: 22.2222222% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-4/9"] {
        width: 44.4444444% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-5/9"] {
        width: 55.5555555% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-7/9"] {
        width: 77.7777777% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-8/9"] {
        width: 88.8888888% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/10"] {
        width: 10% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-3/10"] {
        width: 30% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-7/10"] {
        width: 70% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-9/10"] {
        width: 90% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-1/12"] {
        width: 8.3333333% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-5/12"] {
        width: 41.6666666% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-7/12"] {
        width: 58.3333333% !important;
    }
    .booking.booking-page [class~="extralarge-and-up-11/12"] {
        width: 91.6666666% !important;
    }
}

.booking.booking-page .clearfix:after,
.booking.booking-page .media:after,
.booking.booking-page .box:after {
    content: "";
    display: table;
    clear: both;
}

.booking.booking-page .hidden {
    display: none !important;
}

.booking.booking-page .visuallyhidden {
    position: absolute;
    left: -999em;
}

.booking.booking-page .invisible {
    visibility: hidden !important;
}

.booking.booking-page .no-transition,
.booking.booking-page .no-transition * {
    -webkit-transition: none !important;
    transition: none !important;
}

.booking.booking-page .amp {
    font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: normal;
}

.booking.booking-page .float-left {
    float: left !important;
}

.booking.booking-page .float-right {
    float: right !important;
}

.booking.booking-page .align-top {
    vertical-align: top !important;
}

.booking.booking-page .align-middle {
    vertical-align: middle !important;
}

.booking.booking-page .align-bottom {
    vertical-align: bottom !important;
}

.booking.booking-page .text-center {
    text-align: center !important;
}

.booking.booking-page .text-left {
    text-align: left !important;
}

.booking.booking-page .text-right {
    text-align: right !important;
}

.booking.booking-page .type-italic {
    font-style: italic !important;
}

.booking.booking-page .type-light {
    font-weight: 300 !important;
}

.booking.booking-page .type-normal {
    font-weight: 400 !important;
}

.booking.booking-page .type-semibold {
    font-weight: 600 !important;
}

.booking.booking-page .type-bold {
    font-weight: 700 !important;
}

.booking.booking-page .type-extrabold {
    font-weight: 800 !important;
}

.booking.booking-page .type-uppercase {
    text-transform: uppercase !important;
}

.booking.booking-page .type-no-transform {
    text-transform: none !important;
}

.booking.booking-page .type-lowercase {
    text-transform: lowercase !important;
}

.booking.booking-page .type-capitalize {
    text-transform: capitalize !important;
}

.booking.booking-page .type-no-transfrom {
    text-transform: none !important;
}

.booking.booking-page .type-extra-tiny {
    font-size: 8px !important;
}

.booking.booking-page .type-extra-small {
    font-size: 10px !important;
}

.booking.booking-page .type-tiny {
    font-size: 12px !important;
}

.booking.booking-page .type-small {
    font-size: 14px !important;
}

.booking.booking-page .type-default {
    font-size: 16px !important;
}

.booking.booking-page .type-large {
    font-size: 18px !important;
}

.booking.booking-page .type-huge {
    font-size: 20px !important;
}

.booking.booking-page .type-extrahuge {
    font-size: 22px !important;
}

.booking.booking-page .type-x-huge {
    font-size: 24px !important;
}

.booking.booking-page .type-super-huge {
    font-size: 32px !important;
}

.booking.booking-page .color-dark {
    color: #000 !important;
}

.booking.booking-page .color-blue {
    color: #32b1ec !important;
}

.booking.booking-page .color-white {
    color: white !important;
}

.booking.booking-page .color-gray-light {
    color: #ababab !important;
}

.booking.booking-page .color-yellow {
    color: #fab028 !important;
}

.booking.booking-page .color-green {
    color: #00c072 !important;
}

.booking.booking-page .color-pink {
    color: #d94362 !important;
}

.booking.booking-page .color-red {
    color: #0e9edf !important;
}

.booking.booking-page .color-gray {
    color: #3a3c41 !important;
}

.booking.booking-page .bgr-gray {
    background-color: #f5f6f6 !important;
}

.booking.booking-page .bgr-blue {
    background-color: #32b1ec !important;
}

.booking.booking-page .bgr-green {
    background-color: #00c072 !important;
}

.booking.booking-page .bgr-orange {
    background-color: #ff684c !important;
}

.booking.booking-page .bgr-red {
    background-color: #0e9edf !important;
}

.booking.booking-page .bgr-dark {
    background-color: #17171a !important;
}

.booking.booking-page .bgr-white-transparent {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.booking.booking-page .bgr-white {
    background-color: white !important;
}

.booking.booking-page .bgr-white-patern {
    background-image: url("images/patern-white.jpg") !important;
}

.booking.booking-page .display-block {
    display: block !important;
}

.booking.booking-page .lh-1 {
    line-height: 1 !important;
}

.booking.booking-page .full-height {
    height: 100% !important;
}

.booking.booking-page .absolute {
    position: absolute;
}

.booking.booking-page .note-text {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.92308;
    line-height: 1.2;
    max-width: 890px;
    text-align: center;
    font-weight: 300;
    margin: 0 auto 70px;
}

.booking.booking-page .contact-page .note-text {
    max-width: 450px;
}

.booking.booking-page .radius {
    border-radius: 4px;
}

.booking.booking-page .radius-top {
    border-radius: 4px 4px 0 0 !important;
}

.booking.booking-page .no-border {
    border: 0 !important;
}

.booking.booking-page .relative {
    position: relative !important;
}

.booking.booking-page .verticalize {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
    .booking.booking-page .large-and-up-float-right {
        float: right;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .large-and-up-text-center {
        text-align: center !important;
    }
}

@media screen and (min-width: 769px) {
    .booking.booking-page .large-and-up-text-right {
        text-align: right !important;
    }
}

.booking.booking-page .lh-1-2 {
    line-height: 1.2 !important;
}

.booking.booking-page .lh-1 {
    line-height: 1 !important;
}

.booking.booking-page .no-uppercase {
    text-transform: none !important;
}

.booking.booking-page .type-normal-default {
    font-style: normal !important;
}

@media print {
    .booking.booking-page {
        /**
       * Donâ€™t show links that are fragment identifiers, or use the `javascript:`
       * pseudo protocol.
       */
    }
    .booking.booking-page *,
    .booking.booking-page *:before,
    .booking.booking-page *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .booking.booking-page a,
    .booking.booking-page a:visited {
        text-decoration: underline;
    }
    .booking.booking-page a[href]:after {
        content: " (" attr(href) ")";
    }
    .booking.booking-page abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .booking.booking-page a[href^="#"]:after,
    .booking.booking-page a[href^="javascript:"]:after {
        content: "";
    }
}

.booking.booking-page .top-area .live-edit-button {
    top: 85px;
}

.booking.booking-page .header-main__logo .live-edit-button,
.booking.booking-page .logo-header .custom-edit {
    top: -20px;
}

.booking.booking-page .header-main__logo.edit-hide .live-edit-button {
    display: none;
}

.booking.booking-page .custom-edit {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #555555;
    font-size: 14px;
    line-height: 1;
    padding: 9px 14px;
    background: #F7F7F7;
    border: #CCCCCC solid 1px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
    z-index: 9;
}

.booking.booking-page footer input.wysija-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 100%;
    border: medium none;
    background-color: white;
    border-radius: 0 !important;
    border-width: 0 !important;
    color: #000;
    font-size: 16px !important;
    font-weight: 300;
    height: 45px;
    padding: 0 20px;
}

.booking.booking-page footer input.wysija-submit {
    border: medium none !important;
    display: inline-block !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-shadow: none !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    background-color: #0e9edf !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    max-width: 100%;
    padding: 0 20px !important;
    text-align: center !important;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 0 !important;
    font-size: 14px !important;
    height: 47px !important;
    line-height: 47px !important;
    text-transform: uppercase !important;
    width: auto !important;
}

.booking.booking-page footer input:hover.wysija-submit {
    background: #dd2f2f !important;
}

.booking.booking-page .wysija-paragraph {
    display: none !important;
}

.booking.booking-page .widget_wysija_cont .wysija-submit {
    display: none !important;
}

.booking.booking-page p,
.booking.booking-page a {
    color: #3a3c41 !important;
}

.booking.booking-page .flag__img &gt; img {
    width: 25px;
}

.booking_banner form &gt; article &gt; h3 {
    font-size: 40px;
    font-weight: 300;
    color: #3a3c41;
}

.booking.booking-page {
    padding-top: 60px;
    background: #F3F3F3;
    padding-bottom: 60px;
}

.booking.booking-page h2 {
    font-size: 44px;
    font-weight: 300;
    color: #3a3c41;
}

.right-part article img {
    max-width: 50px !important;
}

.right-part &gt; div {
    padding-top: 15px;
}

@media only screen and (max-width: 640px) {
    .booking_banner {
        padding: 50px 0px;
    }
    .flow-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flow-box-single {
        margin: 0;
        margin-bottom: 20px;
    }
    .flow-text &gt; p {
        font-size: 16px !important;
    }
    .flow-icon {
        max-width: 50px;
    }
    .flow-icon &gt; img {
        max-height: 48px;
    }
    .flow-box-single:nth-child(2) .flow-icon:before,
    .flow-box-single:nth-child(2) .flow-icon:after {
        display: none;
    }
    .banner-inner.booking_banner .content .separator {
        display: none;
    }
    .booking_banner {
        position: relative;
    }
    .booking_banner:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 0;
    }
    .booking_banner .content {
        position: relative;
        z-index: 9;
    }
}

.booking.booking-page .styled-radiobutton--default + label span {
    top: 0px;
}

@media only screen and (max-width: 480px) {
    .booking.booking-page h2 {
        font-size: 35px;
        line-height: 1.3;
    }
    .booking.booking-page .text-center {
        margin-bottom: 30px;
    }
    .booking-inner &gt; .layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .layout__item.left-part {
        max-width: 100%;
    }
    .layout__item.right-part {
        max-width: 100%;
    }
    .right-part &gt; div {
        padding-top: 0;
    }
    .booking.booking-page .styled-radiobutton--default + label span {
        top: 0px;
    }
}

/*Contact-page css*/
.banner-inner.contact-banner {
    padding-bottom: 160px;
    padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
    .banner-inner.contact-banner {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-inner.contact-banner {
        padding: 106px 0px 70px 0px;
    }
}

.contact .banner .content div p {
    font-size: 20px;
    color: #ffffff;
    max-width: 619px;
    margin: auto;
}

.contact .banner .content &gt; p {
    margin-bottom: 10px;
}

section.contact {
    max-width: 90%;
    width: 100%;
    padding: 10px;
    margin: auto;
    -webkit-box-shadow: -1px 3px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 3px 13px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 480px) {
    section.contact {
        margin-top: 0px !important;
    }
}

.inner-bg {
    background-size: cover;
    background-position: top;
}

.content-inner.inner-bg {
    padding: 25px;
}

@media only screen and (max-width: 480px) {
    .content-inner.inner-bg {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.contact-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-count {
    display: inline-block;
    background: #0e9edf;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    margin-right: 10px;
}

@media only screen and (max-width: 480px) {
    .title-count {
        margin-bottom: 12px;
    }
}

p.head {
    font-size: 22px;
    color: #262626;
    line-height: 29px;
    font-weight: 500;
}

p.head + p {
    color: #919191;
    font-size: 14px;
}

p.content-heading {
    font-size: 22px;
    margin-bottom: 10px;
    color: #3a3c41;
}

p.content-heading + p {
    margin-bottom: 20px;
}

.contact-box-content select {
    padding: 7px 0px 7px 20px;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    margin-bottom: 40px;
    background: #fff;
}

.contact-box-content textarea {
    background: #ffffff;
    border-color: #dee2e6;
    border-radius: 6px;
    margin-bottom: 40px;
}

.contact-box-content input {
    border: 1px solid #dee2e6;
    background: #ffffff;
    border-radius: 6px;
    padding: 8px 26px;
    width: 46%;
    margin-bottom: 40px;
}

.send-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {
    .send-it {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .send-it p {
        margin-bottom: 20px;
    }
}

.send-it button {
    max-width: 200px;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    border: 1px solid #0e9edf;
    background-color: #0e9edf;
    color: #fff;
}

.send-it p {
    font-size: 22px;
    color: #3A3C41;
}

.content-inner.inner-bg {
    border: 1px solid #D1D1D2;
}

p.head span {
    color: #85878C;
    -webkit-text-decoration-color: #dee2e6;
    text-decoration-color: #dee2e6;
}

.title-text {
    width: 90%;
}

.contact-box-title {
    margin: 0;
    padding: 20px 0px;
    border-top: 1px solid #dee2e6;
    /* border-bottom: 1px solid $border_color; */
}

.contact-box-title {
    padding: 25px;
}

.content-inner.inner-bg form {
    padding: 25px;
}

.contact-box-title {
    padding: 25px;
}

.content-inner.inner-bg form {
    padding: 25px;
}

.content-inner.inner-bg {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background: #F6F6F6;
}

section.contact {
    margin-top: -100px;
    z-index: 9;
    position: relative;
    background: #ffffff;
    margin-bottom: 70px;
}

.contact .banner-inner {
    top: 37%;
}

.contact .banner .content &gt; p {
    line-height: 61px;
}

select {
    outline-color: #0e9edf;
}

button#send_contact_message img {
    position: absolute;
    right: 35px;
    top: 49%;
}

button#send_contact_message span {
    margin-left: -20px;
}

button#send_contact_message {
    position: relative;
}

.contact-box-content textarea {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 40px;
    width: 100%;
    min-height: 150px;
    padding: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #0e9edf;
}

.button-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-single .c-btn {
    max-width: 230px;
    height: 70px;
    padding-right: 45px;
}

.button-single .c-btn img {
    right: 45px;
}

.contact-box-content input[type="email"] {
    padding: 13px 15px;
}

@media only screen and (max-width: 480px) {
    .contact-box-content input[type="email"] {
        width: 100%;
    }
}

header.page-header {
    margin-bottom: 30px;
}

main.notfound-box {
    padding: 100px 0px;
}

main.notfound-box h3 {
    margin-bottom: 20px;
}

.home .cleaning-steps {
    padding-top: 45px;
}

.home .cleaning-steps .floater {
    display: block;
}

.contact-banner h1,
.contact-banner p {
    color: #fff;
}

/* ================ css for giftcard page ==================  */
.giftcard-innerbox {
    max-width: 1025px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}

@media only screen and (max-width: 480px) {
    .giftcard-innerbox {
        margin-top: 0px;
    }
}

.giftcard-page-banner {
    background-color: #0e9edf;
}

.banner-inner.giftcard-page-banner {
    padding: 80px 0px 100px 0px;
    text-align: center;
}

.banner-inner.giftcard-page-banner .content {
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
}

.banner-inner.giftcard-page-banner .content h1,
.banner-inner.giftcard-page-banner .content h4,
.banner-inner.giftcard-page-banner .content h5 {
    color: #fff;
}

.banner-inner.giftcard-page-banner .content h5 {
    font-size: 14px;
}

.banner-inner.giftcard-page-banner .content h4 {
    font-size: 20px;
}

.banner-inner.giftcard-page-banner .content h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.content.extraclass {
    width: 980px;
}

.gift-banner .banner-inner {
    top: 42%;
}

.gift-banner .content &gt; p {
    line-height: 60px;
    margin-bottom: 8px;
}

.gift-banner h4 {
    font-size: 21px;
}

.gift-banner h6 {
    font-size: 14px;
}

.giftcard-inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -65px;
    background: #fff;
    border-radius: 10px;
}

.giftcard.container {
    width: 100% !important;
}

.giftcard-ash {
    background: #EBEBEB;
    padding: 55px 25px;
}

.giftcard-header,
.checkout-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 45px;
}

.giftcard-header h5,
.checkout-header h5 {
    width: 13%;
    font-size: 18px;
    font-weight: bold;
}

.giftcard-header .bar,
.checkout-header .bar {
    background: #000;
    width: 87%;
    height: 2px;
    border-bottom: 1px solid #fff;
}

.checkout-header .bar {
    height: 1px;
}

.gift-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gift-form {
    width: 50%;
}

.gift-data label {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.gift-data .input-group-text {
    border: 1px solid #ccc;
    border-right: navajowhite;
    height: 100%;
    text-align: center;
    top: 5px;
    padding: 6px;
    background: #EEEEEE;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gift-data input,
.gift-data textarea {
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

input.amount {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.gift-card {
    max-width: 45%;
}

.gift-card .gift-code {
    background: #fff;
    padding: 35px 35px 25px;
    text-align: center;
}

.code-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.code-header p {
    font-size: 22px;
    font-weight: 700 !important;
    color: #0b283d;
    padding-bottom: 0 !important;
}

.gift-card .gift-code p {
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 500;
}

/*.code-header p {
    padding:  0 !important;
    font-weight: 700 !important;
}*/
.code-logo {
    width: 80px;
}

.shadow-img {
    margin-top: 25px;
}

.check-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.check-img-holder {
    padding-right: 10px;
}

.check-img-holder.lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.check-img-holder.lock p {
    padding-left: 5px;
}

button.purchase {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: rgba(14, 158, 223, 0.9);
    border: 0;
    padding: 18px 32px;
    border-radius: 35px;
    margin-top: 50px;
}

button.purchase:hover {
    background: #0e9edf;
    -webkit-transition: .5s;
    transition: .5s;
}

button:focus {
    outline: none;
}

.code-logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    max-width: 50px !important;
}

.giftcard-area {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.giftcard-area input[type="text"],
.giftcard-area input[type="email"],
.giftcard-area input[type="url"],
.giftcard-area input[type="password"],
.giftcard-area input[type="search"],
.giftcard-area input[type="tel"],
.giftcard-area input[type="number"],
.giftcard-area textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

.giftcard-area .gift-data input,
.giftcard-area .gift-data textarea {
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
}

.giftcard-area input.amount {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.giftcard-area .gift-data input,
.giftcard-area .gift-data textarea {
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.giftcard-area input.amount {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.giftcard-area .input-group {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

.giftcard-area [class*="col-"] {
    padding: 0px 15px;
}

.giftcard-area .form-group.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px !important;
}

.giftcard-area .check-img-holder.lock &gt; img {
    width: auto;
    max-height: 32px;
}

.giftcard-area .check-img-holder.lock p {
    padding-left: 13px;
    font-size: 14px;
    line-height: 1;
}

.giftcard-area .check-img-holder.lock {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
}

.giftcard-area label,
.giftcard-area h5 {
    color: #3a3c41 !important;
}

@media (max-width: 768px) {
    .giftcard-header,
    .checkout-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .giftcard-header h5,
    .checkout-header h5 {
        width: 100%;
        margin-bottom: 15px;
    }
    .giftcard-header .bar,
    .checkout-header .bar {
        width: 100%;
    }
    .gift-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gift-form {
        width: 100%;
    }
    .gift-form .form-group {
        padding-bottom: 15px;
    }
    .gift-card {
        max-width: 80%;
        margin: 50px auto 0;
    }
    .check-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gift-data label {
        max-width: 175px;
    }
    .checkout-header {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .gift-data label {
        text-align: left;
    }
    .gift-card {
        max-width: 97%;
    }
    select.first-select {
        margin-bottom: 15px;
    }
    select.form-control {
        margin-bottom: 12px;
    }
    button.purchase {
        margin-top: 30px;
        display: block;
        margin: 0 auto;
    }
    .giftcard-ash {
        padding: 40px 15px;
    }
    .banner-inner.giftcard-page-banner {
        padding: 50px 0px 100px 0px;
    }
}

.faq-section {
    padding: 60px 0;
}

.faq-section .section-title h2 {
    font-size: 1.77778rem;
}

.faq-section .section-title.line {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.faq-section .section-title.line:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #bfbfbf;
}

/* ================= FAQ page css ================ */
.banner-inner.faq_banner .content .form-area {
    margin: 0px;
}

.faq_banner h1 {
    font-size: 53px;
    color: #fff;
    margin-bottom: 60px;
    font-weight: bold;
    max-width: 730px;
}

@media only screen and (max-width: 768px) {
    .faq_banner h1 {
        margin-bottom: 40px;
        font-size: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .faq_banner h1 {
        margin-bottom: 20px;
        font-size: 35px;
        font-weight: 400;
    }
}

.faq_banner {
    margin-bottom: 60px;
    padding: 150px 0px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .faq_banner {
        padding: 100px 0px;
    }
}

@media only screen and (max-width: 480px) {
    .faq_banner {
        padding: 70px 0px;
    }
}

.faq-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-single-box {
    width: 50%;
    padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    .faq-single-box {
        width: 100%;
        padding-left: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .faq-single-box {
        padding-left: 0px;
    }
}

.faq-box-header h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #3a3c41;
}

.faq-card {
    border: none;
}

.faq-card .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.faq-card .btn-link.Bold {
    font-weight: bold;
    color: #3a3c41;
    text-decoration: none;
}

.faq-card .card-body {
    padding-top: 0;
    padding-left: 35px;
    font-size: 14px;
}

.faq-card .card-body p {
    color: #5e5c5d;
    font-size: 13px;
}

.faq-card button.collapsed {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.faq-card .btn-link:hover {
    text-decoration: none;
    color: #3a3c41;
}

.faq-card .btn-link {
    color: #5e5c5d;
}

.faq-card button.faq-btn {
    position: relative;
    padding: 13px 10px 13px 36px;
    text-align: left;
    border: none;
}

.faq-card button.faq-btn:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #0e9edf;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-card button.faq-btn:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #0e9edf;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-header {
    width: 100%;
    padding-bottom: 30px;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    color: #3a3c41;
}

section.giftcard-area {
    padding-bottom: 100px;
}

.booking .section-title {
    margin-bottom: 70px;
}

.giftcard-innerbox {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 16px 9px rgba(218, 218, 218, 0.2);
    box-shadow: 0px 0px 16px 9px rgba(218, 218, 218, 0.2);
}

@media only screen and (max-width: 480px) {
    .giftcard-innerbox {
        margin-top: 0px;
    }
}

.p-0 {
    padding: 0px !important;
}

.faq_banner.banner-inner .content .form-area form button {
    position: static;
    max-width: 85px;
    background: #0e9edf;
    border: 1px solid #0e9edf;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.banner-inner.faq_banner .content .form-area form .form-box input {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding-left: 60px;
    height: 54px;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .banner-inner.faq_banner .content .form-area form .form-box input {
        padding: 0px 30px;
    }
}

.banner-inner.faq_banner .content .form-area form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .banner-inner.faq_banner .content .form-area form {
        max-width: 500px;
        margin: 0 auto;
    }
}

.banner-inner.faq_banner .content .form-area form .form-box {
    margin-right: 10px;
}

header.pos-normal {
    background: #0e9edf;
}

@media only screen and (max-width: 768px) {
    .banner-inner.faq_banner .content .form-area form .form-box input,
    .faq_banner.banner-inner .content .form-area form button {
        height: 40px;
        min-height: unset;
        padding: 0px 15px;
    }
}

.banner-inner.faq_banner .content .form-area form .form-box {
    margin-right: 10px;
    width: 100%;
}

.faq_banner .content-main {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}

footer {
    background-color: #0b283d;
}

footer .footer-main {
    padding-top: 70px;
    padding-bottom: 55px;
}

footer .footer-main .menu-area {
    max-width: 76%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    footer .footer-main .menu-area {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    footer .footer-main .menu-area .logo {
        margin: 0 auto;
        text-align: center;
    }
}

footer .footer-main .menu-area .logo img {
    max-height: 45px;
    max-width: 285px;
    width: auto;
    height: auto;
}

footer .footer-main .menu-area .menus &gt; .menu {
    max-width: 25%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    footer .footer-main .menu-area .menus &gt; .menu {
        max-width: 50%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    footer .footer-main .menu-area .menus &gt; .menu {
        max-width: 100%;
    }
}

footer .footer-main .menu-area .menus &gt; .menu .title {
    font-size: 0.77778rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

footer .footer-main .menu-area .menus &gt; .menu ul li {
    margin-bottom: 15px;
}

footer .footer-main .menu-area .menus &gt; .menu ul li a {
    font-size: 0.66667rem;
    color: #dadbdd;
    text-transform: uppercase;
}

footer .footer-main .menu-area .menus &gt; .menu ul li a:hover {
    color: #ffffff;
}

footer .footer-main .contact-area {
    max-width: 24%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    footer .footer-main .contact-area {
        max-width: 370px;
        margin-top: 40px;
        text-align: center;
    }
}

footer .footer-main .contact-area .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-main .contact-area .social ul li a {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #3a3c41;
}

footer .footer-main .contact-area .social ul li a:hover {
    background-color: #0e9edf;
    color: #ffffff;
}

footer .footer-main .contact-area .sign-up {
    margin-top: 40px;
}

footer .footer-main .contact-area .sign-up .title {
    font-size: 1.77778rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

footer .footer-main .contact-area .sign-up form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-main .contact-area .sign-up form input {
    min-height: 45px !important;
    font-size: 0.88889rem;
    color: #fff;
}

footer .footer-main .contact-area .sign-up form input[type='email'] {
    background-color: #ffffff;
    padding: 5px 20px;
    max-width: 67.5%;
    width: 100%;
    color: #666666;
}

footer .footer-main .contact-area .sign-up form input[type='email']::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
    font-family: "Inter", sans-serif;
}

footer .footer-main .contact-area .sign-up form input[type='email']:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    font-family: "Inter", sans-serif;
}

footer .footer-main .contact-area .sign-up form input[type='email']::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    font-family: "Inter", sans-serif;
}

footer .footer-main .contact-area .sign-up form input[type='email']::placeholder {
    color: #666666;
    opacity: 1;
    font-family: "Inter", sans-serif;
}

footer .footer-main .contact-area .sign-up form input.c-btn {
    padding: 5px 10px;
    max-width: 30%;
    width: 100%;
    background: transparent;
}

footer .footer-main .contact-area .sign-up form input.c-btn:hover {
    color: #0e9edf;
    background: #ffffff;
}

footer .footer-main .contact-area .sign-up .contact {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .footer-main .contact-area .sign-up .contact a {
    font-size: 0.66667rem;
    margin-bottom: 10px;
    color: #ffffff;
}

footer .footer-main .contact-area .sign-up .contact a i {
    margin-right: 10px;
    font-size: 0.77778rem;
}

footer .copyright {
    padding: 15px 0;
    background-color: #0b283d;
}

@media only screen and (max-width: 768px) {
    footer .copyright .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .copyright .content .text {
    color: #dadbdd;
    font-size: 0.77778rem;
}

footer .copyright .content .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    footer .copyright .content .button {
        margin-top: 30px;
    }
}

footer .copyright .content .button a {
    border: 1px solid #656568;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.66667rem;
    margin-left: 8px;
    min-height: 44px;
    border-radius: 0;
    padding: 10px 25px;
    min-width: 140px;
}

header .navbar-menu .main-menu ul li a:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-area {
    min-height: 500px;
    padding-top: 0px !important;
}

main.notfound-box {
    margin-top: 100px;
}

main.notfound-box h3 {
    font-weight: bold;
}

.page_breadcumb {
    background: #0b283d;
}

.breadcumb_content p {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.page_breadcumb {
    padding: 100px 0px;
    margin-bottom: 50px;
}

.breadcumb_content {
    max-width: 600px;
    margin: 0 auto;
}

.faq_banner h1 {
    margin-bottom: 40px;
}

.faq-card button.faq-btn {
    font-size: 16px;
}

.faq-card .card-body p {
    font-size: 14px;
}

.page-header.s-res h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.page-header.s-res {
    margin-top: 150px;
}

.card.faq-card button {
    white-space: unset;
}

.booking.booking-page .container {
    max-width: 1350px;
}

.booking.booking-page h2 {
    font-family: "Inter", sans-serif;
    margin-top: 15px;
}


.home-banner .form-area .input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-box-content select {
    -webkit-appearance: none;
}

.clip-path {
    z-index: 9;
}

header.page-header &gt; h1.page-title {
    background: transparent;
    font-size: 31px;
    font-weight: bold;
    position: static;
    margin-top: 130px;
}

header.page-header {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: transparent;
    position: static;
}

button#send_contact_message span {
    margin: 0;
}

.contact-box-content select {
    height: 45px;
}


.page-template-page-service .home-banner {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    min-height: 350px !important;
    margin-bottom: 50px;
}

.page-template-default .article-content__main{
    margin:100px 0px
}

.subheader_default_content{
    padding: 150px 0px 150px;
}

@media (max-width:500px){
    header .navbar-logo img{
        max-height:45px !important;
    }
    .banner-inner.top {
        margin-top: 40px !important;
    }
    .subheader_default_content{
        padding:90px 0px
    }
}


.slcr-sidebar h3.title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 38px;
    padding-left: 60px;
}

.slcr-sidebar .widget {
    margin-bottom: 50px;
    padding: 38px 30px 0px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.slcr-sidebar h3.title::after {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    left: 0;
    position: absolute;
    background: #001837;
    opacity: .6;
}

.wpcf7 label {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.wpcf7 label {
    margin-right: 15px;
    margin-left: 0 !important;
    color: #001837;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.wpcf7 input, .wpcf7 select {
    outline: none;
    margin-bottom: 15px !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 textarea, .wpcf7 select {
    background-color: #f7f7f7;
    color: #001837;
    width: 100%;
    font-weight: normal;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.sod_select, .sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sod_label {
    font-size: 1.125rem;
    color: #3a3c41;
    text-transform: none;
    padding: 0 35px 0 15px !important;
    font-weight: 300;
    position: relative;
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    overflow: visible !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.btn-submit {
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.page-template-page-service .section-title h2{
    color:#666666;
}




@media screen and (min-width: 481px) and (max-width: 768px) {
    [class~="medium-1/1"] {
        width: 100% !important;
    }
    [class~="medium-1/2"], [class~="medium-2/4"], [class~="medium-3/6"], [class~="medium-4/8"], [class~="medium-5/10"], [class~="medium-6/12"] {
        width: 50% !important;
    }
    [class~="medium-1/3"], [class~="medium-2/6"], [class~="medium-3/9"], [class~="medium-4/12"] {
        width: 33.3333333% !important;
    }
    [class~="medium-2/3"], [class~="medium-4/6"], [class~="medium-6/9"], [class~="medium-8/12"] {
        width: 66.6666666% !important;
    }
    [class~="medium-1/4"], [class~="medium-2/8"], [class~="medium-3/12"] {
        width: 25% !important;
    }
    [class~="medium-3/4"], [class~="medium-6/8"], [class~="medium-9/12"] {
        width: 75% !important;
    }
    [class~="medium-1/5"], [class~="medium-2/10"] {
        width: 20% !important;
    }
    [class~="medium-2/5"], [class~="medium-4/10"] {
        width: 40% !important;
    }
    [class~="medium-3/5"], [class~="medium-6/10"] {
        width: 60% !important;
    }
    [class~="medium-4/5"], [class~="medium-8/10"] {
        width: 80% !important;
    }
    [class~="medium-1/6"], [class~="medium-2/12"] {
        width: 16.6666666% !important;
    }
    [class~="medium-5/6"], [class~="medium-10/12"] {
        width: 83.3333333% !important;
    }
    [class~="medium-1/8"] {
        width: 12.5% !important;
    }
    [class~="medium-3/8"] {
        width: 37.5% !important;
    }
    [class~="medium-5/8"] {
        width: 62.5% !important;
    }
    [class~="medium-7/8"] {
        width: 87.5% !important;
    }
    [class~="medium-1/9"] {
        width: 11.1111111% !important;
    }
    [class~="medium-2/9"] {
        width: 22.2222222% !important;
    }
    [class~="medium-4/9"] {
        width: 44.4444444% !important;
    }
    [class~="medium-5/9"] {
        width: 55.5555555% !important;
    }
    [class~="medium-7/9"] {
        width: 77.7777777% !important;
    }
    [class~="medium-8/9"] {
        width: 88.8888888% !important;
    }
    [class~="medium-1/10"] {
        width: 10% !important;
    }
    [class~="medium-3/10"] {
        width: 30% !important;
    }
    [class~="medium-7/10"] {
        width: 70% !important;
    }
    [class~="medium-9/10"] {
        width: 90% !important;
    }
    [class~="medium-1/12"] {
        width: 8.3333333% !important;
    }
    [class~="medium-5/12"] {
        width: 41.6666666% !important;
    }
    [class~="medium-7/12"] {
        width: 58.3333333% !important;
    }
    [class~="medium-11/12"] {
        width: 91.6666666% !important;
    }
}@media screen and (min-width: 481px) {
    [class~="medium-and-up-1/1"] {
        width: 100% !important;
    }
    [class~="medium-and-up-1/2"], [class~="medium-and-up-2/4"], [class~="medium-and-up-3/6"], [class~="medium-and-up-4/8"], [class~="medium-and-up-5/10"], [class~="medium-and-up-6/12"] {
        width: 50% !important;
    }
    [class~="medium-and-up-1/3"], [class~="medium-and-up-2/6"], [class~="medium-and-up-3/9"], [class~="medium-and-up-4/12"] {
        width: 33.3333333% !important;
    }
    [class~="medium-and-up-2/3"], [class~="medium-and-up-4/6"], [class~="medium-and-up-6/9"], [class~="medium-and-up-8/12"] {
        width: 66.6666666% !important;
    }
    [class~="medium-and-up-1/4"], [class~="medium-and-up-2/8"], [class~="medium-and-up-3/12"] {
        width: 25% !important;
    }
    [class~="medium-and-up-3/4"], [class~="medium-and-up-6/8"], [class~="medium-and-up-9/12"] {
        width: 75% !important;
    }
    [class~="medium-and-up-1/5"], [class~="medium-and-up-2/10"] {
        width: 20% !important;
    }
    [class~="medium-and-up-2/5"], [class~="medium-and-up-4/10"] {
        width: 40% !important;
    }
    [class~="medium-and-up-3/5"], [class~="medium-and-up-6/10"] {
        width: 60% !important;
    }
    [class~="medium-and-up-4/5"], [class~="medium-and-up-8/10"] {
        width: 80% !important;
    }
    [class~="medium-and-up-1/6"], [class~="medium-and-up-2/12"] {
        width: 16.6666666% !important;
    }
    [class~="medium-and-up-5/6"], [class~="medium-and-up-10/12"] {
        width: 83.3333333% !important;
    }
    [class~="medium-and-up-1/8"] {
        width: 12.5% !important;
    }
    [class~="medium-and-up-3/8"] {
        width: 37.5% !important;
    }
    [class~="medium-and-up-5/8"] {
        width: 62.5% !important;
    }
    [class~="medium-and-up-7/8"] {
        width: 87.5% !important;
    }
    [class~="medium-and-up-1/9"] {
        width: 11.1111111% !important;
    }
    [class~="medium-and-up-2/9"] {
        width: 22.2222222% !important;
    }
    [class~="medium-and-up-4/9"] {
        width: 44.4444444% !important;
    }
    [class~="medium-and-up-5/9"] {
        width: 55.5555555% !important;
    }
    [class~="medium-and-up-7/9"] {
        width: 77.7777777% !important;
    }
    [class~="medium-and-up-8/9"] {
        width: 88.8888888% !important;
    }
    [class~="medium-and-up-1/10"] {
        width: 10% !important;
    }
    [class~="medium-and-up-3/10"] {
        width: 30% !important;
    }
    [class~="medium-and-up-7/10"] {
        width: 70% !important;
    }
    [class~="medium-and-up-9/10"] {
        width: 90% !important;
    }
    [class~="medium-and-up-1/12"] {
        width: 8.3333333% !important;
    }
    [class~="medium-and-up-5/12"] {
        width: 41.6666666% !important;
    }
    [class~="medium-and-up-7/12"] {
        width: 58.3333333% !important;
    }
    [class~="medium-and-up-11/12"] {
        width: 91.6666666% !important;
    }
}@media screen and (min-width: 769px) and (max-width: 1024px) {
    [class~="large-1/1"] {
        width: 100% !important;
    }
    [class~="large-1/2"], [class~="large-2/4"], [class~="large-3/6"], [class~="large-4/8"], [class~="large-5/10"], [class~="large-6/12"] {
        width: 50% !important;
    }
    [class~="large-1/3"], [class~="large-2/6"], [class~="large-3/9"], [class~="large-4/12"] {
        width: 33.3333333% !important;
    }
    [class~="large-2/3"], [class~="large-4/6"], [class~="large-6/9"], [class~="large-8/12"] {
        width: 66.6666666% !important;
    }
    [class~="large-1/4"], [class~="large-2/8"], [class~="large-3/12"] {
        width: 25% !important;
    }
    [class~="large-3/4"], [class~="large-6/8"], [class~="large-9/12"] {
        width: 75% !important;
    }
    [class~="large-1/5"], [class~="large-2/10"] {
        width: 20% !important;
    }
    [class~="large-2/5"], [class~="large-4/10"] {
        width: 40% !important;
    }
    [class~="large-3/5"], [class~="large-6/10"] {
        width: 60% !important;
    }
    [class~="large-4/5"], [class~="large-8/10"] {
        width: 80% !important;
    }
    [class~="large-1/6"], [class~="large-2/12"] {
        width: 16.6666666% !important;
    }
    [class~="large-5/6"], [class~="large-10/12"] {
        width: 83.3333333% !important;
    }
    [class~="large-1/8"] {
        width: 12.5% !important;
    }
    [class~="large-3/8"] {
        width: 37.5% !important;
    }
    [class~="large-5/8"] {
        width: 62.5% !important;
    }
    [class~="large-7/8"] {
        width: 87.5% !important;
    }
    [class~="large-1/9"] {
        width: 11.1111111% !important;
    }
    [class~="large-2/9"] {
        width: 22.2222222% !important;
    }
    [class~="large-4/9"] {
        width: 44.4444444% !important;
    }
    [class~="large-5/9"] {
        width: 55.5555555% !important;
    }
    [class~="large-7/9"] {
        width: 77.7777777% !important;
    }
    [class~="large-8/9"] {
        width: 88.8888888% !important;
    }
    [class~="large-1/10"] {
        width: 10% !important;
    }
    [class~="large-3/10"] {
        width: 30% !important;
    }
    [class~="large-7/10"] {
        width: 70% !important;
    }
    [class~="large-9/10"] {
        width: 90% !important;
    }
    [class~="large-1/12"] {
        width: 8.3333333% !important;
    }
    [class~="large-5/12"] {
        width: 41.6666666% !important;
    }
    [class~="large-7/12"] {
        width: 58.3333333% !important;
    }
    [class~="large-11/12"] {
        width: 91.6666666% !important;
    }
}@media screen and (min-width: 769px) {
    [class~="large-and-up-1/1"] {
        width: 100% !important;
    }
    [class~="large-and-up-1/2"], [class~="large-and-up-2/4"], [class~="large-and-up-3/6"], [class~="large-and-up-4/8"], [class~="large-and-up-5/10"], [class~="large-and-up-6/12"] {
        width: 50% !important;
    }
    [class~="large-and-up-1/3"], [class~="large-and-up-2/6"], [class~="large-and-up-3/9"], [class~="large-and-up-4/12"] {
        width: 33.3333333% !important;
    }
    [class~="large-and-up-2/3"], [class~="large-and-up-4/6"], [class~="large-and-up-6/9"], [class~="large-and-up-8/12"] {
        width: 66.6666666% !important;
    }
    [class~="large-and-up-1/4"], [class~="large-and-up-2/8"], [class~="large-and-up-3/12"] {
        width: 25% !important;
    }
    [class~="large-and-up-3/4"], [class~="large-and-up-6/8"], [class~="large-and-up-9/12"] {
        width: 75% !important;
    }
    [class~="large-and-up-1/5"], [class~="large-and-up-2/10"] {
        width: 20% !important;
    }
    [class~="large-and-up-2/5"], [class~="large-and-up-4/10"] {
        width: 40% !important;
    }
    [class~="large-and-up-3/5"], [class~="large-and-up-6/10"] {
        width: 60% !important;
    }
    [class~="large-and-up-4/5"], [class~="large-and-up-8/10"] {
        width: 80% !important;
    }
    [class~="large-and-up-1/6"], [class~="large-and-up-2/12"] {
        width: 16.6666666% !important;
    }
    [class~="large-and-up-5/6"], [class~="large-and-up-10/12"] {
        width: 83.3333333% !important;
    }
    [class~="large-and-up-1/8"] {
        width: 12.5% !important;
    }
    [class~="large-and-up-3/8"] {
        width: 37.5% !important;
    }
    [class~="large-and-up-5/8"] {
        width: 62.5% !important;
    }
    [class~="large-and-up-7/8"] {
        width: 87.5% !important;
    }
    [class~="large-and-up-1/9"] {
        width: 11.1111111% !important;
    }
    [class~="large-and-up-2/9"] {
        width: 22.2222222% !important;
    }
    [class~="large-and-up-4/9"] {
        width: 44.4444444% !important;
    }
    [class~="large-and-up-5/9"] {
        width: 55.5555555% !important;
    }
    [class~="large-and-up-7/9"] {
        width: 77.7777777% !important;
    }
    [class~="large-and-up-8/9"] {
        width: 88.8888888% !important;
    }
    [class~="large-and-up-1/10"] {
        width: 10% !important;
    }
    [class~="large-and-up-3/10"] {
        width: 30% !important;
    }
    [class~="large-and-up-7/10"] {
        width: 70% !important;
    }
    [class~="large-and-up-9/10"] {
        width: 90% !important;
    }
    [class~="large-and-up-1/12"] {
        width: 8.3333333% !important;
    }
    [class~="large-and-up-5/12"] {
        width: 41.6666666% !important;
    }
    [class~="large-and-up-7/12"] {
        width: 58.3333333% !important;
    }
    [class~="large-and-up-11/12"] {
        width: 91.6666666% !important;
    }
}@media screen and (min-width: 1025px) {
    [class~="extralarge-and-up-1/1"] {
        width: 100% !important;
    }
    [class~="extralarge-and-up-1/2"], [class~="extralarge-and-up-2/4"], [class~="extralarge-and-up-3/6"], [class~="extralarge-and-up-4/8"], [class~="extralarge-and-up-5/10"], [class~="extralarge-and-up-6/12"] {
        width: 50% !important;
    }
    [class~="extralarge-and-up-1/3"], [class~="extralarge-and-up-2/6"], [class~="extralarge-and-up-3/9"], [class~="extralarge-and-up-4/12"] {
        width: 33.3333333% !important;
    }
    [class~="extralarge-and-up-2/3"], [class~="extralarge-and-up-4/6"], [class~="extralarge-and-up-6/9"], [class~="extralarge-and-up-8/12"] {
        width: 66.6666666% !important;
    }
    [class~="extralarge-and-up-1/4"], [class~="extralarge-and-up-2/8"], [class~="extralarge-and-up-3/12"] {
        width: 25% !important;
    }
    [class~="extralarge-and-up-3/4"], [class~="extralarge-and-up-6/8"], [class~="extralarge-and-up-9/12"] {
        width: 75% !important;
    }
    [class~="extralarge-and-up-1/5"], [class~="extralarge-and-up-2/10"] {
        width: 20% !important;
    }
    [class~="extralarge-and-up-2/5"], [class~="extralarge-and-up-4/10"] {
        width: 40% !important;
    }
    [class~="extralarge-and-up-3/5"], [class~="extralarge-and-up-6/10"] {
        width: 60% !important;
    }
    [class~="extralarge-and-up-4/5"], [class~="extralarge-and-up-8/10"] {
        width: 80% !important;
    }
    [class~="extralarge-and-up-1/6"], [class~="extralarge-and-up-2/12"] {
        width: 16.6666666% !important;
    }
    [class~="extralarge-and-up-5/6"], [class~="extralarge-and-up-10/12"] {
        width: 83.3333333% !important;
    }
    [class~="extralarge-and-up-1/8"] {
        width: 12.5% !important;
    }
    [class~="extralarge-and-up-3/8"] {
        width: 37.5% !important;
    }
    [class~="extralarge-and-up-5/8"] {
        width: 62.5% !important;
    }
    [class~="extralarge-and-up-7/8"] {
        width: 87.5% !important;
    }
    [class~="extralarge-and-up-1/9"] {
        width: 11.1111111% !important;
    }
    [class~="extralarge-and-up-2/9"] {
        width: 22.2222222% !important;
    }
    [class~="extralarge-and-up-4/9"] {
        width: 44.4444444% !important;
    }
    [class~="extralarge-and-up-5/9"] {
        width: 55.5555555% !important;
    }
    [class~="extralarge-and-up-7/9"] {
        width: 77.7777777% !important;
    }
    [class~="extralarge-and-up-8/9"] {
        width: 88.8888888% !important;
    }
    [class~="extralarge-and-up-1/10"] {
        width: 10% !important;
    }
    [class~="extralarge-and-up-3/10"] {
        width: 30% !important;
    }
    [class~="extralarge-and-up-7/10"] {
        width: 70% !important;
    }
    [class~="extralarge-and-up-9/10"] {
        width: 90% !important;
    }
    [class~="extralarge-and-up-1/12"] {
        width: 8.3333333% !important;
    }
    [class~="extralarge-and-up-5/12"] {
        width: 41.6666666% !important;
    }
    [class~="extralarge-and-up-7/12"] {
        width: 58.3333333% !important;
    }
    [class~="extralarge-and-up-11/12"] {
        width: 91.6666666% !important;
    }
}

.flag--rev {
    direction: rtl;
}



.trust--about-page .flag {
    margin-top: 160px;
}



.flag__img &gt; img {
    display: block;
    max-width: 150px;
    width: 100%;
}

.trust .flag__img img {
    float: right;
}

.trust .flag--rev .flag__img img {
    float: left;
}

.trust .flag--rev .flag__img {
    padding-right: 0;
    padding-left: 60px;
}

.trust--about-page h2 {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
}
.flag {
    display: table;
    width: 100%;
}

.trust .flag__body {
    width: 60%;
}

.trust .flag--rev .flag__body &gt; div {
    float: right;
}

.trust p {
    color: #9c9592;
    font-weight: 300;
}

.trust .flag__body &gt; div {
    float: left;
    max-width: 500px;
}

.flag__body, .flag__body &gt; :last-child {
    margin-bottom: 0;
}

.trust .flag:first-of-type {
    margin-top: 0;
}

.flag__img, .flag__body {
    display: table-cell;
    vertical-align: middle;
}

.trust .flag__img {
    width: 40%;
    padding-right: 60px;
}

section {
    padding: 70px 0;
}


@media screen and (max-width: 768px) {
    section {
        padding: 50px 0;
    }
}@media screen and (max-width: 480px) {
    section {
        padding: 30px 0;
    }
}

.trust--second {
    padding-bottom: 50px !important;
    background-image: none !important;
    background-color: white;
}

.trust .layout__item &gt; div {
    padding: 20px 40px;
}

.trust .layout__item img {
    width: unset;
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}

.trust .icon-wrap {
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.trust--second .icon-wrap {
    margin-bottom: 30px;
}

.subheader h1{
    color:white;
}

.relative {
    position: relative !important;
}


.container {
    margin: 0 auto;
    max-width: 1274px;
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (max-width: 480px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}.container--middle {
     max-width: 935px;
 }
.container--small {
    max-width: 814px;
}

.color-white {
    color: white !important;
}

.page-template-page-about  .section1 {
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.page-template-page-about .subheader, .page-template-page-thankyou .subheader {
    background-repeat: no-repeat;
    background-size: cover;
}

.layout {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -25px;
    display: flex;
}

@media screen and (max-width: 500px) {
    .layout {
        display: block;
    }
}

.layout__item {
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
    width: 100%;
}

.pv\+ {
    padding-top: 50px !important;
}

.mb\+ {
    margin-bottom: 50px !important;
}

.section1__text .list-wrapper {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.inline-block {
    display: inline-block !important;
}

.list-bare {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-checked li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.38889;
}


.trust h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.trust h3, .trust p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
}

.trust--second p {
    color: #85878c;
}

.trust p {
    color: #9c9592;
    font-weight: 300;
}


.trust--about-page p {
    color: #918c8a;
    font-size: 1.75rem;
    line-height: 1.5;
}

.trust--about-page h3 {
    font-size: 52px;
    line-height: 1.44231;
    font-weight: 300;
    color: #fff;
    text-transform: none;
}

@media screen and (max-width: 768px) {
    .trust .flag, .trust .flag__img, .trust .flag__body {
        display: block;
        direction: ltr;
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }

    .trust .flag__img img {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 20px;
    }

    .trust .flag__body &gt; div {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .trust img {
        width: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}
@media screen and (max-width: 500px) {
    .list-checked li {
        padding-left: 5px;
    }
}

.trust h2, .trust h3{
    color:white;
}

.trust--second h3 {
    color: #3a3c41;
}

.section1__text li {
    color: white;
    font-weight: 300;
}

.pt0 {
    padding-top: 0 !important;
}

.client-slider .item, .testimonial-slider .items {
    display: none !important;
}

.slick-initialized .item,.slick-initialized .items {
    display: block !important;;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>