﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");

@font-face {
    font-family: 'BaskervilleURW-Reg';
    src: url("/assets/fonts/3AE291_17_0.eot");
    src: url("/assets/fonts/3AE291_17_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/3AE291_17_0.woff2") format("woff2"), url("/assets/fonts/3AE291_17_0.woff") format("woff"), url("/assets/fonts/3AE291_17_0.ttf") format("truetype");
}

/*!
 * Bootstrap Grid v4.1.2 (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 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -moz-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-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-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 {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-order: -1;
    order: -1;
}

.order-last {
    -webkit-order: 13;
    order: 13;
}

.order-0 {
    -webkit-order: 0;
    order: 0;
}

.order-1 {
    -webkit-order: 1;
    order: 1;
}

.order-2 {
    -webkit-order: 2;
    order: 2;
}

.order-3 {
    -webkit-order: 3;
    order: 3;
}

.order-4 {
    -webkit-order: 4;
    order: 4;
}

.order-5 {
    -webkit-order: 5;
    order: 5;
}

.order-6 {
    -webkit-order: 6;
    order: 6;
}

.order-7 {
    -webkit-order: 7;
    order: 7;
}

.order-8 {
    -webkit-order: 8;
    order: 8;
}

.order-9 {
    -webkit-order: 9;
    order: 9;
}

.order-10 {
    -webkit-order: 10;
    order: 10;
}

.order-11 {
    -webkit-order: 11;
    order: 11;
}

.order-12 {
    -webkit-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.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-flex !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !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-flex !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex !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-flex !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex !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-flex !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex !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-flex !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-flex !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-flex !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !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;
    }
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.tns-outer {
    padding: 0 !important;
}

    .tns-outer [hidden] {
        display: none !important;
    }

    .tns-outer [aria-controls], .tns-outer [data-action] {
        cursor: pointer;
    }

.tns-slider {
    transition: all 0s;
}

    .tns-slider > .tns-item {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

    .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

    .tns-gallery > .tns-item {
        position: absolute;
        left: -100%;
        transition: opacity 0s, -webkit-transform 0s;
        transition: transform 0s, opacity 0s;
        transition: transform 0s, opacity 0s, -webkit-transform 0s;
    }

    .tns-gallery > .tns-slide-active {
        position: relative;
        left: auto !important;
    }

    .tns-gallery > .tns-moving {
        transition: all 0.25s;
    }

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
}

    .tns-lazy-img.tns-complete {
        opacity: 1;
    }

.tns-ah {
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

    .tns-vpfix > div, .tns-vpfix > li {
        display: inline-block;
    }

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}

    .tns-t-ct:after {
        content: '';
        display: table;
        clear: both;
    }

    .tns-t-ct > div {
        width: 1.4285714%;
        width: calc(100% / 70);
        height: 10px;
        float: left;
    }

*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

main {
    display: block;
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    font: inherit;
}

input {
    border: none;
    padding: 0;
}

    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline: 0;
    }

a {
    text-decoration: none;
    color: inherit;
}

    a:focus {
        outline: 0;
    }

.colour-text-one {
    color: #AE9A62 !important;
}

.colour-text-two {
    color: #333333 !important;
}

.colour-text-three {
    color: #F2F2F2 !important;
}

.colour-text-four {
    color: #DFDFDF !important;
}

.colour-text-five {
    color: transparent !important;
}

.colour-text-neutral {
    color: #ffffff !important;
}

.colour-bg-one {
    background-color: #AE9A62 !important;
}

.colour-bg-two {
    background-color: #333333 !important;
}

.colour-bg-three {
    background-color: #F2F2F2 !important;
}

.colour-bg-four {
    background-color: #DFDFDF !important;
}

.colour-bg-five {
    background-color: transparent !important;
}

.colour-text-success {
    color: #AE9A62 !important;
}

.colour-text-warning {
    color: #333333 !important;
}

.colour-text-danger {
    color: #C72323 !important;
}

.colour-bg-success {
    background-color: #AE9A62 !important;
}

.colour-bg-warning {
    background-color: #333333 !important;
}

.colour-bg-danger {
    background-color: #C72323 !important;
}

.colour-bg-neutral {
    background-color: #ffffff !important;
}

.colour-bg-accent {
    background-color: #F2F2F2 !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.has-box-shadow {
    transition: box-shadow 0.4s;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

    .has-box-shadow:hover {
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
    }

@media (max-width: 767px) {
    .mob-remove-gutter {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0 !important;
    }
}

html.nav-open {
    overflow: hidden;
}

    html.nav-open body {
        overflow: hidden;
    }

        html.nav-open body main {
            overflow: hidden;
        }

body {
    min-height: 100vh;
    max-width: 100%;
    color: #595959;
}

main > *:first-child {
    padding-top: 60px;
}

@media (min-width: 768px) {
    main > *:first-child {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    main > *:first-child {
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
    main > *:first-child {
        padding-top: 120px;
    }
}

main > *.hero-slider:first-child,
main > *.panes:first-child {
    padding-top: 0;
}

main > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    main > .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    main > .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    main > .container {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

main > .content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    main > .content-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    main > .content-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    main > .content-wrap {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

main > .content-wrap + .container {
    margin-top: 0;
}

main > .content-wrap + .content-wrap {
    margin-top: 1px;
}

.form-spacing {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .form-spacing {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .form-spacing {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .form-spacing {
        margin-top: 40px;
    }
}

.form-spacing > * + * {
    margin-top: 20px;
}

footer {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

html {
    font-family: "Open Sans", sans-serif;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
    .overflow-hidden-lt-lg {
        overflow: hidden;
    }
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

main > * + * {
    margin-top: 60px;
}

@media (min-width: 768px) {
    main > * + * {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    main > * + * {
        margin-top: 80px;
    }
}

@media (min-width: 1200px) {
    main > * + * {
        margin-top: 120px;
    }
}

main > .container > * + * {
    margin-top: 60px;
}

@media (min-width: 768px) {
    main > .container > * + * {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    main > .container > * + * {
        margin-top: 80px;
    }
}

@media (min-width: 1200px) {
    main > .container > * + * {
        margin-top: 120px;
    }
}

main > .container > * + *.row {
    margin-top: 0;
}

main > .container > .row > div > * + * {
    margin-top: 20px;
}

@media (min-width: 768px) {
    main > .container > .row > div > * + * {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    main > .container > .row > div > * + * {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    main > .container > .row > div > * + * {
        margin-top: 40px;
    }
}

.container--mw-sm {
    max-width: 720px;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.row {
    margin-top: -20px;
}

@media (min-width: 768px) {
    .row {
        margin-top: -20px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-top: -30px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-top: -40px;
    }
}

.row > * {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .row > * {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .row > * {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .row > * {
        margin-top: 40px;
    }
}

.row > *.w-100 {
    margin-bottom: 0;
}

.row.form-group {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
}

    .row.form-group > * {
        margin-top: 0;
    }

.row--form {
    margin-top: -20px;
}

    .row--form > * {
        margin-top: 20px;
    }

.row--compact {
    margin-left: -5px;
    margin-right: -5px;
}

    .row--compact > * {
        padding-left: 5px;
        padding-right: 5px;
    }

.row--compact-vert {
    margin-top: -10px;
}

    .row--compact-vert > * {
        margin-top: 10px;
    }

@media (max-width: 767px) {
    .row--mob-compact {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row--mob-compact > * {
            padding-left: 5px;
            padding-right: 5px;
        }

    .row--mob-compact-vert {
        margin-top: -10px;
    }

        .row--mob-compact-vert > * {
            margin-top: 10px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row--tab-compact {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row--tab-compact > * {
            padding-left: 5px;
            padding-right: 5px;
        }

    .row--tab-compact-vert {
        margin-top: -10px;
    }

        .row--tab-compact-vert > * {
            margin-top: 10px;
        }
}

@media (min-width: 768px) {
    .row .has-dividing-link-md:before {
        content: '';
        left: -15px;
        height: 100%;
        background: #DFDFDF;
        position: absolute;
        width: 1px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "BaskervilleURW-Reg", serif;
}

.set-h1,
h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .set-h1,
    h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .set-h1,
    h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .set-h1,
    h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.14;
    }
}

.set-h2,
h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .set-h2,
    h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .set-h2,
    h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .set-h2,
    h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.14;
    }
}

.set-h3,
h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .set-h3,
    h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .set-h3,
    h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .set-h3,
    h3 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.14;
    }
}

.set-h4,
h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .set-h4,
    h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

@media (min-width: 992px) {
    .set-h4,
    h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

@media (min-width: 1200px) {
    .set-h4,
    h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.set-h5,
h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .set-h5,
    h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .set-h5,
    h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .set-h5,
    h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

.set-h6,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .set-h6,
    h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .set-h6,
    h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .set-h6,
    h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 768px) {
    .set-h-large {
        font-size: 45px;
        font-size: 4.5rem;
    }

        .set-h-large + .title__sub {
            font-size: 20px;
            font-size: 2rem;
        }
}

.set-padding-bottom {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .set-padding-bottom {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .set-padding-bottom {
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .set-padding-bottom {
        padding-bottom: 40px;
    }
}

strong {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.hidden {
    display: none !important;
}

.no-wrap {
    white-space: nowrap;
    max-width: 100vw;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

::-moz-selection {
    color: #ffffff;
    background: #AE9A62;
}

::selection {
    color: #ffffff;
    background: #AE9A62;
}

.mob-inline-content__item {
    font-size: 16px;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .mob-inline-content__item {
        display: block;
        margin-top: 20px;
        font-weight: normal;
    }
}

@media (min-width: 768px) {
    .mob-inline-content__item {
        display: inline-block;
        margin-top: 0;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .mob-footer-sticky {
        position: fixed;
        z-index: 5;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .mob-width-100 {
        width: 100%;
    }

    .mob-text-center {
        text-align: center;
    }
}

.hero-slider__wrapper__close {
    background: #5f5f5f;
    background: linear-gradient(0deg, #5f5f5f 0%, #383838 100%);
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px;
}

.amend-login-details .form-spacing {
    margin-top: 20px;
}

.back-bar {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    -webkit-align-items: center;
    align-items: center;
    transition: box-shadow 0.3s;
}

@media (min-width: 768px) {
    .back-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .back-bar {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .back-bar {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.back-bar:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.back-bar:active {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.back-bar:before {
    font-family: LineAwesome;
    content: "\f111";
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    margin-right: 20px;
}

.blurb {
    text-align: center;
}

    .blurb > * + * {
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .blurb > * + * {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .blurb > * + * {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .blurb > * + * {
        margin-top: 40px;
    }
}

.blurb__icon {
    line-height: 1;
    font-size: 30px;
    font-size: 3rem;
    color: #F2F2F2;
}

.blurb .title + * {
    margin-top: 40px;
}

.blurb .media-block picture img {
    height: auto;
    width: auto;
}

.blurb .button-wrap {
    margin-top: 40px;
    -webkit-justify-content: center;
    justify-content: center;
}

    .blurb .button-wrap .button {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
    }

@media (min-width: 768px) {
    .blurb .button-wrap {
        -webkit-justify-content: center;
        justify-content: center;
    }

        .blurb .button-wrap .button {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
        }

    .blurb--compact .text-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 760px;
    }

    .blurb--compact .media-block picture img {
        width: 90px;
    }
}

.button {
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    padding: 14px 30px;
    line-height: 22px;
    border-radius: 25px;
    transition: 0.15s;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 5px rgba(146, 126, 72, 0.3);
    color: #ffffff;
    background: linear-gradient(135deg, #816d35 50%, #baa775 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
}

    .button > * {
        position: relative;
        line-height: inherit;
        pointer-events: none;
    }

    .button:before {
        transition: 0.3s;
        content: '';
        position: absolute;
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 25px;
        overflow: hidden;
    }

    .button:hover {
        color: #ffffff;
        box-shadow: 0 1px 10px rgba(146, 126, 72, 0.6);
        background-position: 0 0;
    }

        .button:hover:before {
            opacity: 1;
        }

        .button:hover .la-arrow-left {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }

        .button:hover .la-arrow-right {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }

.button--theme-2 {
    background: linear-gradient(135deg, #ffffff 50%, #ffffff 100%);
    color: #595959;
}

    .button--theme-2:hover {
        opacity: 0.8;
        color: #595959;
    }

.button--alt {
    color: #ffffff;
    background: linear-gradient(135deg, #333333 50%, #717171 100%);
}

    .button--alt:before {
        background-color: #333333;
        background: linear-gradient(135deg, #333333 10%, #5d5d5d 100%);
    }

    .button--alt:hover {
        color: #ffffff;
    }

.button--small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 16px;
}

.button--facebook {
    background: #3B5998;
}

    .button--facebook:hover {
        background: #091127;
        color: #ffffff;
    }

.button--google {
    background: #ffffff;
    color: #091127;
}

    .button--google:hover {
        background: #091127;
        color: #ffffff;
    }

.button__icon {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: inherit;
    vertical-align: bottom;
    text-decoration: none;
}

    .button__icon:last-child {
        margin-left: 20px;
    }

    .button__icon:first-child {
        margin-right: 20px;
    }

.button .la-arrow-right,
.button .la-arrow-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: 0.2s;
}

.button--space-between {
    display: -webkit-flex;
    display: flex;
}

    .button--space-between span {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .button--space-between span:first-child {
            margin-right: auto;
            text-align: left;
        }

        .button--space-between span:last-child {
            margin-left: auto;
            text-align: right;
        }

@supports (justify-content: space-between) {
    .button--space-between {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .button--space-between span {
            -webkit-flex: none;
            flex: none;
        }

            .button--space-between span:first-child {
                margin-right: 0;
                text-align: inherit;
            }

            .button--space-between span:last-child {
                margin-left: 0;
                text-align: inherit;
            }
}

@media (max-width: 767px) {
    .button--mob-basis-100 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

.button-wrap {
    display: -webkit-flex;
    display: flex;
    min-height: 50px;
    margin-left: -5px;
    margin-right: -5px;
}

    .button-wrap > * {
        margin-left: 5px;
        margin-right: 5px;
    }

    .button-wrap .gap-right {
        margin-right: auto;
    }

    .button-wrap .gap-left {
        margin-left: auto;
    }

.button-wrap--space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

* + .button-wrap--has-dividing-line {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}

    * + .button-wrap--has-dividing-line:after {
        position: absolute;
        content: '';
        background: #DFDFDF;
        height: 1px;
        left: 15px;
        right: 15px;
        top: 0;
    }

@media (min-width: 768px) {
    * + .button-wrap--has-dividing-line {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    * + .button-wrap--has-dividing-line {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    * + .button-wrap--has-dividing-line {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    * + .button-wrap--has-dividing-line {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    * + .button-wrap--has-dividing-line {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    * + .button-wrap--has-dividing-line {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .button-wrap {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

        .button-wrap > * {
            margin-left: 7.5px;
            margin-right: 7.5px;
        }

    .button-wrap--mob-wrap {
        display: block;
    }

        .button-wrap--mob-wrap .button + .button {
            margin-top: 10px;
        }

    * + .button-wrap--has-dividing-line:after {
        left: 7.5px;
        right: 7.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .button-wrap--tab-wrap {
        display: block;
    }

        .button-wrap--tab-wrap .button + .button {
            margin-top: 20px;
        }
}

.cards__item {
    padding: 20px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cards__item + .cards__item {
        margin-top: 10px;
    }

.cards__item__logo {
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
}

    .cards__item__logo img {
        vertical-align: top;
    }

    .cards__item__logo + .cards__item__content {
        margin-left: 20px;
    }

@media (min-width: 768px) {
    .cards__item__logo + .cards__item__content {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .cards__item__logo + .cards__item__content {
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .cards__item__logo + .cards__item__content {
        margin-left: 40px;
    }
}

.cards__item__content__inner__title {
    font-weight: 700;
}

    .cards__item__content__inner__title + .cards__item__content__inner__text {
        margin-top: 5px;
    }

.cards__item__content__inner__text {
    line-height: 1;
    font-weight: 700;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    .cards__item__content__inner__text .dots {
        line-height: 5px;
        color: #333333;
        font-size: 22px;
        font-size: 2.2rem;
        vertical-align: middle;
        opacity: 0.25;
        margin-right: 6px;
        font-weight: normal;
        height: 6px;
        display: inline-block;
    }

.cards__item__content__remove {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .cards__item {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .cards__item + .cards__item {
            margin-top: 15px;
        }

    .cards__item__logo {
        -webkit-flex-basis: 68px;
        flex-basis: 68px;
    }

    .cards__item__content {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

    .cards__item__content__remove {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0;
    }
}

.flag-wrap .flag input ~ .text:before {
    content: "\f17b";
    font-family: lineAwesome;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border: solid 1px #DFDFDF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    transition: background 0.15s;
}

.flag-wrap .flag {
    position: relative;
    line-height: 25px;
    display: block;
}

    .flag-wrap .flag + .flag {
        margin-top: 10px;
    }

    .flag-wrap .flag input {
        display: none;
    }

        .flag-wrap .flag input ~ .text {
            cursor: pointer;
            display: block;
            padding-left: 45px;
        }

            .flag-wrap .flag input ~ .text:before {
                position: relative;
                left: -40px;
                top: 25px;
            }

        .flag-wrap .flag input:checked ~ .text:before {
            background: #AE9A62;
        }

.flag-wrap--row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: -10px;
}

@media (min-width: 768px) {
    .flag-wrap .flag {
        line-height: 25px;
    }

        .flag-wrap .flag input ~ .text {
            padding-left: 45px;
        }
}

.content {
    position: relative;
}

.contacts .form-spacing {
    margin-top: 20px;
}

.contacts .form-group--add-new-wrap + * {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .contacts .form-group--add-new-wrap + * {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .contacts .form-group--add-new-wrap + * {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .contacts .form-group--add-new-wrap + * {
        margin-top: 40px;
    }
}

.dashboard .button-wrap {
    margin-top: 20px;
}

    .dashboard .button-wrap .button {
        -webkit-flex: 1;
        flex: 1;
    }

.dashboard .messages {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .dashboard .button-wrap .button {
        height: 76px;
        border-radius: 38px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.delivery-address .form-spacing {
    margin-top: 20px;
}

.delivery-address .form-group--add-new-wrap + * {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .delivery-address .form-group--add-new-wrap + * {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .delivery-address .form-group--add-new-wrap + * {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .delivery-address .form-group--add-new-wrap + * {
        margin-top: 40px;
    }
}

.downloads .files {
    margin-top: 20px;
}

.files__item {
    padding: 20px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.files__item__title {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

    .files__item__title + .files__item__text {
        margin-top: 5px;
    }

.files__item__logo {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 20px;
}

    .files__item__logo .media-block {
        height: 56px;
    }

.files__item__link {
    margin-top: 20px;
    margin-left: auto;
}

.files__item + .files__item {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .files__item {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .files__item__title {
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-flex: 0 0 280px;
        flex: 0 0 280px;
    }

    .files__item__logo {
        margin-top: 0;
    }

    .files__item__link {
        margin-left: auto;
        margin-top: 0;
    }

    .files__item + .files__item {
        margin-top: 15px;
    }
}

.footer {
    background-color: #252525;
    color: #ffffff;
    text-align: center;
}

    .footer h3,
    .footer h4 {
        color: #b3afaf;
    }

    .footer .container > * + * {
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .footer .container > * + * {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .footer .container > * + * {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .footer .container > * + * {
        margin-top: 40px;
    }
}

.footer .text-link {
    color: #b3afaf;
}

.footer__upper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer__logo {
    max-width: 100%;
}

.footer__external .row {
    margin-top: 0;
}

    .footer__external .row > * {
        margin-top: 0;
    }

.footer__external a {
    border: solid #616161;
    border-width: 1px 0;
    color: #fff;
    display: block;
    padding: 5px 0;
}

    .footer__external a:hover {
        text-decoration: underline;
    }

.footer__external li + li > a {
    border-top-width: 0;
}

.footer__title + * {
    margin-top: 20px;
}

.footer__newsletter__input {
    height: 40px;
    width: 100%;
    border: 1px solid;
    border-color: transparent transparent #AE9A62 transparent;
    background: transparent;
    text-align: center;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

    .footer__newsletter__input::-webkit-input-placeholder {
        color: inherit;
        font-family: "BaskervilleURW-Reg", serif;
        color: #b3afaf;
    }

    .footer__newsletter__input::-moz-placeholder {
        color: inherit;
        font-family: "BaskervilleURW-Reg", serif;
        color: #b3afaf;
    }

    .footer__newsletter__input::-ms-input-placeholder {
        color: inherit;
        font-family: "BaskervilleURW-Reg", serif;
        color: #b3afaf;
    }

    .footer__newsletter__input::placeholder {
        color: inherit;
        font-family: "BaskervilleURW-Reg", serif;
        color: #b3afaf;
    }

    .footer__newsletter__input:focus {
        border-color: #AE9A62;
        padding: 0 20px;
    }

.footer__newsletter__button {
    width: 100%;
    border-radius: 0;
}

.footer .footer-lower {
    background-color: #000;
}

.footer .footer-lower__copyright__items a:hover {
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer__external li:nth-child(n+3) {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .footer {
        text-align: left;
    }

    .footer__logo {
        text-align: center;
    }

    .footer .f-form input[type='email'] {
        text-align: left;
    }

    .footer__external li + li > a {
        border-top-width: 1px;
    }

    .footer__newsletter__input {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .footer__logo {
        text-align: left;
    }
}

.footer-lower {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-lower__copyright a {
    color: #ae9a62;
    text-transform: uppercase;
}

    .footer-lower__copyright a:hover {
        text-decoration: underline;
    }

.footer-lower__copyright__items {
    margin-left: -10px;
}

    .footer-lower__copyright__items li {
        display: inline-block;
        margin-left: 10px;
    }

        .footer-lower__copyright__items li a {
            transition: 0.2s;
        }

            .footer-lower__copyright__items li a:hover {
                opacity: 0.5;
            }

@media (min-width: 768px) {
    .footer-lower__copyright {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .footer-lower__copyright .right {
        text-align: right;
    }
}

.form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-group select.form-control::-ms-expand {
        display: none;
    }

.form-group {
    position: relative;
}

    .form-group .inner {
        position: relative;
    }

    .form-group * + .text-link {
        display: inline-block;
        margin-top: 10px;
    }

.label {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

    .label:not(.hide) ~ * {
        margin-top: 7px;
    }

    .label.hide {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

.form-group {
    display: block;
}

    .form-group .text-link {
        line-height: 1;
        vertical-align: top;
    }

    .form-group .form-control {
        border: #DFDFDF 1px solid;
        border-radius: 25px;
        height: 50px;
        padding: 0 20px;
        display: block;
        width: 100%;
        color: #595959;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        background: #ffffff;
        -webkit-appearance: none;
        transition: border 0.3s;
    }

@media (min-width: 768px) {
    .form-group .form-control {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .form-group .form-control {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .form-group .form-control {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.form-group .form-control::-webkit-input-placeholder {
    color: #d9d9d9;
}

.form-group .form-control::-moz-placeholder {
    color: #d9d9d9;
}

.form-group .form-control::-ms-input-placeholder {
    color: #d9d9d9;
}

.form-group .form-control::placeholder {
    color: #d9d9d9;
}

.form-group .form-control:focus {
    border-color: #AE9A62;
}

.form-group .form-control:hover {
    border-width: 2px;
}

.form-group .form-control.remove-input-controls[type=date]::-webkit-clear-button, .form-group .form-control.remove-input-controls[type=date]::-webkit-inner-spin-button, .form-group .form-control.remove-input-controls[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.form-group textarea.form-control {
    max-width: 100%;
    min-width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 200px;
}

.form-group select.form-control[size] {
    height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .form-group select.form-control[size] option {
        height: 20px;
    }

.form-group--required > .label:after {
    content: '*';
    font-weight: bold;
    margin-left: 5px;
    color: #333333;
}

.form-group--inline-button {
    display: -webkit-flex;
    display: flex;
}

    .form-group--inline-button .icon {
        height: 50px;
        width: 50px;
        border-right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .form-group--inline-button .button {
        width: 100%;
    }

    .form-group--inline-button > * {
        border-radius: 25px;
    }

        .form-group--inline-button > *:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .form-group--inline-button > *:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .form-group--inline-button .form-control {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .form-group--inline-button .button {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 0;
        width: auto;
    }

.form-group--has-icon .inner .form-control {
    padding-right: 40px;
}

.form-group--has-icon .inner > .icon {
    margin-right: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    transition: 0.3s;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
    line-height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

    .form-group--has-icon .inner > .icon.la-calendar {
        font-size: 22px;
        font-size: 2.2rem;
    }

.form-group--has-icon--icon-reverse .inner .form-control {
    padding-right: 0;
    padding-left: calc((10px + 1em) + 10px);
}

.form-group--has-icon--icon-reverse .inner > .icon {
    right: auto;
    left: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.form-group--has-text .inner .form-control {
    padding-right: 20px;
}

.form-group--has-text .inner > .text {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    transition: 0.3s;
    font-size: 14px;
    color: #AE9A62;
    line-height: 50px;
    padding-right: 10px;
}

.form-group--has-button .inner {
    border-radius: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
}

    .form-group--has-button .inner .form-control {
        box-shadow: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        min-width: 0;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-right: 40px;
    }

    .form-group--has-button .inner .button {
        white-space: nowrap;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        box-shadow: none;
        margin-left: -20px;
    }

.form-group--select-day-range > .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    .form-group--select-day-range > .inner > div {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .form-group--select-day-range > .inner > div.text {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
            padding: 0 10px;
        }

.form-group--select-hour-range > .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    .form-group--select-hour-range > .inner > div {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .form-group--select-hour-range > .inner > div.text {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
            padding: 0 10px;
        }

.form-group--opening-hours > .label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.14;
    font-weight: 700;
}

@media (min-width: 768px) {
    .form-group--opening-hours > .label {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .form-group--opening-hours > .label {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .form-group--opening-hours > .label {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.14;
    }
}

.form-group--opening-hours > .inner {
    padding: 20px;
    background: #F2F2F2;
    border-radius: 25px;
}

    .form-group--opening-hours > .inner + .inner {
        margin-top: 10px;
    }

    .form-group--opening-hours > .inner + .button {
        margin-top: 10px;
    }

.form-group--opening-hours .mob-inline-content__item .flag {
    font-weight: normal;
}

.form-group--pricing .inner {
    padding: 20px;
    background: #F2F2F2;
    border-radius: 25px;
}

@media (min-width: 768px) {
    .form-group--pricing .inner {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .form-group--pricing .inner {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .form-group--pricing .inner {
        padding: 40px;
    }
}

.form-group--pricing .inner .pricing__item {
    position: relative;
}

.form-group--pricing .inner .pricing__item__title {
    font-weight: 700;
}

.form-group--pricing .inner .pricing__item__desc {
    margin-top: 10px;
}

.form-group--pricing .inner .pricing__item__edit {
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-group--pricing .inner .pricing__item + .pricing__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DFDFDF;
}

.form-group--pricing > .button {
    margin-top: 10px;
}

.form-group--address .enter-link {
    line-height: 1;
    margin-top: 10px;
}

.form-group--password-placeholder .text-link {
    margin-left: 20px;
}

.form-group--add-new-wrap {
    padding: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #5d5d5d 10%, #333333 100%);
}

    .form-group--add-new-wrap .button {
        width: 100%;
    }

        .form-group--add-new-wrap .button + * {
            margin-top: 20px;
        }

.input-validation-error {
    border-color: #C72323 !important;
}

.field-validation-error {
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    background: #C72323;
    line-height: 1;
    font-size: 1.4rem;
    padding: 5px 10px;
    border-radius: 15px;
    right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.form-elements > * + * {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .form-group--has-button .inner--stack-mob {
        display: block;
    }

        .form-group--has-button .inner--stack-mob .form-control {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-top-right-radius: 25px;
        }

        .form-group--has-button .inner--stack-mob .button {
            width: 100%;
            border-top-right-radius: 0;
            border-bottom-left-radius: 25px;
        }

    .form-group--inline-label-mob {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

        .form-group--inline-label-mob > .label:not(.hide) {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .form-group--inline-label-mob > .label:not(.hide) + * {
                -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
                margin-top: 0;
                margin-left: 20px;
            }

    .form-group--opening-hours > .inner .form-group--inline-label-mob .label {
        font-weight: normal;
        width: 40px;
    }

    .form-group--pricing .inner .pricing__item__desc span {
        display: block;
    }
}

@media (min-width: 576px) {
    .form-group--address .enter-link {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .form-group .form-control {
        height: 50px;
    }

    .form-group textarea.form-control {
        padding-top: 17px;
        padding-bottom: 17px;
        height: 200px;
    }

    .form-group--inline-button .icon {
        height: 50px;
        width: 50px;
    }

    .form-group--has-icon .inner > .icon {
        line-height: 50px;
    }

    .form-group--inline-label {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

        .form-group--inline-label > .label:not(.hide) {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .form-group--inline-label > .label:not(.hide) + * {
                -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
                margin-top: 0;
                margin-left: 20px;
            }

    .form-group--add-new-wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .form-group--add-new-wrap .form-group {
            -webkit-flex: 1;
            flex: 1;
            margin-top: 0;
        }

        .form-group--add-new-wrap .button {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
            margin-left: 20px;
            width: auto;
        }

    .flag-wrap .flag {
        line-height: 25px;
    }

        .flag-wrap .flag input ~ .text {
            padding-left: 45px;
        }
}

.form-login form > * + * {
    margin-top: 20px;
}

.form-register form > * + * {
    margin-top: 20px;
}

.form-search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

    .form-search .form-group {
        -webkit-flex: 1 1;
        flex: 1 1;
    }

        .form-search .form-group .form-control {
            background: #F2F2F2;
        }

            .form-search .form-group .form-control::-webkit-input-placeholder {
                color: inherit;
            }

            .form-search .form-group .form-control::-moz-placeholder {
                color: inherit;
            }

            .form-search .form-group .form-control::-ms-input-placeholder {
                color: inherit;
            }

            .form-search .form-group .form-control::placeholder {
                color: inherit;
            }

        .form-search .form-group.form-group--has-icon .inner > .icon {
            pointer-events: auto;
            font-size: 24px;
            font-size: 2.4rem;
            color: #333333;
        }

            .form-search .form-group.form-group--has-icon .inner > .icon:hover {
                color: #AE9A62;
            }

.form-search__close {
    margin-left: 20px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.form-search__results {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
}

    .form-search__results.open {
        display: block;
    }

@media (min-width: 768px) {
    .form-search__results {
        left: -20px;
        right: -20px;
    }
}

@media (min-width: 992px) {
    .form-search__results {
        left: -30px;
        right: -30px;
    }
}

@media (min-width: 1200px) {
    .form-search__results {
        left: -40px;
        right: -40px;
    }
}

@media (min-width: 768px) {
    .form-search__results {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .form-search__results {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .form-search__results {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .form-search__results {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .form-search__results {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .form-search__results {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.form-search__results a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
    transition: 0.3s;
}

    .form-search__results a span {
        transition: 0.2s;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .form-search__results a:hover {
        background: rgba(0, 0, 0, 0.025);
    }

        .form-search__results a:hover span {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    .form-search__results a + a {
        border-top: 1px solid #DFDFDF;
    }

@media (max-width: 767px) {
    .form-search__results {
        position: fixed;
        z-index: 155;
        top: 130px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.header {
    position: fixed;
    z-index: 150;
    background-color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .header {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .header {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.header + main {
    padding-top: 130px;
}

.header__member {
    display: -webkit-flex;
    display: flex;
}

.header__logo__branding {
    width: 178px;
}

.header__search {
    margin-left: auto;
}

.header__search, .header__nav-bars {
    font-size: 26px;
    font-size: 2.6rem;
    cursor: pointer;
}

.header__form-search {
    height: 130px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media (min-width: 768px) {
    .header__form-search {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .header__form-search {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .header__form-search {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.header__form-search .form-search {
    -webkit-flex: 1 1;
    flex: 1 1;
}

.header__form-search--open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header__my-account-pop {
    position: relative;
}

.header__my-account-pop__buttons {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    color: #ffffff;
    line-height: 22px;
    padding: 14px 0;
}

    .header__my-account-pop__buttons a {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
    }

        .header__my-account-pop__buttons a + a {
            margin-top: 14px;
        }

        .header__my-account-pop__buttons a:hover {
            text-decoration: underline;
        }

.header__my-account-pop .button {
    z-index: 1;
}

    .header__my-account-pop .button .la-angle-down {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.header__my-account-pop.open .header__my-account-pop__buttons {
    background: linear-gradient(135deg, #333333 10%, #5d5d5d 100%);
    display: block;
}

.header__my-account-pop.open .button {
    background: transparent;
}

    .header__my-account-pop.open .button .la-angle-down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header__my-account-pop.open .button:before {
        background: transparent;
    }

@media (min-width: 768px) {
    .header {
        height: 116px;
    }

    .header__form-search {
        height: 156px;
    }

    .header + main {
        padding-top: 156px;
    }

    .header__logo__branding {
        width: 194px;
    }
}

@media (max-width: 991px) {
    .header {
        margin-top: 40px;
    }

    .header__member {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
    }

        .header__member > * {
            -webkit-flex: 1 1;
            flex: 1 1;
        }

        .header__member .button {
            border-radius: 0;
            height: auto;
            padding-top: 0;
            padding-bottom: 0;
            box-shadow: none;
            display: flex;
        }

    .header__my-account-pop .button {
        width: 100%;
        height: 40px;
    }

    .header__my-account-pop__buttons {
        padding-top: 45px;
        top: 0;
        text-align: center;
    }

    .header__nav-bars {
        margin-left: 20px;
        position: relative;
        height: 26px;
        width: 26px;
    }

        .header__nav-bars span {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            transition: 0.3s;
        }

            .header__nav-bars span:first-child {
                opacity: 1;
                -webkit-transform: rotate(0deg) scaleY(1);
                transform: rotate(0deg) scaleY(1);
            }

            .header__nav-bars span:last-child {
                opacity: 0;
                -webkit-transform: rotate(45deg) scaleX(0);
                transform: rotate(45deg) scaleX(0);
            }

        .header__nav-bars.open span:first-child {
            opacity: 0;
            -webkit-transform: rotate(-45deg) scaleY(0);
            transform: rotate(-45deg) scaleY(0);
        }

        .header__nav-bars.open span:last-child {
            opacity: 1;
            -webkit-transform: rotate(0deg) scaleX(1);
            transform: rotate(0deg) scaleX(1);
        }
}

@media (min-width: 992px) {
    .header {
        height: 120px;
    }

    .header__form-search {
        height: 120px;
    }

    .header + main {
        padding-top: 120px;
    }

    .header__nav-bars {
        display: none;
    }

    .header__member {
        margin-left: 20px;
    }

        .header__member .button {
            padding-left: 25px;
            padding-right: 25px;
        }

            .header__member .button + .button {
                margin-left: 10px;
            }

    .header__my-account-pop.open .button {
        box-shadow: none;
    }

    .header__my-account-pop__buttons {
        box-shadow: 0 1px 10px rgba(146, 126, 72, 0.3);
        padding-top: 55px;
        top: 0;
        border-radius: 25px;
    }

        .header__my-account-pop__buttons a {
            padding-left: 25px;
            padding-right: 25px;
        }
}

.hero-card {
    padding: 20px;
}

@media (min-width: 768px) {
    .hero-card {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .hero-card {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .hero-card {
        padding: 40px;
    }
}

.hero-card__image {
    width: 100%;
}

    .hero-card__image .media-block {
        height: 100%;
        width: 100%;
    }

.hero-card__content {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .hero-card__content {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .hero-card__content {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .hero-card__content {
        padding-top: 40px;
    }
}

.hero-card__content .title ~ * {
    margin-top: 20px;
}

.hero-card__content__text .text-link {
    color: inherit;
}

.hero-card__content__text__full {
    display: none;
}

@media (min-width: 992px) {
    .hero-card {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .hero-card__content {
        -webkit-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding-right: 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .hero-card__content {
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .hero-card__content {
        padding-right: 30px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .hero-card__content {
        padding-right: 40px;
    }
}

.hero-slider {
    background: #333333;
    position: relative;
}

.hero-slider__wrapper {
    position: relative;
}

.hero-slider__wrapper__close {
    pointer-events: none;
    opacity: 0;
    transition: opacity .7s ease;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.hero-slider__wrapper .tns-outer {
    background: inherit;
    transition: background .3s ease;
}

.hero-slider__wrapper__controls > span:first-child {
    left: 10px !important;
}

.hero-slider__wrapper__controls > span:last-child {
    right: 10px !important;
}

.hero-slider__wrapper__slides .hero-card {
    color: #ffffff;
    transition: color .3s ease;
}

.hero-slider__wrapper__slides .hero-card__image {
    cursor: pointer;
}

.hero-slider .media-block picture img {
    height: auto;
}

.hero-slider__navigation {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    padding: 20px;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    position: relative;
}

    .hero-slider__navigation .media-block {
        -webkit-flex: 0 0 80px;
        flex: 0 0 80px;
        height: 60px;
        opacity: .4;
        transition: 0.3s;
        position: relative;
        cursor: pointer;
    }

        .hero-slider__navigation .media-block.tns-nav-active {
            opacity: 1;
        }

            .hero-slider__navigation .media-block.tns-nav-active:before, .hero-slider__navigation .media-block.tns-nav-active:after {
                content: '';
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                position: absolute;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

            .hero-slider__navigation .media-block.tns-nav-active:before {
                border-top: 10px solid rgba(223, 223, 223, 0.4);
                top: -20px;
            }

            .hero-slider__navigation .media-block.tns-nav-active:after {
                border-top: 10px solid #333333;
                top: -21px;
            }

        .hero-slider__navigation .media-block + .media-block {
            margin-left: 15px;
        }

        .hero-slider__navigation .media-block:first-child {
            margin-left: auto;
        }

        .hero-slider__navigation .media-block:last-child {
            margin-right: auto;
        }

        .hero-slider__navigation .media-block:hover {
            opacity: 1;
        }

    .hero-slider__navigation:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(223, 223, 223, 0.4);
    }

.hero-slider .slider__controls > span, .hero-slider .hero-slider__wrapper__controls > span {
    top: calc((((100vw - 0px) * 0.5833) / 2) - 15px) !important;
    bottom: auto;
}

.hero-slider.open {
    padding-top: 650px;
}

    .hero-slider.open .hero-slider__wrapper {
        z-index: 9999;
        -webkit-animation: switch-mobile .1s linear forwards;
        animation: switch-mobile .1s linear forwards;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
    }

    .hero-slider.open .hero-slider__wrapper__close {
        pointer-events: all;
        opacity: .6;
        transition: opacity .3s ease;
    }

        .hero-slider.open .hero-slider__wrapper__close:hover {
            opacity: 1;
        }

    .hero-slider.open .hero-slider__wrapper .tns-outer {
        background: #ffffff;
    }

    .hero-slider.open .hero-slider__wrapper__slides .hero-card {
        color: #595959;
    }

        .hero-slider.open .hero-slider__wrapper__slides .hero-card .media-block {
            height: auto;
        }

    .hero-slider.open .hero-card {
        transition: color .3s ease, padding .3s ease;
        padding: 0;
    }

    .hero-slider.open .hero-card__content {
        transition: padding .3s ease;
        padding: 20px;
    }

        .hero-slider.open .hero-card__content .title--has-line--top {
            padding-top: 30px;
        }

    .hero-slider.open .hero-card__content__text__lead {
        display: none;
    }

    .hero-slider.open .hero-card__content__text__full {
        display: block;
    }

    .hero-slider.open .hero-card__content__text .read-more {
        display: none;
    }

@media (min-width: 768px) {
    .hero-slider.open {
        padding-top: 593px;
    }

        .hero-slider.open .hero-card__content {
            padding: 20px;
        }
}

@media (min-width: 992px) {
    .hero-slider .slider__controls > span, .hero-slider .hero-slider__wrapper__controls > span {
        top: 0 !important;
        bottom: 0 !important;
    }

        .hero-slider .slider__controls > span:first-child, .hero-slider .hero-slider__wrapper__controls > span:first-child {
            left: 15px !important;
        }

        .hero-slider .slider__controls > span:last-child, .hero-slider .hero-slider__wrapper__controls > span:last-child {
            right: 15px !important;
        }

        .hero-slider .slider__controls > span:hover, .hero-slider .hero-slider__wrapper__controls > span:hover {
            -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
        }

    .hero-slider .hero-card {
        padding: 30px 60px;
    }

    .hero-slider .hero-card__content__text,
    .hero-slider .hero-card__content .title {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .hero-slider__wrapper__close {
        top: 50px;
        right: 50px;
    }

    .hero-slider__wrapper .tns-item {
        height: 0;
        overflow: visible;
    }

        .hero-slider__wrapper .tns-item.tns-slide-active {
            height: auto;
        }

    .hero-slider.open {
        padding-top: 420px;
    }

        .hero-slider.open .slider__controls > span, .hero-slider.open .hero-slider__wrapper__controls > span {
            top: calc((((100vw - (160px * 2)) *0.5) * 0.5833) - 15px) !important;
            bottom: auto !important;
        }

            .hero-slider.open .slider__controls > span:first-child, .hero-slider.open .hero-slider__wrapper__controls > span:first-child {
                left: 80px !important;
            }

            .hero-slider.open .slider__controls > span:last-child, .hero-slider.open .hero-slider__wrapper__controls > span:last-child {
                right: 80px !important;
            }

        .hero-slider.open .hero-slider__wrapper {
            padding: 30px;
            -webkit-animation: switch-desktop .1s linear forwards;
            animation: switch-desktop .1s linear forwards;
        }

            .hero-slider.open .hero-slider__wrapper .tns-outer {
                border-radius: 10px;
            }

            .hero-slider.open .hero-slider__wrapper .hero-card {
                padding: 60px 120px;
            }

            .hero-slider.open .hero-slider__wrapper .hero-card__content {
                padding-top: 0;
                padding-bottom: 0;
                padding-left: 0;
                padding-right: 30px;
                -webkit-justify-content: flex-start;
                justify-content: flex-start;
            }
}

@media (min-width: 1200px) {
    .hero-slider .hero-card {
        padding: 40px 60px;
    }

    .hero-slider.open {
        padding-top: 800px;
    }

        .hero-slider.open .hero-slider__wrapper {
            padding: 80px 40px 40px 40px;
        }

        .hero-slider.open .hero-card {
            padding: 40px;
        }
}

@-webkit-keyframes switch-mobile {
    from {
        padding-top: 116px;
    }

    to {
        padding-top: 0;
    }
}

@keyframes switch-mobile {
    from {
        padding-top: 116px;
    }

    to {
        padding-top: 0;
    }
}

@-webkit-keyframes switch-desktop {
    from {
        padding: 120px 30px 30px 30px;
    }

    to {
        padding: 30px;
    }
}

@keyframes switch-desktop {
    from {
        padding: 120px 30px 30px 30px;
    }

    to {
        padding: 30px;
    }
}

.icon-c {
    line-height: 1;
    display: inline-block;
}

    .icon-c:before {
        height: 1em;
        display: inline-block;
        line-height: 1;
        vertical-align: top;
        fill: #A6A6A6;
    }

    .icon-c.icon-c-facebook:before {
        width: 1em;
        content: url("/images/icons/facebook.svg");
    }

    .icon-c.icon-c-linkedin:before {
        width: 1em;
        content: url("/images/icons/linkedin.svg");
    }

    .icon-c.icon-c-twitter:before {
        width: 1em;
        content: url("/images/icons/twitter.svg");
    }

    .icon-c.icon-c-google:before {
        width: 1em;
        content: url("/images/icons/google.svg");
    }

    .icon-c.icon-c-go-venue:before {
        width: 0.75em;
        content: url("/images/icons/go-venue.svg");
    }

    .icon-c.icon-c-go-venue-one:before {
        width: 0.75em;
        content: url("/images/icons/go-venue-one.svg");
    }

    .icon-c.icon-c-go-venue-two:before {
        width: 0.75em;
        content: url("/images/icons/go-venue-two.svg");
    }

.form-search__close, .modal__close {
    background: rgba(0, 0, 0, 0.1);
    color: #595959;
    transition: 0.3s;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 1;
    font-weight: bold;
    padding-top: 1px;
}

    .form-search__close:hover, .modal__close:hover {
        opacity: 0.75;
    }

.info {
    border-radius: 25px;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .info {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .info {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .info {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

* + .info {
    margin-top: 10px;
}

.info__icon {
    margin-right: 5px;
    margin-top: 0.05em;
    font-size: 20px;
    font-size: 2rem;
}

.info--theme-one {
    border: 1px solid #AE9A62;
    background: #fcfbf9;
}

.info--theme-two {
    border: 1px solid #333333;
    background: #858585;
}

.info--theme-three {
    border: 1px solid #F2F2F2;
    background: white;
}

.info--theme-four {
    border: 1px solid #DFDFDF;
    background: white;
}

.info--theme-five {
    border: 1px solid transparent;
    background: rgba(115, 115, 115, 0);
}

.info--theme-success {
    border: 1px solid #AE9A62;
    background: #fcfbf9;
}

.info--theme-warning {
    border: 1px solid #333333;
    background: #a6a6a6;
}

.info--theme-danger {
    border: 1px solid #C72323;
    background: #f8d7d7;
}

.invoicing-address .form-spacing {
    margin-top: 20px;
}

.invoicing-address .info {
    margin-top: 20px;
}

*[data-limit-text].remove-styles {
    margin: 0 !important;
    padding: 0 !important;
}

*[data-limit-text] .read-more {
    display: inline-block;
}

.loading__spinner {
    color: #AE9A62;
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.manage-my-marks .marks {
    margin-top: 20px;
}

.manage-my-marks img {
    max-width: 80px;
}

.marks__item {
    padding: 20px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.marks__item__logo {
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
}

    .marks__item__logo + .marks__item__content {
        margin-left: 20px;
    }

@media (min-width: 768px) {
    .marks__item__logo + .marks__item__content {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .marks__item__logo + .marks__item__content {
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .marks__item__logo + .marks__item__content {
        margin-left: 40px;
    }
}

.marks__item__content__title {
    font-weight: 700;
}

    .marks__item__content__title + .marks__item__content__text {
        margin-top: 5px;
    }

.marks__item__content__remove {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 10px;
}

.marks__item + .marks__item {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .marks__item__logo {
        -webkit-flex-basis: 68px;
        flex-basis: 68px;
    }

    .marks__item + .marks__item {
        margin-top: 15px;
    }

    .marks__item__content {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .marks__item__content__remove {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0;
    }
}

.media-block video {
    vertical-align: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-block picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
}

.media-block _:-ms-fullscreen video,
.media-block _:-ms-fullscreen picture, :root .media-block video,
:root .media-block picture {
    display: block;
    overflow: hidden;
    height: 100%;
}

.media-block--scale-w _:-ms-fullscreen picture,
.media-block--scale-w _:-ms-fullscreen video, :root .media-block--scale-w picture,
:root .media-block--scale-w video {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

    .media-block--scale-w _:-ms-fullscreen picture img, :root .media-block--scale-w picture img {
        position: absolute;
    }

    .media-block--scale-w _:-ms-fullscreen picture img, :root .media-block--scale-w picture img {
        width: auto;
        height: auto;
        max-height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

.media-block--scale-h _:-ms-fullscreen picture,
.media-block--scale-h _:-ms-fullscreen video, :root .media-block--scale-h picture,
:root .media-block--scale-h video {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

    .media-block--scale-h _:-ms-fullscreen picture img, :root .media-block--scale-h picture img {
        position: absolute;
    }

    .media-block--scale-h _:-ms-fullscreen picture img, :root .media-block--scale-h picture img {
        width: auto;
        height: auto;
        max-width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

.messages__item {
    padding: 20px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background: #ffffff;
}

@media (min-width: 768px) {
    .messages__item {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .messages__item {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .messages__item {
        padding: 40px;
    }
}

.messages__item + .messages__item {
    margin-top: 20px;
}

html:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333333;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s, z-index 0s .3s;
}

html.modal-overlay {
    overflow-y: hidden;
}

    html.modal-overlay:before {
        z-index: 1000;
        opacity: .8;
        transition: opacity .3s, z-index 0s;
    }

[data-modal-content] {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s, z-index 0s .3s;
    z-index: -1;
    opacity: 0;
    overflow-y: auto;
}

    .modal .form-control:focus {
        outline: 0;
    }

    .modal [data-modal-content] {
        display: block;
    }

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal--open {
    z-index: 1005;
    opacity: 1;
    transition: opacity .3s, z-index 0s;
}

.modal__title {
    font-size: 30px;
    font-size: 3rem;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "BaskervilleURW-Reg", serif;
}

@media (min-width: 768px) {
    .modal__title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .modal__title {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .modal__title {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.modal__title + .modal__content {
    margin-top: 20px;
}

.modal__inner {
    background: #ffffff;
    border: 1px solid #DFDFDF;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .modal__inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .modal__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .modal__inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.modal__iframe {
    width: 100%;
    margin: 0;
    vertical-align: top;
    height: calc(100vh - 85px);
}

.modal--padding-content .modal__content {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .modal--padding-content .modal__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .modal--padding-content .modal__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .modal--padding-content .modal__content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.modal .align-items-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .modal__inner {
        border-radius: 0;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .modal {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .modal {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .modal {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .modal {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .modal__inner {
        margin: auto 0;
    }
}

.modal .modalcontent {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .modal .modalcontent {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .modal .modalcontent {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .modal .modalcontent {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 576px) {
    .modal .modalcontent {
        max-width: 510px;
    }
}

@media (min-width: 768px) {
    .modal .modalcontent {
        max-width: 690px;
    }
}

@media (min-width: 992px) {
    .modal .modalcontent {
        max-width: 930px;
    }
}

@media (min-width: 1200px) {
    .modal .modalcontent {
        max-width: 1110px;
    }
}

@media (max-width: 767px) {
    .modal .modalcontent {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .modal .modalcontent {
        min-width: 532px;
    }
}

@media (min-width: 768px) {
    .modal--medium .modalcontent {
        max-width: 768px;
        width: 100vw;
    }
}

.news__title + * {
    margin-top: 40px;
}

.news__list {
    margin-top: 20px;
}

.news__list__item {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 20px;
}

    .news__list__item + .news__list__item {
        margin-top: 20px;
    }

.news__buttons {
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .news__buttons {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .news__buttons {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .news__buttons {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .news__list {
        margin-top: 0;
    }
}

.nav__control ~ .nav__link {
    display: none;
}

@media (max-width: 991px) {
    .nav {
        position: fixed;
        right: 0;
        top: 156px;
        width: 100%;
        transition: 1.3s;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
        height: 0;
    }

        .nav > ul {
            padding: 0 20px;
        }

            .nav > ul li {
                border-top: 1px solid #DFDFDF;
            }

            .nav > ul > li {
                opacity: 0;
                margin-top: 4px;
                transition: opacity 0.5s, margin 0.5s;
                transition-delay: 1s;
            }

                .nav > ul > li:nth-child(1) {
                    transition-delay: 0.1s;
                }

                .nav > ul > li:nth-child(2) {
                    transition-delay: 0.2s;
                }

                .nav > ul > li:nth-child(3) {
                    transition-delay: 0.3s;
                }

                .nav > ul > li:nth-child(4) {
                    transition-delay: 0.4s;
                }

                .nav > ul > li:nth-child(5) {
                    transition-delay: 0.5s;
                }

                .nav > ul > li:nth-child(6) {
                    transition-delay: 0.6s;
                }

                .nav > ul > li:nth-child(7) {
                    transition-delay: 0.7s;
                }

                .nav > ul > li:nth-child(8) {
                    transition-delay: 0.8s;
                }

                .nav > ul > li:nth-child(9) {
                    transition-delay: 0.9s;
                }

                .nav > ul > li:nth-child(10) {
                    transition-delay: 1s;
                }

            .nav > ul a,
            .nav > ul label {
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: space-between;
                justify-content: space-between;
                line-height: 20px;
                padding: 22px 0;
                -webkit-align-items: center;
                align-items: center;
            }

                .nav > ul a span,
                .nav > ul label span {
                    -webkit-transform: rotate(270deg);
                    transform: rotate(270deg);
                }

    .nav--open {
        height: calc(100% - (116px + 40px));
    }

        .nav--open > ul li {
            opacity: 1;
            margin-top: 0;
        }

    .nav .nav__overlay {
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.5s;
        pointer-events: none;
    }

    .nav .nav__sub {
        position: fixed;
        z-index: 5;
        width: 100%;
        top: 156px;
        transition: 0.3s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background: #ffffff;
        bottom: 0;
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav .nav__sub__back label {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

        .nav .nav__sub__back label span {
            margin-right: 20px;
            -webkit-transform: none;
            transform: none;
            color: #AE9A62;
            font-size: 18px;
            font-size: 1.8rem;
        }

    .nav .nav__control {
        display: none;
    }

        .nav .nav__control:checked ~ .nav__sub {
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
            overflow-x: hidden;
            overflow-y: auto;
        }

            .nav .nav__control:checked ~ .nav__sub ul {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

        .nav .nav__control:checked ~ .nav__overlay {
            opacity: 1;
        }
}

@media (max-width: 767px) {
    .nav {
        max-width: none;
        top: 130px;
    }

    .nav--open {
        height: calc(100% - (40px + 90px));
    }

    .nav .nav__sub {
        top: 130px;
    }
}

@media (min-width: 992px) {
    .nav {
        margin-left: 30px;
    }

    .nav__control ~ .nav__link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        display: -webkit-flex;
        display: flex;
    }

    .nav__sub {
        position: absolute;
        background: #ffffff;
        box-shadow: 0 2px 5px rgba(139, 139, 139, 0.4);
        z-index: -1;
        pointer-events: none;
        visibility: hidden;
        top: 70px;
        left: -20px;
        border-radius: 5px;
        overflow: hidden;
    }

    .nav__sub__back, .nav__sub__tablet-link {
        display: none !important;
    }

    .nav__sub ul {
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
        max-height: 438px;
        width: 366px;
    }

        .nav__sub ul > li {
            display: block;
        }

            .nav__sub ul > li > a {
                display: block;
                line-height: 20px;
                padding: 15px 20px;
            }

                .nav__sub ul > li > a:hover {
                    background: #F2F2F2;
                }

    .nav__sub:before, .nav__sub:after {
        height: 140px;
        content: '';
        position: absolute;
        z-index: 20;
        right: 0;
        left: 0;
        transition: opacity 0.5s;
        opacity: 0;
        pointer-events: none;
    }

    .nav__sub:before {
        top: 0;
        background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
    }

    .nav__sub:after {
        bottom: 0;
        background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    }

    .nav__sub.scroll-mid:before, .nav__sub.scroll-mid:after {
        opacity: 1;
    }

    .nav__sub.scroll-bottom:before {
        opacity: 1;
    }

    .nav__sub.scroll-top:after {
        opacity: 1;
    }

    .nav > ul {
        display: -webkit-flex;
        display: flex;
    }

        .nav > ul > li {
            position: relative;
            margin: -22px 0;
            padding: 22px 0;
            cursor: pointer;
        }

            .nav > ul > li label {
                cursor: pointer;
            }

                .nav > ul > li label .la {
                    margin-left: 5px;
                }

            .nav > ul > li + li {
                margin-left: 20px;
            }

            .nav > ul > li .nav__control {
                display: none;
            }

            .nav > ul > li:hover > label,
            .nav > ul > li:hover > a {
                transition: 0.2s;
                opacity: 0.5;
            }

            .nav > ul > li:hover .nav__sub {
                z-index: 15;
                pointer-events: auto;
                visibility: visible;
            }
}

@media (min-width: 1200px) {
    .nav {
        margin-left: 40px;
    }
}

.panes__sidebar {
    z-index: 2;
}

    .panes__sidebar .title {
        margin: 20px 20px 0 20px;
    }

.panes__content {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .panes__content {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .panes__content {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .panes__content {
        padding: 40px;
    }
}

.panes__content .content {
    -webkit-flex: 1;
    flex: 1;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .panes__content .content {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .panes__content .content {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .panes__content .content {
        margin-bottom: 80px;
    }
}

.panes__content .footer-lower {
    border-top: #DFDFDF 1px solid;
    z-index: 1;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #ffffff;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

@media (min-width: 768px) {
    .panes__content .footer-lower {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -20px;
    }
}

@media (min-width: 992px) {
    .panes__content .footer-lower {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
    }
}

@media (min-width: 1200px) {
    .panes__content .footer-lower {
        margin-left: -40px;
        margin-right: -40px;
        margin-bottom: -40px;
    }
}

.panes__content .footer-lower .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .panes__content .footer-lower .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .panes__content .footer-lower .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .panes__content .footer-lower .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .panes {
        top: 156px;
    }
}

@media (max-width: 991px) {
    .panes .back-bar {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .panes__sidebar, .panes__content {
        background: #F2F2F2;
        position: fixed;
        top: 156px;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: 0.3s;
        overflow-y: auto;
    }

    .panes__sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .panes__content {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .panes.open .panes__sidebar {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .panes.open .panes__content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .panes .content {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .panes__sidebar, .panes__content {
        top: 130px;
    }

        .panes__content .footer-lower {
            text-align: center;
        }
}

@media (min-width: 992px) {
    .panes {
        display: -webkit-flex;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 120px;
        background: #F2F2F2;
    }

    .panes__sidebar {
        background: #ffffff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
        -webkit-flex: 0 0 270px;
        flex: 0 0 270px;
        overflow-y: auto;
    }

        .panes__sidebar .sidebar {
            margin-top: 15px;
            padding-bottom: 20px;
        }
}

@media (min-width: 992px) and (min-width: 768px) {
    .panes__sidebar .sidebar {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .panes__sidebar .sidebar {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .panes__sidebar .sidebar {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .panes__content {
        overflow-y: auto;
        -webkit-flex: 1;
        flex: 1;
    }

        .panes__content .content {
            width: 100%;
            max-width: 870px;
        }

        .panes__content .back-bar {
            display: none;
        }

        .panes__content .content _:-ms-fullscreen > [data-page], :root .panes__content .content > [data-page] {
            padding-bottom: 130px;
        }

        .panes__content .footer-lower _:-ms-fullscreen, :root .panes__content .footer-lower {
            position: fixed;
            bottom: 0;
            right: 0;
            left: 270px;
            margin: 0;
        }
}

.renew-membership .button-wrap {
    margin-top: 20px;
}

.saved-cards .cards {
    margin-top: 20px;
}

.sidebar {
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-top: 20px;
}

.sidebar__item {
    cursor: pointer;
    padding: 10px 20px;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 991px) {
    .sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar__item {
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        transition: box-shadow 0.3s;
    }

        .sidebar__item:hover {
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
        }

        .sidebar__item:active {
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
        }

        .sidebar__item:after {
            font-family: LineAwesome;
            content: "\f112";
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1;
            margin-left: 20px;
        }

        .sidebar__item + .sidebar__item {
            margin-top: 10px;
        }
}

@media (max-width: 767px) {
    .sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .sidebar:before {
        content: '';
        position: absolute;
        top: 0;
        height: 1px;
        background: #DFDFDF;
        left: 20px;
        right: 20px;
    }

    .sidebar__item {
        position: relative;
        transition: background 0.3s;
    }

        .sidebar__item:hover {
            background: #efefef;
        }

        .sidebar__item:active {
            background: #ddd;
        }

        .sidebar__item:before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            bottom: 8px;
            width: 3px;
            background: #AE9A62;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            transition: 0.3s;
        }

        .sidebar__item.open {
            color: #AE9A62;
        }

            .sidebar__item.open:before {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }
}

.slider .tns-inner,
.slider .tns-slider,
.slider .tns-item {
    height: 100%;
}

    .slider .tns-item > * {
        height: 100%;
    }

.slider .container {
    position: relative;
}

.slider__content {
    position: relative;
}

.slider__controls, .hero-slider__wrapper__controls {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}

    .slider__controls > span, .hero-slider__wrapper__controls > span {
        position: absolute;
        z-index: 5;
        transition: 0.15s;
        cursor: pointer;
        height: 30px;
        width: 30px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-shadow: 0 1px 10px rgba(146, 126, 72, 0.3);
        background: #ffffff;
        border-radius: 50%;
        margin: auto;
        top: 0;
        bottom: 0;
    }

        .slider__controls > span:first-child, .hero-slider__wrapper__controls > span:first-child {
            left: 0;
        }

        .slider__controls > span:last-child, .hero-slider__wrapper__controls > span:last-child {
            right: 0;
        }

        .slider__controls > span[aria-disabled="true"], .hero-slider__wrapper__controls > span[aria-disabled="true"] {
            opacity: 0;
            pointer-events: none;
        }

        .slider__controls > span:hover, .hero-slider__wrapper__controls > span:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .slider__controls > span:focus, .hero-slider__wrapper__controls > span:focus {
            outline: none;
        }

.slider__title + * {
    margin-top: 40px;
}

.slider__buttons {
    margin-top: 40px;
    text-align: center;
}

.slider .teaser__content {
    overflow: hidden;
    border-bottom: 20px solid #ffffff;
}

.slider--theme2 .slider__item-wrap > * {
    padding: 20px 15px;
}

@media (max-width: 991px) {
    .slider .container {
        max-width: none;
    }

    .slider--theme2 .slider__wrap {
        margin: -20px -15px;
    }
}

.social-links li {
    margin: 0 2px;
    display: inline-block;
}

.social-links a svg {
    vertical-align: top;
    background-color: #ae9a62;
    border-radius: 50%;
    transition: background-color .2s linear;
    height: 44px;
    width: 44px;
}

.social-links a:hover svg {
    background-color: #fff;
}

.tag {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background: #AE9A62;
    color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    font-family: "BaskervilleURW-Reg", serif;
}

.tag--date .tag__text:first-child {
    font-size: 24px;
    font-size: 2.4rem;
}

.tag--date .tag__text:last-child {
    font-size: 14px;
    font-size: 1.4rem;
}

.teaser {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
    transition: 0.4s linear;
}

    .teaser:after {
        transition: 0.4s linear;
        content: '';
        position: absolute;
        box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.1);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
    }

    .teaser:hover {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .teaser:hover:after {
            opacity: 0.5;
        }

.teaser__image {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}

    .teaser__image .media-block {
        height: 220px;
    }

    .teaser__image .tag {
        position: absolute;
        bottom: -20px;
        left: 20px;
    }

.teaser__content {
    padding: 20px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .teaser__content > * + * {
        margin-top: 10px;
    }

.teaser--has-tag .teaser__content {
    padding-top: 40px;
}

.teaser--theme-two {
    background: none;
    box-shadow: none;
}

    .teaser--theme-two:after {
        display: none;
    }

    .teaser--theme-two:hover {
        opacity: 0.8;
        -webkit-transform: none;
        transform: none;
    }

    .teaser--theme-two .teaser__content {
        padding: 0;
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .teaser__image .media-block {
        height: 242px;
    }

    .teaser--theme-two {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

        .teaser--theme-two .teaser__image {
            width: 120px;
        }

            .teaser--theme-two .teaser__image .media-block {
                height: 100px;
            }

        .teaser--theme-two .teaser__content {
            margin-left: 20px;
            margin-top: 0;
            -webkit-flex: 1;
            flex: 1;
        }
}

.text-content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .text-content h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .text-content h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .text-content h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.14;
    }
}

.text-content h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .text-content h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .text-content h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .text-content h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.14;
    }
}

.text-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .text-content h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .text-content h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .text-content h3 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.14;
    }
}

.text-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .text-content h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

@media (min-width: 992px) {
    .text-content h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

@media (min-width: 1200px) {
    .text-content h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.text-content h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .text-content h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .text-content h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .text-content h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

.text-content h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.14;
}

@media (min-width: 768px) {
    .text-content h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 992px) {
    .text-content h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .text-content h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.14;
    }
}

.text-content > * + * {
    margin-top: 10px;
}

.text-content > * + h1,
.text-content > * + h2,
.text-content > * + h3,
.text-content > * + h4,
.text-content > * + h5,
.text-content > * + h6 {
    margin-top: 20px;
}

.text-content ul li {
    position: relative;
    padding-left: 20px;
}

    .text-content ul li:before {
        content: "\2022";
        color: #333333;
        position: absolute;
        left: 0;
        top: 0;
    }

.text-link {
    color: #AE9A62;
    text-decoration: underline;
    cursor: pointer;
}

    .text-link:hover {
        text-decoration: none;
    }

.text-link--alt {
    text-decoration: none;
    color: inherit;
}

    .text-link--alt:hover {
        text-decoration: underline;
    }

a .text-link {
    text-decoration: none;
}

a:hover .text-link {
    text-decoration: underline;
}

.text-link > .la {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: inherit;
    vertical-align: bottom;
    text-decoration: none;
}

.title__main + .title__sub {
    margin-top: 10px;
}

.title--has-line:before, .title--has-line--top:before {
    position: absolute;
    display: block;
    content: '';
    background: #AE9A62;
    height: 2px;
}

.title--has-line {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

    .title--has-line:before {
        bottom: 0;
        left: 0;
        right: 0;
        width: 90px;
        margin: 0 auto;
    }

.title--has-line--top {
    position: relative;
    padding-top: 20px;
}

    .title--has-line--top:before {
        top: 0;
        left: 0;
        width: 90px;
    }

.title .la {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
}

.tippy-tooltip {
    background: #333333;
}

    .tippy-tooltip[data-placement^=top] > .tippy-arrow {
        border-top-color: #333333;
    }

    .tippy-tooltip[data-placement^=right] > .tippy-arrow {
        border-right-color: #333333;
    }

    .tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
        border-bottom-color: #333333;
    }

    .tippy-tooltip[data-placement^=left] > .tippy-arrow {
        border-left-color: #333333;
    }

    .tippy-tooltip .tippy-content {
        font-family: "BaskervilleURW-Reg", serif;
    }

.panes__sidebar .title__main {
    font-size: 26px;
    font-size: 2.6rem;
}

.panes__content .footer-lower {
    font-size: 12px;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .panes__sidebar .title__main {
        font-size: 30px;
        font-size: 3rem;
    }

    .panes__content .content .title__main {
        font-size: 30px;
        font-size: 3rem;
    }

    .panes__content .footer-lower {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .panes__sidebar .title__main {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.modal form {
    font-size: 14px;
    font-size: 1.4rem;
}

.messages__item {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .messages__item {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .header__member .button {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.cards__item__content {
    line-height: 1.2;
}

.cards__item__content__inner__title {
    font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .cards__item__content__inner__title {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .cards__item__content__inner__text {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.marks__item__content__title {
    font-size: 14px;
    font-size: 1.4rem;
}

.marks__item__content__text {
    font-size: 12px;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .marks__item__content__title {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .marks__item__content__text {
        font-size: 14px;
        font-size: 1.4rem;
    }
}




/*Custom Stuff*/

.flag-wrap.pay-modal {
    border-top: 2px solid #AE9A62;
    padding: 15px 0;
}

.page--homepage {
    padding-top: 130px;
}

@media (min-width: 768px) {
    .page--homepage {
        padding-top: 156px;
    }
}

@media (min-width: 992px) {
    .page--homepage {
        padding-top: 120px;
    }
}

label span.la-question-circle {
    font-size: 16px;
}

button#nofitication {
    display: none
}

.notification-banner {
    background-color: #fff
}

.notification-banner__image picture img {
    width: 100%;
    max-height: 315px
}

.csi .notification-banner__content {
    padding: 20px
}

@media (min-width: 768px) {
    .notification-banner__content {
        padding: 20px
    }
}

@media (min-width: 992px) {
    .notification-banner__content {
        padding: 30px
    }
}

@media (min-width: 1200px) {
    .csi .notification-banner__content {
        padding: 40px
    }
}

.notification-banner__content__title {
    font-size: 30px;
    font-family: BaskervilleURW-Reg,serif
}

.notification-banner__actions {
    margin-top: 20px
}

.cvvBlock {
    display: block;
}

    .cvvBlock input {
        display: inline-block !important;
        font-size: 18px;
        color: #737373;
        vertical-align: middle;
        border: 1px solid #737373;
        background-color: #fff;
        padding: 4px 6px;
        transition: color linear .2s, background-color linear .2s, border-color linear .2s;
        height: 30px;
        width: 56px;
    }

.banner {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 25px;
    overflow: hidden;
    -webkit-align-items: stretch;
    align-items: stretch;
    background-color: var(--background-colour, #AE9A62);
}

.banner__title-content {
    width: 100%;
    padding: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

@media (min-width: 768px) {
    .banner__title-content {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .banner__title-content {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .banner__title-content {
        padding: 40px;
    }
}

.banner__title-content .title {
    color: #ffffff;
}

.banner__title-content .title__main {
    font-family: "BaskervilleURW-Reg", serif;
    font-size: 3.6rem !important;
}

.banner__title-content .title__sub {
    font-size: 16px;
    font-size: 1.6rem;
}

.banner__title-content .button {
    margin-top: 15px;
}

.banner__title-content__category {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.banner__image {
    width: 100%;
    height: initial;
}

    .banner__image .media-block {
        height: 340px;
    }

.banner__image__svg-large {
    display: none;
}

    .banner__image__svg-large polygon {
        fill: var(--background-colour, #AE9A62);
    }

.banner__image__svg-small {
    position: absolute;
    height: 120px;
    width: 100%;
    display: block;
}

    .banner__image__svg-small polygon {
        fill: var(--background-colour, #AE9A62);
    }

@media (min-width: 992px) {
    .banner {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .banner__title-content {
        width: 45%;
    }

    .banner__image {
        position: relative;
        width: 55%;
        -webkit-flex: 1;
        flex: 1;
    }

        .banner__image .media-block {
            height: 100%;
        }

    .banner__image__svg-large {
        position: absolute;
        height: 100%;
        width: 40%;
        display: block;
    }

    .banner__image__svg-small {
        display: none;
    }
}

.dashboard .banner {
    margin-top: 20px;
}

.hero-card__content__text__full a {
    color: #595959;
    text-decoration: underline;
}
