﻿/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28375b;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28375b;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Roboto", Arial, Helvetica, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, *::before, *::after {
    box-sizing: border-box
}

.link-imagen:hover {
    filter: brightness(0.8);
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(32,32,32,0)
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    padding: 0;
    margin: 0;
    min-width: 320px;
    background: #fff;
    text-align: left;
    font-family: "Roboto", serif;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #202020;
    font-weight: 300
}

.color-1 {
    color: #88afde !important;
}
.color-2 {
    color: #28375b !important;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: #28375b;
    margin-bottom: .5rem;
    font-family: "Roboto", serif;
}

h1, .h1 {
    font-size: 4rem;
    letter-spacing: 0.045rem;
    line-height: 5.5rem
}

h2, .h2 {
    font-size: 3.5rem;
    line-height: 3.0rem
}

h3, .h3 {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    line-height: 4.8rem;
}

h4, .h4 {
    font-size: 2.5rem;
    letter-spacing: 0.04rem;
    line-height: 4.5rem
}

h5, .h5 {
    font-size: 2rem;
    letter-spacing: 0.032rem;
    line-height: 4.4rem
}

h6, .h6 {
    font-size: 1.6rem;
    line-height: 2.8rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bold
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }


pre, code, kbd, samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 2rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(32,32,32,0.1)
}

small, .small {
    font-size: 70%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 2rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    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: 1320px
    }
    .container1 {
        max-width: 1170px
    }
  
}

@media (min-width: 1400px) {
    .container {
        max-width: 1600px
    }
    .container1 {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -14px;
    margin-left: -14px
}

.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: 14px;
    padding-left: 14px;
    float: left;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table th, .table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(32,32,32,0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(32,32,32,0.075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #fafbf4
}

.table-hover .table-success:hover {
    background-color: #f2f4e1
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #f2f4e1
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(32,32,32,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(19,19,19,0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(19,19,19,0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark th, .table-dark td, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,0.075)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(3.55rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.75
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 2rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 1.4rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.75;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(2.6rem + 2px);
    padding: .25rem .5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(4rem + 2px);
    padding: .5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size], select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28375b
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #212529;
    background-color: rgba(236,240,216,0.9);
    border-radius: .25rem
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28375b
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28375b;
        box-shadow: 0 0 0 .2rem rgba(236,240,216,0.25)
    }

    .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
        display: block
    }

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28375b
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28375b
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #fff
    }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #fefefd
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(236,240,216,0.25)
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28375b
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
        border-color: inherit
    }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(236,240,216,0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
    }

    .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,0.25)
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
        border-color: inherit
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}


.btn {
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.75;
    text-decoration: none;
    appearance: none;
    border-radius: 0px;
    font-size: 1.6rem;
    padding: 0.7rem 4.7rem;
    font-weight: 500;
    letter-spacing: 0.048rem;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out margin: 0px 0px;
}
@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover, .btn:focus {
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #28375b;
    border: 0px solid #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #88afde;
    border: 0px solid #fff;
}


.btn-outline-primary {
    color: #28375b;
    background-color: transparent;
    background-image: none;
    border: 1px solid #28375b !important;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #28375b;
        border: 0px solid #fff;
    }


.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
        }

.btn-success {
    color: #212529;
    background-color: #28375b;
    border-color: #28375b
}

    .btn-success:hover {
        color: #212529;
        background-color: #dfe5bc;
        border-color: #dae2b3
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 .2rem rgba(236,240,216,0.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #212529;
        background-color: #28375b;
        border-color: #28375b
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #212529;
        background-color: #dae2b3;
        border-color: #d6deaa
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(236,240,216,0.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
        }

 

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
        }

.btn-outline-success {
    color: #28375b;
    background-color: transparent;
    background-image: none;
    border-color: #28375b
}

    .btn-outline-success:hover {
        color: #212529;
        background-color: #28375b;
        border-color: #28375b
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 .2rem rgba(236,240,216,0.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28375b;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #212529;
        background-color: #28375b;
        border-color: #28375b
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(236,240,216,0.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.6rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(32,32,32,0.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 0 1 auto
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
            z-index: 1
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
            margin-left: -1px
        }

        .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-prepend, .input-group-append {
    display: flex
}

    .input-group-prepend .btn, .input-group-append .btn {
        position: relative;
        z-index: 2
    }

        .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
        margin-top: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    height: calc(4rem + 2px);
    padding: .5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    height: calc(2.6rem + 2px);
    padding: .25rem .5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 2.8rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .9rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .9rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(3.55rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.75;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,0.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(2.6rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(4rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(3.55rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(3.55rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(3.55rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.75;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 3.55rem;
        padding: .375rem .75rem;
        line-height: 1.75;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        appearance: none
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .15rem;
    padding-bottom: .15rem;
    margin-right: 1rem;
    font-size: 2rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(32,32,32,0.9)
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(32,32,32,0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(32,32,32,0.5)
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(32,32,32,0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(32,32,32,0.3)
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(32,32,32,0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(32,32,32,0.5);
    border-color: rgba(32,32,32,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(32,32,32,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(32,32,32,0.5)
}

    .navbar-light .navbar-text a {
        color: rgba(32,32,32,0.9)
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(32,32,32,0.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5)
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,0.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(32,32,32,0.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(32,32,32,0.03);
    border-bottom: 1px solid rgba(32,32,32,0.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(32,32,32,0.03);
    border-top: 1px solid rgba(32,32,32,0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 14px
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -14px;
        margin-left: -14px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 14px;
            margin-bottom: 0;
            margin-left: 14px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 14px
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 2rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 1.4rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #212529;
    background-color: #28375b
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae2b3
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4.9rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #0f4f94;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #0a3666
    }

.alert-secondary {
    color: #484c50;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #303335
    }

.alert-success {
    color: #8a8c80;
    background-color: #fbfcf7;
    border-color: #fafbf4
}

    .alert-success hr {
        border-top-color: #f2f4e1
    }

    .alert-success .alert-link {
        color: #707267
    }

.alert-info {
    color: #1b646f;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #113f46
    }

.alert-warning {
    color: #947413;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #67510d
    }

.alert-danger {
    color: #822b33;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #5c1e24
    }

.alert-light {
    color: #909191;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #767878
    }

.alert-dark {
    color: #2a2e31;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #121416
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 1.2rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(32,32,32,0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #0f4f94;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #0f4f94;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #0f4f94;
        border-color: #0f4f94
    }

.list-group-item-secondary {
    color: #484c50;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #484c50;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #484c50;
        border-color: #484c50
    }

.list-group-item-success {
    color: #8a8c80;
    background-color: #fafbf4
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #8a8c80;
        background-color: #f2f4e1
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #8a8c80;
        border-color: #8a8c80
    }

.list-group-item-info {
    color: #1b646f;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #1b646f;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #1b646f;
        border-color: #1b646f
    }

.list-group-item-warning {
    color: #947413;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #947413;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #947413;
        border-color: #947413
    }

.list-group-item-danger {
    color: #822b33;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #822b33;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #822b33;
        border-color: #822b33
    }

.list-group-item-light {
    color: #909191;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #909191;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #909191;
        border-color: #909191
    }

.list-group-item-dark {
    color: #2a2e31;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #2a2e31;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #2a2e31;
        border-color: #2a2e31
    }

.close {
    float: right;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #202020;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #202020;
            text-decoration: none;
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(32,32,32,0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #202020
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.75
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.4rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #202020
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #202020
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #202020
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #202020
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #202020;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.4rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(32,32,32,0.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: .5rem .5rem 0
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(32,32,32,0.25)
        }

        .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(32,32,32,0.25)
        }

        .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(32,32,32,0.25)
        }

        .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(32,32,32,0.25)
        }

        .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

    .carousel-item.active, .carousel-item-next, .carousel-item-prev {
        display: block;
        transition: transform 0.6s ease
    }

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active, .carousel-item-next, .carousel-item-prev {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateX(0)
    }

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-item-next, .active.carousel-item-right {
    transform: translateX(100%)
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next, .active.carousel-item-right {
        transform: translate3d(100%, 0, 0)
    }
}

.carousel-item-prev, .active.carousel-item-left {
    transform: translateX(-100%)
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev, .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,0.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28375b !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #dae2b3 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28375b !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(32,32,32,0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(32,32,32,0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(32,32,32,0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: 2rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: 4rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 6rem !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: 8rem !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: 10rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.mb-6, .my-6 {
    margin-bottom: 5rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #28375b !important
}

a.text-success:hover, a.text-success:focus {
    color: #dae2b3 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(32,32,32,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #202020
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(0.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .pika-single:before, .pika-single:after {
        content: " ";
        display: table
    }

    .pika-single:after {
        clear: both
    }

.pika-single {
    *zoom: 1
}

    .pika-single.is-hidden {
        display: none
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5)
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

    .pika-prev:hover, .pika-next:hover {
        opacity: 1
    }

.pika-prev, .is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next, .is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

    .pika-prev.is-disabled, .pika-next.is-disabled {
        cursor: default;
        opacity: .2
    }

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

    .pika-table th, .pika-table td {
        width: 14.285714285714286%;
        padding: 0
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold
}

.is-selected .pika-button, .has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9
}

.is-disabled .pika-button, .is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

img, iframe, video, audio, object {
    max-width: 100%
}

* {
    box-sizing: border-box
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%
}

    html.no-focus-outline *:focus {
        outline: none
    }


body.no-scroll {
    overflow: hidden
}

p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.75
}

    p + p {
        margin-top: 1rem
    }

strong {
    font-weight: 700
}

a {
    color: #88afde;
    transition: color .3s
}

    a:hover, a[href^="tel"], a[href^="mailto"] {
        text-decoration: none
    }

    a:hover {
        color: #000;
    }

.js-grid-element {
    width: 100%
}

a:focus, a.focus, button:focus, button.focus, .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none
}

.skip-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    display: none !important
}

.tabPressed *:focus, *:focus, label:focus ~ input {
    outline: 2px solid #88afde;
    outline-offset: 10px
}

.tabPressed .skip-main:focus {
    outline-offset: 0;
    opacity: 1;
    left: 0
}

@media (max-width: 767px) {
    .cms-hide-mobile {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cms-hide-tablet {
        display: none
    }
}

@media (min-width: 992px) {
    .cms-hide-desktop {
        display: none
    }
}

@media (max-width: 767px) {
    body {
        font-size: 1.4rem
    }
    h3 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    p {
        font-size: 1rem;
        line-height: 2
    }

    .unete {
        padding: .25rem 1.5rem;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

.fullsize-image {
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat
}

    .fullsize-image > img, .fullsize-image > picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 1px;
        opacity: 0
    }

.slider--images-full-size-contain .fullsize-image {
    background-size: contain
}

.ratio-container {
    position: relative;
    display: block
}

    .ratio-container .ratio-media, .ratio-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

        .ratio-container .ratio-media:not(iframe), .ratio-container iframe:not(iframe) {
            object-fit: cover;
            object-position: center
        }

.hidden {
    display: none
}

@keyframes scroll-down {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: .1
    }
}

.wrapper {
    position: relative;
    padding-top: 15rem
}

.wrapper--blog {
    padding-top: 0;
    font-family: "Roboto",sans-serif;
    font-size: 1.4rem;
    line-height: 1.79;
    font-weight: 300
}

    .wrapper--blog p {
        font-size: 1.4rem;
        line-height: 1.79
    }

    .wrapper--blog .shave-entry * {
        line-height: 25px !important
    }

.wrapper.fade-out {
    opacity: 0
}

.wrapper.header-transparent {
    padding-top: 0
}

/*    .wrapper.header-transparent .logo {
        top: 3rem;
    }

    .wrapper.header-transparent.menu-opened .logo, .wrapper.header-transparent.header-alt .logo {
        top: 3rem
    }

    .wrapper.header-transparent .header--wellness .logo {
        top: 3rem
    }

    .wrapper.header-transparent .header--golf .logo {
        top: 3rem
    }*/

.wrapper.has-bar .bar {
    display: block
}

.wrapper.has-bar.header-transparent .logo {
    top: 7.9rem
}

.wrapper.has-bar.header-transparent.menu-opened .logo, .wrapper.has-bar.header-transparent.header-alt .logo {
    top: 6.6rem
}

.wrapper.has-bar.menu-opened .logo, .wrapper.has-bar.header-alt .logo {
    top: 6.6rem
}

.wrapper.menu-opened .nav-trigger p {
    display: none
}

    .wrapper.menu-opened .nav-trigger p:last-child {
        display: block
    }

/*.wrapper.menu-opened:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f4f4;
    width: 43.2rem;
    z-index: 106
}*/

@media (max-width: 767px) {
    .wrapper.menu-opened:before {
        background-color: #fff
    }
}

.wrapper.menu-opened:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    opacity: 0.9;
    z-index: 105
}

.wrapper .menu__aside {
    z-index: 108
}

/*.wrapper.menu-opened .header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f4f4;
    width: 43.2rem
}*/

@media (max-width: 767px) {
    .wrapper.menu-opened .header:before {
        background-color: #fff
    }
}

.wrapper.menu-opened .header__aside {
    z-index: 10
}

.wrapper.wrapper--golf.menu-opened .header__bar, .wrapper.wrapper--golf.menu-opened .header__aside, .wrapper.wrapper--wellness.menu-opened .header__bar, .wrapper.wrapper--wellness.menu-opened .header__aside {
    opacity: 0;
    visibility: hidden
}

.wrapper.header-fixed .header {
    position: fixed !important;
    transform: translateY(0);
    transition: transform 0.3s, background 0.3s
}

.wrapper.menu-opened .header, .wrapper.header-alt .header {
    background-color: #fff;
    border-bottom: none;
    z-index: 107
}

.wrapper.menu-opened .nav-trigger, .wrapper.header-alt .nav-trigger {
    color: #202020
}

    .wrapper.menu-opened .nav-trigger span, .wrapper.header-alt .nav-trigger span {
        background-color: #202020
    }

.wrapper.menu-opened .language-switch .select2-container--default .select2-selection--single .select2-selection__rendered, .wrapper.header-alt .language-switch .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #202020
}

.wrapper.menu-opened .logo, .wrapper.header-alt .logo {
    top: 0.7rem
}

    .wrapper.menu-opened .logo .active-image, .wrapper.header-alt .logo .active-image {
        display: block
    }

    .wrapper.menu-opened .logo .active-image--tablet, .wrapper.header-alt .logo .active-image--tablet {
        display: none
    }

    .wrapper.menu-opened .logo .static-image, .wrapper.header-alt .logo .static-image {
        display: none
    }

.wrapper.menu-opened .menu {
    visibility: visible;
    transform: translateY(0)
}

.wrapper.has-decoration .main {
    position: relative
}

    .wrapper.has-decoration .main:before {
        content: '';
        position: absolute;
        top: 13.8rem;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        opacity: 0.3;
        pointer-events: none
    }

    .wrapper.has-decoration .main:after {
        content: '';
        position: absolute;
        top: 13.8rem;
        left: 0;
        width: 100%;
        height: 26.4rem;
        background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, #fff 100%);
        pointer-events: none
    }

    .wrapper.has-decoration .main > * {
        position: relative;
        z-index: 1
    }

        .wrapper.has-decoration .main > *.js-slider-rooms-filters {
            z-index: 4
        }

@media (max-width: 991px) {
    .wrapper.menu-opened .active-image--tablet, .wrapper.header-alt .active-image--tablet {
        display: block !important;
        /*width: 40px;*/
        margin: 0rem auto
    }

    .wrapper.menu-opened .active-image--desktop, .wrapper.header-alt .active-image--desktop {
        display: none !important
    }

    .wrapper.menu-opened .page-actions {
        z-index: -1
    }

    .wrapper.menu-opened .header {
        border-color: #fff
    }

    .wrapper.header-transparent .logo {
        width: 100px
    }

    .wrapper.header-transparent .header--golf .logo, .wrapper.header-transparent .header--wellness .logo {
        width: auto
    }

    .wrapper.header-transparent .header--wellness .logo {
        top: 2.2rem
    }

    .wrapper.header-fixed .header--wellness .logo {
        top: 0.4rem
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 8rem
    }

    .wrapper--blog {
        padding-top: 0
    }

    .wrapper.header-transparent .logo {
        width: 60px;
        top: 1.9rem;
    }

    .wrapper.wrapper--golf.header-alt .logo, .wrapper.wrapper--wellness.header-alt .logo, .wrapper.wrapper--blog.header-alt .logo, .wrapper.wrapper--blog.header-transparent .logo {
        width: auto
    }

    .wrapper.has-decoration .main:before {
        content: none
    }

    .wrapper.header-alt .logo {
        /*width: 100px*/
    }

    .wrapper.has-bar.header-transparent .logo {
        top: 7.9rem
    }

    .wrapper.has-bar.header-transparent.menu-opened .logo, .wrapper.has-bar.header-transparent.header-alt .logo {
        top: 7rem
    }

    .wrapper.header-transparent .header--wellness .logo {
        top: 1.8rem
    }

    .wrapper.header-fixed .header--wellness .logo {
        top: 0.4rem
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    transform: translateY(0);
    transition: background .3s, transform .3s
}

    .header .header__inner {
        display: flex;
        align-items: center;
        -webkit-box-justify: space-between;
        -moz-box-justify: space-between;
        -ms-flex-justify: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        padding: 2.8rem 7rem
    }

.header--golf .header__inner, .header--wellness .header__inner {
    padding: 2rem 2.1rem
}

.header__aside {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .header__aside .btn {
        height: 44px;
        line-height: 4.4rem;
        padding-top: 0;
        padding-bottom: 0
    }

.wrapper--golf .header__aside .btn {
    width: 178px;
    padding-left: 10px;
    padding-right: 10px
}

.header .header__content {
    display: flex;
    align-items: center;
    margin-top: -0.6rem;
    max-width: calc(100% - 215px);
    width: 100%
}

.header .header__bar {
    position: relative;
    width: 100%;
    padding-top: 10px;
    color: #363636
}

.header-transparent .header .header__bar {
    color: #fff
}

.header-transparent.header-fixed .header .header__bar {
    color: #363636
}

.header--golf .header__bar {
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    border-top: 1px solid rgba(255,255,255,0.46)
}

    .header--golf .header__bar .menu-nav-container {
        margin-left: 34px
    }

    .header--golf .header__bar .menu-trigger {
        position: relative;
        right: auto;
        bottom: auto
    }

.header .menu-trigger {
    position: absolute;
    right: 2.1rem;
    bottom: 0
}

.header .header__logo {
    position: absolute;
    top: 0;
    left: 21px;
    right: 21px;
    bottom: 0;
    min-height: 140px;
    overflow: hidden;
    pointer-events: none
}

.header--wellness .logo {
    z-index: 2;
    pointer-events: all
}

    .header--wellness .logo:before, .header--wellness .logo:after {
        content: '';
        position: absolute;
        top: 41px;
        height: 1px;
        width: 50vw;
        background: #8E8E8E;
        transition: opacity .3s;
        pointer-events: none
    }

    .header--wellness .logo:before {
        right: 100%;
        margin-right: 6px
    }

    .header--wellness .logo:after {
        left: 100%;
        margin-left: 6px
    }

.menu-opened .header--wellness .logo {
    opacity: 0;
    visibility: hidden
}

.header--golf .logo {
    z-index: 2;
    pointer-events: all
}

.header--golf .language-switch .select2-container--default .select2-selection--single {
    text-align: center
}

    .header--golf .language-switch .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 1rem
    }

    .header--golf .language-switch .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-right: 21px
    }

.header--golf .nav-trigger {
    height: 23px
}

.header--golf .menu-trigger.active {
    transform: translateY(-8px)
}

.header-fixed .header .logo:before, .header-fixed .header .logo:after {
    opacity: 0
}

.header .header__link {
    font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #28375b;
    text-decoration: none
}

    .header .header__link:hover {
        text-decoration: underline
    }

.header-fixed .header--golf, .header-fixed .header--wellness {
    box-shadow: 0 3px 15px rgba(0,0,0,0.13)
}

    .header-fixed .header--wellness .header__inner {
        display: none
    }

    .header-fixed .header--wellness .header__bar {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px
    }

    .header-fixed .header--golf .menu-trigger, .header-fixed .header--wellness .menu-trigger {
        top: 50%;
        margin-top: -6px
    }

.header-fixed .header--golf {
    height: 76px
}

    .header-fixed .header--golf .logo {
        top: 15px;
        left: 48px;
        transform: none
    }

    .header-fixed .header--golf .header__inner {
        padding: 1rem 2.1rem
    }

    .header-fixed .header--golf .header__bar {
        position: absolute;
        top: 0;
        left: 0;
        height: 76px;
        padding: 0;
        border-top: 0 none;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header-fixed .header--golf .language-switch {
        opacity: 0;
        visibility: hidden
    }

    .header-fixed .header--golf .menu-trigger {
        top: auto;
        margin-top: -5px;
        pointer-events: all
    }

.header .logo-mobile {
    display: none
}

@media (max-width: 1199px) {
    .header--golf .header__aside .language-switch {
        display: none
    }

    .header--golf .header__bar {
        justify-content: flex-end
    }

    .header-fixed .header--golf .header__bar .menu-nav-container {
        margin-left: auto;
        margin-right: 195px
    }
}

@media (max-width: 991px) {
    .header .logo-mobile {
        position: absolute;
        top: 1.2rem;
        left: 1.9rem;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s
    }

    .header-fixed .header .logo-mobile {
        opacity: 1;
        visibility: visible
    }

    .header .logo-mobile img {
        max-width: 20px
    }

    .header-fixed .header--wellness .header__bar {
        height: 60px
    }

    .header--wellness .logo {
        height: 48px
    }

        .header--wellness .logo img {
            height: 100%;
            width: auto
        }

        .header--wellness .logo:before, .header--wellness .logo:after {
            top: 2.6rem
        }
}

@media (max-width: 767px) {
    .header .header__inner {
        padding: 2.5rem 1.9rem
    }

    .header--wellness .header__inner {
        padding: 1.8rem 1.9rem
    }

    .header .header__aside {
        display: none
    }

    .header--wellness .header__aside {
        display: block
    }

    .header .header__content {
        max-width: 100%;
        width: 100%
    }

    .header .nav-trigger {
        margin-left: auto
    }

    .header .header__link {
        font-size: 1.2rem;
        white-space: nowrap
    }

    .header--golf .header__inner {
        padding: 1.1rem 1.7rem
    }

    .header--golf .header__bar {
        padding-top: 1.5rem;
        margin-left: 1.7rem;
        margin-right: 1.7rem
    }

    .header--golf .header__aside {
        display: block
    }

    .wrapper--golf .header--golf .header__aside .btn {
        width: 121px;
        height: 40px;
        font-size: 1.4rem;
        letter-spacing: 0.03em;
        line-height: 40px
    }

    .header--golf .logo {
        left: 46px;
        height: 28px;
        width: auto;
        transform: none
    }

        .header--golf .logo img {
            max-height: 28px
        }

    .header-fixed .header--golf {
        height: 60px
    }

        .header-fixed .header--golf .nav-trigger {
            display: none
        }

        .header-fixed .header--golf .logo {
            left: 0
        }

        .header-fixed .header--golf .header__inner {
            padding: 1rem 5.1rem 1rem 1.7rem
        }

        .header-fixed .header--golf .header__bar {
            height: 60px;
            width: calc(100% - 34px)
        }

            .header-fixed .header--golf .header__bar .menu-nav-container {
                margin-right: 0
            }
}

.header-blog {
    position: relative;
    width: 100%;
    padding: 12px 0;
    background: #fff;
    text-align: center;
    font-weight: normal
}

    .header-blog .logo {
        position: static;
        transform: none;
        margin-bottom: 5px;
        width: auto
    }

.footer {
    position: relative;
    z-index: 1;
    background-color: #28375b;
    color: #fff;
    margin-top: 50px;
}

    .footer a {
        color: #ffffff
    }

    .footer .footer__bar {
        padding: 0;
        background-color: #88afde
    }

    .footer .footer__bar-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

    .footer .socials {
        width: auto
    }

        .footer .socials ul li a i {
            color: #fff !important;
            font-size: 36px;
        }

    .footer .footer__title {
        margin: 0;
        font-size: 3rem;
        font-weight: 400;
    }

    .footer .footer__subtitle {
        margin-bottom: 0.9rem;
        line-height: 1.18;
        text-transform: none;
        color: #ffffff
    }

    .footer .footer__contacts p {
        font-size: 1.3rem
    }

        .footer .footer__contacts p strong {
            font-weight: 500
        }

    .footer .widget-weather {
        width: 316px
    }

    .footer .footer__content {
        padding: 2.6rem 0
    }

        .footer .footer__content .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between
        }

    .footer .app-store {
        padding-right: 93px
    }

@media (max-width: 1199px) {
    .footer .footer__title {
        font-size: 4rem;
        line-height: 1
    }

    .footer .app-store {
        padding: 0
    }
}

@media (max-width: 991px) {
    .footer .footer__contacts {
        max-width: 100%;
        width: 100%;
        margin-bottom: 2rem
    }

    .footer .widget-weather, .footer .app-store {
        max-width: 50%;
        width: 100%
    }

    .footer .app-store {
        text-align: right
    }

    .footer .footer__inner {
        /*display: none*/
    }
}

@media (max-width: 767px) {
    .footer {
        padding-bottom: 5.4rem
    }

        .footer .footer__title {
            margin-bottom: 1.6rem;
            font-size: 3rem
        }

        .footer .footer__subtitle {
            font-size: 1.8rem
        }

        .footer .footer__contacts p {
            font-size: 1.1rem
        }

        .footer .widget-weather, .footer .app-store {
            max-width: 100%
        }

        .footer .app-store {
            text-align: left
        }
}

.footer-blog {
    position: relative;
    padding: 52px 17px;
    background: #F2F2F2;
    text-align: center;
}

.footer-blog__title {
    margin-bottom: 3.5rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.1em
}

.footer-blog__cols {
    display: flex;
    justify-content: space-between
}

.footer-blog__col {
    width: 340px
}

.footer-blog .footer-blog__copyright {
    padding-top: 38px;
    font-size: 1rem;
    letter-spacing: 0.1em
}

@media (max-width: 991px) {
    .footer-blog__cols {
        display: block
    }

    .footer-blog__col {
        width: auto
    }

        .footer-blog__col + .footer-blog__col {
            margin-top: 4rem
        }

    .footer-blog__title {
        margin-bottom: 2rem
    }
}


.wrapper--blog .btn {
    font-size: 1.2rem;
    color: #202020;
    font-weight: bold;
    letter-spacing: 1.2px
}

.wrapper--golf .btn {
    background: #12715F;
    color: #fff
}

    .wrapper--golf .btn:hover {
        background: #363636
    }

/*
.btn {
    background-color: #28375b;
    color: #fff;
    border: 0px solid #fff;
}

    .btn:hover {
        color: #fff;
        background: #88afde;
    }*/

.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0
}

.btn--black {
    background-color: #202020;
    color: #fff
}

.wrapper--golf .btn-golf, .btn-golf {
    background: transparent;
    color: #12715F;
    border-color: #12715F;
    transition: .3s
}

    .wrapper--golf .btn-golf:hover, .btn-golf:hover {
        background: #12715F;
        color: #fff
    }

.btn-outline-golf, .wrapper--golf .btn-outline-golf {
    background: transparent;
    color: #fff;
    border-color: #fff;
    transition: .3s
}

    .btn-outline-golf:hover, .wrapper--golf .btn-outline-golf:hover {
        border-color: #363636;
        background: #363636
    }

.btn-scroll-top {
    appearance: none;
    display: inline-block;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    font-weight: 600
}

    .btn-scroll-top span {
        margin-top: 1rem;
        display: block
    }

    .btn-scroll-top svg {
        transform: translateY(0);
        transition: transform .3s
    }

    .btn-scroll-top:hover svg {
        transform: translateY(-10px)
    }

.btn-down {
    /*display: none;*/
    position: absolute;
    top: 1024px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 30px;
    text-decoration: none;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 32px;
    text-decoration: none
}

    .btn-down span {
        display: inline-block;
        width: 32px;
        height: 18px;
        position: relative
    }

    .btn-down svg {
        width: 32px;
        height: 18px
    }

    .btn-down .arrow-first {
        opacity: 1;
        animation: scroll-down 1.5s linear infinite
    }

    .btn-down .arrow-second {
        opacity: .5;
        top: -7px;
        animation: scroll-down 1.5s linear 0.5s infinite
    }

    .btn-down .arrow-third {
        opacity: .1;
        top: -13px;
        animation: scroll-down 1.5s linear 1s infinite
    }

.intro--golf .btn-down {
    bottom: 34px
}

@media (max-width: 767px) {
    .btn-down {
        bottom: 0
    }
}

.btn-phone {
    /*background-color: #fff;*/
    box-shadow: 0 0 6px rgba(0,0,0,0.15)
}

.btn-clear {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 400
}

    .btn-clear svg {
        margin-top: -2px;
        margin-right: 5px
    }

        .btn-clear svg path {
            transition: fill .3s
        }

    .btn-clear:hover svg path {
        fill: #88afde
    }

.btn--outline {
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #88afde;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #88afde
}

    .btn--outline:hover {
        background-color: #88afde
    }

.btn-ghost {
    padding: 5px 12px;
    background-color: transparent;
    border: 1px solid #333;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #333
}

    .btn-ghost:hover {
        background-color: #333
    }

input::placeholder {
    color: inherit;
    opacity: 1
}

textarea::placeholder {
    color: inherit;
    opacity: 1
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%
}

    .file .file__wrapper {
        width: 100%;
        display: flex;
        align-items: center
    }

    .file .file__label {
        max-width: 11rem;
        width: 100%
    }

    .file .file__button {
        max-width: 15rem;
        width: 100%;
        height: 5rem;
        background-color: #c3c3c3;
        line-height: 5rem;
        color: #fff;
        text-align: center
    }

    .file .file__title {
        max-width: calc(100% - 26rem);
        width: 100%;
        height: 5rem;
        border: 1px solid #c4c4c4;
        padding: 1.4rem 1.7rem
    }

    .file input {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        filter: alpha(opacity=0);
        opacity: 0;
        cursor: pointer
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    height: 5rem
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #202020;
        line-height: 4.8rem;
        padding-left: 1.8rem;
        padding-right: 5.4rem
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 4.8rem;
        width: 1.2rem;
        right: 2.4rem
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            left: 0;
            border: 0;
            height: 0.7rem;
            width: 1.2rem;
            margin: 0;
            margin-top: -0.6rem;
            transform: rotate(0);
            transition: transform .3s
        }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg)
}

.select2-results__options {
    padding: 1.5rem
}

.select2-results__option {
    position: relative;
    padding: 1rem 1.4rem
}

    .select2-results__option:last-child {
        padding-bottom: 0
    }

    .select2-results__option + .select2-results__option:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 1px;
        background-color: #f8f8f8
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f7;
    color: #202020
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 25rem
}

.select2-dropdown {
    border-radius: 0
}

.invalid-feedback {
    color: #cc2d2d
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border: 1px solid #cc2d2d;
    box-shadow: none
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #202020
}

.was-validated .form-check-input:invalid ~ .form-check-label:before, .form-check-input.is-invalid ~ .form-check-label:before {
    border-color: #cc2d2d
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #202020
}

    .was-validated .form-check-input:valid ~ .form-check-label:before, .form-check-input.is-valid ~ .form-check-label:before {
        border-color: #c4c4c4
    }

@media (max-width: 767px) {
    .file .file__wrapper {
        display: block
    }

    .file .file__label {
        display: block;
        width: 100%;
        padding-bottom: 0.5rem
    }

    .file .file__title {
        max-width: 100%;
        display: block
    }

    .file .file__button {
        display: none
    }

    .select2-results__options {
        padding: 0.5rem
    }
}

.form .form-control {
    padding: 0.5rem 1.8rem;
    appearance: none;
    border-radius: 0;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    color: #202020;
    transition: border-color .3s
}

    .form .form-control::-webkit-input-placeholder {
        color: #202020
    }

    .form .form-control::-moz-placeholder {
        color: #202020
    }

    .form .form-control:-moz-placeholder {
        color: #202020
    }

    .form .form-control:-ms-input-placeholder {
        color: #202020
    }

    .form .form-control:focus {
        box-shadow: none;
        border-color: #88afde
    }

.form input.form-control {
    height: 5rem;
    margin-top: 7px;
    line-height: 4.8rem
}

.form select.form-control {
    height: 5rem;
    margin-top: 7px;
    line-height: 4.8rem
}

.form textarea {
    resize: none;
    height: 85px
}

.form .form-check {
    position: relative;
    padding: 0
}

    .form .form-check input {
        position: absolute;
        top: 0;
        left: 0;
        width: 1.8rem;
        height: 1.8rem;
        margin: 0
    }

        .form .form-check input:checked + label:after {
            opacity: 1;
            visibility: visible
        }

    .form .form-check label {
        display: block;
        position: relative;
        font-size: 1.3rem;
        font-weight: 300;
        padding-left: 2.7rem;
        line-height: 1.54
    }

        .form .form-check label strong {
            font-weight: 600
        }

        .form .form-check label:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-color: #fff;
            border: 1px solid #c4c4c4;
            width: 1.8rem;
            height: 1.8rem
        }

        .form .form-check label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 1.2rem;
            height: 1.2rem;
            background-color: #202020;
            opacity: 0;
            visibility: hidden
        }

        .form .form-check label p {
            font-size: 1.3rem;
            font-weight: 300;
            line-height: 1.54
        }

            .form .form-check label p strong {
                font-weight: 600
            }

.form .form__btn {
    appearance: none;
    border-radius: 0;
    border: 0;
    background-color: #202020;
    color: #fff;
    text-transform: uppercase;
    padding: 1.4rem 3.7rem;
    transition: background .3s;
    cursor: pointer
}

    .form .form__btn:hover {
        background-color: #88afde
    }

.wrapper--golf .form .form__btn {
    margin-top: 20px;
    background: #12715F
}

    .wrapper--golf .form .form__btn:hover {
        background: #363636
    }

.form .form__row {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 10px
}

.form .form__row--1of2 {
    max-width: 50%
}

.form .form__row--1of3 {
    max-width: 33.33%
}

.form .form__row--1of4 {
    max-width: 25%
}

.form .form__row--title {
    padding-top: 0;
    padding-bottom: 0
}

    .form .form__row--title h3 {
        margin: 0 0 28px 0;
        font-weight: 100;
        letter-spacing: 0.1rem;
        line-height: 1.2;
        text-transform: uppercase
    }

.form .form__row--subtitle {
    padding-top: 0;
    padding-bottom: 0
}

    .form .form__row--subtitle h3 {
        margin-bottom: 1.3rem;
        font-size: 4rem;
        font-style: italic;
        line-height: 1.13;
        text-transform: none
    }

.form .form-group {
    margin: 0
}

.form .form-check {
    margin: -0.7rem 0
}

.form .message {
    padding: 3rem;
    text-align: center;
    display: none
}

.form.error .form__content, .form.success .form__content {
    display: none
}

.form.error .error-message {
    display: block
}

.form.success .success-message {
    display: block
}

.form .date-in-container, .form .date-out-container {
    position: absolute !important
}

.form .ui-selectmenu-button.ui-button {
    width: 100%;
    color: #202020;
    text-transform: none;
    font-weight: 300
}

.form .ui-button .ui-icon {
    right: 1rem
}

@media (max-width: 767px) {
    .form .form__row {
        padding: 8px 15px
    }

    .form .form__row--1of2, .form .form__row--1of4, .form .form__row--1of3 {
        max-width: 100%
    }

    .form .form__row--title h3 {
        font-size: 3.2rem;
        margin-bottom: 0
    }

    .form .form__row--subtitle h3 {
        font-size: 2.6rem
    }

    .form .form-control {
        font-size: 1.4rem
    }

    .form .form__btn {
        width: 100%
    }

    .wrapper--golf .form .form__btn {
        width: auto
    }
}

.booking-mask {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 37.9rem;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
    z-index: 110;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 7.2rem 3.6rem 3.7rem;
    color: #202020;
    visibility: hidden;
    transition: transform .3s
}

    .booking-mask.expanded {
        transform: translateX(0);
        overflow: auto;
        visibility: visible
    }

    .booking-mask form {
        width: 100%
    }

    .booking-mask .form__body {
        padding-top: 2.8rem
    }

    .booking-mask .form__title {
        margin: 0;
        font-size: 2.8rem;
        font-weight: 300;
        letter-spacing: 0.028rem;
        line-height: 1.43;
        text-transform: uppercase;
        text-align: center
    }

    .booking-mask .form__subtitle {
        margin: 0;
        padding-left: 7.3rem;
        font-size: 1.6rem;
        font-weight: 300;
        text-transform: none
    }

    .booking-mask .booking__close {
        position: absolute;
        top: 1.7rem;
        right: 2rem;
        appearance: none;
        border-radius: 0;
        border: 0;
        background-color: transparent;
        padding: 0
    }

    .booking-mask .form__cols {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -0.8rem
    }

    .booking-mask .form__col {
        width: 50%;
        padding: 0 0.8rem
    }

    .booking-mask .field {
        display: block;
        width: 100%;
        border: 1px solid #c4c4c4;
        border-radius: 0;
        background-color: transparent;
        appearance: none;
        height: 5rem;
        line-height: 4.8rem;
        padding: 0 1.3rem;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
        transition: border-color .3s
    }

        .booking-mask .field:focus {
            border-color: #202020;
            outline: 0
        }

    .booking-mask .field-complex {
        padding-left: 4.2rem;
        text-align: left
    }

        .booking-mask .field-complex.active {
            border-color: #202020
        }

    .booking-mask .datepicker {
        position: relative
    }

        .booking-mask .datepicker .form__icon {
            left: auto;
            right: 12px
        }

    .booking-mask .form__icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 14px
    }

    .booking-mask .form__controls {
        position: relative
    }

        .booking-mask .form__controls.focused .form__label {
            font-size: 1.2rem;
            top: 0
        }

    .booking-mask .form__label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0.8rem;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
        display: inline-block;
        padding: 0 2.5rem 0 0.7rem;
        background-color: #fff;
        transition: top .3s, font-size .3s;
        pointer-events: none
    }

    .booking-mask .form__row + .form__row {
        margin-top: 1.9rem
    }

    .booking-mask .booking__btn {
        align-self: flex-end;
        text-decoration: none;
        font-family: "Roboto",sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.028rem;
        text-transform: uppercase
    }

    .booking-mask .form__btn {
        display: block;
        width: 21.4rem;
        margin: 2rem auto 0
    }

    .booking-mask .form__link {
        appearance: none;
        border-radius: 0;
        background-color: transparent;
        border: 0;
        text-align: center;
        transition: color .3s
    }

        .booking-mask .form__link:hover {
            color: #88afde
        }

        .booking-mask .form__link.hidden {
            opacity: 0;
            visibility: hidden;
            position: absolute
        }

    .booking-mask .form__popup {
        position: absolute;
        background-color: #f7f7f7;
        padding: 1.5rem 1.8rem 2rem;
        opacity: 0;
        visibility: hidden
    }

        .booking-mask .form__popup.active {
            opacity: 1;
            visibility: visible;
            position: relative
        }

        .booking-mask .form__popup p {
            margin-bottom: 1rem
        }

        .booking-mask .form__popup strong {
            font-weight: 600
        }

        .booking-mask .form__popup .form__popup-close {
            position: absolute;
            top: 1.7rem;
            right: 1.8rem;
            appearance: none;
            border-radius: 0;
            border: 0;
            background-color: transparent
        }

        .booking-mask .form__popup .form__label {
            background-color: #f7f7f7
        }

    .booking-mask .form__counter {
        display: none;
        padding: 1.7rem;
        box-shadow: 0 0 6px rgba(0,0,0,0.15);
        background-color: #ffffff
    }

        .booking-mask .form__counter.active {
            display: block
        }

        .booking-mask .form__counter .form__row {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

    .booking-mask .form__actions {
        margin-bottom: 8rem
    }

.form-newsletter {
    max-width: 50.2rem;
    margin: 0 auto;
    width: 100%
}

.form-gms iframe {
    display: block;
    margin: auto
}

.form-ajax .form-success, .form-ajax .form-error {
    display: none
}

.form-ajax.success .form-success {
    display: block
}

.form-ajax.success form {
    display: none
}

.form-ajax.error .form-error {
    display: block;
    padding-top: 10px;
    color: #ff1000
}

[class^='list-'] {
    list-style: none outside none
}

.list-quality {
    display: flex;
    align-items: center
}

    .list-quality .field-quality {
        display: block;
        height: 2.8rem;
        line-height: 2.8rem;
        margin: 0 1.1rem;
        width: 25px;
        text-align: center;
        border: 0;
        border-bottom: 1px solid #e4e4e4
    }

    .list-quality a {
        display: block;
        text-decoration: none;
        width: 2.8rem;
        height: 2.8rem;
        line-height: 2.8rem;
        border: 1px solid #c4c4c4;
        color: #a7a7a7;
        text-align: center
    }

.list-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.4rem
}

    .list-details strong {
        display: block;
        width: 100%;
        margin-bottom: 0.8rem;
        font-weight: 600
    }

    .list-details li + li {
        margin-left: 3rem
    }

@media (max-width: 767px) {
    .list-details {
        margin-bottom: 1.5rem;
        justify-content: space-between
    }

        .list-details li {
            margin-bottom: 1.5rem;
            width: 50%
        }

            .list-details li + li {
                margin-left: 0
            }
}

.list-suggestions {
    letter-spacing: 0.32rem;
    line-height: 2.13;
    text-transform: uppercase
}

    .list-suggestions a {
        position: relative;
        display: block;
        width: 100%;
        text-decoration: none
    }

    .list-suggestions .active {
        font-weight: 600
    }

        .list-suggestions .active:before {
            content: '';
            position: absolute;
            top: 14px;
            transform: translateY(-50%);
            left: -1.3rem
        }

.list-suggestions--alt {
    position: relative;
    max-width: 30rem;
    width: 100%;
    letter-spacing: 0
}

    .list-suggestions--alt:before {
        content: '';
        position: absolute;
        top: 2rem;
        right: 1rem;
        transform: rotate(0);
        transition: transform 0.3s
    }

    .list-suggestions--alt button {
        border-style: none;
        border-color: inherit;
        border-width: 0;
        display: block;
        appearance: none;
        border-radius: 0;
        background-color: transparent;
        text-transform: none;
        font-size: 2.6rem;
        line-height: 1;
        cursor: pointer
    }

    .list-suggestions--alt ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        list-style: none outside none;
        letter-spacing: 0.2rem;
        background-color: #e6e0d9;
        font-weight: 300;
        display: none
    }

        .list-suggestions--alt ul li {
            background-color: #e6e0d9
        }

            .list-suggestions--alt ul li:first-child {
                position: relative;
                margin-bottom: 1.5rem;
                font-size: 3rem;
                text-transform: none;
                line-height: 1
            }

                .list-suggestions--alt ul li:first-child:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: -20px
                }

        .list-suggestions--alt ul .active {
            position: relative;
            font-weight: 600
        }

            .list-suggestions--alt ul .active:before {
                top: 17px
            }

    .list-suggestions--alt > li {
        position: static;
        display: none;
        background-color: #d8d1c9;
        padding: 0.5rem 1rem
    }

        .list-suggestions--alt > li.selected {
            display: block
        }

    .list-suggestions--alt.expanded > li {
        display: block
    }

    .list-suggestions--alt.expanded:before {
        transform: rotate(180deg)
    }

    .list-suggestions--alt > .active:before {
        content: none
    }

    .list-suggestions--alt li.expanded ul {
        display: block
    }

    .list-suggestions--alt.hide-children > li {
        display: none
    }

        .list-suggestions--alt.hide-children > li.expanded {
            display: block
        }

.list-arrows li {
    display: inline-block
}

    .list-arrows li + li {
        margin-left: 1rem
    }

.list-arrows a {
    display: inline-block;
    padding-top: 1.2rem;
    text-align: center;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.16);
    text-decoration: none;
    transition: box-shadow 0.3s;
    position: relative;
    z-index: 2
}

    .list-arrows a:hover {
        box-shadow: 0 0 6px rgba(0,0,0,0.5)
    }

.list-links {
    position: relative;
    margin: 0 1.5rem 1.5rem;
    background-color: #e6e0d9;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.28rem;
    text-transform: uppercase
}

    .list-links:before {
        content: '';
        position: absolute;
        top: 18px;
        right: 17px;
        transform: rotate(0);
        transition: transform 0.3s
    }

    .list-links li {
        display: none
    }

        .list-links li.selected {
            display: block
        }

    .list-links a {
        display: block;
        padding: 1.2rem 1.8rem;
        text-decoration: none
    }

    .list-links.expanded li {
        display: block
    }

    .list-links.expanded:before {
        transform: rotate(180deg)
    }

.list-links--blue {
    background-color: #d4e8ed
}

@media (max-width: 991px) {
    .list-links {
        display: flex;
        flex-direction: column
    }

        .list-links button {
            border-style: none;
            border-color: inherit;
            border-width: 0;
            display: block;
            width: 100%;
            appearance: none;
            border-radius: 0;
            background-color: transparent;
            text-transform: none;
            font-size: 2.6rem;
            line-height: 1;
            text-align: left
        }

        .list-links ul {
            width: 100%;
            list-style: none outside none;
            letter-spacing: 0.2rem;
            font-weight: 300
        }

            .list-links ul .active {
                position: relative;
                font-weight: 600
            }

                .list-links ul .active:before {
                    top: 17px
                }

        .list-links > li {
            position: static;
            display: none;
            background-color: #d8d1c9;
            padding: 0.5rem 1rem;
            order: 2
        }

            .list-links > li.selected {
                order: 1;
                display: block
            }

        .list-links a {
            padding: 0.5rem 1rem
        }

    .list-links--blue > li {
        background-color: #d4e8ed
    }
}

.list-vehicles {
    list-style: none outside none
}

    .list-vehicles li {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 3rem
    }

        .list-vehicles li + li {
            margin-left: 2.5rem
        }

.list-checks {
    /*margin-bottom: -10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    color: #28221f*/
}

    .list-checks li {
        position: relative;
        /*max-width: 48%;*/
        width: 100%;
        padding-left: 2.5rem;
        margin-bottom: 5px;
        line-height: 1.5;
    }

        .list-checks li:before {
            content: '';
            position: absolute;
            top: 4px;
            left: 0;
            width: 15px;
            height: 12px
        }

@media (max-width: 767px) {
    .list-checks {
        display: block
    }

        .list-checks li {
            max-width: 100%
        }
}

.list-checks-alt ul {
    list-style: none outside none
}

    .list-checks-alt ul:not([class]) > li {
        position: relative;
        padding-left: 2.8rem
    }

        .list-checks-alt ul:not([class]) > li:before {
            content: '';
            position: absolute;
            top: .4rem;
            left: 0;
            width: 15px;
            height: 11px
        }

        .list-checks-alt ul:not([class]) > li:after {
            display: none
        }

.list-checks-alt li + li {
    margin-top: 1rem
}

.list-category {
    margin-bottom: 9px
}

    .list-category .select2-results__option[aria-selected='true'] {
        display: none
    }

    .list-category .select2-container--default .select2-selection--single {
        border: none;
        height: 4.5rem;
        background-color: #d8d1c9
    }

        .list-category .select2-container--default .select2-selection--single .select2-selection__rendered {
            border-style: none;
            border-color: inherit;
            border-width: 0;
            appearance: none;
            border-radius: 0;
            background-color: transparent;
            text-transform: none;
            font-size: 2.6rem;
            line-height: 4.5rem;
            padding-left: 1rem
        }

        .list-category .select2-container--default .select2-selection--single .select2-selection__arrow {
            right: 1.2rem
        }

    .list-category .select2-container--default .select2-results > .select2-results__options {
        padding: 0
    }

    .list-category .select2-results__option {
        text-transform: none;
        font-size: 2.6rem;
        line-height: 4.5rem;
        padding-left: 1rem;
        background-color: #d8d1c9;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .list-category .select2-dropdown {
        background-color: #d8d1c9;
        border: none
    }

    .list-category .select2-results__option + .select2-results__option:before {
        display: none
    }

.list-rooms {
    width: 100%;
    list-style: none outside none;
    letter-spacing: 0.2rem;
    font-weight: 300;
    display: none
}

    .list-rooms li {
        position: relative
    }

    .list-rooms.is-active {
        display: block
    }

    .list-rooms a {
        font: 300 1.6rem/2.13 "Poppins";
        letter-spacing: 2px;
        text-decoration: none;
        text-transform: uppercase
    }

    .list-rooms .active a {
        font-weight: 600
    }

    .list-rooms .active:before {
        content: '';
        position: absolute;
        top: 14px;
        transform: translateY(-50%);
        left: -1.3rem;
        top: 17px
    }

.list-categories a {
    text-decoration: none
}

    .list-categories a.active {
        color: #88afde
    }

.list-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    list-style: none outside none
}

    .list-back a {
        display: flex;
        align-items: center;
        text-decoration: none
    }

        .list-back a span {
            display: block;
            width: 60px;
            margin: 0 16px
        }

    .list-back li:last-child {
        text-align: right
    }

@media (max-width: 767px) {
    .list-back a span {
        margin: 0 8px
    }
}

.logo {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 2.9rem;
    left: 12%;
    transform: translateX(-50%)
}

    .logo .active-image {
        display: none
    }

@media (max-width: 991px) {
    .logo {
        width: 50px
    }
}

@media (max-width: 767px) {
    .logo {
        width: 97px
    }
}

.nav-trigger {
    position: relative;
    display: inline-block;
    padding-left: 5rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.032rem;
    text-decoration: none;
    text-transform: uppercase
}

.nav-trigger--small {
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 0.15em
}

.nav-trigger p {
    margin: 0
}

    .nav-trigger p:last-child {
        display: none
    }

    .nav-trigger p.opened {
        display: none
    }

.nav-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    height: 3px;
    width: 37px;
    border-radius: 25%;
   
}

.home-page .nav-trigger span {
    background-color: #fff
}
.inner-page .nav-trigger span {
    background-color: #202020;
}
    .nav-trigger span:nth-child(1) {
        top: 0
    }

    .nav-trigger span:nth-child(2) {
        /*width: 2.4rem;*/
        top: 1.1rem
    }

    .nav-trigger span:nth-child(3) {
        top: 2.2rem
    }

.nav-trigger--small span {
    width: 2.3rem;
    height: 0.2rem
}

    .nav-trigger--small span:nth-child(1) {
        top: 0.6rem
    }

    .nav-trigger--small span:nth-child(2) {
        width: 1.5rem;
        top: 1.3rem
    }

    .nav-trigger--small span:nth-child(3) {
        top: 2rem
    }

.nav-trigger:hover {
    color: #fff
}

.nav-trigger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 1.4rem
}

.nav-trigger.active span:nth-child(2) {
    opacity: 0
}

.nav-trigger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 1.4rem
}

@media (max-width: 767px) {
    .nav-trigger {
        height: 20px
    }

        .nav-trigger p {
            display: none
        }

        .nav-trigger span {
            width: 2.8rem
        }

            .nav-trigger span:nth-child(1) {
                top: 0
            }

            .nav-trigger span:nth-child(2) {
                width: 1.9rem;
                top: 0.9rem
            }

            .nav-trigger span:nth-child(3) {
                top: 1.8rem
            }
}

.nav {
    width: 100%;
    font-size: 2.3rem;
    font-weight: 300;
}

    .nav ul {
        width: 100%;
        padding: 0;
        list-style: none outside none;
        column-count: 2;
        padding-top: 0.5rem;
    }

    .nav li {
        page-break-inside: avoid;
        break-inside: avoid;
        overflow: hidden;
        width: 100%;
    }

    .nav ul .navigation-item {
        width: 100%;
    }

    .nav a {
        text-decoration: none;
        color: #28375b;
        font-family: "Playfair Display", serif;
        font-size: 32px;
        font-weight: 600;
        /*font-family: 'Roboto', sans-serif;*/
    }

        .nav a:hover {
            color: #88afde;
        }

.navigation-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.7rem;
}

.nav-item {
    padding: 10px 0px;
}

@media (max-width: 1199px) {
    .nav {
        font-size: 2.8rem
    }
}

@media (max-width: 991px) {
    .nav {
        font-size: 2.5rem
    }

        .nav ul {
            column-count: 1
        }
}

@media (max-width: 991px) {
    .nav {
        font-size: 1.7rem
    }
}

.nav-utilities {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.032rem
}

    .nav-utilities ul {
        list-style: none outside none
    }

    .nav-utilities li + li {
        margin-top: 1.5rem
    }

    .nav-utilities a {
        text-decoration: none
    }

.nav-secondary {
    padding: 3px 0;
    border-top: 1px solid #fff;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.018rem
}

    .nav-secondary ul {
        list-style: none outside none;
        display: flex;
        justify-content: space-between
    }

    .nav-secondary a {
        color: #fff;
        text-decoration: none;
        transition: color .3s
    }

        .nav-secondary a.current, .nav-secondary a:hover {
            color: #28375b;
        }

@media (max-width: 1199px) {
    .nav-secondary {
        font-size: 1.1rem
    }
}

.nav-tabs {
    justify-content: center;
    font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.32rem;
    text-transform: uppercase;
    border: 0
}

    .nav-tabs .nav-link {
        padding: 0 24px;
        border: 0;
        color: #202020
    }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            border: 0;
            background-color: transparent
        }

.nav-tabs--restaurant a:first-child {
    opacity: 0;
    width: 1px;
    height: 1px
}

.nav-blog {
    display: flex;
    align-items: center;
    justify-content: center
}

    .nav-blog .language-switch {
        margin-left: 0;
        margin-bottom: 12px
    }

        .nav-blog .language-switch .select2-container--default .select2-selection--single {
            height: 20px;
            width: 110px
        }

            .nav-blog .language-switch .select2-container--default .select2-selection--single .select2-selection__arrow {
                top: -6px
            }

            .nav-blog .language-switch .select2-container--default .select2-selection--single .select2-selection__rendered {
                text-transform: uppercase;
                font-family: "Roboto",sans-serif;
                font-size: 1.2rem;
                letter-spacing: 0.1em;
                line-height: 20px;
                text-align: left
            }

    .nav-blog .nav {
        width: auto;
        text-transform: uppercase;
        font-family: "Roboto",sans-serif;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        font-weight: normal
    }

        .nav-blog .nav ul {
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            columns: initial
        }

        .nav-blog .nav li {
            padding-bottom: 0;
            margin: 0 2.3rem 12px
        }

            .nav-blog .nav li + li {
                margin-top: 0
            }

@media (max-width: 991px) {
    .nav-blog .nav li {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.nav-wellness {
    color: #363636
}

    .nav-wellness .nav > ul > li:nth-child(n+5) {
        display: none
    }

    .nav-wellness .nav {
        display: block;
        font-family: "Roboto",sans-serif;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        font-weight: 500;
        text-transform: uppercase
    }

        .nav-wellness .nav ul ul {
            display: none
        }

        .nav-wellness .nav ul {
            display: flex;
            justify-content: center
        }

        .nav-wellness .nav li {
            padding-bottom: 0
        }

            .nav-wellness .nav li + li {
                margin-left: 30px
            }

            .nav-wellness .nav li:nth-child(3) {
                margin-left: 250px
            }

        .nav-wellness .nav a {
            display: block;
            width: 150px;
            text-align: center
        }

            .nav-wellness .nav a:hover, .nav-wellness .nav .current {
                color: #28375b
            }

.wrapper:not(.header-fixed).header-transparent .nav-wellness {
    color: #fff
}

@media (max-width: 991px) {
    .nav-wellness {
        display: none
    }
}

.nav-golf {
    color: #000
}

    .nav-golf .nav > ul > li:nth-child(n+8) {
        display: none
    }

    .nav-golf .nav {
        display: block;
        font-family: "Roboto",sans-serif;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        font-weight: 500;
        text-transform: uppercase
    }

        .nav-golf .nav ul ul {
            display: none
        }

        .nav-golf .nav ul {
            display: flex;
            justify-content: center;
            pointer-events: all
        }

        .nav-golf .nav li {
            padding-bottom: 0
        }

            .nav-golf .nav li + li {
                margin-left: 34px
            }

        .nav-golf .nav .current, .nav-golf .nav a:hover {
            color: currentColor;
            text-decoration: underline
        }

.wrapper:not(.header-fixed).header-transparent .nav-golf {
    color: #fff
}

@media (max-width: 1199px) {
    .nav-golf {
        display: none
    }
}

.menu-trigger {
    position: relative;
    display: inline-block;
    color: currentColor;
    width: 18px;
    height: 12px
}

    .menu-trigger span {
        position: absolute;
        left: 0;
        display: inline-block;
        height: 2px;
        width: 18px;
        border-radius: 25%;
        background-color: currentColor
    }

        .menu-trigger span:nth-child(1) {
            top: 0
        }

        .menu-trigger span:nth-child(2) {
            top: 0.6rem
        }

        .menu-trigger span:nth-child(3) {
            top: 1.2rem
        }

    .menu-trigger.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 1.4rem
    }

    .menu-trigger.active span:nth-child(2) {
        opacity: 0
    }

    .menu-trigger.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 1.4rem
    }

section ul:not([class]) {
    list-style: none outside none;
}

    section ul:not([class]) li {
        /*position: relative;*/
        padding-left: 10px;
        line-height: 2;
    }

/*  section ul:not([class]) li:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 4px;
            height: 4px;
            margin: auto;
            border-radius: 50%;
            background-color: #202020
        }*/

.section {
    position: relative;
    padding: 7rem 0 7rem;
    text-align: center
}

    .section .section__decoration {
        position: absolute;
        right: 0;
        top: 2rem;
        pointer-events: none;
        z-index: -1
    }

        .section .section__decoration img {
            display: block;
            width: 21rem;
            height: 26rem
        }

    .section .container {
        position: relative;
        z-index: 1
    }

    .section .section__head img {
        display: inline-block;
        margin-bottom: 5.2rem
    }

    .section .section__title--mobile, .section .section__title {
        margin-bottom: 3rem;
        /*font-size: 4rem;
        font-weight: 400;*/
        line-height: 2;
        color: #28375b;
    }

    .section .section__subtitle {
        color: #88afde;
        margin: 0;
        font-family: "Roboto",sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.67
    }

    .section .section__foot, .section .link {
        margin-top: 2.2rem
    }

@media (max-width: 1199px) {
    .section .section__decoration {
        top: auto;
        bottom: -4rem
    }

        .section .section__decoration img {
            width: 16rem;
            height: 19rem
        }
}

@media (max-width: 767px) {
    .section {
        padding: 2.6rem 0 4rem
    }

        .section .section__title--mobile {
            margin-bottom: 1rem;
            font-size: 2.7rem
        }

        .section .section__title {
            margin-bottom: 1rem;
            font-size: 2.7rem
        }

        .section .section__subtitle {
            display: none
        }

        .section .section__foot {
            margin-top: 1rem
        }

        .section .section__decoration {
            bottom: -10rem;
            z-index: 1
        }

            .section .section__decoration img {
                width: 11.5rem;
                height: 14.5rem
            }
}

.section-overlay {
    position: relative;
    padding: 11.2rem 0;
    color: #fff
}

    .section-overlay .section__image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none
    }

    .section-overlay .container {
        position: relative;
        z-index: 5
    }

    .section-overlay .section__content {
        max-width: 44rem;
        margin-left: 5rem
    }

    .section-overlay .section__bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 72.18%;
        background-image: linear-gradient(to right, #715235 0%, rgba(113,82,53,0) 100%);
        opacity: 0.8
    }

    .section-overlay .container {
        position: relative;
        z-index: 1
    }

    .section-overlay .section__title {
        margin-bottom: 2.4rem;
        text-shadow: 0 0 6px rgba(0,0,0,0.47);
        font-size: 5.5rem;
        font-weight: 300;
        letter-spacing: 0.275rem;
        line-height: 1;
        text-transform: uppercase
    }

        .section-overlay .section__title span {
            display: block
        }

            .section-overlay .section__title span.second-word {
                padding-left: 60px
            }

    .section-overlay .section__subtitle {
        margin-bottom: 2.6rem;
        letter-spacing: 0.04rem;
        line-height: 4.5rem
    }

    .section-overlay .link {
        margin-top: 1.9rem
    }

.section-overlay--alt {
    color: #202020
}

    .section-overlay--alt .section__title {
        margin: 0;
        text-shadow: 0 0 20px #ffffff;
        text-transform: none
    }

    .section-overlay--alt .section__decoration {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 1
    }

    .section-overlay--alt .section__bg {
        top: 50%;
        transform: translateY(-50%);
        left: -40%;
        width: 1313px;
        height: 911px;
        background-size: cover
    }

    .section-overlay--alt .section__content {
        position: relative;
        z-index: 1
    }

.section-overlay--reverse {
    padding: 12.5rem 0
}

    .section-overlay--reverse .container {
        max-width: 122.5rem
    }

    .section-overlay--reverse .section__title {
        margin-bottom: 0;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: 0.1rem;
        line-height: 1.2
    }

    .section-overlay--reverse .section__content {
        max-width: 33.6rem;
        margin: 0 0 0 auto
    }

    .section-overlay--reverse .section__bg {
        left: auto;
        right: 0;
        background-image: linear-gradient(270deg, #342312 0%, rgba(78,47,18,0) 100%);
        opacity: 0.9;
        width: 86rem
    }

    .section-overlay--reverse .section__subtitle {
        margin-bottom: 2rem
    }

    .section-overlay--reverse .section__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.section-overlay--secondary {
    padding: 9.5rem
}

    .section-overlay--secondary .section__title {
        margin-bottom: 2.4rem;
        font-size: 3.5rem;
        text-transform: none
    }

    .section-overlay--secondary .section__subtitle {
        margin-bottom: 1.2rem;
        font-size: 3rem;
        font-style: normal;
        text-transform: uppercase
    }

    .section-overlay--secondary .section__content {
        max-width: 35.6rem;
        margin-right: -1.9rem
    }

    .section-overlay--secondary .link {
        margin-top: 4.5rem
    }

.section-overlay--dark {
    padding: 7.5rem 5.8rem;
    color: #202020;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

    .section-overlay--dark .section__image {
        position: static;
        display: block
    }

        .section-overlay--dark .section__image img {
            display: block;
            width: 100%;
            height: auto
        }

    .section-overlay--dark .section__content {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        max-width: 43.6rem;
        padding: 0 50px;
        margin-left: 0;
        text-shadow: 1px 1px 2px #fff
    }

    .section-overlay--dark .section__bg {
        width: 59.7%;
        height: 100%;
        left: 1.4rem
    }

    .section-overlay--dark .section__title {
        margin-bottom: 4rem;
        font-size: 4rem;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 1.13;
        text-shadow: none;
        text-transform: none
    }

    .section-overlay--dark .section__subtitle {
        margin-bottom: 1.7rem;
        font-weight: 300
    }

@media (max-width: 1440px) {
    .section-overlay .section__content {
        margin-left: 15px
    }

    .section-overlay--reverse .section__content {
        margin-left: auto
    }
}

@media (max-width: 991px) {
    .section-overlay--dark {
        padding: 5rem 0
    }

        .section-overlay--dark .section__content {
            padding: 0 5rem
        }

        .section-overlay--dark .section__title {
            margin-bottom: 3rem;
            font-size: 3.2rem
        }
}

@media (max-width: 767px) {
    .section-overlay {
        padding: 2rem 0 13.5rem
    }

        .section-overlay .section__title {
            margin-bottom: 1.2rem;
            font-size: 3.2rem
        }

        .section-overlay .section__subtitle {
            margin-bottom: 1.6rem;
            font-size: 2.4rem;
            line-height: 1.25
        }

        .section-overlay .section__bg {
            width: 100%
        }

    .section-overlay--alt {
        padding: 3rem 0 28rem
    }

        .section-overlay--alt .section__bg {
            left: -540px;
            right: 0;
            top: -190px;
            transform: none;
            width: 1313px;
            height: 701px;
            opacity: 1;
            background-size: 100% 100%
        }

        .section-overlay--alt .section__title {
            margin: 0;
            font-size: 5rem
        }

        .section-overlay--alt .section__subtitle {
            margin: 0;
            font-size: 2.4rem;
            line-height: 1.25
        }

        .section-overlay--alt .link {
            margin-top: 1.6rem
        }

    .section-overlay--reverse {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 5.7rem;
        color: #202020;
        text-align: center
    }

        .section-overlay--reverse .container {
            max-width: 100%
        }

        .section-overlay--reverse .link svg, .section-overlay--reverse .link path {
            fill: #202020
        }

        .section-overlay--reverse .section__title {
            text-shadow: none
        }

        .section-overlay--reverse .section__image {
            position: static;
            height: 29rem;
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
            margin: 3rem 1.5rem 0
        }

        .section-overlay--reverse .section__bg {
            display: none
        }

        .section-overlay--reverse .section__inner {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            width: 100%
        }

        .section-overlay--reverse .section__content {
            max-width: 100%
        }

    .section-overlay--secondary {
        padding: 0;
        padding-top: 4.7rem
    }

        .section-overlay--secondary .section__content {
            margin: 0;
            text-align: left !important
        }

        .section-overlay--secondary .section__title {
            margin-bottom: 2rem;
            font-size: 2.7rem
        }

        .section-overlay--secondary .section__subtitle {
            font-size: 3.2rem
        }

        .section-overlay--secondary .section__image {
            height: 19.6rem
        }

        .section-overlay--secondary .link {
            margin-top: 1.5rem
        }

    .section-overlay--dark {
        padding: 25px 5px
    }

        .section-overlay--dark .section__content {
            position: static;
            max-width: 100%;
            padding: 5rem 0 0;
            margin: 0;
            transform: none
        }

        .section-overlay--dark .section__bg {
            display: none
        }

        .section-overlay--dark .section__image {
            position: static;
            display: block;
            width: 100%;
            height: 22.4rem
        }

        .section-overlay--dark .section__title {
            margin-bottom: 0.7rem;
            font-size: 3.1rem;
            line-height: 1.74
        }

        .section-overlay--dark .section__subtitle {
            margin-bottom: 1rem;
            font-size: 3rem;
            line-height: 1.5
        }
}

.section-grid {
    position: relative;
    padding-bottom: 7.4rem
}

    .section-grid:before {
        content: '';
        position: absolute;
        top: 8.7rem;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .section-grid .container {
        position: relative;
        z-index: 1;
        max-width: 117rem
    }

    .section-grid .section__content {
        max-width: 49%;
        margin: -3.6rem 0 0 auto
    }

    .section-grid .section__subtitle {
        margin-bottom: 1.3rem;
        font-size: 4rem;
        font-style: italic;
        letter-spacing: 0.04rem;
        line-height: 1.13;
        font-weight: 400
    }

    .section-grid .section__title {
        margin-left: -9.6rem;
        margin-bottom: 2.8rem;
        font-size: 5.6rem;
        font-weight: 300;
        letter-spacing: 0.28rem;
        text-transform: uppercase;
        font-style: normal;
        white-space: nowrap
    }


    .section-grid .link {
        margin-top: 1.9rem
    }

@media (max-width: 1199px) {
    .section-grid .section__title {
        white-space: pre-wrap;
        line-height: 1.2
    }
}

@media (max-width: 991px) {
    .section-grid .section__content {
        max-width: 100%;
        margin: 0;
        padding-top: 5rem
    }

    .section-grid .section__title {
        margin-left: 0;
        font-size: 4.5rem
    }
}

@media (max-width: 767px) {
    .section-grid {
        padding-bottom: 4.1rem
    }

        .section-grid .section__subtitle {
            margin-bottom: 0;
            font-size: 2.6rem
        }

        .section-grid .section__title {
            margin-bottom: 1.7rem;
            font-size: 3.2rem;
            letter-spacing: 0.08rem
        }

        .section-grid .section__content {
            padding-top: 2rem;
            margin: 25px !important;
            max-width: 100% !important;
        }
}

.section-rudi {
    position: relative;
    padding: 9.4rem 0 7.4rem;
    min-height: 1090px
}

    .section-rudi .section__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .section-rudi .section__inner {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
        min-height: 350px
    }

    .section-rudi .section__image {
        position: relative;
        max-width: 65.1rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }

        .section-rudi .section__image:after {
            display: none;
            content: '';
            position: absolute;
            top: 14rem;
            left: 2rem;
            width: 37.3rem;
            height: 33.3rem;
            background-color: #fff;
            z-index: 1
        }

    .section-rudi .section__content {
        max-width: calc(100% - 73rem);
        width: 100%;
        padding-top: 3.6rem;
        position: relative;
        right: -8.2rem;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .section-rudi .section__subtitle {
        margin-bottom: 2.65rem;
        font-size: 3rem;
        font-style: normal;
        letter-spacing: 0.01rem;
        line-height: 1.13;
        font-weight: 300
    }

    .section-rudi .section__title {
        margin-bottom: 0;
        font-size: 7.4rem;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0.28rem;
        text-transform: uppercase;
        font-style: normal;
        white-space: nowrap;
        margin-left: 4rem
    }

        .section-rudi .section__title p {
            font-size: 7.4rem;
            line-height: 1;
            font-weight: 400;
            letter-spacing: 0.28rem;
            text-transform: uppercase;
            font-style: normal;
            white-space: nowrap
        }

    .section-rudi .image-container {
        border: 4px solid #fff
    }

        .section-rudi .image-container img {
            width: 1px;
            height: 1px
        }

        .section-rudi .image-container:nth-child(1) {
            position: absolute;
            top: 8rem;
            z-index: 3;
            width: 26rem;
            height: 26rem
        }

        .section-rudi .image-container:nth-child(2) {
            position: absolute;
            top: 11rem;
            right: -0.6rem;
            z-index: 1;
            width: 35rem;
            height: 34rem
        }

        .section-rudi .image-container:nth-child(3) {
            position: absolute;
            top: 42rem;
            left: 105.5%;
            width: 54.8rem;
            height: 36.3rem
        }

        .section-rudi .image-container:nth-child(4) {
            position: absolute;
            top: 48.5rem;
            left: 57.5%;
            width: 34.8rem;
            height: 43.3rem;
            z-index: 2
        }

        .section-rudi .image-container:nth-child(5) {
            position: absolute;
            top: 38rem;
            left: -3rem;
            width: 35.8rem;
            height: 47.3rem;
            z-index: 2
        }

    .section-rudi .link {
        margin-top: 1.9rem
    }

    .section-rudi .container {
        max-width: 1212px
    }

@media (max-width: 1199px) {
    .section-rudi {
        min-height: 720px;
        padding: 3rem 0
    }

        .section-rudi .section__subtitle {
            font-size: 3rem
        }

        .section-rudi .section__title p {
            font-size: 4.6rem
        }

        .section-rudi .section__content {
            top: 0;
            bottom: auto;
            max-width: calc(100% - 58rem);
            padding-top: 0
        }

        .section-rudi .section__image:after {
            top: 26rem;
            width: 26.11rem;
            height: 23.31rem
        }

        .section-rudi .image-container:nth-child(1) {
            top: 0rem;
            width: 22rem;
            height: 24rem;
            left: 2rem
        }

        .section-rudi .image-container:nth-child(2) {
            top: 2rem;
            width: 25rem;
            height: 28rem;
            left: 26rem;
            right: auto
        }

        .section-rudi .image-container:nth-child(3) {
            top: 32rem;
            left: 32rem;
            width: 25rem;
            height: 34rem;
            z-index: 3
        }

        .section-rudi .image-container:nth-child(4) {
            top: 28rem;
            left: 54rem;
            height: 28.3rem;
            width: 38rem
        }

        .section-rudi .image-container:nth-child(5) {
            height: 37rem;
            left: 0;
            top: 26rem;
            width: 30rem
        }
}

@media (max-width: 991px) {
    .section-rudi {
        min-height: auto
    }

        .section-rudi .section__inner {
            min-height: auto;
            justify-content: space-between;
            flex-direction: column-reverse
        }

        .section-rudi .section__title {
            margin-left: 0
        }

        .section-rudi .section__content {
            position: relative;
            max-width: 100%;
            margin-bottom: 30px;
            text-align: center
        }

        .section-rudi .section__inner {
            max-width: 500px;
            margin: 0 auto
        }

        .section-rudi .section__image {
            align-items: flex-start;
            justify-content: flex-start;
            max-width: 100%;
            height: 860px
        }

            .section-rudi .section__image:after {
                top: 16rem
            }

        .section-rudi .image-container:nth-child(1) {
            top: 0rem;
            width: 18rem;
            height: 19rem;
            left: 4rem
        }

        .section-rudi .image-container:nth-child(2) {
            top: 2rem;
            width: 25rem;
            height: 25rem;
            left: 24rem;
            right: auto
        }

        .section-rudi .image-container:nth-child(3) {
            top: 29rem;
            left: 30rem;
            width: 24rem;
            height: 33rem
        }

        .section-rudi .image-container:nth-child(4) {
            top: 59rem;
            left: 2rem;
            height: 26rem;
            width: 40rem
        }

        .section-rudi .image-container:nth-child(5) {
            height: 37rem;
            left: 0;
            top: 21rem;
            width: 28rem
        }
}

@media (max-width: 767px) {
    .section-rudi {
        padding: 3rem 0 6rem
    }

        .section-rudi:before {
            height: 100%
        }

        .section-rudi .container {
            padding: 0 22px
        }

        .section-rudi .image-container {
            display: none
        }

        .section-rudi .section__content {
            top: 0;
            padding-top: 2.5rem;
            margin-bottom: 0
        }

        .section-rudi .section__image {
            height: auto;
            max-width: 100%;
            display: block
        }

            .section-rudi .section__image:after {
                display: none
            }

        .section-rudi .section__inner {
            flex-direction: column
        }

        .section-rudi .section__subtitle {
            font-size: 2.6rem;
            margin-bottom: 1.65rem
        }

        .section-rudi .section__title {
            font-size: 3.7rem;
            margin-left: 0;
            margin-bottom: 1.8rem
        }

            .section-rudi .section__title p {
                font-size: 3.7rem
            }

        .section-rudi .link {
            margin-top: 0;
            font-size: 1.6rem
        }
}

.section-wellness {
    position: relative;
    padding: 9.6rem 0 16rem
}

    .section-wellness .section__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.15;
        pointer-events: none
    }

    .section-wellness .section__inner {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .section-wellness .section__image {
        position: relative;
        max-width: 62.1rem;
        min-height: 79.4rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: top
    }

        .section-wellness .section__image .image-container {
            width: auto
        }

        .section-wellness .section__image .second-image {
            position: absolute;
            right: 0;
            top: 9.8rem
        }

        .section-wellness .section__image .third-image {
            position: absolute;
            bottom: 0;
            right: 11.5rem
        }

        .section-wellness .section__image:before {
            content: '';
            position: absolute;
            top: 5.5rem;
            left: 12.9rem;
            width: 34rem;
            height: 63.6rem;
            background-color: #28375b;
            opacity: 0.4
        }

    .section-wellness .section__content {
        position: relative;
        z-index: 1;
        max-width: calc(100% - 62.1rem);
        width: 100%;
        padding-left: 4.5rem;
        padding-top: 2.1rem
    }

    .section-wellness .section__title {
        margin-bottom: 2.2rem;
        margin-left: -8.3rem;
        font-size: 5.5rem;
        font-weight: 300;
        letter-spacing: 0.55rem;
        line-height: 1;
        text-transform: uppercase;
        color: #28375b
    }

        .section-wellness .section__title span {
            display: block
        }

    .section-wellness .section__subtitle {
        margin-bottom: 1.6rem;
        font-size: 3.4rem;
        font-weight: 400;
        letter-spacing: 0.34rem;
        line-height: 1.18;
        font-style: normal;
        text-transform: uppercase
    }

        .section-wellness .section__subtitle em {
            color: #b29c7e
        }

        .section-wellness .section__subtitle p {
            font-size: 3.4rem;
            font-weight: 400;
            letter-spacing: 0.34rem;
            line-height: 1.18;
            font-style: normal;
            text-transform: uppercase
        }

    .section-wellness .section__logo {
        margin-top: 4.7rem;
        padding-right: 7.2rem;
        text-align: right
    }

    .section-wellness .link {
        margin-top: 2.8rem
    }

    .section-wellness .container {
        max-width: 1170px
    }

@media (max-width: 991px) {
    .section-wellness {
        padding: 9.6rem 0
    }

        .section-wellness .section__inner {
            display: block
        }

        .section-wellness .section__content {
            max-width: 100%;
            padding-top: 4rem;
            padding-left: 0
        }

        .section-wellness .section__image {
            max-width: 620px;
            margin: 0 auto
        }

        .section-wellness .section__title {
            margin-left: 0
        }

        .section-wellness .section__logo {
            margin-top: -4.7rem
        }

        .section-wellness .section__subtitle br {
            display: none
        }
}

@media (max-width: 767px) {
    .section-wellness {
        padding: 3rem 0
    }

        .section-wellness .section__image {
            display: none
        }

            .section-wellness .section__image:before {
                content: none
            }

        .section-wellness .section__content {
            position: relative;
            z-index: 5;
            padding: 0;
            margin-top: 1.3em
        }

        .section-wellness .section__title {
            margin: 0;
            padding: 0 0 1.4rem 1.4rem;
            font-size: 3.2rem
        }

        .section-wellness .section__subtitle {
            margin-bottom: 1.8rem;
            font-size: 2.2rem
        }

        .section-wellness .link {
            margin-top: 1.8rem
        }

        .section-wellness .section__logo {
            padding: 0;
            margin-top: -2.5rem
        }

            .section-wellness .section__logo img {
                max-width: 8.5rem;
                width: 100%
            }
}

.section-events {
    padding: 7.4rem 0
}

    .section-events .container {
        max-width: 1170px
    }

    .section-events .section__head {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 11rem
    }

        .section-events .section__head img {
            position: absolute;
            top: -1.8rem;
            left: -13.2rem
        }

        .section-events .section__head .link {
            margin-top: 2.7rem
        }

        .section-events .section__head .section__head-content {
            position: relative;
            z-index: 1;
            max-width: 62.6rem;
            width: 100%
        }

    .section-events .section__title {
        position: relative;
        z-index: 1;
        margin: 0;
        padding-top: 0.3rem;
        font-size: 5.5rem;
        letter-spacing: 0.25rem;
        font-weight: 300;
        line-height: 1
    }

        .section-events .section__title span {
            display: block
        }

            .section-events .section__title span:first-child {
                padding-left: 4rem
            }

    .section-events .section__subtitle {
        margin-bottom: 1.2rem;
        font-size: 3.4rem;
        letter-spacing: 0.32rem;
        line-height: 1.59;
        font-style: normal;
        text-transform: uppercase
    }

        .section-events .section__subtitle em {
            color: #b89b77
        }

    .section-events .section__image {
        margin: 0 -1.4rem;
        display: flex;
        align-items: center;
        margin-top: 6.9rem
    }

    .section-events .section__image--size-1, .section-events .section__image--size-2 {
        padding: 0 1.4rem
    }

    .section-events .section__image img {
        display: block;
        width: 100%;
        height: auto
    }

@media (max-width: 991px) {
    .section-events .section__head {
        padding-bottom: 3rem
    }
}

@media (max-width: 767px) {
    .section-events {
        padding-top: 6.8rem
    }

        .section-events .section__title {
            margin-bottom: 2.6rem;
            padding: 0;
            font-size: 3.2rem
        }

        .section-events .section__subtitle {
            margin-bottom: 0;
            font-size: 2.2rem;
            line-height: 1.36
        }

        .section-events .section__head .link {
            margin-top: 1.6rem
        }

        .section-events .section__head img {
            top: -5.2rem;
            left: -3.8rem;
            width: 29.4rem;
            height: 14rem
        }

        .section-events .section__image {
            margin: 2rem 0 0;
            position: relative
        }
}

.section-scroll {
    position: relative;
    z-index: 1;
    padding: 5.7rem 0;
    background-color: #fff;
    text-align: center
}

@media (max-width: 767px) {
    .section-scroll {
        padding: 11rem 0 1.7rem
    }
}

.section-simple {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 10rem 0 3.9rem 0;
    text-align: center
}

    .section-simple ul:not([class]) li {
        padding-left: 0
    }

        .section-simple ul:not([class]) li:after {
            content: none
        }

    .section-simple .shave-entry {
        line-height: 1.88
    }

    .section-simple .section__title {
        font-size: 4.7rem;
        font-weight: 300;
        letter-spacing: 0.045rem;
        line-height: 1.22;
        text-transform: uppercase
    }

.wrapper--golf .section-simple .section__title {
    color: #12715F;
    font-weight: 600
}

.section-simple .section__subtitle {
    margin: 0;
    font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.88;
    font-weight: 600;
    text-transform: none
}

.section-simple .section__head {
    margin-bottom: 3.4rem;
    margin-top: 3.4rem
}

.section-simple .section__head {
    /*max-width: 540px;*/
    margin-left: auto;
    margin-right: auto
}

.wrapper--golf .section-simple .section__head {
    max-width: 982px;
    margin-left: auto;
    margin-right: auto
}

.section-simple .section__actions {
    margin-top: 2.9rem
}

.section-simple .section__text {
    max-width: calc(100% - 29rem);
    width: 100%;
    padding-right: 6rem
}

    .section-simple .section__text p + p {
        margin-top: 0
    }

.section-simple .section__content {
    display: flex
}

.section-simple .section__aside {
    max-width: 29rem;
    width: 100%
}

    .section-simple .section__aside .contacts {
        padding: 1.7rem 2.2rem
    }

        .section-simple .section__aside .contacts .contacts__title {
            margin-bottom: 1rem
        }

.section-simple .link {
    margin-top: 1.6rem
}

.wrapper--golf .section-simple .section__body, .section-simple .section__body {
    max-width: 982px;
    margin-left: auto;
    margin-right: auto
}

.section-simple--secondary {
    padding-bottom: 6rem
}

    .section-simple--secondary .container {
        position: relative
    }

    .section-simple--secondary .section__head {
        position: relative;
        z-index: 1;
        max-width: 60.5rem;
        margin: 0 auto 2rem
    }

    .section-simple--secondary .section__body {
        position: relative;
        z-index: 1;
        padding: 0 9rem
    }

        .section-simple--secondary .section__body + .link {
            display: none
        }

    .section-simple--secondary .section__decoration {
        position: absolute;
        pointer-events: none
    }

    .section-simple--secondary .section__decoration--primary {
        right: 0rem;
        top: 1.3rem
    }

    .section-simple--secondary .section__decoration--secondary {
        bottom: 2.9rem;
        left: -3.3rem
    }

.section-simple.has-columns {
    padding: 9rem 0 7rem;
    text-align: left
}

    .section-simple.has-columns .section__inner {
        display: flex;
        flex-wrap: wrap
    }

    .section-simple.has-columns .section__head, .section-simple.has-columns .section__body {
        max-width: 50%
    }

    .section-simple.has-columns .section__head {
        padding-right: 5rem;
        margin-bottom: 0
    }

    .section-simple.has-columns .section__body {
        padding-left: 1.2rem
    }

.section-simple.has-background {
    position: relative
}

    .section-simple.has-background .section__bg {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 287px;
        width: 100%;
        background-size: cover
    }

        .section-simple.has-background .section__bg:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 287px;
            width: 100%;
            background-color: #fff;
            opacity: 0.8
        }

        .section-simple.has-background .section__bg:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 187px;
            width: 100%;
            background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, #fff 100%)
        }

    .section-simple.has-background .container {
        position: relative;
        z-index: 1
    }

    .section-simple.has-background + section {
        position: relative;
        z-index: 1
    }

.section-simple + .section-map {
    margin-top: 0
}

@media (max-width: 991px) {
    .section-simple {
        padding: 1.5rem 0 2.5rem;
        text-align: left
    }

        .section-simple .section__title {
            font-size: 3.2rem;
            letter-spacing: 0.032rem;
            line-height: 1.19
        }

        .section-simple .section__head {
            margin-bottom: 0.4rem
        }

        .section-simple .section__content {
            display: block
        }

        .section-simple .section__text {
            max-width: 100%;
            margin-bottom: 3rem
        }

        .section-simple.has-columns {
            padding: 4rem 0
        }

            .section-simple.has-columns .section__inner {
                display: block
            }

            .section-simple.has-columns .section__head, .section-simple.has-columns .section__body {
                max-width: 100%;
                padding: 0
            }

            .section-simple.has-columns .section__title {
                font-size: 4rem
            }

    .section-simple--secondary {
        text-align: center
    }
}

@media (max-width: 767px) {
    .section-simple .section__actions .link {
        margin-top: 0
    }

    .section-simple .section__actions .btn {
        width: 100%
    }

    .section-simple .section__aside {
        max-width: 100%
    }

        .section-simple .section__aside .contacts li + li {
            margin-top: 0
        }

    .section-simple.has-columns {
        padding: 1.5rem 0 2.5rem
    }

    .section-simple.text-center-mobile {
        text-align: center
    }

    .section-simple--secondary .section__title {
        font-size: 29px
    }

    .section-simple--secondary .section__decoration--primary {
        width: 10.4rem;
        right: 1.6rem;
        top: -1.7rem;
        height: 11rem
    }

    .section-simple--secondary .section__decoration--secondary {
        display: none
    }

    .section-simple--secondary .section__body {
        padding: 0
    }

        .section-simple--secondary .section__body + .link {
            display: inline-block
        }
}

.section-article {
    position: relative;
    padding: 7.4rem 0 0;
    background-color: #fff
}

    .section-article .article-actions {
        margin-top: 3rem
    }

.section-article--alt {
    padding: 0 0 5.5rem
}

.section-article--wellness {
    position: relative;
    padding: 16.8rem 0 11rem
}

    .section-article--wellness .container {
        position: relative
    }

    .section-article--wellness .section__background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .section-article--wellness .article__content__head {
        position: relative
    }

    .section-article--wellness .article__title {
        position: relative;
        font-size: 10.7rem;
        line-height: 1.2;
        font-weight: normal;
        text-transform: none;
        margin-bottom: 6rem
    }

    .section-article--wellness .article__letter {
        position: absolute;
        left: 0;
        top: 50%;
        max-height: 21rem;
        max-width: 14rem;
        transform: translateY(-50%)
    }

    .section-article--wellness .article__entry {
        position: relative
    }

.section-article--secondary {
    position: relative;
    min-height: 540px;
    margin-bottom: 84px
}

    .section-article--secondary .section__image {
        position: absolute;
        top: 21px;
        left: 0;
        width: calc((100% - 1170px) / 2 + 735px);
        height: 518px
    }

        .section-article--secondary .section__image:before {
            content: '';
            position: absolute;
            top: -21px;
            right: -21px;
            background-color: #806243;
            opacity: 0.34;
            height: 479px;
            width: calc(100% + 21px);
            z-index: -1
        }

    .section-article--secondary .section__content {
        max-width: 328px;
        width: 100%;
        margin: 62px 0 0 auto
    }

    .section-article--secondary .section__title {
        margin-bottom: 1.7rem
    }

    .section-article--secondary .section__subtitle {
        margin-bottom: 2.9rem
    }

    .section-article--secondary .section__actions {
        margin-top: 41px
    }

.section-article--overlay {
    position: relative;
    padding: 14.6rem 0 11.6rem
}

    .section-article--overlay .section__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.2
    }

    .section-article--overlay .section__overlay {
        opacity: .15
    }

    .section-article--overlay .container {
        position: relative;
        z-index: 1
    }

.section-article--spa {
    padding: 10rem 0 16.1rem;
    margin: 0
}

    .section-article--spa .section__background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .section-article--spa .section__title {
        position: relative;
        font-size: 7.1rem;
        line-height: 1.11;
        font-weight: normal;
        text-transform: none;
        margin-bottom: 7.6rem;
        letter-spacing: 0
    }

    .section-article--spa .section__inner {
        min-height: 518px
    }

    .section-article--spa .section__content {
        position: relative;
        max-width: 365px
    }

    .section-article--spa .section__image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important
    }

        .section-article--spa .section__image:before {
            display: none
        }

    .section-article--spa .section__image__outer {
        position: absolute;
        top: 10rem;
        left: 0;
        width: calc((100% - 1170px) / 2 + 735px);
        height: 518px
    }

        .section-article--spa .section__image__outer:before {
            content: '';
            position: absolute;
            top: -21px;
            right: -21px;
            background: rgba(154,185,173,0.34);
            opacity: 0.34;
            height: 479px;
            width: calc(100% + 21px)
        }

    .section-article--spa .section__image__shape {
        position: absolute;
        top: 100%;
        right: -21px;
        width: auto;
        max-height: 250px
    }

@media (min-width: 975px) {
    .section-article--reverse .article--overlay {
        flex-flow: row-reverse nowrap
    }

        .section-article--reverse .article--overlay .article__content {
            padding-left: 0;
            padding-right: 9.1rem
        }

        .section-article--reverse .article--overlay .article__image:before {
            right: auto;
            left: -2.3rem
        }
}

@media (max-width: 1199px) {
    .section-article--secondary .section__image__outer, .section-article--secondary .section__image {
        width: calc((100% - 1170px) / 2 + 650px)
    }
}

@media (max-width: 991px) {
    .section-article--secondary .section__image__outer, .section-article--secondary .section__image {
        width: calc((100% - 1170px) / 2 + 550px)
    }

    .section-article--overlay {
        padding: 9.6rem 0 5.6rem
    }

    .section-article--wellness .article__letter {
        max-height: 13rem
    }

    .section-article--wellness .article .article__title {
        margin-bottom: 3.6rem;
        font-size: 7rem
    }
}

@media (max-width: 767px) {
    .section-article {
        padding: 0
    }

    .section-article--secondary {
        padding: 0;
        padding-bottom: 5.7rem;
        text-align: center;
        min-height: auto;
        margin-bottom: 0
    }

        .section-article--secondary .section__image__outer, .section-article--secondary .section__image {
            position: static;
            width: 100%;
            margin: 0;
            height: 29rem;
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
            margin-top: 3rem
        }

            .section-article--secondary .section__image__outer:before, .section-article--secondary .section__image:before {
                content: none
            }

        .section-article--secondary .section__image__outer {
            position: relative;
            top: 0;
            height: 23.6rem;
            padding-right: 21px;
            margin-top: 5rem;
            margin-left: -14px
        }

            .section-article--secondary .section__image__outer:before {
                content: '';
                height: 22.1rem
            }

            .section-article--secondary .section__image__outer .section__image {
                position: absolute;
                margin: 0
            }

        .section-article--secondary .section__content {
            max-width: 100%;
            width: 100%;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            margin-top: 0
        }

        .section-article--secondary .section__inner {
            display: flex;
            flex-wrap: wrap
        }

    .section-article--spa {
        padding: 8.4rem 0 13.1rem
    }

        .section-article--spa .section__title {
            margin-bottom: 5.2rem;
            font-size: 5rem;
            line-height: 1.74
        }

    .section-article--overlay {
        padding: 6.6rem 0 4.3rem
    }

    .section-article--wellness {
        padding: 9.2rem 0 5.5rem
    }

        .section-article--wellness .article__content {
            text-align: left !important
        }

    .section-article + .section-highlight {
        margin-top: 40px
    }
}

.section-highlight {
    position: relative;
    z-index: 1;
    margin: 0 0 0
}

    .section-highlight .section__image {
        position: relative;
        height: 572px
    }

        .section-highlight .section__image picture {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none
        }

    .section-highlight .section__inner {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1244px;
        width: 100%;
        bottom: -5.5rem
    }

    .section-highlight .section__content {
        position: relative;
        width: 470px;
        background-color: #fff;
        padding: 4.2rem 1.9rem 4.2rem 3.9rem
    }

        .section-highlight .section__content:after {
            content: '';
            position: absolute;
            bottom: -2.1rem;
            right: -2.1rem;
            background-color: #806243;
            opacity: 0.34;
            width: 100%;
            height: 76px;
            z-index: -1
        }

    .section-highlight .section__title {
        margin-bottom: 0.9rem
    }

    .section-highlight .section__title--alt {
        font-size: 9.1rem;
        line-height: 1.2;
        margin-bottom: 3.5rem;
        text-transform: none;
        font-weight: normal
    }

    .wrapper--golf .section-highlight .section__title, .section-highlight .section__title {
        font-style: italic;
        font-weight: normal;
        text-transform: none
    }

    .section-highlight .section__title--alt {
        font-style: normal
    }

    .section-highlight .section__subtitle {
        margin-bottom: 2.2rem
    }

    .section-highlight .section__actions {
        margin-top: 2.4rem
    }

    .section-highlight.overlay--brown .section__content:after {
        background-color: #806243
    }

    .section-highlight.overlay--blue .section__content:after {
        background-color: #83bbcb
    }

    .section-highlight.overlay--green .section__content:after {
        background-color: #28375b
    }

    .section-highlight.overlay--teal .section__content:after {
        background-color: #E5F4EE
    }

.section-highlight--reverse .section__content {
    margin: 0 3rem 0 auto
}

@media (max-width: 1199px) {
    .section-highlight .section__inner {
        max-width: 960px;
        padding: 0 14px
    }
}

@media (max-width: 991px) {
    .section-highlight .section__inner {
        max-width: 720px
    }
}

@media (max-width: 767px) {
    .section-highlight {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        text-align: center;
        position: relative
    }

        .section-highlight + .section-form {
            padding-top: 0
        }

        .section-highlight .section__title--alt {
            font-size: 5rem;
            line-height: 1.74;
            margin-bottom: 3.5rem
        }

        .section-highlight .section__image {
            margin: 0;
            height: 43.2rem;
            width: 100%
        }

        .section-highlight .section__inner {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            transform: none;
            max-width: calc(100% - 3rem);
            position: static;
            transform: none;
            margin-top: -8rem;
            margin-left: 1.5rem;
            text-align: left;
            padding: 0
        }

        .section-highlight .section__content {
            width: 100%;
            padding: 2rem
        }

            .section-highlight .section__content:after {
                height: 100%;
                bottom: -0.9rem;
                width: calc(100% - 3rem);
                right: -0.8rem
            }

        .section-highlight .section__actions {
            margin: 1.9rem 0 0
        }
}

.section-rooms {
    padding: 0 0 7.3rem
}

    .section-rooms .section__image {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 41.1%;
        margin-right: 15px;
        flex: 0 0 calc(33.33333% - 15px);
        max-width: calc(33.33333% - 15px)
    }

        .section-rooms .section__image picture {
            display: block
        }

        .section-rooms .section__image + .section__image {
            margin-left: 15px;
            margin-right: 0
        }

    .section-rooms .section__title {
        margin-bottom: 0
    }

    .section-rooms .section__subtitle {
        margin-bottom: 3.2rem
    }

    .section-rooms .section__actions {
        margin-top: 2.6rem
    }

@media (max-width: 991px) {
    .section-rooms .section__image {
        margin-top: 3rem;
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        padding-bottom: 61.3%
    }
}

@media (max-width: 767px) {
    .section-rooms {
        text-align: center;
        padding-bottom: 2rem
    }

        .section-rooms .section__title {
            margin-bottom: 2rem
        }

        .section-rooms .section__subtitle {
            margin-bottom: 0
        }

        .section-rooms .section__actions {
            margin-top: 4rem
        }

        .section-rooms .section__image {
            margin: 30px 15px 0;
            max-width: calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
            padding-bottom: 125%
        }

            .section-rooms .section__image + .section__image {
                margin: 30px 15px 0
            }
}

.section-details {
    padding: 5.7rem 0;
    overflow: hidden
}

    .section-details .section__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }

    .section-details .section__content {
        max-width: 47.3rem;
        width: 100%
    }

    .section-details .section__image {
        max-width: calc(100% - 62rem);
        width: 100%;
        text-align: right;
        margin-left: 3rem
    }

        .section-details .section__image .fullsize-image {
            width: 520px;
            height: 520px
        }

    .section-details .section__aside {
        position: relative;
        max-width: 44.6rem;
        width: 100%;
        background-color: #e6e0d9;
        padding: 4.2rem 1rem 4.2rem 5.3rem
    }

        .section-details .section__aside:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%;
            width: 50vw;
            background-color: #e6e0d9
        }

        .section-details .section__aside .section__aside-title {
            margin-bottom: 1.3rem;
            font-family: "Roboto",sans-serif;
            font-weight: 300;
            font-size: 1.6rem;
            letter-spacing: 2px;
            line-height: 1.38;
            text-transform: uppercase
        }

        .section-details .section__aside .section__aside-actions {
            position: absolute;
            top: 100%;
            right: 0;
            transform: translateY(-50%)
        }

    .section-details .section__title {
        margin: 0;
        font-weight: 600
    }

    .section-details .section__actions {
        margin-top: 2.2rem
    }

        .section-details .section__actions a {
            display: inline-block;
            margin-right: 3rem
        }

    .section-details .section__meta {
        padding-top: 50px
    }

    .section-details .section__meta-inner {
        border-bottom: 18px solid #f4f2ef;
        border-right: 18px solid #f4f2ef;
        padding-right: 3.5rem;
        padding-bottom: 3.5rem;
        padding-top: 1.8rem
    }

    .section-details .section__meta-title {
        margin-bottom: 1.5rem;
        font-size: 2.8rem;
        font-weight: 300;
        letter-spacing: 0.28px;
        line-height: 1.57;
        text-transform: capitalize
    }

    .section-details .section__embed {
        padding-top: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .section-details .section__embed .section__embed-title {
            margin: 0;
            padding-right: 2rem;
            text-transform: uppercase;
            font-size: 3.3rem;
            line-height: 1.1;
            letter-spacing: 0;
            font-weight: 400
        }

@media (max-width: 1199px) {
    .section-details .section__content {
        width: 47.3rem
    }

    .section-details .section__meta-inner {
        padding-right: 2rem
    }
}

@media (max-width: 991px) {
    .section-details {
        padding-bottom: 0
    }

        .section-details .section__content {
            max-width: 100%
        }
}

@media (max-width: 767px) {
    .section-details {
        padding: 1.5rem 0 0
    }

        .section-details .link {
            margin-top: 2rem
        }

        .section-details .section__actions .btn {
            width: 100%
        }

        .section-details .section__meta {
            padding-top: 2.5rem
        }

        .section-details .section__meta-title {
            margin-bottom: 2.4rem
        }

        .section-details .section__meta-inner {
            padding-bottom: 2.5rem;
            border-right-width: 11px;
            border-bottom-width: 11px
        }

        .section-details .section__embed {
            display: block;
            max-width: 30rem;
            margin: 0 auto
        }

            .section-details .section__embed .section__embed-title {
                font-size: 2.7rem;
                padding-left: 0;
                margin-bottom: 1.5rem
            }
}

.section-details--alt .section__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.section-details--alt .section__content {
    width: 100%;
    padding-top: 6.4rem
}

.section-details--alt .section__aside {
    width: 55.9rem
}

.section-details--alt .section__title {
    margin-bottom: 3.4rem;
}

.section-details--alt .section__subtitle {
    margin: 0
}

.section-details--alt .section__actions {
    margin-top: 9rem
}

    .section-details--alt .section__actions h3 {
        margin-bottom: 1.3rem;
        text-transform: none
    }

.section-details--alt .pagination, .section-details--alt .list-arrows {
    display: inline-block
}

.section-details--alt .pagination {
    margin-right: 2.8rem
}

.section-details--alt.has-photos .section__content {
    width: calc(100% - 55.9rem);
    padding-right: 7.5rem
}

@media (max-width: 991px) {
    .section-details--alt .section__inner {
        display: block
    }

    .section-details--alt.has-photos .section__content {
        width: 100%;
        padding-right: 0
    }

    .section-details--alt .section__content, .section-details--alt .section__aside {
        width: 100%;
        max-width: 100%
    }

    .section-details--alt .section__content {
        padding: 0;
        margin-bottom: 3rem
    }

    .section-details--alt .section__title {
        margin-bottom: 1.4rem
    }

    .section-details--alt .section__actions {
        margin-top: 4rem
    }
}

@media (max-width: 767px) {
    .section-details--alt .section__title {
        font-size: 3.2rem
    }

    .section-details--alt .section__actions h3 {
        font-size: 2rem;
        letter-spacing: 0
    }

    .section-details--alt .pagination {
        margin-right: 1rem
    }
}

.section-details--secondary ul:not([class]) li:after {
    top: 12px
}

.section-details--secondary .section__title {
    margin-bottom: 3rem;
    text-transform: uppercase
}

.section-details--secondary .section__content p + p {
    margin-top: 3rem
}

.section-details--secondary .section__content strong {
    font-weight: 600
}

.section-details--secondary .section__actions__alt, .section-details--secondary .section__actions {
    margin-top: 3.7rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.section-details--secondary .section__container {
    margin-top: 5.6rem
}

    .section-details--secondary .section__container ul {
        margin-bottom: 3rem;
        line-height: 1.88
    }

    .section-details--secondary .section__container a {
        display: block;
        line-height: 1.88
    }

@media (max-width: 991px) {
    .section-details--secondary .section__title br {
        display: none
    }

    .section-details--secondary .section__image {
        margin-bottom: 3rem;
        text-align: center
    }
}

@media (max-width: 767px) {
    .section-details--secondary .section__title {
        margin-bottom: 1rem;
        font-size: 3.2rem;
        line-height: 1.19;
        letter-spacing: 0.032rem
    }

    .section-details--secondary .section__image {
        margin-bottom: 2.1rem
    }

    .section-details--secondary .section__actions__alt, .section-details--secondary .section__actions {
        display: block
    }

        .section-details--secondary .section__actions__alt .btn, .section-details--secondary .section__actions .btn {
            margin-top: 1rem;
            display: block;
            width: 100%
        }

    .section-details--secondary .section__container {
        margin-top: 3.6rem
    }
}

.section-details--large .section__content {
    max-width: 67.7rem
}

.section-details--medium .section__content {
    max-width: 51rem
}

@media (max-width: 1199px) {
    .section-details--medium .section__image {
        max-width: calc(100% - 55rem)
    }

        .section-details--medium .section__image .fullsize-image {
            width: 100%
        }
}

@media (max-width: 991px) {
    .section-details--medium .section__content {
        max-width: 100%;
        width: 100%
    }
}

.section-filters .section__title {
    margin-bottom: 1.7rem;
    text-align: center;
}

@media (max-width: 991px) {
    .section-filters {
        padding: 2rem 0 4rem
    }
}

@media (max-width: 767px) {
    .section-filters .section__title {
        display: none
    }
}

.section-restaurants {
    position: relative
}

    .section-restaurants .section__head {
        text-align: center;
        position: relative
    }

    .section-restaurants .section__title {
        margin-bottom: 1.3rem;
        font-size: 3.2rem;
        font-weight: 400;
        letter-spacing: 0.032rem;
        line-height: 1.38
    }

    .section-restaurants .section__body {
        position: relative;
        padding-bottom: 4.8rem
    }

    .section-restaurants .section__image {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        pointer-events: none;
        opacity: 0.2
    }

    .section-restaurants + .section-highlight {
        margin: 0
    }

    .section-restaurants .nav-tabs {
        margin-bottom: 4.5rem
    }

@media (max-width: 767px) {
    .section-restaurants .section__body {
        padding-bottom: 4.2rem
    }

    .section-restaurants .section__title {
        font-size: 2.2rem;
        letter-spacing: 0.022rem
    }

    .section-restaurants .tab-content {
        margin: 0 -1.5rem
    }
}

.section-newsletter {
    padding-top: 4.5rem
}

    .section-newsletter.section-gms {
        padding-top: 0
    }

    .section-newsletter .section__head {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5.5rem
    }

    .section-newsletter .section__title, .section-newsletter .section__entry {
        max-width: 50%;
        width: 100%
    }

    .section-newsletter .section__title {
        margin: 0;
        text-transform: uppercase
    }

@media (max-width: 767px) {
    .section-newsletter {
        padding-top: 1rem
    }

        .section-newsletter .section__head {
            display: block;
            margin-bottom: 2.5rem
        }

            .section-newsletter .section__head .link {
                margin-top: 1rem
            }

        .section-newsletter .section__title {
            margin-bottom: 2rem;
            font-size: 3.2rem;
            letter-spacing: 0.032rem;
            line-height: 1.19
        }

        .section-newsletter .section__title, .section-newsletter .section__entry {
            max-width: 100%
        }
}

.section-text + .section-text {
    margin-top: 6.8rem
}

.section-text .section__title {
    margin-bottom: 1.3rem;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.088rem;
    line-height: 1.37;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .section-text .section__title {
        font-size: 2.8rem
    }

    .section-text + .section-text {
        margin-top: 5.2rem
    }
}

.section-default {
    padding: 5rem 0;
    text-align: center
}

    .section-default .section__entry, .section-default .section__actions {
        margin-top: 3rem
    }

.section-default__inner {
    display: flex;
    justify-content: space-between;
    text-align: left
}

.section-default__content {
    position: relative;
    width: 680px;
    padding-bottom: 50px
}

    .section-default__content ul:not([class]) li:after {
        top: 11px
    }

.section-default__foot {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center
}

    .section-default__foot > span {
        margin-right: 25px;
        text-transform: uppercase;
        font-family: "Roboto",sans-serif;
        font-size: 1.2rem;
        letter-spacing: 0.1rem
    }

.section-default__sidebar {
    width: 364px
}

    .section-default__sidebar .socials {
        margin-bottom: 4.4rem
    }

.section-default__sidebar__inner + .section-default__sidebar__inner {
    margin-top: 3rem
}

.section-default__title__small {
    margin-bottom: 3rem;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: inherit
}

.section-default--bd-top {
    padding-top: 0;
    margin-top: 2.5rem
}

    .section-default--bd-top .section-default--border {
        border-top: 1px solid #CECECE;
        padding-top: 5.6rem
    }

@media (max-width: 1199px) {
    .section-default__sidebar {
        width: 220px
    }
}

@media (max-width: 991px) {
    .section-default__inner {
        display: block
    }

    .section-default__content, .section-default__sidebar {
        width: auto
    }
}

@media (max-width: 767px) {
    .section-default {
        padding: 2rem 0
    }

        .section-default .section__entry, .section-default .section__actions {
            margin-top: 2rem
        }
}

.section-gallery {
    position: relative
}

.section-media .section__images {
    display: flex
}

.section-media .section__image img {
    display: block;
    width: 100%;
    height: auto
}

.section-media .section__image--size1 {
    width: 37.4%;
    margin-top: 5rem;
    z-index: 1
}

.section-media .section__image--size2 {
    width: 66.02%;
    margin-left: -4rem
}

@media (max-width: 767px) {
    .section-media .section__images {
        display: block
    }

    .section-media .section__image--size1, .section-media .section__image--size2 {
        width: 100%;
        margin: 0
    }

    .section-media .section__image + .section__image {
        margin-top: 3rem
    }

    .section-media .section__image--size2 {
        display: none
    }
}

.section-weddings {
    padding: 10rem 0 11.5rem
}

    .section-weddings .section__container {
        display: flex;
        flex-wrap: wrap
    }

    .section-weddings .section__content {
        width: 51%
    }

    .section-weddings .section__aside {
        width: 49%;
        padding-left: 2.8rem
    }

    .section-weddings .section__image img {
        display: block;
        width: 100%;
        height: auto
    }

    .section-weddings .section__inner {
        padding: 0 6rem 6rem
    }

    .section-weddings .section__title {
        margin-bottom: 0.5rem;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: 0.1rem;
        text-transform: uppercase
    }

    .section-weddings .section__subtitle {
        margin-bottom: 3.5rem;
        font-size: 4rem;
        line-height: 1.13;
        font-style: italic;
        text-transform: none
    }

    .section-weddings .section__actions {
        margin-top: 2.6rem
    }

@media (max-width: 991px) {
    .section-weddings {
        padding: 5rem 0 10rem
    }

        .section-weddings .section__inner {
            padding: 0 0 3rem
        }
}

@media (max-width: 767px) {
    .section-weddings {
        padding: 2.5rem 0 5.8rem
    }

        .section-weddings .section__content {
            width: 100%
        }

        .section-weddings .section__inner {
            padding: 0 0 2.4rem
        }

        .section-weddings .section__aside {
            width: 100%;
            padding-left: 0;
            padding-top: 2.4rem
        }

        .section-weddings .section__title {
            font-size: 3.2rem
        }

        .section-weddings .section__subtitle {
            margin: 0;
            font-size: 2.6rem
        }
}

.section-form {
    padding-top: 7rem
}

    .section-form .section__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }

    .section-form .section__content {
        width: 59%
    }

    .section-form .section__image {
        width: 41%
    }

        .section-form .section__image:after {
            display: block;
            content: '';
            padding-top: 134%
        }

    .section-form .form {
        max-width: 50rem;
        width: 100%
    }

@media (max-width: 991px) {
    .section-form .section__content {
        width: 100%
    }

    .section-form .form {
        max-width: 100%
    }
}

.section-meetings {
    position: relative;
    padding: 4.5rem 0 7.5rem
}

    .section-meetings .section__image {
        top: -270px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.1;
        pointer-events: none
    }

        .section-meetings .section__image:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 594px;
            background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, #fff 100%)
        }

    .section-meetings .section__inner {
        display: flex;
        justify-content: space-between
    }

    .section-meetings .section__content {
        max-width: 34rem;
        width: 100%;
        padding: 0.9rem 0;
        text-align: center;
    }

    .section-meetings .section__aside {
        width: 100%;
        max-width: 75rem
    }

    .section-meetings .section__aside-inner {
        min-width: 100%;
        overflow: hidden;
        margin-right: calc((100vw - 1140px) / -2)
    }

    .section-meetings .section__title {
        margin-bottom: 2.4rem;
        line-height: 1.13;
        letter-spacing: 0.04rem;
        text-transform: none;
        font-weight: 300;
    }

    .section-meetings .section__actions {
        margin-top: 3rem
    }

    .section-meetings + .section-article {
        margin-top: 113px
    }

@media (max-width: 1199px) {
    .section-meetings .section__inner {
        display: block
    }

    .section-meetings .section__title {
        padding-left: 2.8rem
    }

    .section-meetings .section__content, .section-meetings .section__aside {
        max-width: 100%
    }

    .section-meetings .section__aside-inner {
        margin-right: calc((100vw - 930px) / -2)
    }
}

@media (max-width: 991px) {
    .section-meetings {
        padding: 4.5rem 0
    }

        .section-meetings .section__aside-inner {
            margin-right: calc((100vw - 690px) / -2)
        }
}

@media (max-width: 767px) {
    .section-meetings {
        padding: 2.5rem 0 0rem
    }

        .section-meetings .section__title {
            margin-bottom: 1.8rem;
            font-size: 2.6rem;
            line-height: 1.38;
            padding-left: 0
        }

        .section-meetings .section__image {
            top: 0
        }

        .section-meetings .section__content {
            padding: 0
        }

        .section-meetings .section__content--alt {
            padding-bottom: 40px
        }

        .section-meetings .section__aside-inner {
            margin-right: calc((100vw - 390px) / -2)
        }

        .section-meetings + .section-article {
            margin-top: 40px
        }
}

.section-contacts .section__image {
    height: 64rem
}

.section-contacts .section__container {
    margin-top: -7.2rem
}

.section-contacts .section__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 104.5rem;
    width: 100%
}

.section-contacts .section__content {
    width: 45%
}

.section-contacts .section__aside {
    width: 45%
}

.section-contacts .contacts {
    /*margin-bottom: 6rem*/
}

@media (max-width: 1199px) {
    .section-contacts .contacts {
        margin-bottom: 4rem
    }
}

.section-contacts .form {
    padding: 0 5rem 0 2.5rem
}

.section-contacts .map {
    margin-left: 9%
}

@media (max-width: 1199px) {
    .section-contacts .section__image {
        height: 44rem
    }
}

@media (max-width: 991px) {
    .section-contacts .section__inner {
        display: block
    }

    .section-contacts .section__content, .section-contacts .section__aside {
        width: 100%
    }

    .section-contacts .section__aside {
        padding-top: 5rem
    }

    .section-contacts .contacts {
        margin-bottom: 2.5rem
    }

    .section-contacts .form {
        padding: 0 2.5rem
    }
}

@media (max-width: 767px) {
    .section-contacts .section__image {
        height: 32rem
    }

    .section-contacts .section__container {
        margin-top: -4.4rem
    }

    .section-contacts .form {
        padding: 0
    }

    .section-contacts .section__aside {
        padding-top: 1rem;
        margin: 0 -1.4rem;
        width: calc(100% + 2.8rem)
    }

    .section-contacts .map {
        margin: 0
    }
}

.section-attractions {
    position: relative;
    padding: 5.6rem 0 0
}

    .section-attractions .section__head, .section-attractions .section__content {
        max-width: 50.2rem;
        width: 100%
    }

    .section-attractions .section__content {
        max-width: 55.2rem
    }

    .section-attractions .section__title {
        margin-bottom: 2.5rem;
        font-size: 4.5rem;
        font-weight: 300;
        letter-spacing: 0.045rem;
        line-height: 1.22;
        text-transform: uppercase
    }

    .section-attractions .section__head .link {
        margin-top: 2rem
    }

    .section-attractions .select {
        margin: 2.5rem 0;
        width: 41.3rem
    }

    .section-attractions .section__map {
        position: fixed;
        right: 0;
        bottom: 0;
        top: 0;
        width: 50%
    }

        .section-attractions .section__map:after {
            content: '';
            background: linear-gradient(90deg, #fff, transparent);
            pointer-events: none;
            top: 0;
            bottom: 0;
            left: 0;
            width: 250px;
            position: absolute;
            pointer-events: none
        }

        .section-attractions .section__map .map {
            height: 100%
        }

@media (max-width: 1199px) {
    .section-attractions .section__head, .section-attractions .section__content {
        max-width: 45rem
    }
}

@media (max-width: 991px) {
    .section-attractions .section__head, .section-attractions .section__content {
        max-width: 100%
    }

    .section-attractions .section__map {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        width: 100vw;
        margin-left: calc((100vw - 692px) / -2);
        padding: 3rem -0px
    }

        .section-attractions .section__map:after {
            bottom: auto;
            left: 0;
            right: 0;
            width: 100%;
            height: 12.6rem;
            background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, #fff 100%)
        }

        .section-attractions .section__map .map {
            height: 50rem
        }

    .section-attractions .select {
        display: none
    }
}

@media (max-width: 767px) {
    .section-attractions {
        padding-top: 1rem
    }

        .section-attractions .section__title {
            margin-bottom: 0;
            font-size: 3.2rem;
            letter-spacing: 0.032rem;
            line-height: 1.19
        }

        .section-attractions .section__map {
            padding: 2rem 0;
            margin-left: -1.4rem
        }

            .section-attractions .section__map .map {
                height: 38rem
            }
}

.section-hours {
    padding-top: 3.4rem;
    padding-bottom: 10rem;
    color: #fff
}

    .section-hours .section__inner {
        display: flex;
        flex-wrap: wrap
    }

    .section-hours .section__content {
        position: relative;
        max-width: calc(100% - 54.8rem);
        width: 100%;
        padding-top: 3rem;
        padding-left: 4rem;
        padding-right: 2rem
    }

        .section-hours .section__content strong, .section-hours .section__content a {
            display: block
        }

        .section-hours .section__content strong {
            margin-bottom: 0.8rem;
            font-weight: 600
        }

        .section-hours .section__content p + p {
            margin-top: 2.9rem
        }

        .section-hours .section__content a {
            text-decoration: none
        }

            .section-hours .section__content a svg {
                margin-right: 0.5rem;
                margin-top: -1rem
            }

    .section-hours .section__image {
        position: relative;
        max-width: 54.8rem;
        width: 100%;
        height: 68rem;
        transform: rotate(4deg)
    }

    .section-hours .section__title {
        position: absolute;
        bottom: 6px;
        left: -197px;
        transform: rotate(-8deg);
        max-width: 40rem;
        width: 100%;
        font-size: 9.2rem;
        font-weight: 400;
        text-shadow: 0 0 20px rgba(0,0,0,0.16);
        line-height: 1
    }

    .section-hours .section__decoration--type1 {
        position: absolute;
        top: 0;
        right: 0
    }

    .section-hours .section__decoration--type2 {
        position: absolute;
        top: 55px;
        left: -162px
    }

@media (max-width: 1199px) {
    .section-hours .section__decoration--type1 {
        display: none
    }

    .section-hours .section__title {
        left: 0;
        right: 0
    }
}

@media (max-width: 991px) {
    .section-hours .section__inner {
        display: block
    }

    .section-hours .section__content {
        max-width: 100%
    }

    .section-hours .section__image {
        width: 262px;
        max-width: 100%;
        height: auto;
        margin: 0 auto
    }

        .section-hours .section__image:after {
            display: block;
            padding-top: 122.9%;
            content: ''
        }

    .section-hours .section__title {
        left: 0;
        right: 0;
        text-align: center;
        font-size: 5.3rem
    }
}

@media (max-width: 767px) {
    .section-hours .section__title {
        bottom: -70px
    }

    .section-hours .section__decoration--type2 {
        top: -41px;
        left: -86px;
        z-index: -1
    }

    .section-hours .section__content {
        padding-left: 1.5rem;
        padding-right: 0;
        margin-bottom: 47px
    }

        .section-hours .section__content p + p {
            margin-top: 1.9rem
        }

        .section-hours .section__content strong {
            margin-bottom: 2px
        }
}

.section-gallery-kids {
    padding: 30px 0
}

    .section-gallery-kids .section__inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .section-gallery-kids .section__plane {
        position: absolute;
        top: -40px;
        right: -400px
    }

    .section-gallery-kids .section__title {
        position: absolute;
        bottom: -101px;
        right: 68px;
        transform: rotate(-3deg);
        max-width: 40rem;
        width: 100%;
        font-size: 9.9rem;
        font-weight: 400;
        text-shadow: 0 0 20px rgba(0,0,0,0.16);
        line-height: 1
    }

    .section-gallery-kids .section__image-wide {
        position: relative;
        width: 606px;
        transform: rotate(12deg) translateX(-18px)
    }

        .section-gallery-kids .section__image-wide:after {
            content: '';
            display: block;
            padding-top: 69.8%
        }

        .section-gallery-kids .section__image-wide .decor-paint {
            position: absolute;
            top: -120px;
            left: 73px;
            transform: rotate(-13deg);
            z-index: 0
        }

    .section-gallery-kids .section__image-tall {
        position: relative;
        z-index: 2;
        width: 483px;
        transform: rotate(-9deg) translateX(57px)
    }

        .section-gallery-kids .section__image-tall .decor-top-left {
            top: -34px;
            left: -38px;
            transform: rotate(9deg)
        }

        .section-gallery-kids .section__image-tall .decor-top-right {
            top: -32px;
            right: -41px;
            transform: rotate(112deg)
        }

        .section-gallery-kids .section__image-tall:after {
            content: '';
            display: block;
            padding-top: 149.69%
        }

    .section-gallery-kids .decor {
        position: absolute
    }

    .section-gallery-kids .decor-top-left {
        top: -36px;
        left: -34px;
        transform: rotate(20deg)
    }

    .section-gallery-kids .decor-bottom-left {
        bottom: -29px;
        left: -36px;
        transform: rotate(90deg)
    }

    .section-gallery-kids .decor-bottom-right {
        bottom: -28px;
        right: -41px;
        transform: rotate(7deg)
    }

    .section-gallery-kids .decor-top-right {
        top: -35px;
        right: -34px;
        transform: rotate(96deg)
    }

@media (max-width: 1199px) {
    .section-gallery-kids .section__title {
        right: 0;
        bottom: -80px;
        font-size: 7rem;
        text-align: right
    }
}

.section-updates.no-items {
    padding-bottom: 20rem
}

.section-filter-items {
    position: relative;
    padding: 1.5rem 0 3rem
}

    .section-filter-items .section__bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        pointer-events: none
    }

        .section-filter-items .section__bg:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255,255,255,0.6)
        }

@media (max-width: 767px) {
    .section-filter-items {
        padding-top: 30px
    }
}

.section-kids-slider {
    padding-top: 10rem
}

    .section-kids-slider .section__decoration {
        position: absolute
    }

    .section-kids-slider .section__decoration--primary {
        left: 4.6rem;
        top: 1.2rem
    }

    .section-kids-slider .section__decoration--secondary {
        top: 3.1rem;
        right: 2.1rem
    }

    .section-kids-slider .section__head {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-bottom: 2rem
    }

    .section-kids-slider .section__title {
        font-size: 9.2rem;
        font-weight: 400;
        line-height: 6.8rem
    }

        .section-kids-slider .section__title.font--alt {
            font-size: 6rem
        }

    .section-kids-slider .container {
        position: relative
    }

    .section-kids-slider .slider-kids {
        position: relative;
        z-index: 1
    }

@media (max-width: 991px) {
    .section-kids-slider {
        padding-top: 10.4rem
    }

        .section-kids-slider .section__title {
            font-size: 7rem
        }

        .section-kids-slider .section__decoration--primary {
            left: 8.4rem;
            top: 0.2rem
        }

        .section-kids-slider .section__decoration--secondary {
            top: 7.7rem;
            right: 5.1rem
        }
}

@media (max-width: 767px) {
    .section-kids-slider {
        padding-top: 10.7rem
    }

        .section-kids-slider .section__decoration {
            display: none
        }

        .section-kids-slider .section__title {
            font-size: 55px
        }
}

.section-kids-hours {
    padding: 1.6rem 0 6rem
}

    .section-kids-hours .container {
        position: relative
    }

    .section-kids-hours .section__title {
        position: relative;
        top: -8px;
        left: -2px;
        margin: 0;
        font-size: 7.9rem;
        font-weight: 400;
        transform: rotate(-5deg);
        line-height: 1
    }

        .section-kids-hours .section__title.font--alt {
            font-size: 7rem;
            line-height: 1.8
        }

    .section-kids-hours .section__head {
        max-width: 50%;
        width: 100%
    }

    .section-kids-hours .section__body {
        max-width: 50%;
        width: 100%;
        padding-left: 1.1rem;
        color: attr(data-color)
    }

        .section-kids-hours .section__body p {
            margin-top: 0.8rem
        }

        .section-kids-hours .section__body a {
            display: block
        }

        .section-kids-hours .section__body p + h6 {
            margin-top: 1.8rem
        }

        .section-kids-hours .section__body p + a {
            margin-top: 1.5em
        }

        .section-kids-hours .section__body a + a {
            margin-top: 1.1rem
        }

    .section-kids-hours .section__inner {
        display: flex;
        position: relative;
        z-index: 1;
        padding: 0 7rem
    }

    .section-kids-hours .section__decoration {
        position: absolute;
        pointer-events: none
    }

    .section-kids-hours .section__decoration--primary {
        bottom: 2.1rem;
        left: 5.7rem
    }

    .section-kids-hours .section__decoration--secondary {
        top: 3.5rem;
        right: 9rem
    }

@media (max-width: 1199px) {
    .section-kids-hours .section__decoration--primary {
        bottom: 2.6rem;
        left: -9.3rem
    }

    .section-kids-hours .section__decoration--secondary {
        display: none
    }
}

@media (max-width: 991px) {
    .section-kids-hours .section__title {
        font-size: 6.2rem;
        top: -4px
    }

    .section-kids-hours .section__inner {
        padding: 0 2rem
    }

    .section-kids-hours .section__body {
        padding-left: 6.7rem
    }
}

@media (max-width: 767px) {
    .section-kids-hours {
        padding: 0.6rem 0 6rem
    }

        .section-kids-hours .section__inner {
            display: block;
            padding: 0 1rem
        }

        .section-kids-hours .section__head, .section-kids-hours .section__body {
            max-width: 100%
        }

        .section-kids-hours .section__head {
            position: relative
        }

            .section-kids-hours .section__head:after {
                content: '';
                position: absolute;
                top: -22px;
                right: 0;
                pointer-events: none
            }

        .section-kids-hours .section__title {
            font-size: 5.5rem
        }

        .section-kids-hours .section__body {
            padding-left: 0.7rem;
            padding-top: 10.5rem
        }

            .section-kids-hours .section__body h6 {
                font-size: 1.6rem
            }

        .section-kids-hours .section__decoration--primary {
            display: none
        }
}

@media (max-width: 1199px) {
    .section-boutique {
        padding-top: 5rem !important
    }
}

@media (max-width: 767px) {
    .section-boutique {
        padding-bottom: 13rem !important
    }
}

.section-microclimate {
    position: relative;
    z-index: 1;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    padding-bottom: 4rem
}

    .section-microclimate .container {
        position: relative;
        z-index: 1
    }

    .section-microclimate .section__bg {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #e8f7fa
    }

    .section-microclimate .section__inner {
        display: flex;
        flex-wrap: wrap
    }

    .section-microclimate .section__image {
        max-width: 24rem;
        width: 100%;
        padding-top: 4.5rem
    }

    .section-microclimate .section__content {
        max-width: calc(100% - 24rem);
        width: 100%;
        padding-left: 4.6rem;
        padding-top: 12.2rem
    }

    .section-microclimate .section__logo {
        margin-bottom: 3rem
    }

    .section-microclimate .section__title {
        margin-bottom: 2rem;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 1.13;
        text-transform: none;
        font-style: italic;
        color: #202020
    }

    .section-microclimate .svg {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none
    }

@media (max-width: 991px) {
    .section-microclimate .section__inner {
        align-items: center
    }
}

@media (max-width: 767px) {
    .section-microclimate .section__inner {
        display: block
    }

    .section-microclimate .section__content {
        max-width: 100%;
        padding: 0
    }

    .section-microclimate .section__image {
        margin-bottom: 3rem;
        max-width: 100%;
        text-align: center
    }

        .section-microclimate .section__image img {
            width: 11rem;
            margin-right: 1.5rem
        }

    .section-microclimate .section__title {
        font-size: 2.6rem
    }

    .section-microclimate .section__logo {
        display: inline-block
    }

        .section-microclimate .section__logo img {
            max-width: 15.3rem;
            width: 100%
        }
}

.section-items {
    padding: 9.2rem 0 7.9rem
}

@media (max-width: 767px) {
    .section-items {
        padding: 5.9rem 0 0
    }
}

.section-events-list {
    padding: 3.2rem 0 8rem
}

    .section-events-list .section-events__head {
        margin-bottom: 4.8rem
    }

@media (max-width: 767px) {
    .section-events-list {
        padding: 3.2rem 0 .5rem
    }
}

.section-offers {
    margin: 10px 0
}

@media (max-width: 767px) {
    .section-offers {
        margin: 60px 0
    }
}

.section-form-golf {
    margin: 89px 0
}

.section-form-golf__content {
    max-width: 800px;
    margin: 0 auto
}

.section-form-golf__title {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 40px;
    font-size: 3.6rem;
    line-height: 1.22;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-style: normal;
    text-align: center
}

    .section-form-golf__title span {
        position: relative;
        width: 500px;
        padding: 0 40px
    }

        .section-form-golf__title span:before, .section-form-golf__title span:after {
            content: '';
            position: absolute;
            top: 50%;
            height: 1px;
            width: 100%;
            background: #12715F
        }

        .section-form-golf__title span:before {
            right: 100%
        }

        .section-form-golf__title span:after {
            left: 100%
        }

@media (max-width: 767px) {
    .section-form-golf {
        margin: 60px 0
    }

    .section-form-golf__title {
        margin-bottom: 30px;
        font-size: 2.5rem;
        line-height: 1.12
    }

        .section-form-golf__title span {
            width: auto;
            padding: 0 10px;
            margin-left: 37px;
            margin-right: 37px
        }
}

.swiper-button-next, .swiper-button-prev {
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0
}

    .swiper-button-next:after, .swiper-button-prev:after {
        content: none
    }

.slider > .swiper-container > .swiper-wrapper .swiper-slide {
    height: 100vh
}

    .slider > .swiper-container > .swiper-wrapper .swiper-slide:before, .slider > .swiper-container > .swiper-wrapper .swiper-slide:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0.25;
        z-index: 10;
        pointer-events: none
    }

    .slider > .swiper-container > .swiper-wrapper .swiper-slide:before {
        top: 0;
        height: 21.6rem;
        background-image: linear-gradient(to top, transparent 0%, #000 100%)
    }

    .slider > .swiper-container > .swiper-wrapper .swiper-slide:after {
        bottom: 0;
        height: 29.7rem;
        background-image: linear-gradient(180deg, transparent 0%, #000 100%)
    }

.slider .slider__image {
    position: relative;
    height: 100vh
}

    .slider .slider__image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.slider .slider__title {
    margin-bottom: 2.6rem;
    text-shadow: 0 2px 5px rgba(0,0,0,0.34);
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.07;
    color: #fff;
    text-transform: uppercase
}

.font--alt .slider .slider__title {
    font-size: 7rem;
    text-transform: none;
    line-height: 1.4;
    font-weight: 400;
    text-shadow: 2px 1px #000000
}

.slider .slider__content {
    z-index: 11;
    position: absolute;
    bottom: 70px;
    left: 115px;
    max-width: 600px;
    width: 100%;
    color: #fff
}

.centered--title .slider .slider__content {
    bottom: auto;
    top: 50%;
    left: 0;
    max-width: 100%;
    transform: translateY(-50%);
    text-align: center;
    padding-top: 200px
}

    .centered--title .slider .slider__content .slider__title {
        max-width: 600px;
        margin: auto
    }

.slider .link {
    color: #fff
}

.slider .swiper-pagination {
    bottom: 10rem;
    right: 2.5rem;
    width: auto;
    left: auto
}

    .slider .swiper-pagination .swiper-wrapper {
        bottom: 0
    }

.slider .swiper-pagination-bullet {
    display: inline-block;
    width: 8.9rem;
    height: auto;
    margin: 0;
    appearance: none;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.028rem;
    font-size: 1.4rem;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
    text-align: left;
    opacity: 0.75
}

    .slider .swiper-pagination-bullet:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 23px;
        height: 1px;
        background-color: transparent
    }

    .slider .swiper-pagination-bullet span {
        display: none;
        width: 100%;
        margin-bottom: 0.2rem;
        font-size: 1.6rem;
        font-weight: 500
    }

.slider .swiper-pagination .swiper-slide {
    pointer-events: visible
}

.slider .swiper-pagination-bullet-active {
    opacity: 1;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px
}

    .slider .swiper-pagination-bullet-active:after {
        background-color: #fff
    }

.slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

@media (max-width: 1199px) {
    .slider .slider__content {
        left: 2rem
    }

    .slider .swiper-pagination {
        right: 0
    }
}

@media (max-width: 991px) {
    .slider .slider__content {
        bottom: 18rem
    }

    .slider .swiper-pagination {
        left: 0;
        text-align: left;
        padding: 0 2rem
    }
}

@media (max-width: 767px) {
    .slider .slider__title {
        margin-bottom: 0.9rem;
        font-size: 2.8rem;
        line-height: 1.07
    }

    .font--alt .slider .slider__title {
        margin-bottom: 0.9rem;
        font-size: 4rem;
        line-height: 1.07
    }

    .slider > .swiper-container > .swiper-wrapper .swiper-slide {
        height: calc(100vh - 44px)
    }

        .slider > .swiper-container > .swiper-wrapper .swiper-slide:before {
            height: 10.4rem
        }

    .slider .swiper-pagination {
        width: 140px
    }

    .slider .swiper-pagination-bullet {
        width: 98px
    }

    .slider .slider__image {
        height: calc(100vh - 44px)
    }

    .centered--title .slider .slider__content {
        padding-top: 100px
    }
}

.slider-details {
    position: relative;
    overflow: hidden
}

    .slider-details .container {
        max-width: calc(100% - 258px);
        padding: 0
    }

    .slider-details .slider__slide-image {
        height: calc(100vh - 155px)
    }

    .slider-details .slider__main-title {
        margin-bottom: 1.4rem;
        font-size: 3.2rem;
        font-weight: 400;
        letter-spacing: 0.032rem;
        line-height: 1.38;
        text-transform: none
    }

    .slider-details .slider__slide-content {
        position: absolute;
        left: 39px;
        bottom: 30px;
        opacity: 0;
        transition: opacity 0.3s
    }

    .slider-details .slider__title {
        font-size: 4.7rem;
        font-weight: 600;
        letter-spacing: 0.047rem;
        line-height: 1.17;
        margin: 0;
        color: #fff;
        text-transform: uppercase
    }

    .slider-details .swiper-container {
        overflow: visible
    }

    .slider-details .swiper-slide-active {
        position: relative
    }

        .slider-details .swiper-slide-active:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 219px;
            background-image: linear-gradient(transparent 0%, #000 100%);
            opacity: 0.48
        }

        .slider-details .swiper-slide-active .slider__slide-content {
            opacity: 1
        }

    .slider-details .swiper-button-next, .slider-details .swiper-button-prev {
        position: absolute;
        top: 0;
        height: 100%;
        width: 129px;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin: 0
    }

        .slider-details .swiper-button-next:after, .slider-details .swiper-button-prev:after {
            content: none
        }

    .slider-details .swiper-button-next {
        right: -129px
    }

    .slider-details .swiper-button-prev {
        left: -129px
    }

@media (max-width: 991px) {
    .slider-details .slider__slide-image {
        height: 400px
    }

    .slider-details .slider__main-title {
        padding-top: 5rem
    }

    .slider-details .container {
        max-width: calc(100% - 158px);
        padding: 0
    }

    .slider-details .swiper-button-next, .slider-details .swiper-button-prev {
        width: 79px
    }

    .slider-details .swiper-button-next {
        right: -79px
    }

    .slider-details .swiper-button-prev {
        left: -79px
    }
}

@media (max-width: 767px) {
    .slider-details .slider__slide-image {
        height: auto;
        padding-top: 100%
    }

    .slider-details .container {
        max-width: calc(100% - 30px)
    }

    .slider-details .swiper-container {
        overflow: hidden
    }

    .slider-details .swiper-button-prev {
        left: 0;
        width: 27px
    }

    .slider-details .swiper-button-next {
        right: 0;
        width: 27px
    }

    .slider-details .slider__slide-content {
        bottom: 16px;
        left: 16px
    }

    .slider-details .slider__title {
        font-size: 2.8rem;
        letter-spacing: 0.028rem;
        line-height: 1.21
    }

    .slider-details .slider__main-title {
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.022rem;
        line-height: 1.45
    }
}

.slider-images .swiper-slide:after {
    display: block;
    content: '';
    padding-top: 106%
}

.slider-images .swiper-button-next, .slider-images .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    background-image: none;
    display: inline-block;
    padding-top: 0;
    text-align: center;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.16);
    text-decoration: none;
    transition: box-shadow 0.3s
}

    .slider-images .swiper-button-next:after, .slider-images .swiper-button-prev:after {
        content: none
    }

.slider-images .swiper-button-lock {
    display: none
}

.slider-images .swiper-button-next {
    right: 15px
}

.slider-images .swiper-button-prev {
    left: 15px
}

.slider-restaurant .swiper-container {
    padding-bottom: 1rem
}

.slider-restaurant .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    align-items: flex-start
}

.slider-restaurant .slider__image {
    position: relative;
    width: 58.67%
}

    .slider-restaurant .slider__image img {
        position: relative;
        z-index: 1
    }

    .slider-restaurant .slider__image:before {
        content: '';
        position: absolute;
        bottom: -2.3rem;
        right: -2.3rem;
        width: 349px;
        height: 409px;
        background-color: #83bbcb;
        opacity: 0.34;
        z-index: -1
    }

@media (max-width: 1199px) {
    .slider-restaurant .slider__image {
        width: 50%
    }
}

.slider-restaurant .slider__content {
    max-width: 41.33%;
    width: 100%;
    padding: 4rem 0 10rem 9.1rem
}

@media (max-width: 1199px) {
    .slider-restaurant .slider__content {
        max-width: 50%;
        padding-left: 5.1rem
    }
}

.slider-restaurant .slider__title {
    margin: 0;
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: normal
}

.slider-restaurant .slider__subtitle {
    margin-bottom: 2.5rem;
    font-size: 4rem;
    font-style: italic;
    letter-spacing: 0.04rem;
    line-height: 1.13
}

.slider-restaurant .slider__actions {
    margin-top: 2.6rem
}

.slider-restaurant .swiper-button-prev, .slider-restaurant .swiper-button-next {
    position: absolute;
    bottom: 1rem;
    top: auto;
    display: inline-block;
    padding-top: 1.2rem;
    text-align: center;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.16);
    text-decoration: none;
    transition: box-shadow 0.3s
}

    .slider-restaurant .swiper-button-prev:hover, .slider-restaurant .swiper-button-next:hover {
        box-shadow: 0 0 6px rgba(0,0,0,0.5)
    }

.slider-restaurant .swiper-button-next {
    left: auto;
    right: 0.5rem
}

.slider-restaurant .swiper-button-prev {
    left: auto;
    right: 6.5rem
}

.slider-restaurant .swiper-pagination {
    bottom: 1.7rem;
    text-align: right;
    padding-right: 13rem;
    font-family: "Roboto",sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.44rem
}

@media (max-width: 1199px) {
    .slider-restaurant .slider__image:before {
        left: 6%;
        height: 26.9rem;
        width: 42rem
    }
}

@media (max-width: 991px) {
    .slider-restaurant .slider__image, .slider-restaurant .slider__content {
        width: 100%;
        max-width: 100%;
        padding: 0
    }

    .slider-restaurant .slider__image {
        margin-bottom: 3rem;
        text-align: center
    }

        .slider-restaurant .slider__image:before {
            display: none
        }
}

@media (max-width: 767px) {
    .slider-restaurant .slider__image {
        margin-bottom: 0;
        margin-top: 3.5rem;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .slider-restaurant .slider__content {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        text-align: center;
        padding: 0 5rem
    }

    .slider-restaurant .swiper-pagination {
        display: none !important
    }

    .slider-restaurant .slider__title {
        margin-bottom: 1.9rem;
        font-size: 3.2rem;
        letter-spacing: 0.16rem
    }

    .slider-restaurant .slider__subtitle {
        margin-bottom: 1.9rem;
        font-size: 2.6rem;
        letter-spacing: 0.026rem;
        line-height: 1.15
    }

    .slider-restaurant .swiper-button-prev, .slider-restaurant .swiper-button-next {
        bottom: auto;
        top: 0
    }

    .slider-restaurant .swiper-button-prev {
        left: 0;
        right: auto
    }

    .slider-restaurant .swiper-button-next {
        right: 0
    }

    .slider-restaurant .swiper-slide {
        padding: 0 1.5rem
    }
}

.slider-events button {
    display: none;
    appearance: none;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.16);
    width: 3.6rem;
    height: 3.6rem;
    padding: 0
}

.slider-events .swiper-button-next {
    right: 0
}

.slider-events .swiper-button-prev {
    left: 0
}

@media (max-width: 767px) {
    .slider-events {
        margin: 0 -1.4rem
    }

        .slider-events button {
            display: inline-block
        }
}

.slider-grid-images {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none
}

@media (max-width: 767px) {
    .slider-grid-images {
        opacity: 1;
        visibility: visible;
        height: auto;
        display: block
    }

        .slider-grid-images .swiper-slide {
            width: 100%;
            height: 29.4rem
        }

        .slider-grid-images button {
            appearance: none;
            border-radius: 0;
            border: 0;
            width: 3rem;
            height: 3rem;
            box-shadow: 0 0 6px rgba(0,0,0,0.16)
        }

        .slider-grid-images .swiper-button-next {
            right: 0
        }

        .slider-grid-images .swiper-button-prev {
            left: 0
        }
}

.slider-grid-images--alt .swiper-slide {
    height: 37.2rem
}

.slider-grid-images--alt .swiper-button-next, .slider-grid-images--alt .swiper-button-prev {
    box-shadow: 0px 0px 6px rgba(32,32,32,0.16);
    transform: translateY(-50%)
}

.slider-grid-images--alt .swiper-button-next {
    right: -15px
}

.slider-grid-images--alt .swiper-button-prev {
    left: -15px
}

.slider-grid-images--events .swiper-slide {
    height: 37.2rem
}

.slider-grid-images--events .swiper-button-next, .slider-grid-images--events .swiper-button-prev {
    transform: translateY(-50%)
}

.slider-grid-images--events .swiper-button-next {
    right: 0
}

.slider-grid-images--events .swiper-button-prev {
    left: 0
}

.slider-wellness {
    opacity: 0;
    visibility: hidden;
    height: 0;
    max-width: 28.8rem;
    margin: 0 auto;
    width: 100%
}

    .slider-wellness .swiper-container {
        padding: 0 3rem
    }

    .slider-wellness .swiper-slide {
        height: 30.6rem
    }

    .slider-wellness button {
        appearance: none;
        border-radius: 0;
        border: 0;
        width: 1.4rem;
        height: 2.5rem
    }

    .slider-wellness .swiper-button-next {
        right: 0
    }

    .slider-wellness .swiper-button-prev {
        left: 0
    }

@media (max-width: 767px) {
    .slider-wellness {
        opacity: 1;
        visibility: visible;
        height: auto;
        position: relative
    }
}

.slider-filters {
    opacity: 0;
    visibility: hidden;
    height: 0
}

    .slider-filters .slider__title {
        font-size: 3rem
    }

@media (max-width: 767px) {
    .slider-filters {
        opacity: 1;
        visibility: visible;
        height: 6.2rem;
        margin-bottom: 2.4rem;
        text-align: center;
        margin-top: -7.4rem
    }

        .slider-filters .swiper-container {
            height: 6.2rem
        }

        .slider-filters .swiper-slide {
            padding: 0 5rem;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .slider-filters .slider__title {
            margin: 0
        }
}

.js-slider-rooms .swiper-button-prev, .js-slider-rooms .swiper-button-next {
    display: none
}

@media (min-width: 768px) {
    .js-slider-rooms .swiper-container {
        height: 100%
    }

    .js-slider-rooms .swiper-wrapper {
        display: block
    }

    .js-slider-rooms .swiper-slide {
        height: auto
    }
}

@media (max-width: 767px) {
    .js-slider-rooms .swiper-container {
        margin-top: -6.8rem
    }

    .js-slider-rooms .swiper-button-prev, .js-slider-rooms .swiper-button-next {
        display: block;
        bottom: auto;
        top: 0;
        width: 35px;
        height: 35px;
        box-shadow: 0 0 6px rgba(0,0,0,0.16)
    }

    .js-slider-rooms .swiper-button-prev {
        left: 0
    }

    .js-slider-rooms .swiper-button-next {
        right: 0
    }
}

.slider-gallery .slider__image {
    height: 66rem;
    position: relative
}

    .slider-gallery .slider__image:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(180deg, transparent 0%, #000 100%);
        opacity: 0.3;
        height: 104px
    }

.slider-gallery .slider__content {
    padding: 5.2rem 0 0 5.2rem
}

.slider-gallery .slider__title {
    margin: 0;
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: 0.034rem;
    line-height: 1.29;
    color: #121212;
    background-color: #fff
}

.slider-gallery .swiper-button-next.swiper-button-disabled, .slider-gallery .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width: 991px) {
    .slider-gallery .slider__content {
        padding: 12.2rem 0 0 5.2rem
    }
}

@media (max-width: 767px) {
    .slider-gallery .slider__image {
        height: 32.9rem
    }

    .slider-gallery .swiper-button-next, .slider-gallery .swiper-button-prev {
        top: 15.5rem
    }

    .slider-gallery .slider__title {
        font-size: 2.6rem
    }

    .slider-gallery .slider__content {
        padding: 8rem 1.3rem 1.3rem
    }
}

.slider-thumbs {
    position: absolute;
    top: 57rem;
    right: 0;
    width: 46.5rem;
    overflow: hidden
}

    .slider-thumbs .slider-thumbs__inner {
        width: 20.6rem
    }

    .slider-thumbs .swiper-container {
        padding: 1rem;
        overflow: visible
    }

    .slider-thumbs .swiper-slide {
        width: 17.6rem;
        height: 15.3rem
    }

    .slider-thumbs .slider__image {
        width: 17.6rem;
        height: 15.3rem;
        border: 3px solid #ffffff;
        box-shadow: 0 0 6px rgba(0,0,0,0.16)
    }

@media (max-width: 767px) {
    .slider-thumbs {
        width: 23.8rem;
        top: 29.4rem
    }

        .slider-thumbs .swiper-container {
            padding: 0.5rem
        }

        .slider-thumbs .slider-thumbs__inner {
            width: 8rem
        }

        .slider-thumbs .swiper-slide {
            width: 7.4rem;
            height: 6.4rem
        }

        .slider-thumbs .slider__image {
            width: 7.4rem;
            height: 6.4rem
        }
}

.slider-meetings {
    width: 100%;
    max-width: 75rem
}

    .slider-meetings .swiper-container {
        padding-left: 2.8rem
    }

    .slider-meetings .swiper-container {
        overflow: visible
    }

    .slider-meetings .swiper-button-prev, .slider-meetings .swiper-button-next {
        position: absolute;
        top: 21.7rem;
        padding: 0;
        width: 1.4rem;
        height: 2.4rem
    }

    .slider-meetings .swiper-button-prev {
        left: 0
    }

    .slider-meetings .swiper-button-next {
        right: -2.4rem
    }

@media (min-width: 2000px) {
    .slider-meetings {
        max-width: 750px
    }
}

@media (max-width: 991px) {
    .slider-meetings {
        max-width: 60rem
    }

        .slider-meetings .swiper-button-prev, .slider-meetings .swiper-button-next {
            top: 14.7rem
        }
}

@media (max-width: 767px) {
    .slider-meetings {
        max-width: 24.9rem
    }

        .slider-meetings .swiper-container {
            padding: 0;
            padding-bottom: 6.3rem;
            position: static
        }

        .slider-meetings .swiper-button-prev, .slider-meetings .swiper-button-next {
            top: 13.6rem;
            bottom: auto;
            width: 3.6rem;
            height: 3.6rem;
            box-shadow: 0 0 6px rgba(0,0,0,0.16)
        }

        .slider-meetings .swiper-button-next {
            left: auto;
            right: 0
        }

        .slider-meetings .swiper-button-next {
            left: -64px;
            right: auto;
            margin-left: 100vw
        }

        .slider-meetings .swiper-container--alt {
            position: relative
        }

            .slider-meetings .swiper-container--alt .swiper-button-prev, .slider-meetings .swiper-container--alt .swiper-button-next {
                top: 11.6rem
            }
}

.slider-kids {
    position: relative;
    padding: 50px 0
}

    .slider-kids .swiper-button-prev, .slider-kids .swiper-button-next {
        position: absolute;
        bottom: 2.5rem;
        top: auto;
        display: inline-block;
        padding-top: 1.2rem;
        text-align: center;
        width: 4.4rem;
        height: 4.4rem;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0,0,0,0.16);
        text-decoration: none;
        transition: box-shadow 0.3s
    }

        .slider-kids .swiper-button-prev:hover, .slider-kids .swiper-button-next:hover {
            box-shadow: 0 0 6px rgba(0,0,0,0.5)
        }

    .slider-kids .slider__image {
        position: relative;
        z-index: 1;
        margin: 0 105px
    }

        .slider-kids .slider__image:after {
            display: block;
            padding-top: 48.2%;
            content: ''
        }

    .slider-kids .slider__entry {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.88
    }

    .slider-kids .swiper-button-next {
        left: 51%
    }

    .slider-kids .slider__subtitle {
        margin-bottom: 2.2rem
    }

    .slider-kids .swiper-button-prev {
        left: 45%
    }

    .slider-kids .slider__content {
        position: relative;
        width: 100%;
        padding: 240px 100px 110px;
        background: #fff;
        color: #28221f;
        margin-top: -215px;
        text-align: center
    }

        .slider-kids .slider__content svg {
            position: absolute;
            bottom: -99px;
            left: 50%;
            transform: translateX(-50%)
        }

    .slider-kids .slider-decoration-top-left {
        position: absolute;
        top: 71px;
        left: -88px;
        z-index: 2
    }

    .slider-kids .slider-decoration-bottom-center {
        position: absolute;
        bottom: -116px;
        right: 29px
    }

    .slider-kids .slider-decoration-top-right {
        position: absolute;
        top: 35px;
        right: -63px;
        z-index: 2
    }

    .slider-kids .swiper-pagination {
        bottom: 8.3rem;
        left: 0;
        right: 0;
        text-align: left;
        width: 100%;
        margin-left: auto;
        font-family: "Roboto",sans-serif;
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.44rem;
        color: #202020;
        text-align: center
    }

    .slider-kids .swiper-slide {
        padding: 0 7rem 4rem
    }

@media (max-width: 991px) {
    .slider-kids {
        padding: 11.5rem 0 2.7rem
    }

        .slider-kids .swiper-container {
            padding-bottom: 15px
        }

        .slider-kids .swiper-slide {
            padding: 0 0 4rem
        }

        .slider-kids .slider__image {
            position: relative;
            z-index: 5;
            width: calc(100% - 88px);
            margin: 0 auto
        }

            .slider-kids .slider__image:after {
                padding-top: 47%
            }

        .slider-kids .slider__entry {
            height: auto
        }

        .slider-kids .slider__subtitle {
            font-size: 34px
        }

        .slider-kids .slider__entry {
            font-size: 14px;
            line-height: 2
        }

        .slider-kids .swiper-button-prev {
            left: 43%
        }

        .slider-kids .swiper-button-next {
            left: 51%
        }

        .slider-kids .swiper-pagination {
            width: 100%;
            margin-left: 0;
            bottom: 8.2rem;
            font-size: 22px
        }

        .slider-kids .slider__content {
            width: 100%;
            padding: 17.3rem 2rem 10rem;
            margin-top: -14.6rem
        }

            .slider-kids .slider__content svg {
                display: none
            }
}

@media (max-width: 767px) {
    .slider-kids {
        padding: 0 0 0.7rem
    }

        .slider-kids .slider__subtitle {
            font-size: 22px;
            margin-bottom: -0.2rem
        }

        .slider-kids .slider__image {
            width: calc(100% - 15px)
        }

            .slider-kids .slider__image:after {
                padding-top: 88%
            }

        .slider-kids .slider__content {
            padding: 15rem 1.8rem 8rem;
            text-align: left
        }

        .slider-kids .swiper-pagination {
            font-size: 14px;
            bottom: 9.2rem
        }

        .slider-kids .swiper-button-prev, .slider-kids .swiper-button-next {
            width: 34px;
            height: 34px;
            bottom: 4.5rem
        }

        .slider-kids .swiper-button-prev {
            left: 36%
        }
}

.widgets {
    list-style: none outside none
}

.intro {
    position: relative
}

    .intro .slider .swiper-pagination-bullet {
        width: auto;
        margin-right: 24px !important
    }

    .intro .slider .swiper-pagination-bullet-active {
        padding-bottom: 0
    }

@media (max-width: 767px) {
    .intro .slider .swiper-pagination {
        width: 100%
    }
}

.intro .swiper-total {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

    .intro .swiper-total .swiper-button-prev, .intro .swiper-total .swiper-button-next {
        position: static;
        background: none;
        border: 0 none;
        height: auto;
        width: 3rem;
        text-align: center;
        margin: 0 2.4rem
    }

.intro .swiper-total__content {
    font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
    color: #BFBFBF
}

.intro .swiper-total__current {
    font-size: 3rem;
    color: #fff;
    line-height: 2rem
}

.intro--golf .swiper-total {
    pointer-events: none;
    display: block;
    bottom: 58px
}

    .intro--golf .swiper-total .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        pointer-events: all
    }

    .intro--golf .swiper-total .swiper-button-prev, .intro--golf .swiper-total .swiper-button-next {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 50%;
        border: 1px solid transparent
    }

        .intro--golf .swiper-total .swiper-button-prev:hover, .intro--golf .swiper-total .swiper-button-next:hover {
            border-color: #fff
        }

.intro--wellness .slider__title {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 15rem;
    z-index: 11;
    margin: 0;
    text-align: center;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none
}

.intro--wellness .slider__title--font {
}

.intro--title-down .slider__title {
    bottom: 5rem
}

.intro--golf .slider__text {
    position: absolute;
    left: 0;
    bottom: 59px;
    width: 100%;
    z-index: 11;
    pointer-events: none
}

.intro--golf .slider__title {
    max-width: 460px;
    margin: 0;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    pointer-events: all
}

@media (max-width: 767px) {
    .intro--wellness .slider__title {
        font-size: 3.5rem
    }

    .intro--golf .slider__text {
        bottom: 117px
    }

    .intro--golf .slider__title {
        font-size: 3rem;
        text-align: center;
        max-width: none
    }

    .intro--golf .swiper-total {
        bottom: 65px
    }

        .intro--golf .swiper-total .container {
            justify-content: space-between
        }
}

.intro--small {
    position: relative;
    max-height: 80vh
}

    .intro--small .swiper-image-wrapper .swiper-slide {
        height: 80vh !important
    }

@media (max-width: 767px) {
    .intro--small .swiper-image-wrapper .swiper-slide {
        height: auto !important
    }

        .intro--small .swiper-image-wrapper .swiper-slide:after {
            content: none !important
        }
}

.intro--small .swiper-image-wrapper .slider__image {
    height: 80vh
}

@media (max-width: 767px) {
    .intro--small .swiper-image-wrapper .slider__image {
        height: auto;
        padding-top: 100%
    }
}

@media (max-width: 767px) {
    .intro--small .swiper-image-wrapper {
        max-height: 100%
    }

        .intro--small .swiper-image-wrapper .swiper-scrollbar {
            display: none
        }
}

.intro--small:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 298px;
    background-image: linear-gradient(transparent 0%, #000 100%);
    opacity: 0.25
}

@media (max-width: 767px) {
    .intro--small:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 104px;
        background-image: linear-gradient(to top, transparent 0%, #000 100%);
        opacity: 0.3
    }
}

.intro-details {
    position: relative
}

    .intro-details .intro__image {
        height: 60rem
    }

    .intro-details .intro__title {
        padding: 3.3rem 0 9.8rem 40rem
    }

    .intro-details .intro__content {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d4e8ed;
        padding: 4.8rem 2.1rem 4.9rem 11.4rem;
        min-width: 37rem
    }

    .intro-details .intro__title {
        margin: 0;
        font-size: 4.5rem;
        font-weight: 400;
        letter-spacing: 0.045rem;
        line-height: 1.22;
        text-transform: uppercase
    }

    .intro-details .list-arrows {
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        left: 10rem
    }

@media (max-width: 1199px) {
    .intro-details .intro__title {
        padding: 3.3rem 0 3.3rem 40rem
    }
}

@media (max-width: 991px) {
    .intro-details .intro__title {
        padding: 1.5rem;
        text-align: center
    }

    .intro-details .intro__image {
        height: 30rem
    }
}

@media (max-width: 767px) {
    .intro-details {
        padding: 0 1.4rem 2rem
    }

        .intro-details .intro__title {
            position: absolute;
            bottom: 2.7rem;
            left: 3rem;
            z-index: 1;
            padding: 0;
            font-size: 2.8rem;
            line-height: 1.07;
            color: #fff
        }

        .intro-details .intro__image {
            position: relative;
            height: auto;
            padding-top: 100%
        }

            .intro-details .intro__image:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 117px;
                background-image: linear-gradient(180deg, transparent 0%, #000 100%);
                opacity: 0.48
            }
}

.intro-overlay {
    position: relative;
    height: 82rem;
    overflow: hidden
}

    .intro-overlay:before, .intro-overlay:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        pointer-events: none
    }

    .intro-overlay:before {
        top: 0;
        height: 193px;
        background-image: linear-gradient(to top, transparent 0%, #000 100%);
        opacity: 0.71
    }

    .intro-overlay:after {
        bottom: -31px;
        left: -5px;
        right: -5px
    }

    .intro-overlay .intro__title {
        margin-bottom: 9.8rem;
        margin-left: 2.9rem;
        font-size: 12.9rem;
        font-weight: 400;
        text-shadow: 0 0 20px rgba(0,0,0,0.27);
        color: #fff;
        transform: rotate(-13deg)
    }

    .intro-overlay .intro__subtitle {
        max-width: 38.5rem;
        width: 100%;
        margin-left: 27.3rem;
        font-size: 4rem;
        font-weight: 700;
        letter-spacing: 0.1rem;
        line-height: 1.13;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0 0 20px rgba(0,0,0,0.8);
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .intro-overlay .intro__content {
        position: relative;
        z-index: 1
    }

    .intro-overlay .intro__inner {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 8.9rem 12.2rem;
        align-items: flex-end
    }

    .intro-overlay + .main {
        position: relative;
        background-color: #f6f3ea
    }

@media (max-width: 767px) {
    .intro-overlay {
        height: 338px
    }

        .intro-overlay .intro__inner {
            padding: 0 20px 65px
        }

        .intro-overlay .intro__title {
            margin-bottom: -1.6rem;
            margin-left: -0.1rem;
            font-size: 6.2rem
        }

        .intro-overlay:after {
            height: 100px;
            bottom: -25px
        }
}

.link {
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.032rem;
    text-transform: uppercase;
    border: 0;
    background: transparent;
    padding: 0
}

.link--small {
    color: #202020;
    font-size: 1rem;
    font-weight: 600;
    list-style-type: 0.15em
}

    .link--small svg {
        margin-left: 10px
    }

.link svg {
    transition: margin .5s
}

.link:hover {
    color: #fff;
    background-color: #28375b;
}

    .link:hover svg {
        margin-left: 1.5rem
    }

.link--small:hover {
    color: #88afde
}

.link img {
    display: inline-block;
    margin-left: 0.7rem
}

@media (max-width: 767px) {
    .link {
        font-size: 1.3rem
    }
}

.link-download {
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600
}

    .link-download svg {
        margin-right: 10px;
        margin-bottom: 8px
    }

        .link-download svg path {
            transition: fill .3s
        }

    .link-download:hover {
        color: #88afde
    }

        .link-download:hover svg path {
            fill: #88afde
        }

.js-read-more img {
    transform: rotate(0);
    transition: transform .3s
}

.js-read-more.active img {
    transform: rotate(180deg)
}

.language-switch {
    margin-left: 3.6rem
}

    .language-switch .select2-container--default .select2-selection--single {
        border: 0;
        background-color: transparent;
        height: 3.5rem;
        width: 16.2rem
    }

        .language-switch .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #fff;
            line-height: 3.3rem;
            padding-left: 0.9rem;
            padding-right: 5rem;
            font-size: 1.6rem;
            font-weight: 500;
            letter-spacing: 0.032rem
        }

        .language-switch .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 3.3rem;
            width: 1.8rem;
            right: 5rem
        }

            .language-switch .select2-container--default .select2-selection--single .select2-selection__arrow b {
                margin-top: -0.4rem
            }

@media (max-width: 767px) {
    .language-switch .select2-container--default .select2-selection--single {
        width: 6.2rem
    }

        .language-switch .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding-right: 2rem
        }

        .language-switch .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 3.3rem;
            width: 1.8rem;
            right: 0
        }
}

.region-selector .select2-results__option {
    text-transform: uppercase
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 106;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15.7rem 8.9rem 6.9rem 10rem;
    transform: translateY(-100%);
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    transition: transform .5s
}

/* .menu:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #f5f4f4;
        width: 39rem
    }*/

.menu__btn {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 999;
    opacity: 0;
    visibility: hidden
}

.menu-opened .menu__btn {
    opacity: 1;
    visibility: visible
}

.menu .menu__content {
    /*max-width: calc(100% - 43.3rem);*/
    width: 100%;
    display: flex;
    flex-direction: column
}

    .menu .menu__content .nav {
        width: 100%
    }

    .menu .menu__content .socials {
        margin-top: auto
    }

.menu .menu__aside {
    position: relative;
    z-index: 1;
    max-width: 34.3rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.3rem;
    text-align: right
}

@media (max-width: 1199px) {
    .menu {
        padding: 19.7rem 4rem 6.9rem
    }

        .menu:before {
            width: 34.2rem
        }

        .menu .menu__content {
            max-width: calc(100% - 30.2rem)
        }

        .menu .menu__aside {
            max-width: 25.3rem
        }
}

@media (max-width: 991px) {
    .menu {
        padding: 13.7rem 4rem 6.9rem
    }
}

@media (max-width: 767px) {
    .menu {
        display: block;
        top: 0;
        padding: 9.4rem 3.2rem 0;
        overflow-y: auto;
        overflow-x: hidden
    }

        .menu:before {
            content: none
        }

        .menu .menu__content, .menu .menu__aside {
            max-width: 100%
        }

        .menu .menu__aside {
            position: relative;
            padding: 0;
            text-align: left;
            padding: 2.6rem 0
        }

            .menu .menu__aside:before {
                content: '';
                position: absolute;
                top: 0;
                left: -3.2rem;
                right: -3.2rem;
                width: calc(100% + 6.4rem);
                background-color: #f5f4f4;
                height: 100%;
                z-index: -1
            }

        .menu .menu__content {
            padding-bottom: 2.6rem
        }

    .menu__btn {
        display: none
    }
}

.menu--blog .language-switch {
    position: absolute;
    top: 20px;
    left: 32px;
    margin-left: 0
}

    .menu--blog .language-switch .select2-container--default .select2-selection--single {
        position: relative;
        margin-right: 8.6rem;
        margin-left: auto
    }

        .menu--blog .language-switch .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: currentColor;
            text-align: left;
            padding-right: 3rem;
            padding-left: 0;
            text-transform: uppercase;
            font-family: "Roboto",sans-serif;
            font-size: 1.7rem;
            letter-spacing: 0.1em;
            font-weight: 300;
            text-align: left
        }

        .menu--blog .language-switch .select2-container--default .select2-selection--single .select2-selection__arrow {
            right: 0
        }

    .menu--blog .language-switch .select2-container--open .select2-dropdown {
        border-top: 1px solid #aaa;
        width: 21.5rem !important
    }

    .menu--blog .language-switch .region-selector .select2-results__option {
        text-align: left
    }

@media (max-width: 767px) {
    .menu--blog .language-switch {
        margin-bottom: 4.7rem
    }

        .menu--blog .language-switch .select2-container--default .select2-selection--single {
            width: auto;
            margin-right: 20rem
        }

        .menu--blog .language-switch .region-selector .select2-results__option {
            text-align: left
        }
}

.menu--blog .nav {
    font-family: "Roboto",sans-serif;
    font-size: 1.2;
    font-weight: normal;
    text-transform: uppercase
}

.menu--blog .nav-trigger {
    position: absolute;
    top: 20px;
    right: 0
}

.menu-nav {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999;
    height: 100%;
    width: 337px;
    background: #fff;
    box-shadow: -4px 0 10px transparent;
    transform: translateX(0%);
    transition: transform .3s, box-shadow .3s
}

.menu-nav--tablet {
    display: none
}

.menu-nav-opened .menu-nav {
    box-shadow: -4px 0 10px rgba(0,0,0,0.38);
    transform: translateX(-100%)
}

.menu-nav__inner {
    height: 100%;
    overflow-y: auto;
    padding: 6.5rem 0 4.5rem
}

.menu-nav .language-switch {
    margin-bottom: 5.2rem
}

    .menu-nav .language-switch .select2-container--default .select2-selection--single {
        position: relative;
        margin-right: 8.6rem;
        margin-left: auto
    }

        .menu-nav .language-switch .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: currentColor;
            text-align: right;
            padding-right: 3rem
        }

        .menu-nav .language-switch .select2-container--default .select2-selection--single .select2-selection__arrow {
            right: 0
        }

    .menu-nav .language-switch .select2-container--open .select2-dropdown {
        border-top: 1px solid #aaa;
        width: 21.5rem !important
    }

    .menu-nav .language-switch .region-selector .select2-results__option {
        text-align: right
    }

.menu-nav .menu-trigger {
    position: absolute;
    top: 6.5rem;
    right: 3rem;
    z-index: 2
}

    .menu-nav .menu-trigger:hover {
        color: #28375b
    }

.menu-nav .nav {
    padding-right: 8.6rem;
    font-family: "Roboto",sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: none;
    text-align: right;
    display: block
}

    .menu-nav .nav ul {
        columns: initial
    }

    .menu-nav .nav li {
        padding: 0
    }

        .menu-nav .nav li + li {
            margin-top: 1rem
        }

    .menu-nav .nav a:hover {
        color: #28375b
    }

    .menu-nav .nav .current {
        color: #28375b;
        font-weight: bold
    }

.menu-nav--golf .nav {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500
}

    .menu-nav--golf .nav li + li {
        margin-top: 1.7rem
    }

.menu-nav__bottom {
    text-align: right;
    padding-left: 5rem;
    padding-right: 8.6rem;
    padding-top: 5.4rem;
    border-top: 1px solid #E6E6E6;
    margin-top: 6.2rem;
}

    .menu-nav__bottom address {
        display: block;
        margin-bottom: 4px;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 0.02em
    }

.wrapper--golf .menu-nav__bottom address {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 300
}

.menu-nav__phone {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 1.5rem;
    color: #28375b
}

.wrapper--golf .menu-nav__phone {
    font-size: 1.2rem;
    font-weight: 600;
    color: #12715F
}

.menu-nav__social {
    margin-top: 2.8rem;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.02em
}

    .menu-nav__social a {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none
    }

        .menu-nav__social a img {
            max-width: 30px;
            margin-left: 6px
        }

@media (max-width: 1199px) {
    .menu-nav--tablet {
        display: block
    }
}

@media (max-width: 767px) {
    .menu-nav .menu-trigger {
        top: 2.2rem;
        right: 2.9rem
    }

    .menu-nav .menu-nav__inner {
        padding: 2.3rem 0
    }

    .menu-nav .language-switch {
        margin-bottom: 4.7rem
    }

        .menu-nav .language-switch .select2-container--default .select2-selection--single {
            width: auto;
            margin-right: 20rem
        }

        .menu-nav .language-switch .region-selector .select2-results__option {
            text-align: left
        }

    .menu-nav .nav {
        padding-right: 7.6rem;
        font-size: 1.6rem
    }

    .menu-nav__bottom {
        padding-right: 7.6rem
    }
}

.menu-nav-container {
    position: relative
}

.menu-nav-small {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 182px;
    background: #fff;
    padding: 19px;
    margin-left: -91px;
    margin-top: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.menu-nav-opened .menu-nav-small {
    opacity: 1;
    visibility: visible
}

.menu-nav-small .nav {
    font-family: "Roboto",sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000
}

    .menu-nav-small .nav ul {
        columns: initial
    }

    .menu-nav-small .nav li {
        padding-bottom: 0;
        margin-bottom: 13px
    }

        .menu-nav-small .nav li:last-child {
            margin-bottom: 0
        }

    .menu-nav-small .nav > ul > li:nth-child(-n+7) {
        display: none
    }

@media (max-width: 1199px) {
    .menu-nav-container {
        display: block !important
    }

    .menu-nav-small {
        display: none
    }
}

.contacts {
    align-self: flex-end;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.032rem;
    text-align: right
}

    .contacts ul {
        list-style: none outside none
    }

    .contacts li + li {
        margin-top: 1.6rem
    }

    .contacts a {
        text-decoration: none;
        color: #88afde;
        font-weight: 500;
    }

        .contacts a:hover {
            color: #28375b;
        }

.contacts--secondary {
    padding: 4.9rem;
    background-color: #28375b;
    text-align: left;
    font-weight: 300;
    line-height: 1.6
}

    .contacts--secondary .contacts__title {
        margin-bottom: 2.2rem;
        font-size: 3.2rem;
        font-weight: 400;
        letter-spacing: 0.032rem;
        line-height: 1.38;
        text-transform: none
    }

    .contacts--secondary .socials {
        margin-top: 2rem
    }

        .contacts--secondary .socials svg path {
            fill: #202020
        }

        .contacts--secondary .socials li + li {
            margin-top: 0
        }

@media (max-width: 767px) {
    .contacts {
        padding: 2rem 0;
        font-size: 1.4rem;
        text-align: left
    }

    .contacts--secondary {
        padding: 2rem
    }

        .contacts--secondary .contacts__title {
            margin-bottom: 0.8rem;
            font-size: 2.6rem
        }

        .contacts--secondary ul {
            line-height: 2
        }
}

.socials {
    align-self: flex-end;
    width: 100%
}

    .socials p {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.08rem;
        text-transform: uppercase
    }

    .socials ul {
        list-style: none outside none
    }

    .socials li {
        display: inline-block;
        vertical-align: middle
    }

        .socials li + li {
            margin-left: 1.8rem
        }

    .socials svg path {
        transition: fill .3s
    }

    .socials a:hover svg path {
        fill: #88afde
    }

.image-container {
    position: relative;
    width: 100%
}

    .image-container:not(.image-container--small) img {
        display: block;
        width: 100%;
        height: auto
    }

    .image-container.first-image {
        max-width: 355px
    }

    .image-container.second-image {
        max-width: 235px
    }

    .image-container.third-image {
        max-width: 320px
    }

    .image-container .box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -5.9rem
    }

    .image-container .box--left {
        right: auto;
        left: -5.9rem
    }

.image-container--small {
    max-width: 50%;
    width: 100%
}

.image-container--top {
    margin-top: -4rem
}

.image-container--overlay {
    position: relative;
    margin-top: 6.8rem
}

    .image-container--overlay .image-container__background {
        position: absolute;
        top: 4.2rem;
        left: -3.1rem;
        height: 100%;
        width: 67.79%
    }

    .image-container--overlay img {
        position: relative;
        z-index: 1
    }

@media (max-width: 1300px) {
    .image-container .box--left {
        left: -3rem
    }
}

@media (max-width: 1199px) {
    .image-container--main {
        margin-bottom: 2rem
    }

    .image-container--small {
        max-width: 45%;
        width: 100%;
        padding-left: 3rem
    }

    .image-container--top {
        margin-top: -4rem;
        margin-right: 4rem
    }

    .image-container--overlay .image-container__background {
        left: 0
    }
}

@media (max-width: 991px) {
    .image-container--top {
        margin-top: 6.8rem;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .image-container--main {
        max-width: 100%;
        margin-bottom: 0
    }

    .image-container--small {
        display: none
    }

    .image-container:not(.image-container--small) img {
        display: none
    }

    .image-container .box {
        position: static;
        transform: none;
        background: none !important
    }
}

.images-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

@media (max-width: 1199px) {
    .images-wrapper {
        padding: 0 20px;
        justify-content: space-between
    }

    .images-wrapper--left .box--left {
        left: 0
    }

    .images-wrapper--left .image-container--main {
        padding-left: 3rem
    }

    .images-wrapper--right .box {
        right: 0
    }

    .images-wrapper--right .image-container--main {
        padding-right: 3rem
    }
}

@media (max-width: 767px) {
    .images-wrapper {
        position: relative;
        display: block;
        padding: 24px 1rem
    }

        .images-wrapper:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 2.1rem);
            background-image: linear-gradient(#afd9e5 0%, #77b5c6 100%);
            opacity: 0.9
        }
}

.box {
    padding: 2.2rem 2.6rem
}

    .box .link {
        margin-top: 2.4rem
    }

    .box .box__title {
        margin-bottom: 1.3rem;
        font-size: 3rem;
        font-style: italic;
        letter-spacing: 0.04rem;
        line-height: 1.13;
        text-transform: none
    }

    .box .box__subtitle {
        margin-bottom: 1.8rem;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: 0.125rem;
        text-transform: uppercase;
        line-height: 1
    }

.box--small {
    max-width: 34.8rem;
    color: #fff;
    opacity: .9
}

    .box--small .box__content {
        opacity: 1
    }

@media (max-width: 767px) {
    .box {
        padding: 1.1rem
    }

        .box .box__title {
            font-size: 2.6rem
        }

        .box .box__subtitle {
            font-size: 3.2rem
        }

    .box--small {
        max-width: 100%
    }

    .box--blue {
        background-image: none;
        opacity: 1
    }
}

.boxes--alt {
    margin: -1.5rem;
    padding-top: 1.5rem
}

@media (max-width: 767px) {
    .boxes--alt {
        padding-top: 0
    }
}

.box--alt {
    width: 33.33%;
    padding: 1.5rem
}

    .box--alt a {
        display: flex;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: opacity .3s
    }

        .box--alt a:hover {
            color: #202020;
            opacity: .7
        }

    .box--alt .box__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.9rem 4rem;
        background: rgba(255,255,255,0.8);
        text-transform: uppercase;
        text-align: center
    }

        .box--alt .box__content h3 {
            margin: 0;
            font-size: 3rem;
            font-weight: 300;
            line-height: 1;
            letter-spacing: 0.075rem
        }

    .box--alt .box__image {
        width: 100%
    }

@media (min-width: 1024px) {
    .box--alt:nth-child(odd) .box__image {
        height: 438px
    }

    .box--alt:nth-child(even) .box__image {
        height: 314px
    }

    .box--alt:nth-child(even) .box__content {
        width: calc(100% - 72px);
        height: calc(100% - 80px)
    }
}

@media (max-width: 991px) {
    .box--alt {
        width: 50%
    }

        .box--alt .box__image {
            height: 314px
        }

        .box--alt .box__content {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(100% - 72px);
            height: calc(100% - 80px)
        }
}

@media (max-width: 767px) {
    .box--alt {
        width: 100%;
        padding: 0.9rem 1.5rem
    }

        .box--alt .box__image {
            height: 350px
        }

        .box--alt .box__content {
            padding: 0.6rem 3rem
        }

            .box--alt .box__content h3 {
                font-size: 2.6rem;
                letter-spacing: 0.065rem;
                line-height: 1.15
            }

        .box--alt:nth-child(odd) .box__content {
            height: auto;
            width: auto
        }

        .box--alt:nth-child(even) .box__image {
            height: 254px
        }

        .box--alt:nth-child(even) .box__content {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(100% - 62px);
            height: calc(100% - 58px)
        }
}

.events .swiper-slide {
    width: 25%;
    padding: 0 12px
}

@media (min-width: 768px) {
    .events {
        list-style: none outside none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
        padding: 0
    }
}

@media (max-width: 991px) {
    .events .swiper-slide {
        width: 50%
    }
}

@media (max-width: 767px) {
    .events .swiper-slide {
        padding: 0 4rem
    }
}

.event p {
    line-height: 1.75
}

.event .event__date {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.2rem;
    padding: 0 1.5rem 1.3rem;
    border-bottom: 1px solid #202020
}

    .event .event__date span {
        font-size: 70px;
        color: #b89b77
    }

.event .event__day {
    font-size: 9rem;
    font-weight: 700;
    color: #b89b77
}

    .event .event__day span {
        display: inline-block;
        vertical-align: bottom;
        margin-left: -1.9rem;
        margin-bottom: 1.2rem;
        font-size: 4rem
    }

.event .event__month {
    margin-top: -0.6rem;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    line-height: 1.5;
    text-transform: uppercase
}

.event .event__title {
    margin-bottom: 2.1rem;
    font-family: "Roboto",sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.12rem;
    line-height: 1.08;
    font-style: normal;
    text-transform: uppercase
}

.event .link {
    margin-top: 1.7rem
}

@media (max-width: 767px) {
    .event {
        text-align: center
    }

        .event .event__day {
            font-size: 6.5rem
        }

            .event .event__day span {
                margin-left: -1rem;
                margin-bottom: 0.7rem;
                font-size: 2.9rem
            }

        .event .event__month {
            font-size: 1.8rem
        }

        .event .event__date:after {
            left: 50%;
            transform: translateX(-50%)
        }

        .event .event__title {
            margin-bottom: 1.6rem;
            font-size: 2rem;
            line-height: 1.1
        }
}

.subscribe {
    position: relative;
    max-width: 336px;
    width: 100%
}

    .subscribe .subscribe__label {
        display: block;
        width: 100%;
        margin-bottom: 1.2rem
    }

    .subscribe .subscribe__field {
        display: block;
        width: 100%;
        appearance: none;
        padding-right: 12.5rem;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #fff;
        background-color: transparent;
        color: #fff;
        font-size: 1.4rem;
        line-height: 2.8rem
    }

        .subscribe .subscribe__field::-webkit-input-placeholder {
            color: #838383
        }

        .subscribe .subscribe__field::-moz-placeholder {
            color: #838383
        }

        .subscribe .subscribe__field:-moz-placeholder {
            color: #838383
        }

        .subscribe .subscribe__field:-ms-input-placeholder {
            color: #838383
        }

    .subscribe .subscribe__btn {
        position: absolute;
        bottom: 4px;
        right: 0;
        appearance: none;
        border-radius: 0;
        border: 0;
        padding: 0;
        background-color: transparent;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.032rem;
        text-transform: uppercase
    }

@media (max-width: 991px) {
    .subscribe {
        margin-top: 4rem;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .subscribe {
        margin-top: 2.8rem
    }
}

.date-in-container, .date-out-container {
    position: relative !important;
    top: 100% !important;
    left: 8px !important;
    z-index: 10;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
    width: calc(100% - 16px)
}

    .date-in-container.datepicker-hidden, .date-out-container.datepicker-hidden {
        position: absolute !important;
        opacity: 0;
        visibility: hidden
    }

.pika-single {
    margin-top: 1.6rem;
    border: 1px solid #c4c4c4;
    overflow: hidden
}

    .pika-single .pika-select-month, .pika-single .pika-select-year {
        display: none
    }

    .pika-single .pika-prev, .pika-single .is-rtl .pika-next, .pika-single .pika-next, .pika-single .is-rtl .pika-prev {
        margin-top: 0.6rem
    }

    .pika-single .pika-prev, .pika-single .is-rtl .pika-next {
        transform: rotate(180deg)
    }

    .pika-single .pika-label {
        display: inline-block;
        padding: 0 0.2rem;
        font-family: "Montserrat",sans-serif;
        font-size: 400px;
        font-size: 1.5rem;
        line-height: 1.27;
        background-color: transparent
    }

    .pika-single .pika-title {
        padding: 0.6rem;
        background-color: #f7f7f7;
        text-align: center
    }

    .pika-single .pika-table th {
        color: #000
    }

    .pika-single table {
        width: 100%
    }

        .pika-single table thead {
            background-color: #ebebeb;
            text-align: center
        }

        .pika-single table th {
            padding: 0.4rem;
            font-family: "Montserrat",sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
            text-transform: uppercase
        }

        .pika-single table abbr[title], .pika-single table abbr[data-original-title] {
            text-decoration: none
        }

    .pika-single .pika-button {
        position: relative;
        display: block;
        width: 100%;
        height: 3rem;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin: 0 auto;
        background-color: transparent;
        font-family: "Montserrat",sans-serif;
        font-size: 1.5rem;
        font-weight: 300;
        text-align: center;
        padding: 0;
        width: 3rem;
        height: 3rem;
        border-radius: 50%
    }

        .pika-single .pika-button:hover {
            color: #202020
        }

    .pika-single .is-outside-current-month .pika-button {
        color: #aaaaaa
    }

    .pika-single .is-today .pika-button, .pika-single .is-startrange .pika-button, .pika-single .is-endrange .pika-button {
        color: #202020;
        background-color: #88afde
    }

    .pika-single .is-selected .pika-button, .pika-single .has-event .pika-button {
        color: #202020;
        background-color: #88afde;
        box-shadow: none
    }

    .pika-single .is-startrange {
        position: relative
    }

        .pika-single .is-startrange:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            bottom: 0;
            width: 50%;
            background-color: #88afde
        }

    .pika-single .is-endrange {
        position: relative
    }

        .pika-single .is-endrange[aria-selected="false"]:before {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            bottom: 0;
            width: 50%;
            background-color: #88afde
        }

    .pika-single .is-inrange {
        background-color: #88afde
    }

        .pika-single .is-inrange .pika-button {
            color: #202020
        }

    .pika-single .is-selected.is-endrange[aria-selected="true"]:before {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        width: 50%;
        background-color: #88afde
    }

    .pika-single .is-disabled.is-startrange .pika-button {
        opacity: 1
    }

.pika-lendar {
    width: 100%;
    margin: 0
}

.datepicker-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 1.4rem
}

    .datepicker-wrapper p {
        padding: 0 1.2rem
    }

    .datepicker-wrapper .datepicker-inner {
        position: relative;
        width: 15rem;
        height: 4.2rem;
        border: 1px solid #e4e4e4;
        padding: 1rem 4rem 1rem 1.6rem
    }

        .datepicker-wrapper .datepicker-inner:before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1.6rem
        }

    .datepicker-wrapper input {
        display: block;
        width: 9rem;
        appearance: none;
        background: none;
        border-radius: 0;
        border: 0;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.57;
        color: #333333;
        letter-spacing: 0.1rem
    }

@media (max-width: 767px) {
    .datepicker-wrapper {
        padding: 0.5rem 4rem 0.5rem 1.6rem;
        width: 26rem;
        border: 1px solid #e4e4e4;
        margin-right: 1.2rem
    }

        .datepicker-wrapper p {
            padding: 0 0.7rem
        }

        .datepicker-wrapper:before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1rem
        }

        .datepicker-wrapper .datepicker-inner {
            width: auto;
            padding: 0;
            border: 0;
            height: 2.2rem
        }

            .datepicker-wrapper .datepicker-inner:before {
                content: none
            }
}

.date-start-calendar, .date-end-calendar {
    position: absolute;
    top: 100% !important;
    left: 12px !important;
    z-index: 10;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
    width: calc(100% - 24px)
}

    .date-start-calendar.datepicker-hidden, .date-end-calendar.datepicker-hidden {
        position: absolute !important;
        opacity: 0;
        visibility: hidden
    }

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 180;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    background-color: #fff;
    pointer-events: none
}

    .loading-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.49)
    }

    .loading-container span {
        position: relative;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s, visibility 1s
    }

@media (max-width: 767px) {
    .loading-container span {
        max-width: 65%
    }
}

.loading-container.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s
}

.loading-container.animate span {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s
}

.shave-entry {
    overflow: hidden
}

    .shave-entry * {
        line-height: 29px !important
    }

    .shave-entry ul:not([class]) li {
        margin-bottom: 5px;
        line-height: 1.3 !important
    }

        .shave-entry ul:not([class]) li * > strong, .shave-entry ul:not([class]) li * > em {
            line-height: 1.3 !important
        }

.breadcrumbs-container {
    position: relative;
    z-index: 10;
    padding: 18px 0;
    font-size: 1.2rem
}

    .breadcrumbs-container a {
        color: #888;
        text-decoration: none;
        transition: color .3s
    }

        .breadcrumbs-container a:hover {
            color: #88afde
        }

        .breadcrumbs-container a:last-of-type {
            color: #000
        }

    .breadcrumbs-container .breadcrumbs__separator {
        display: inline-block;
        vertical-align: middle;
        padding: 0 1rem
    }

        .breadcrumbs-container .breadcrumbs__separator:last-child {
            display: none
        }

.breadcrumbs-container--white {
    color: #fff
}

    .breadcrumbs-container--white a {
        color: #fff
    }

        .breadcrumbs-container--white a:last-of-type {
            color: #fff
        }

.breadcrumbs-container--blue a {
    color: #202020
}

    .breadcrumbs-container--blue a:last-of-type {
        color: #88afde
    }

@media (max-width: 767px) {
    .breadcrumbs-container {
        padding: 1.1rem 0;
        position: relative;
        z-index: 10
    }
}

.article {
    background-color: #fff
}

    .article .article__content {
        padding-right: 9.5rem
    }

    .article .article__image {
        text-align: right
    }

    .article .article__title {
        margin-bottom: 4rem;
        font-size: 3rem;
        color: #28375b;
        letter-spacing: 0.1rem;
        line-height: 1.2;
        /* text-transform: uppercase; */
        word-break: break-word;
    }

    .article .article__subtitle {
        margin-bottom: 2.4rem
    }
.section__title {
    margin-bottom: 2rem;
}
.wrapper-wellness .article .article__subtitle {
    font-weight: normal
}

.article .article__actions {
    margin-top: 3.1rem
}

.article--alt {
    display: flex;
    border: solid 1px #28375b;
    padding: 20px 20px 20px 20px;
}
.article--alt1 {
    display: flex;
    padding: 20px 20px 20px 20px;
}

    .article--alt .article__content {
        max-width: 41.8rem;
        width: 100%;
        padding: 15rem 4rem
    }

    .article--alt .article__image {
        position: relative;
        z-index: 1;
        max-width: calc((100% - 41.8rem)/2);
        width: 100%
    }

    .article--alt .article__decoration--top {
        position: absolute;
        top: -11.7rem;
        left: -2.3rem;
        z-index: 2
    }

        .article--alt .article__decoration--top img {
            display: block;
            width: 15rem;
            height: 26rem
        }

    .article--alt .article__decoration--bottom {
        position: absolute;
        bottom: -17rem;
        right: 0
    }

        .article--alt .article__decoration--bottom img {
            display: block;
            width: 17rem;
            height: 17rem
        }

    .article--alt .article__decoration--center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -16.8rem
    }

        .article--alt .article__decoration--center img {
            width: 25rem;
            height: 17.5rem
        }

.article--overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent
}

    .article--overlay .article__image {
        position: relative;
        width: 66.9rem
    }

        .article--overlay .article__image img {
            position: relative;
            z-index: 1
        }

        .article--overlay .article__image:before {
            content: '';
            position: absolute;
            bottom: -2.3rem;
            right: -2.3rem;
            width: 349px;
            height: 409px;
            background-color: #83bbcb;
            opacity: 0.34
        }

    .article--overlay .article__content {
        max-width: calc(100% - 66.9rem);
        width: 100%;
        padding-left: 9.1rem;
        padding-right: 0
    }

@media (max-width: 1199px) {
    .article--overlay .article__image, .article--overlay .article__content {
        max-width: 50%;
        width: 100%
    }

        .article--overlay .article__image:before {
            height: 26.9rem;
            width: 42rem
        }

    .article--overlay .article__content {
        padding-left: 5.1rem
    }
}

@media (max-width: 991px) {
    .article .article__content {
        padding: 0
    }

    .article .article__image {
        margin-top: 3rem;
        text-align: center
    }

    .article--alt .article__title {
        font-size: 3.2rem
    }

    .article--alt .article__subtitle {
        font-size: 3.2rem
    }

    .article--alt .article__content, .article--alt .article__image {
        max-width: 50%
    }

    .article--alt .article__content {
        padding: 2rem 1rem
    }

    .article--alt .article__image {
        margin: 0
    }

        .article--alt .article__image:first-child {
            display: none
        }

    .article--overlay {
        display: block
    }

        .article--overlay .article__image, .article--overlay .article__content {
            max-width: 100%;
            width: 100%
        }

        .article--overlay .article__content {
            margin-top: 3rem
        }
}

@media (max-width: 767px) {
    .article .article__content {
        padding: 0 2rem
    }

    .article .article__subtitle {
        margin-bottom: 1.5rem
    }

    .article .article__actions {
        margin-top: 1.5rem
    }

        .article .article__actions a + a {
            margin-top: 1.5rem
        }

    .article--alt {
        flex-wrap: wrap
    }

        .article--alt .article__content, .article--alt .article__image {
            max-width: 100%;
            width: 100%
        }

        .article--alt .article__image {
            height: 29rem;
            margin-top: 3rem
        }

        .article--alt .article__decoration--top {
            display: none
        }

        .article--alt .article__decoration--bottom {
            bottom: -10.9rem
        }

            .article--alt .article__decoration--bottom img {
                width: 10.9rem;
                height: 10.9rem
            }

        .article--alt .article__decoration--center {
            left: 0;
            bottom: -12.8rem;
            transform: none
        }

            .article--alt .article__decoration--center img {
                width: 16rem;
                height: 11.5rem
            }

    .article--overlay .article__image:before {
        width: 28.9rem;
        height: 19.1rem;
        bottom: -0.8rem;
        right: -0.8rem
    }

    .article--overlay .article__subtitle {
        margin: 0
    }

    .article--secondary .article__content {
        padding-left: 0;
        padding-right: 0;
        text-align: left !important
    }

    .article--secondary .article__image {
        height: 22.6rem
    }

    .article--secondary .article__title {
        padding-right: 10rem
    }
}

.main {
    overflow: hidden
}

.filter-nav {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.32rem;
    list-style: none outside none;
    text-align: center;
    margin-bottom: 5rem
}

    .filter-nav li + li {
        margin-left: 4.5rem
    }

    .filter-nav a {
        text-decoration: none
    }

        .filter-nav a.active {
            font-weight: 600
        }

@media (min-width: 1024px) {
    .filter-nav a:hover {
        color: #88afde
    }
}

@media (max-width: 991px) {
    .filter-nav {
        margin: 0;
        padding-bottom: 1.4rem
    }

        .filter-nav li + li {
            margin-left: 2rem
        }
}

@media (max-width: 767px) {
    .filter-nav {
        justify-content: flex-start;
        white-space: nowrap;
        padding: 10px 0;
        overflow-y: hidden;
        overflow-x: auto
    }

        .filter-nav li {
            padding: 0 5px
        }

            .filter-nav li + li {
                margin-left: 1.5rem
            }

            .filter-nav li:last-child {
                padding-right: 60px
            }

        .filter-nav a:hover {
            color: #202020
        }
}

.filter-nav-wrapper .filter-btn--prev, .filter-nav-wrapper .filter-btn--next {
    display: none;
    position: absolute;
    top: 113px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    appearance: none;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.16)
}

.filter-nav-wrapper .filter-btn--prev {
    left: 0
}

.filter-nav-wrapper .filter-btn--next {
    right: 0
}

@media (max-width: 767px) {
    .filter-nav-wrapper {
        padding: 0;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        left: 50%;
        right: 50%;
        position: relative
    }

        .filter-nav-wrapper .filter-btn--prev, .filter-nav-wrapper .filter-btn--next {
            display: block
        }
}

.js-slider-filters .swiper-button-prev, .js-slider-filters .swiper-button-next, .js-slider-rooms-filters .swiper-button-prev, .js-slider-rooms-filters .swiper-button-next {
    display: none
}

@media (max-width: 767px) {
    .js-slider-filters, .js-slider-rooms-filters {
        position: relative;
        z-index: 5;
        margin-bottom: 1.5rem
    }

        .js-slider-filters .swiper-container, .js-slider-rooms-filters .swiper-container {
            margin: 0 -1.4rem
        }

        .js-slider-filters .swiper-button-prev, .js-slider-filters .swiper-button-next, .js-slider-rooms-filters .swiper-button-prev, .js-slider-rooms-filters .swiper-button-next {
            display: block;
            position: absolute;
            top: 4rem;
            height: 3.5rem;
            width: 3.5rem;
            box-shadow: 0 0 6px rgba(0,0,0,0.16)
        }

        .js-slider-filters .swiper-button-prev, .js-slider-rooms-filters .swiper-button-prev {
            left: 0
        }

        .js-slider-filters .swiper-button-next, .js-slider-rooms-filters .swiper-button-next {
            right: 0
        }

        .js-slider-filters .swiper-slide, .js-slider-rooms-filters .swiper-slide {
            flex-shrink: auto;
            width: auto;
            text-align: center
        }
}

.js-slider-rooms-filters {
    z-index: 10
}

    .js-slider-rooms-filters .swiper-slide-active {
        font-weight: 600
    }

.calendar-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3rem
}

    .calendar-filter strong {
        font-weight: 600
    }

@media (max-width: 767px) {
    .calendar-filter > p {
        width: 100%;
        font-size: 1.6rem
    }
}

.filters {
    display: flex;
    flex-flow: row wrap;
    padding: 2.9rem 0 1.4rem;
    border: solid #D0D0D0;
    border-width: 1px 0
}

@media (min-width: 768px) {
    .filters__toggle__container {
        display: block !important
    }
}

.filters__check {
    position: relative;
    width: 20%;
    margin-bottom: 1.5rem
}

    .filters__check input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .filters__check label {
        position: relative;
        padding-left: 3.7rem;
        font-size: 1.2rem;
        font-weight: 500;
        font-family: "Roboto",sans-serif;
        text-transform: uppercase;
        cursor: pointer
    }

        .filters__check label:before {
            content: '';
            position: absolute;
            top: -2px;
            left: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #707070
        }

        .filters__check label:after {
            content: '';
            position: absolute;
            top: 1px;
            left: 3px;
            width: 14px;
            height: 14px;
            background: #28375b;
            opacity: 0;
            transition: opacity .3s
        }

    .filters__check input:checked + label:after {
        opacity: 1
    }

@media (max-width: 991px) {
    .filters__check {
        width: 33.33%
    }
}

@media (max-width: 991px) {
    .filters__check {
        width: 100%
    }

    .filters__toggle button {
        border-left: 0 solid #D0D0D0;
        border-right: 0 solid #D0D0D0;
        border-top: 1px solid #D0D0D0;
        border-bottom: 1px solid #D0D0D0;
        width: 100%;
        background: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 2.2rem;
        transition: border-color .3s
    }

        .filters__toggle button:not(.collapsed) {
            border-bottom-color: transparent
        }

    .filters {
        padding-top: 1rem;
        border-top: 0 none
    }
}

.pagination {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.44rem
}

@media (max-width: 767px) {
    .pagination {
        font-size: 1.6rem
    }
}

.offers {
    list-style-type: none;
    padding: 0 0 5.5rem;
    margin: 0px;
}

.offer {
    display: flex;
    border: solid 1px #28375b;
    padding: 20px;
}
.offer1 {
    display: flex;
    padding: 20px;
}

    .offer + .offer {
        margin-top: 5.1rem
    }

    .offer:nth-child(even) {
        flex-direction: row-reverse
    }

        .offer:nth-child(even) .offer__content {
            padding-left: 40px;
            padding-right: 70px;
        }

    .offer .offer__image {
        width: 1100px
    }

.offer .offer__content {
    width: calc(100% - 600px);
    padding-left: 80px;
    padding-right: 60px;
}

    .offer .offer__title {
        margin-bottom: 1.5rem;
        color:#28375b;
        font-size: 3rem;
        letter-spacing: 0.1rem;
        line-height: 1.2;
        /*text-transform: uppercase;*/
        word-break: break-word
    }

    .offer .offer__actions {
        margin-top: 1.6rem
    }

    .offer .offer__image:after {
        content: '';
        display: block;
        padding-top: 67.4%
    }

@media (max-width: 1199px) {
    .offer .offer__image, .offer .offer__content {
        width: 50%
    }
}

@media (max-width: 991px) {
    .offer .offer__image:after {
        padding-top: 100%
    }
}

@media (max-width: 767px) {
    .offer {
        flex-wrap: wrap;
        flex-direction: column
    }

        .offer + .offer {
            margin-top: 4rem
        }

        .offer:nth-child(even) .offer__content {
            padding: 0 2.3rem
        }

        .offer .offer__title {
            font-size: 2.6rem;
            letter-spacing: 0.026rem;
            line-height: 1.23
        }

        .offer .offer__image {
            margin-bottom: 1.4rem;
            width: 100%;
            margin-bottom: 2rem
        }

        .offer .offer__content {
            width: 100%;
            padding: 0;
            padding: 0 2.3rem
        }
}

.price {
    color: #28221f
}

    .price strong {
        display: block;
        width: 100%
    }

    .price span {
        font-size: 2.6rem
    }

.page-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

    .page-actions a {
        width: 100%;
        padding: 1.7rem
    }
    .page-actions a:hover {
        background-color:#aaa;
    }
    .page-actions a:active {
        background-color:#aaa !important;
    }

.card {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4
}

    .card .card-header {
        padding: 0;
        background-color: transparent;
        border: 0
    }

        .card .card-header button {
            border-style: none;
            border-color: inherit;
            border-width: 0;
            position: relative;
            display: block;
            width: 100%;
            text-align: left;
            appearance: none;
            border-radius: 0;
            background-color: transparent;
            font-size: 2.8rem;
            font-weight: 400;
            line-height: 1.36;
            letter-spacing: 0.028rem
        }

            .card .card-header button:after {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%) rotate(0deg);
                right: 3.2rem;
                transition: transform .3s
            }

            .card .card-header button[aria-expanded="true"]:after {
                transform: translateY(-50%) rotate(180deg)
            }

    .card .card-body {
        padding: 0 3.1rem 1.3rem
    }

.card--secondary .card-header button {
    font-weight: 300;
    letter-spacing: 0;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .card .card-header button {
        font-size: 2rem
    }
}

@media (max-width: 767px) {
    .card .card-header button {
        padding: 2.4rem 5rem 2.4rem 0.6rem;
        font-size: 2.2rem;
        line-height: 1.45
    }

    .card .card-body {
        padding: 0 0.6rem 2.4rem
    }
}

.accordion > .card > .card-header {
    margin: 0
}

.updates {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.update {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .update + .update {
        margin-top: 4.1rem
    }

    .update .update__image {
        max-width: 36.4rem;
        width: 100%;
        height: 36.4rem
    }

        .update .update__image + .update__content {
            max-width: calc(100% - 36.4rem);
            width: 100%;
            padding-left: 2.4rem
        }

    .update .update__title {
        font-size: 3.4rem;
        font-weight: 400;
        letter-spacing: 0.034rem;
        line-height: 1.29;
        text-transform: none
    }

    .update .update__meta {
        margin-bottom: 0.5rem;
        display: flex;
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: 0.28rem;
        text-transform: uppercase;
        color: #28221f
    }

    .update .update__category {
        padding-left: 10px
    }

    .update .update__date {
        padding-right: 10px
    }

    .update .update__actions {
        margin-top: 2rem
    }

@media (max-width: 991px) {
    .update .update__meta {
        display: block
    }

    .update .update__date {
        padding-right: 0
    }

        .update .update__date + .update__category {
            margin-top: 10px
        }

    .update .update__category {
        padding-left: 0
    }

        .update .update__category span {
            display: none
        }
}

@media (max-width: 767px) {
    .update {
        display: block
    }

        .update .update__title {
            font-size: 2.6rem;
            line-height: 1.31;
            text-transform: uppercase
        }

        .update .update__image {
            max-width: 100%
        }

        .update .update__content {
            padding: 2.5rem 0 0;
            max-width: 100%
        }

        .update .update__meta {
            font-size: 1.2rem
        }

        .update .update__image + .update__content {
            max-width: 100%;
            padding-left: 0
        }
}

.tab-content {
    position: relative
}

    .tab-content > .tab-pane {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        transition: opacity .3s, visibility .3s
    }

    .tab-content > .active {
        opacity: 1;
        visibility: visible;
        position: relative
    }

.gallery-nav {
    position: absolute;
    top: 67.8rem;
    left: 5.2rem;
    z-index: 4
}

    .gallery-nav p {
        text-transform: uppercase;
        font-weight: 400
    }

    .gallery-nav ul {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        width: 20rem;
        margin-bottom: 1rem;
        box-shadow: 0 0 6px rgba(0,0,0,0.16);
        font-weight: 400;
        list-style: none outside none;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s
    }

        .gallery-nav ul a {
            display: block;
            padding: 1rem 2rem;
            background-color: #fff;
            text-decoration: none;
            transition: background .3s
        }

        .gallery-nav ul .active a, .gallery-nav ul li:hover a {
            background-color: #f3f3f3
        }

        .gallery-nav ul li {
            position: relative
        }

            .gallery-nav ul li:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 2rem;
                right: 2rem;
                height: 1px;
                background-color: #e2e2e2;
                z-index: 1
            }

            .gallery-nav ul li:last-child:before {
                content: none
            }

            .gallery-nav ul li.active:before {
                background-color: #f3f3f3
            }

    .gallery-nav button {
        padding-right: 2.2rem;
        appearance: none;
        border-radius: 0;
        border: 0;
        background-color: transparent;
        font-weight: 600;
        text-transform: uppercase
    }

        .gallery-nav button:before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            right: 0
        }

    .gallery-nav p, .gallery-nav .gallery-nav__content {
        display: inline-block
    }

    .gallery-nav .gallery-nav__content {
        position: relative
    }

        .gallery-nav .gallery-nav__content.expanded button:before {
            transform: translateY(-50%) rotate(180deg)
        }

        .gallery-nav .gallery-nav__content.expanded ul {
            opacity: 1;
            visibility: visible
        }

.gallery-tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

    .gallery-tab.active {
        opacity: 1;
        visibility: visible
    }

.gallery-container {
    position: relative;
    min-height: 85rem
}

@media (max-width: 991px) {
    .gallery-nav {
        top: 74.8rem
    }
}

@media (max-width: 767px) {
    .gallery-nav {
        top: 37.8rem;
        left: 1.3rem;
        font-size: 1.2rem
    }

        .gallery-nav ul {
            width: 15rem
        }

    .gallery-container {
        min-height: 45rem
    }
}

.meeting .meeting__image {
    height: 45.7rem;
    position: relative
}

    .meeting .meeting__image:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 8.4rem;
        background-image: linear-gradient(to top, rgba(0,0,0,0.98) 0%, rgba(84,84,84,0) 100%);
        opacity: 0.63
    }

    .meeting .meeting__image .meeting__title {
        margin: 0;
        position: absolute;
        left: 3rem;
        bottom: 1.7rem;
        font-size: 5rem;
        font-weight: 300;
        letter-spacing: 0.125rem;
        color: #fff;
        text-shadow: 0 0 10px rgba(0,0,0,0.75);
        text-transform: uppercase
    }

    .meeting .meeting__image .meeting__title {
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 600;
        text-transform: none
    }

.meeting .meeting__meta {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem
}

    .meeting .meeting__meta strong {
        font-weight: 600
    }

    .meeting .meeting__meta span {
        display: inline-block;
        padding: 0 2.4rem
    }

.meeting .meeting__meta {
    font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
    font-weight: 600
}

.meeting .meeting__content {
    padding-top: 1.3rem
}

@media (max-width: 991px) {
    .meeting .meeting__image {
        height: 30.7rem
    }
}

@media (max-width: 767px) {
    .meeting .meeting__image {
        height: 15.2rem
    }

    .meeting .meeting__title {
        margin-bottom: 0.7rem;
        font-size: 3.2rem;
        font-weight: 300;
        letter-spacing: 0.08rem;
        line-height: 1.13
    }

    .meeting .meeting__title {
        font-size: 2.2rem;
        line-height: 1.2;
        font-weight: 600
    }

    .meeting .meeting__content {
        padding-top: 0.8rem
    }

    .meeting .meeting__meta {
        margin-bottom: 1.7rem;
        display: block
    }

        .meeting .meeting__meta span {
            display: none
        }

        .meeting .meeting__meta p {
            font-size: 1.4rem;
            line-height: 1.57;
            letter-spacing: 0.028rem
        }
}

.history-item {
    width: 100%;
    float: left;
    position: relative
}

    .history-item .history-item__year {
        font-size: 8rem;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 0 6px rgba(0,0,0,0.25);
        line-height: 1
    }

    .history-item .history-item__title {
        color: #fff;
        text-shadow: 0 0 6px rgba(0,0,0,0.73);
        padding-left: 1rem
    }

        .history-item .history-item__title h3 {
            margin: 0;
            font-size: 3.7rem;
            font-weight: 400;
            line-height: 1.62;
            text-transform: none
        }

    .history-item .history-item__image {
        width: 100%;
        height: 100%;
        background-position: center top
    }

    .history-item .history-item__image--small {
        display: none
    }

    .history-item .history-item__content p {
        line-height: 1.2;
        font-size: 3rem;
        letter-spacing: 0.03rem
    }

    .history-item:nth-child(7n+1) {
        height: 68rem;
        width: 37%;
        margin-left: 5%;
        margin-top: 9rem
    }

        .history-item:nth-child(7n+1) .history-item__year {
            position: absolute;
            left: 3.7rem;
            top: 0;
            transform: translateY(-65%)
        }

        .history-item:nth-child(7n+1) .history-item__title {
            position: absolute;
            bottom: 4rem;
            left: 3rem
        }

    .history-item:nth-child(7n+2) {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 5.1rem;
        width: 52%;
        height: 38rem;
        margin-left: 3%
    }

        .history-item:nth-child(7n+2) .history-item__year {
            position: absolute;
            top: 10rem;
            left: 46%
        }

        .history-item:nth-child(7n+2) .history-item__image {
            width: 375px;
            height: 375px
        }

        .history-item:nth-child(7n+2) .history-item__image--small {
            display: block;
            width: 234px;
            height: 254px
        }

        .history-item:nth-child(7n+2) .history-item__title {
            display: none
        }

    .history-item:nth-child(7n+3) {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        height: 31.8rem;
        width: 44%;
        margin-left: 3%
    }

        .history-item:nth-child(7n+3) .history-item__year {
            position: absolute;
            bottom: 4.3rem;
            right: 3.3rem
        }

            .history-item:nth-child(7n+3) .history-item__year + .history-item__title {
                display: none
            }

    .history-item:nth-child(7n+4) {
        width: 62%;
        height: 55rem;
        margin-top: 6rem;
        margin-left: 2%
    }

        .history-item:nth-child(7n+4) .history-item__year {
            position: absolute;
            bottom: 4.6rem;
            left: 4rem
        }

        .history-item:nth-child(7n+4) .history-item__title {
            position: absolute;
            bottom: 13rem;
            left: 3rem
        }

    .history-item:nth-child(7n+5) {
        width: 31%;
        height: 30rem;
        margin-top: 1.4rem;
        margin-left: 5%
    }

        .history-item:nth-child(7n+5) .history-item__year {
            position: absolute;
            bottom: 4.2rem;
            right: 2rem
        }

            .history-item:nth-child(7n+5) .history-item__year + .history-item__title {
                display: none
            }

    .history-item:nth-child(7n+6) {
        width: 27%;
        height: 23rem;
        margin-top: 4rem;
        margin-left: 3%
    }

        .history-item:nth-child(7n+6) .history-item__year {
            position: absolute;
            bottom: 2.2rem;
            right: 5rem
        }

            .history-item:nth-child(7n+6) .history-item__year + .history-item__title {
                display: none
            }

    .history-item:nth-child(7n+7) {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding-left: 9.5rem;
        height: 53rem;
        width: 100vw;
        margin-top: 4.7rem;
        margin-bottom: 5.3rem;
        margin-left: calc((100vw - 1227px)/-2);
        margin-right: calc((100vw - 1227px)/-2)
    }

        .history-item:nth-child(7n+7) .history-item__image {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            pointer-events: none
        }

        .history-item:nth-child(7n+7) .history-item__year {
            padding-bottom: 3.2rem
        }

        .history-item:nth-child(7n+7) .history-item__title {
            max-width: 50rem;
            width: 100%;
            padding: 6.7rem 6.7rem 4rem 8.8rem;
            text-align: right
        }

.history-item--text {
    background-color: #28375b;
    padding: 2.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

    .history-item--text .history-item__year {
        position: static;
        transform: none;
        text-shadow: none;
        color: #202020;
        align-self: flex-end;
        width: 100%;
        text-align: right
    }

@media (max-width: 1199px) {
    .history-item:nth-child(7n+5) {
        margin-left: 3%
    }

    .history-item:nth-child(7n+7) {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .history-item:nth-child(7n+1), .history-item:nth-child(7n+2), .history-item:nth-child(7n+3), .history-item:nth-child(7n+4), .history-item:nth-child(7n+5), .history-item:nth-child(7n+6) {
        width: 48%;
        margin: 0;
        height: calc(50vw - 23px);
        margin: 1%
    }

        .history-item:nth-child(7n+1) .history-item__title, .history-item:nth-child(7n+2) .history-item__title, .history-item:nth-child(7n+3) .history-item__title, .history-item:nth-child(7n+4) .history-item__title, .history-item:nth-child(7n+5) .history-item__title, .history-item:nth-child(7n+6) .history-item__title {
            display: none
        }

        .history-item:nth-child(7n+1) .history-item__year, .history-item:nth-child(7n+2) .history-item__year, .history-item:nth-child(7n+3) .history-item__year, .history-item:nth-child(7n+4) .history-item__year, .history-item:nth-child(7n+5) .history-item__year, .history-item:nth-child(7n+6) .history-item__year {
            top: 50%;
            left: 50%;
            right: auto;
            bottom: auto;
            transform: translate(-50%, -50%)
        }

        .history-item:nth-child(7n+1).history-item--text .history-item__year, .history-item:nth-child(7n+2).history-item--text .history-item__year, .history-item:nth-child(7n+3).history-item--text .history-item__year, .history-item:nth-child(7n+4).history-item--text .history-item__year, .history-item:nth-child(7n+5).history-item--text .history-item__year, .history-item:nth-child(7n+6).history-item--text .history-item__year {
            position: static;
            transform: none
        }

        .history-item:nth-child(7n+2) .history-item__image {
            height: calc(50vw - 23px);
            width: 100%
        }

        .history-item:nth-child(7n+2) .history-item__image--small {
            display: none
        }

    .history-item:nth-child(7n+7) {
        position: relative;
        margin: 1rem -1%;
        display: block;
        height: auto;
        padding-top: 100%
    }

        .history-item:nth-child(7n+7) .history-item__title {
            display: none
        }

        .history-item:nth-child(7n+7) .history-item__year {
            position: absolute;
            top: 50%;
            left: 50%;
            right: auto;
            bottom: auto;
            transform: translate(-50%, -50%)
        }

    .history-item--text {
        padding: 2rem
    }

        .history-item--text .history-item__year {
            position: static;
            transform: none
        }
}

@media (max-width: 767px) {
    .history-item {
        float: none
    }

        .history-item .history-item__year {
            font-size: 6.5rem
        }

        .history-item .history-item__content p {
            font-size: 2.2rem;
            letter-spacing: 0.022rem;
            line-height: 1.36
        }

        .history-item:nth-child(7n+1), .history-item:nth-child(7n+2), .history-item:nth-child(7n+3), .history-item:nth-child(7n+4), .history-item:nth-child(7n+5), .history-item:nth-child(7n+6) {
            width: 100%;
            margin: 0 0 1.7rem;
            height: auto
        }

            .history-item:nth-child(7n+2) .history-item__image {
                height: auto
            }

        .history-item:nth-child(7n+7) {
            margin: 0;
            width: 100%;
            height: auto;
            margin-bottom: 1.7rem;
            padding: 0
        }

            .history-item:nth-child(7n+7) .history-item__image {
                position: static;
                z-index: 0
            }

        .history-item .history-item__image {
            height: auto;
            padding-top: 100%
        }
}

.history-container {
    position: relative;
    max-width: 1227px;
    width: 100%;
    margin: 0 auto
}

    .history-container::after {
        display: block;
        clear: both;
        content: ""
    }

@media (max-width: 991px) {
    .history-container {
        padding: 0 1%
    }
}

@media (max-width: 767px) {
    .history-container {
        padding: 0 1.7rem
    }
}

.map {
    height: 76.6rem
}

.map__box {
    position: absolute;
    bottom: 41px;
    left: 41px;
    width: 365px;
    padding: 42px 37px 37px;
    background: #fff
}

.map__box__name {
    font-size: 3rem;
    line-height: 1.03;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 21px
}

.map__box__address {
    display: block;
    margin-bottom: 18px;
    font-weight: 300
}

.map__box__list {
    padding: 0;
    margin: 0;
    list-style: none outside none;
    color: #12715F;
    font-weight: bold
}

    .map__box__list li {
        position: relative;
        padding-left: 33px
    }

        .map__box__list li img {
            position: absolute;
            top: 0;
            left: 0;
            max-width: 22px
        }

        .map__box__list li + li {
            margin-top: 4px
        }

@media (max-width: 991px) {
    .map {
        height: 46.6rem
    }

    .map__box {
        bottom: 20px;
        left: 20px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .map {
        height: 32rem
    }

    .map__box {
        bottom: 14px;
        left: 14px;
        right: 14px;
        width: auto;
        padding: 18px 20px
    }

    .map__box__title {
        margin-bottom: 14px;
        font-size: 2rem;
        line-height: 1.1
    }
}

.map-container .map__actions {
    position: relative;
    z-index: 1;
    max-width: 43.6rem;
    padding: 2.9rem 3.3rem;
    background-color: #28375b
}

.map-container .map__title {
    margin-bottom: 1.6rem;
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: 0.034rem;
    line-height: 1.29;
    font-style: normal
}

.map-container .map__field {
    display: block;
    width: 100%;
    background-color: #28375b;
    border: 1px solid #696969;
    border-radius: 0;
    height: 5rem;
    padding: 1.4rem 1.7rem;
    margin-bottom: 1.6rem
}

@media (max-width: 767px) {
    .map-container .map__actions {
        padding: 1.5rem 1.9rem;
        margin-right: 1.4rem;
        margin-left: 1.4rem
    }

    .map-container .map__title {
        font-size: 2.6rem
    }
}

.infoBox img {
    display: none
}

.places {
    list-style: none outside none;
    width: 100%
}

@media (max-width: 991px) {
    .places {
        margin: 0 auto
    }
}

.place {
    position: relative;
    appearance: none;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    text-align: left
}

    .place + .place {
        margin-top: 2rem
    }

    .place .place__image {
        position: relative;
        z-index: 5;
        width: 267px;
        height: 200px
    }

    .place .place__title {
        margin-bottom: 0.5rem;
        font-size: 3.2rem;
        font-weight: 400;
        letter-spacing: 0.032rem;
        line-height: 1.38;
        text-transform: none
    }

    .place .place__content {
        position: absolute;
        bottom: -1rem;
        left: 0;
        width: 100%;
        padding: 1rem;
        margin-left: -1rem;
        background-color: #fff;
        transition: background .3s
    }

    .place .place__meta {
        color: #28221f;
        letter-spacing: 0.096rem
    }

        .place .place__meta span {
            padding: 0 1.5rem;
            display: inline-block
        }

    .place .place__meta, .place .place__title {
        margin: 0 0 0 auto;
        max-width: 16rem
    }

    .place .place__meta, .place .place__title {
        max-width: 24.5rem
    }

    .place.active .place__content {
        background-color: #28375b
    }

@media (max-width: 1199px) {
    .place .place__image {
        width: 200px;
        height: 150px
    }

    .place .place__title {
        font-size: 2.8rem
    }

    .place .place__title, .place .place__meta {
        max-width: 20.5rem
    }
}

@media (max-width: 991px) {
    .place {
        min-height: 1px;
        width: 50%;
        margin-top: 2rem
    }

        .place .place__image {
            position: static;
            width: 137px;
            height: 103px
        }

        .place .place__content {
            width: auto;
            padding: 0;
            padding-left: 1rem;
            margin: 0;
            left: 144px;
            bottom: 2px
        }

        .place .place__title {
            font-size: 2.6rem
        }

        .place .place__meta {
            font-size: 1.6rem
        }
}

@media (max-width: 767px) {
    .place {
        width: 100%
    }
}

.popup {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    padding: 1rem 1.4rem;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.16)
}

    .popup:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -1rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9.5px 10px 9.5px 0;
        border-color: transparent #fff transparent transparent
    }

    .popup .popup__title {
        margin: 0;
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: 0.021rem;
        line-height: 1.29;
        text-transform: none;
        color: #202020
    }

.popup-reservation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 540px;
    width: 100%;
    height: 460px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
    padding: 100px 0 0;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .3s, visibility .3s
}

    .popup-reservation.is-visible {
        opacity: 1;
        visibility: visible;
        z-index: 10
    }

    .popup-reservation iframe {
        width: 500px;
        height: 340px;
        border: 0
    }

    .popup-reservation button {
        appearance: none;
        border-radius: 0;
        border: 0;
        background-color: transparent;
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer
    }

@media (max-width: 1024px) {
    .popup-reservation {
        max-width: 700px;
        padding: 50px
    }
}

@media (max-width: 767px) {
    .popup-reservation {
        max-width: 100%;
        padding: 100px 20px;
        height: 80vh
    }

        .popup-reservation button {
            top: 10px;
            right: 10px
        }
}

.grid-kids {
    list-style: none outside none;
    margin: -4px
}

    .grid-kids .grid-kids__item {
        width: 33.33%;
        padding: 4px
    }

    .grid-kids .grid-kids__image {
        display: block;
        width: 100%;
        padding-top: 118.92%
    }

    .grid-kids .grid-kids__item:nth-child(19n+4), .grid-kids .grid-kids__item:nth-child(19n+5) {
        width: 50%
    }

        .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+5) .grid-kids__image {
            padding-top: 63.06%
        }

            .grid-kids .grid-kids__item:nth-child(19n+4):after, .grid-kids .grid-kids__item:nth-child(19n+4):before, .grid-kids .grid-kids__item:nth-child(19n+10):after, .grid-kids .grid-kids__item:nth-child(19n+10):before, .grid-kids .grid-kids__item:nth-child(19n+16):after, .grid-kids .grid-kids__item:nth-child(19n+16):before, .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:before {
                content: '';
                position: absolute;
                opacity: .7;
                z-index: 5;
                width: 7.1rem;
                height: 7.1rem
            }

.hide-tapes .grid-kids .grid-kids__item:nth-child(19n+4):after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+4):before, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+10):after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+10):before, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+16):after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+16):before, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:before, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:before, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:before {
    display: none
}

.grid-kids .grid-kids__item:nth-child(19n+4):after, .grid-kids .grid-kids__item:nth-child(19n+4):before, .grid-kids .grid-kids__item:nth-child(19n+10):after, .grid-kids .grid-kids__item:nth-child(19n+10):before, .grid-kids .grid-kids__item:nth-child(19n+16):after, .grid-kids .grid-kids__item:nth-child(19n+16):before {
    bottom: -2rem
}

.grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:before {
    top: -2rem
}

.grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+4):before, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+10):before, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+16):before {
    left: -2rem
}

.grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+4):after, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+10):after, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+16):after {
    right: -2rem
}

.grid-kids .grid-kids__item:nth-child(19n+6) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+8) .grid-kids__image {
    padding-top: 85.5%
}

.grid-kids .grid-kids__item:nth-child(19n+9) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image {
    padding-top: 70.52%
}

.grid-kids .grid-kids__item:nth-child(19n+7) .grid-kids__image {
    padding-top: 158.2%
}

.grid-kids .grid-kids__item:nth-child(19n+11), .grid-kids .grid-kids__item:nth-child(19n+13), .grid-kids .grid-kids__item:nth-child(19n+15), .grid-kids .grid-kids__item:nth-child(19n+16) {
    width: 22.22%
}

    .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+15) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+13) .grid-kids__image {
        padding-top: 89.4%
    }

.grid-kids .grid-kids__item:nth-child(19n+14) {
    width: 22.22%
}

    .grid-kids .grid-kids__item:nth-child(19n+14) .grid-kids__image {
        padding-top: 181.8%
    }

.grid-kids .grid-kids__item:nth-child(19n+12) {
    width: 33.33%
}

    .grid-kids .grid-kids__item:nth-child(19n+12) .grid-kids__image {
        padding-top: 120.4%
    }

.grid-kids .grid-kids__item:nth-child(19n+17), .grid-kids .grid-kids__item:nth-child(19n+19) {
    width: 27%
}

    .grid-kids .grid-kids__item:nth-child(19n+17) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+19) .grid-kids__image {
        padding-top: 119.5%
    }

.grid-kids .grid-kids__item:nth-child(19n+18) {
    width: 46%
}

    .grid-kids .grid-kids__item:nth-child(19n+18) .grid-kids__image {
        padding-top: 69.2%
    }

@media (max-width: 1199px) {
    .grid-kids .grid-kids__item:nth-child(19n+7) .grid-kids__image {
        padding-top: 158.7%
    }
}

@media (max-width: 991px) {
    .grid-kids .grid-kids__image {
        padding-top: 0;
        height: 26.8rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+5) .grid-kids__image {
        padding-top: 0;
        height: 21.2rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+6) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+8) .grid-kids__image {
        padding-top: 0;
        height: 19rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+9) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image {
        padding-top: 0;
        height: 15.6rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+7) .grid-kids__image {
        padding-top: 0;
        height: 35.4rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+11), .grid-kids .grid-kids__item:nth-child(19n+12), .grid-kids .grid-kids__item:nth-child(19n+13), .grid-kids .grid-kids__item:nth-child(19n+15), .grid-kids .grid-kids__item:nth-child(19n+16) {
        width: 22.22%
    }

        .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+12) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+15) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image {
            padding-top: 0;
            height: 13.2rem
        }

        .grid-kids .grid-kids__item:nth-child(19n+13) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+14) .grid-kids__image {
            padding-top: 0;
            height: 27.2rem
        }

    .grid-kids .grid-kids__item:nth-child(19n+14) {
        width: 33.33%
    }

    .grid-kids .grid-kids__item:nth-child(19n+17) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+18) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+19) .grid-kids__image {
        padding-top: 0;
        height: 21.4rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+4):after, .grid-kids .grid-kids__item:nth-child(19n+4):before, .grid-kids .grid-kids__item:nth-child(19n+10):after, .grid-kids .grid-kids__item:nth-child(19n+10):before, .grid-kids .grid-kids__item:nth-child(19n+16):after, .grid-kids .grid-kids__item:nth-child(19n+16):before, .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:before {
        width: 4rem;
        height: 4rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+4):after, .grid-kids .grid-kids__item:nth-child(19n+4):before, .grid-kids .grid-kids__item:nth-child(19n+10):after, .grid-kids .grid-kids__item:nth-child(19n+10):before, .grid-kids .grid-kids__item:nth-child(19n+16):after, .grid-kids .grid-kids__item:nth-child(19n+16):before {
        bottom: -1rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:before {
        top: -1rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+4):before, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+10):before, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+16):before {
        left: -1rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+4):after, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+10):after, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+16):after {
        right: -1rem
    }
}

@media (max-width: 767px) {
    .grid-kids {
        margin: -2px
    }

        .grid-kids .grid-kids__item {
            width: 50%;
            padding: 2px
        }

        .grid-kids .grid-kids__image {
            height: 12.1rem
        }

        .grid-kids .grid-kids__item.squared {
            width: 50% !important
        }

            .grid-kids .grid-kids__item.squared .grid-kids__image {
                height: 17.16rem !important
            }

        .grid-kids .grid-kids__item:nth-child(19n+1) {
            width: 54%
        }

            .grid-kids .grid-kids__item:nth-child(19n+1) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+2) .grid-kids__image {
                height: 17.2rem
            }

        .grid-kids .grid-kids__item:nth-child(19n+2) {
            width: 46%
        }

        .grid-kids .grid-kids__item:nth-child(19n+3) {
            width: 100%
        }

            .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image {
                height: 18.2rem
            }

        .grid-kids .grid-kids__item:nth-child(19n+4), .grid-kids .grid-kids__item:nth-child(19n+6) {
            width: 46%
        }

            .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+6) .grid-kids__image {
                height: 11.4rem
            }

        .grid-kids .grid-kids__item:nth-child(19n+5) {
            width: 54%
        }

            .grid-kids .grid-kids__item:nth-child(19n+5) .grid-kids__image {
                height: 23.2rem
            }

        .grid-kids .grid-kids__item:nth-child(19n+7) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+8) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image {
            height: 8rem
        }

        .grid-kids .grid-kids__item:nth-child(19n+9) .grid-kids__image {
            height: 16.4rem
        }

        .grid-kids .grid-kids__item:nth-child(19n+7), .grid-kids .grid-kids__item:nth-child(19n+8), .grid-kids .grid-kids__item:nth-child(19n+9), .grid-kids .grid-kids__item:nth-child(19n+10), .grid-kids .grid-kids__item:nth-child(19n+11) {
            width: 33.33%
        }

        .grid-kids .grid-kids__item:nth-child(19n+12), .grid-kids .grid-kids__item:nth-child(19n+15), .grid-kids .grid-kids__item:nth-child(19n+16), .grid-kids .grid-kids__item:nth-child(19n+19) {
            width: 46%
        }

        .grid-kids .grid-kids__item:nth-child(19n+13), .grid-kids .grid-kids__item:nth-child(19n+14), .grid-kids .grid-kids__item:nth-child(19n+17), .grid-kids .grid-kids__item:nth-child(19n+18) {
            width: 54%
        }

            .grid-kids .grid-kids__item:nth-child(19n+12) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+13) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+14) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+15) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+17) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+18) .grid-kids__image, .grid-kids .grid-kids__item:nth-child(19n+19) .grid-kids__image {
                height: 12.1rem
            }

                .grid-kids .grid-kids__item:nth-child(19n+4):after, .grid-kids .grid-kids__item:nth-child(19n+4):before, .grid-kids .grid-kids__item:nth-child(19n+10):after, .grid-kids .grid-kids__item:nth-child(19n+10):before, .grid-kids .grid-kids__item:nth-child(19n+16):after, .grid-kids .grid-kids__item:nth-child(19n+16):before, .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+4) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+10) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+16) .grid-kids__image:before {
                    content: none
                }

        .grid-kids .grid-kids__item:nth-child(19n+3):after, .grid-kids .grid-kids__item:nth-child(19n+3):before, .grid-kids .grid-kids__item:nth-child(19n+11):after, .grid-kids .grid-kids__item:nth-child(19n+11):before, .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image:before {
            content: '';
            position: absolute;
            opacity: .7;
            z-index: 5;
            width: 2.5rem;
            height: 2.5rem
        }

    .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+3):after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+3):before, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+11):after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+11):before, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image:after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image:before, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image:after, .hide-tapes .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image:before {
        display: none
    }

    .grid-kids .grid-kids__item:nth-child(19n+3):after, .grid-kids .grid-kids__item:nth-child(19n+3):before, .grid-kids .grid-kids__item:nth-child(19n+11):after, .grid-kids .grid-kids__item:nth-child(19n+11):before {
        bottom: -0.6rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image:before {
        top: -0.6rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+3):before, .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image:before, .grid-kids .grid-kids__item:nth-child(19n+11):before {
        left: -0.6rem
    }

    .grid-kids .grid-kids__item:nth-child(19n+3) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+3):after, .grid-kids .grid-kids__item:nth-child(19n+11) .grid-kids__image:after, .grid-kids .grid-kids__item:nth-child(19n+11):after {
        right: -0.6rem
    }
}

.bar {
    display: none;
    width: 100%;
    position: relative;
    padding: 1rem;
    background-color: #fff;
    font-size: 1.2rem;
    color: #575757;
    letter-spacing: 0.24px;
    font-weight: 500
}

    .bar .bar__inner {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bar .btn-close {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.4rem
    }

    .bar .btn {
        margin-left: 1rem
    }

.g_home .btn-down {
    display: inline-block
}

.g_home .wrapper.is-loading {
    padding-top: 100vh
}

.g_home .is-hidden .header, .g_home .is-hidden .menu, .g_home .is-hidden .booking-mask, .g_home .is-hidden .page-actions, .g_home .is-hidden .main, .g_home .is-hidden .footer {
    opacity: 0
}

@media (max-width: 991px) {
    .g_home .logo {
        width: 120px
    }
}

@media (max-width: 767px) {
    .g_home .logo {
        width: 97px
    }

        .g_home .logo .active-image.active-image--tablet {
            width: 100px;
            margin: 0 auto
        }
}

.section-image {
    position: relative;
    color: #fff
}

.section-image__image {
    position: relative;
    height: 480px;
    display: block
}

    .section-image__image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .2
    }

.section-image__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .section-image__content p {
        font-size: 1.8rem
    }

.section-image__date {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE
}

.section-image__title {
    font-size: 7rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    font-weight: normal
}

.section-image__title--alt {
    margin-bottom: 0;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: 0;
    font-style: normal
}

.section-image__actions {
    padding-top: 4rem
}

@media (max-width: 991px) {
    .section-image__image {
        height: 263px
    }

    .section-image__title {
        font-size: 6rem
    }

    .section-image__title--alt {
        font-size: 3rem
    }
}

@media (max-width: 767px) {
    .section-image__image {
        height: 295px
    }
}

.blog {
    text-align: left
}

.blog__title {
    margin-bottom: 4.5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em
}

.blog__pagination {
    width: 680px;
    padding-top: 80px
}

    .blog__pagination ul {
        list-style: none outside none;
        display: flex;
        justify-content: space-between
    }

        .blog__pagination ul li {
            padding: 0
        }

            .blog__pagination ul li:after {
                display: none
            }

    .blog__pagination .disabled {
        opacity: 0;
        visibility: hidden
    }

    .blog__pagination .paginationjs-page {
        display: none
    }

    .blog__pagination a {
        display: inline-flex;
        align-items: center;
        letter-spacing: 0.15em;
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none
    }

        .blog__pagination a svg {
            margin: 0 8px
        }

@media (max-width: 991px) {
    .blog__pagination {
        width: auto;
        padding-top: 40px;
        margin-bottom: 40px
    }
}

.blog__items--inline {
    display: flex;
    margin-left: -12px;
    margin-right: -12px
}

    .blog__items--inline .blog-item {
        width: 33.33%;
        padding: 0 12px;
        display: block
    }

        .blog__items--inline .blog-item + .blog-item {
            margin-top: 0
        }

        .blog__items--inline .blog-item:nth-child(n+4) {
            display: none
        }

    .blog__items--inline .blog-item__image {
        margin-bottom: 2.2rem;
        width: 100%;
        margin-right: 0
    }

        .blog__items--inline .blog-item__image img {
            width: 100%
        }

@media (max-width: 991px) {
    .blog__items--inline {
        display: block
    }

        .blog__items--inline .blog-item {
            width: 100%
        }

            .blog__items--inline .blog-item + .blog-item {
                margin-top: 3rem
            }
}

.blog-item {
    display: flex
}

    .blog-item + .blog-item {
        margin-top: 6rem
    }

.blog-item__image {
    flex-shrink: 0;
    width: 265px;
    margin-right: 2.5rem
}

    .blog-item__image img {
        max-width: 100%
    }

.blog-item__title {
    margin-bottom: 2.3rem;
    font-style: italic;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: 0.01em;
    text-transform: none
}

    .blog-item__title a {
        text-decoration: none
    }

.blog-item__date {
    display: inline-block;
    margin-bottom: 2.6rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE
}

.blog-item__actions {
    margin-top: 3rem
}

@media (max-width: 767px) {
    .blog-item {
        display: block
    }

    .blog-item__image {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 2.5rem
    }

    .blog-item__title {
        font-size: 4rem
    }
}

.introduction {
    position: relative;
    padding: 8.4rem 0;
    text-align: left
}

.introduction__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.introduction__shape {
    position: absolute
}

.introduction__shape--top {
    top: 0;
    right: 0
}

.introduction__shape--bottom {
    bottom: 0;
    left: 0
}

.introduction .container {
    position: relative
}

.introduction .section__title {
    margin-bottom: 3.5rem;
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center
}

.introduction .section__subtitle {
    max-width: 580px;
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.09;
    text-align: center
}

.introduction .section__entry {
    max-width: 940px;
    margin: 0 auto;
    text-align: left
}

.introduction .shave-entry {
    columns: 2;
    column-gap: 2.4rem
}

.introduction .section__foot {
    text-align: center
}

@media (max-width: 767px) {
    .introduction .shave-entry {
        columns: initial
    }

    .introduction__shape--top {
        max-width: 35%;
        transform: translate(25%, -10%)
    }

    .introduction__shape--bottom {
        max-width: 35%;
        transform: translate(-25%, 10%)
    }
}

.wellbeing {
    padding: 14rem 0
}

.wellbeing__letter {
    left: -4rem;
    top: -10.4rem;
    position: absolute
}

.wellbeing__inner {
    display: flex;
    justify-content: space-between
}

.wellbeing__content {
    position: relative;
    width: 367px
}

.wellbeing__images {
    position: relative;
    display: flex;
    width: 752px;
    justify-content: space-between
}

    .wellbeing__images:before {
        content: '';
        position: absolute;
        top: -3.3rem;
        left: 50%;
        width: 38.8rem;
        height: 57.3rem;
        margin-left: -19.4rem;
        background: rgba(197,226,227,0.44)
    }

.wellbeing__title {
    position: relative;
    font-size: 10.7rem;
    line-height: 1;
    margin-bottom: 7.4rem;
    font-weight: normal
}

.wellbeing__entry {
    position: relative
}

.wellbeing__image {
    position: relative;
    width: calc(50% - 12px);
    height: 498px
}

.wellbeing__shape {
    position: absolute;
    left: 50%;
    top: -9.5rem;
    width: 23.6rem;
    margin-left: -11.8rem
}

.wellbeing .link {
    margin-top: 6rem
}

@media (max-width: 1199px) {
    .wellbeing__content {
        padding-right: 2rem
    }
}

@media (max-width: 991px) {
    .wellbeing__inner {
        display: block
    }

    .wellbeing__content {
        width: auto
    }

    .wellbeing__images {
        width: auto;
        margin-top: 6rem
    }
}

@media (max-width: 767px) {
    .wellbeing {
        padding: 11.1rem 0 8.9rem
    }

    .wellbeing__title {
        margin-bottom: 4.8rem;
        font-size: 7rem
    }

    .wellbeing__letter {
        top: -7.3rem;
        left: -2.4rem;
        max-width: 13.4rem
    }

    .wellbeing__images {
        margin-top: 7.3rem;
        margin-left: -1.4rem;
        margin-right: -1.4rem
    }

        .wellbeing__images:before {
            left: 3.2rem;
            right: 0;
            width: auto;
            height: 46.3rem;
            margin-left: 0
        }

    .wellbeing__image {
        width: calc(100% - 3.2rem);
        height: 41rem
    }

        .wellbeing__image + .wellbeing__image {
            display: none
        }

    .wellbeing__shape {
        left: auto;
        right: 0
    }
}

.event-calendar {
    padding: 6.2rem 0
}

.event-calendar__head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.event-calendar__content {
    max-width: 657px
}

.event-calendar__title {
    margin-bottom: 4.6rem;
    font-size: 5.5rem;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none
}

.event-calendar__actions {
    margin-top: 2.5rem
}

.event-calendar__image {
    width: 375px;
    height: 405px
}

.event-calendar__body {
    position: relative;
    width: 316px
}

.event-calendar__slider {
    position: relative;
    width: 1264px
}

    .event-calendar__slider:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2;
        right: 100%;
        height: 100%;
        width: 50vw;
        background: #fff
    }

    .event-calendar__slider .swiper-container {
        overflow: visible
    }

    .event-calendar__slider .swiper-button-next, .event-calendar__slider .swiper-button-prev {
        top: 160px;
        margin: 0;
        background: none;
        height: auto
    }

    .event-calendar__slider .swiper-button-prev {
        left: 336px
    }

    .event-calendar__slider .swiper-button-next {
        left: 477px
    }

.event-calendar__item__image {
    display: block;
    height: 19.4rem
}

.event-calendar__item__date {
    min-height: 3.4rem;
    font-family: "Roboto",sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    color: #C5E2E3;
    transition: color .3s
}

.event-calendar__item__title {
    font-family: "Roboto",sans-serif;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-style: normal
}

.event-calendar__item.swiper-slide-active .event-calendar__item__date {
    color: #363636
}

.event-calendar__item__body {
    position: relative;
    font-family: "Roboto",sans-serif;
    padding: 1.8rem 2.3rem 2.9rem;
    font-size: 1.3rem;
    line-height: 1.69
}

    .event-calendar__item__body:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 147px;
        border: solid #D0D0D0;
        border-width: 1px 1px 1px 0;
        pointer-events: none;
        transition: opacity .3s
    }

    .event-calendar__item__body p {
        font-size: 1.3rem;
        line-height: 1.69
    }

.event-calendar__item__actions {
    margin-top: 2.1rem
}

.event-calendar__item__image, .event-calendar__item__entry, .event-calendar__item__actions {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.event-calendar__item.swiper-slide-active .event-calendar__item__image, .event-calendar__item.swiper-slide-active .event-calendar__item__actions, .event-calendar__item.swiper-slide-active .event-calendar__item__entry {
    opacity: 1;
    visibility: visible
}

.event-calendar__item.swiper-slide-active .event-calendar__item__body {
    background: #DBEDED
}

    .event-calendar__item.swiper-slide-active .event-calendar__item__body:before {
        opacity: 0
    }

.event-calendar .swiper-total {
    position: absolute;
    left: 372px;
    top: 154px;
    z-index: 2;
    width: 95px;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: 0.02em
}

.event-calendar .swiper-total__current {
    font-size: 30px
}

@media (max-width: 1199px) {
    .event-calendar__content {
        max-width: 60%
    }

    .event-calendar__image {
        max-width: 35%
    }
}

@media (max-width: 767px) {
    .event-calendar {
        padding: 8rem -0px
    }

    .event-calendar__head {
        display: block;
        padding: 0 2rem
    }

    .event-calendar__title {
        font-size: 6rem;
        line-height: 1.45
    }

    .event-calendar__content {
        max-width: none
    }

    .event-calendar__image {
        display: none
    }

    .event-calendar__body {
        width: 100%;
        margin-top: 3.7rem
    }

    .event-calendar__slider {
        width: auto
    }

        .event-calendar__slider .swiper-container {
            padding-bottom: 5rem;
            overflow: hidden
        }

        .event-calendar__slider .swiper-button-next, .event-calendar__slider .swiper-button-prev {
            top: auto;
            bottom: 6px
        }

        .event-calendar__slider .swiper-button-prev {
            left: 0
        }

        .event-calendar__slider .swiper-button-next {
            left: auto;
            right: 0
        }

    .event-calendar__item__image, .event-calendar__item__entry, .event-calendar__item__actions {
        opacity: 1;
        visibility: visible
    }

    .event-calendar .swiper-total {
        top: auto;
        bottom: 0;
        left: 5rem;
        right: 5rem;
        width: auto
    }
}

.banner {
    padding: 3.6rem;
    background: #FAF9F9
}

.banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banner__content {
    display: flex;
    align-items: center
}

.banner__logo {
    max-height: 101px;
    max-width: 106px;
    margin-right: 4.2rem
}

.banner__text {
    font-size: 2.5rem;
    line-height: 1.36;
    font-weight: normal;
    text-transform: uppercase
}

    .banner__text span {
        display: block;
        font-size: 3rem;
        line-height: 1.13;
        font-weight: bold
    }

.banner__contacts {
    text-align: right;
    font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25
}

    .banner__contacts p {
        margin: 0
    }

@media (max-width: 767px) {
    .banner {
        padding: 1.8rem 0 2.7rem;
        text-align: center
    }

    .banner__inner, .banner__content {
        display: block
    }

    .banner__logo {
        display: inline-block;
        max-height: 69px;
        margin-right: 0;
        margin-bottom: 13px
    }

    .banner__text {
        font-size: 1.3rem;
        line-height: 1.38
    }

        .banner__text span {
            font-size: 1.6rem;
            line-height: 1.13
        }

    .banner__contacts {
        text-align: center;
        margin-top: 2.5rem;
        font-size: 1.4rem
    }
}

.fitness {
    position: relative;
    overflow: hidden;
    padding: 10.2rem 0 15.4rem
}

    .fitness .shave-entry {
        height: auto !important;
        max-height: 454px
    }

        .fitness .shave-entry h3 {
            line-height: 4.8rem !important
        }

        .fitness .shave-entry.expanded {
            max-height: none
        }

.fitness__action {
    margin-top: 2.5rem
}

.fitness__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.fitness__inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.fitness__sidebar {
    width: 20rem
}

    .fitness__sidebar ul {
        list-style: none outside none
    }

    .fitness__sidebar li + li {
        margin-top: 2rem
    }

    .fitness__sidebar button {
        position: relative;
        background: none;
        border: 0 none;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-family: "Roboto",sans-serif;
        cursor: pointer;
        text-align: left
    }

        .fitness__sidebar button svg {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0 auto 5px;
            left: 100%;
            opacity: 0;
            visibility: hidden;
            transition: opacity .3s, visibility .3s
        }

        .fitness__sidebar button.active, .fitness__sidebar button:hover {
            color: #88afde;
            text-decoration: underline
        }

            .fitness__sidebar button.active svg, .fitness__sidebar button:hover svg {
                opacity: 1;
                visibility: visible
            }

.fitness__content {
    width: calc(100% - 228px);
    padding: 0 3.5rem 3.1rem 6.3rem;
    background: #fff
}

    .fitness__content > .tab-pane {
        top: auto;
        left: auto;
        bottom: 200%;
        right: 200%;
        overflow: visible;
        width: 100%
    }

        .fitness__content > .tab-pane.active {
            bottom: auto;
            right: auto
        }

.fitness__item .container {
    padding: 3.2rem 0 0;
    max-width: none
}

.fitness__item__image {
    position: relative;
    display: block;
    margin-top: -3.9rem;
    margin-right: -7.2rem;
    height: 312px
}

.fitness__item__title {
    margin-bottom: 29px;
    font-style: italic;
    text-transform: none
}

.fitness__foot {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #D0D0D0
}

    .fitness__foot a {
        margin-right: 2rem
    }

@media (max-width: 767px) {
    .fitness {
        padding: 3rem 0
    }

    .fitness__inner {
        display: block
    }

    .fitness__sidebar {
        width: auto;
        margin-bottom: 2rem
    }

        .fitness__sidebar ul {
            display: flex;
            overflow-x: auto
        }

        .fitness__sidebar li + li {
            margin-left: 10px;
            margin-top: 0
        }

        .fitness__sidebar button {
            white-space: nowrap
        }

            .fitness__sidebar button svg {
                display: none
            }

    .fitness__content {
        width: auto
    }

    .fitness__item__image {
        margin-top: 0;
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .fitness__content {
        padding: 0 1.5rem 3rem
    }

    .fitness .shave-entry {
        height: auto !important;
        max-height: 300px
    }

        .fitness .shave-entry.expanded {
            max-height: none
        }
}

.offer-items {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1.1rem;
    justify-content: center
}

@media (max-width: 767px) {
    .offer-items {
        justify-content: flex-start;
        flex-flow: row nowrap;
        margin: 0
    }

    .offer-items__slider {
        margin-bottom: 9rem
    }

        .offer-items__slider .swiper-button-prev, .offer-items__slider .swiper-button-next {
            background: none;
            top: auto;
            bottom: -9px;
            pointer-events: all;
            opacity: 1
        }

        .offer-items__slider .swiper-button-prev {
            left: 0
        }

        .offer-items__slider .swiper-button-next {
            right: 0
        }

        .offer-items__slider .swiper-total {
            padding: 2.6rem 0 0;
            text-align: center;
            font-size: 1.3rem;
            font-family: "Roboto",sans-serif;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: 0.02em
        }

        .offer-items__slider .swiper-total__current {
            font-size: 2.4rem
        }
}

.offer-item {
    display: flex;
    flex-flow: column nowrap;
    width: 33.33%;
    padding: 0 1.1rem;
    margin-bottom: 3.8rem
}

@media (min-width: 768px) {
    .offer-item {
        height: auto
    }
}

.offer-item__image {
    height: 20.3rem
}

.offer-item__content {
    flex: 1;
    position: relative;
    padding: 2.1rem 0 3.5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column nowrap
}

.offer-item__title {
    padding: 0 3.7rem 1rem;
    font-size: 3.2rem;
    line-height: 2.5;
    font-weight: normal;
    text-transform: none
}

.offer-item__meta {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 3.7rem;
    border: solid #D0D0D0;
    border-width: 1px 0;
    font-family: "Roboto",sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

    .offer-item__meta > span {
        margin-left: auto
    }

.offer-item__inner {
    flex: 1;
    padding: 2.2rem 3.7rem 3.3rem
}

.offer-item__config {
    margin-top: 2rem
}

.offer-item__actions {
    padding: 0 3.7rem
}

    .offer-item__actions a {
        margin-bottom: 1rem
    }

.offer-item__btn {
    width: 100%;
    text-align: center
}

@media (max-width: 1199px) {
    .offer-item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .offer-item {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: 0
    }
}

.items {
    margin: 0 -1.2rem
}

.item {
    width: 50%;
    padding: 0 1.2rem;
    margin-bottom: 3.5rem
}

.item__inner {
    position: relative;
    padding: 0 1.9rem 1.9rem 0
}

    .item__inner:before {
        content: '';
        position: absolute;
        top: 29px;
        right: 0;
        bottom: 0;
        left: 1.9rem;
        background: rgba(122,151,170,0.15)
    }

.item__image {
    position: relative;
    height: 20.3rem
}

.item__content {
    position: relative;
    padding: 3.2rem 2.4rem 2.7rem;
    background: #fff
}

.item__title {
    margin-bottom: 1.6rem;
    font-size: 3rem;
    line-height: 1.3;
    text-transform: none
}

.item__actions {
    margin-top: 1.6rem
}

.item__action + .item__action {
    margin-top: 1rem
}

.item__entry {
    font-size: 1.5rem;
    line-height: 1.75
}

    .item__entry p {
        font-size: 1.5rem
    }

@media (max-width: 991px) {
    .item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .item {
        width: 100%;
        margin-bottom: 4.9rem
    }

    .item__entry {
        line-height: 2
    }
}

.event-items {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1.2rem
}

.event-item {
    width: 33.33%;
    padding: 0 1.2rem;
    margin-bottom: 3.4rem
}

.event-item__image {
    display: block;
    height: 22.3rem;
    margin-bottom: -1px
}

.event-item__date {
    font-family: "Roboto",sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    color: #28375b;
    transition: color .3s;
    min-height: 3.4rem
}

.event-item__title {
    overflow: hidden;
    font-family: "Roboto",sans-serif;
    height: 5rem;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-style: normal
}

.event-item.swiper-slide-active .event-item__date {
    color: #363636
}

.event-item__body {
    position: relative;
    border: 1px solid #D0D0D0;
    background: #fff;
    font-family: "Roboto",sans-serif;
    padding: 1.6rem 2.6rem 2.7rem;
    font-size: 1.3rem;
    line-height: 1.69;
    transition: background .3s, border-color .3s
}

    .event-item__body p {
        font-size: 1.3rem;
        line-height: 1.69
    }

.event-item__actions {
    margin-top: 2.1rem
}

.event-item__inner:hover .event-item__date {
    color: #000
}

.event-item__inner:hover .event-item__body {
    background: #DBEDED;
    border-color: #DBEDED
}

@media (max-width: 1199px) {
    .event-item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .event-item {
        width: 100%;
        margin-bottom: 4rem
    }
}

.intro-golf {
    margin: 47px 0 51px
}

.intro-golf__inner {
    position: relative;
    padding: 40px 0 56px
}

.intro-golf__pattern {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 410px;
    margin-left: -205px
}

.intro-golf__head {
    position: relative;
    text-align: center;
    margin-bottom: 15px
}

.intro-golf__icon {
    height: 48px
}

    .intro-golf__icon img {
        height: 100%;
        width: auto
    }

.intro-golf__body {
    position: relative;
    padding: 0 97px 50px
}

    .intro-golf__body:before, .intro-golf__body:after {
        content: '';
        position: absolute;
        top: 27px;
        bottom: -4px;
        width: 267px;
        border: 1px solid #12715F;
        pointer-events: none
    }

    .intro-golf__body:before {
        left: 0;
        border-right-color: transparent
    }

    .intro-golf__body:after {
        right: 0;
        border-left-color: transparent
    }

.intro-golf__foot {
    position: relative;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    min-height: 21px
}

.intro-golf__content {
    columns: 2;
    column-gap: 26px
}

    .intro-golf__content * {
        line-height: 1.69 !important
    }

    .intro-golf__content.no-col {
        columns: initial
    }

.intro-golf__title {
    max-width: 550px;
    margin: 0 auto 49px;
    text-align: center;
    color: #12715F;
    line-height: 1.23
}

@media (max-width: 1199px) {
    .intro-golf__foot, .intro-golf__title {
        max-width: none;
        padding: 0 36px;
        margin-bottom: 32px
    }

    .intro-golf__body {
        padding: 0 18px 30px
    }

        .intro-golf__body:before, .intro-golf__body:after {
            width: 55px
        }

    .intro-golf__foot {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .intro-golf {
        margin: 39px 0
    }

    .intro-golf__body {
        padding-bottom: 65px
    }

    .intro-golf__pattern {
        width: 186px;
        margin-left: -93px
    }

    .intro-golf__title {
        font-size: 3rem
    }

    .intro-golf__content {
        columns: initial
    }

    .intro-golf:before, .intro-golf:after {
        bottom: -10px
    }

    .intro-golf__actions {
        margin-top: 19px
    }
}

.highlight-golf {
    position: relative;
    padding: 229px 0 102px
}

.highlight-golf__image-bottom, .highlight-golf__image-top {
    position: absolute;
    left: 0;
    width: 100%
}

.highlight-golf__image-top {
    top: 0;
    bottom: 179px
}

.highlight-golf__image-bottom {
    bottom: 0;
    height: 179px
}

.highlight-golf__content {
    position: relative;
    width: 752px;
    padding: 12px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #12715F
}

.highlight-golf__content__inner {
    padding: 44px 122px
}

.highlight-golf__title {
    margin-bottom: 13px;
    font-size: 5.6rem;
    line-height: 1.16;
    font-weight: 600;
    letter-spacing: 0.01em
}

.highlight-golf__entry {
    font-weight: 600;
    line-height: 1.5
}

.highlight-golf__actions {
    margin-top: 20px
}

@media (max-width: 767px) {
    .highlight-golf {
        padding: 0
    }

    .highlight-golf__image-top, .highlight-golf__image-bottom {
        display: none
    }

    .highlight-golf__content {
        width: auto
    }

    .highlight-golf__content__inner {
        padding: 59px 40px 86px
    }

    .highlight-golf__title {
        font-size: 4rem;
        line-height: 1.63
    }
}

.boxes-golf {
    margin: 98px 0
}

.boxes-golf__inner {
    position: relative;
    padding-bottom: 62px
}

    .boxes-golf__inner:after, .boxes-golf__inner:before {
        content: '';
        position: absolute;
        top: 22px;
        left: 50%;
        bottom: 0;
        width: 776px;
        margin-left: -388px;
        border: 1px solid #12715F
    }

    .boxes-golf__inner:after {
        display: none
    }

.boxes-golf__head {
    position: relative;
    max-width: 558px;
    padding: 0 20px;
    margin: 0 auto 63px;
    text-align: center;
    background: #fff
}

.boxes-golf__title {
    letter-spacing: 0.01em;
    font-size: 3.6rem;
    line-height: 1.17;
    font-weight: 600;
    text-transform: uppercase
}

.boxes-golf__body {
    position: relative;
    margin-left: -12px;
    margin-right: -12px
}

.boxes-golf__box {
    width: 33.33%;
    padding: 0 12px
}

.boxes-golf__box__inner {
    position: relative
}

.boxes-golf__box__image {
    height: 609px
}

    .boxes-golf__box__image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 270px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.92) 0%, transparent 100%)
    }

.boxes-golf__box__content {
    padding: 26px 22px;
    margin: -113px 15px 0;
    background: #EDF7F3
}

.boxes-golf__box__entry {
    height: 108px;
    overflow: hidden;
    font-weight: 300
}

    .boxes-golf__box__entry .shave-entry * {
        line-height: 1.59 !important
    }

.boxes-golf__box__title {
    position: absolute;
    top: 30px;
    left: 38px;
    width: 150px;
    color: #fff;
    letter-spacing: 0.01em;
    font-size: 3.6rem;
    line-height: 1.17;
    font-weight: 600;
    text-transform: uppercase
}

.boxes-golf__box__actions {
    margin-top: 10px
}

.boxes-golf__box--green .boxes-golf__box__content {
    background: #12715F;
    color: #fff
}

.boxes-golf__box--dark .boxes-golf__box__content {
    background: #363636;
    color: #fff
}

.boxes-golf .swiper-button-prev, .boxes-golf .swiper-button-next {
    display: none
}

@media (max-width: 1199px) {
    .boxes-golf__body {
        margin-left: 0;
        margin-right: 0
    }

    .boxes-golf__inner:after, .boxes-golf__inner:before {
        width: auto;
        left: 77px;
        right: 77px;
        margin-left: 0
    }

    .boxes-golf__head {
        max-width: none;
        margin-left: 100px;
        margin-right: 100px
    }

    .boxes-golf .swiper-container {
        padding: 0 19px;
        margin: 0 -19px
    }

    .boxes-golf .swiper-button-prev, .boxes-golf .swiper-button-next {
        display: inline-flex;
        background: transparent
    }

    .boxes-golf .swiper-button-prev {
        left: 0
    }

    .boxes-golf .swiper-button-next {
        right: 0
    }

    .boxes-golf__box {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .boxes-golf {
        margin: 70px 0
    }

    .boxes-golf__title {
        font-size: 2.5rem
    }

    .boxes-golf__head {
        margin-left: 48px;
        margin-right: 48px;
        padding: 0 10px;
        margin-bottom: 16px
    }

    .boxes-golf__inner:after, .boxes-golf__inner:before {
        left: 32px;
        right: 32px;
        height: 50%
    }

    .boxes-golf__inner:after {
        display: block;
        top: auto;
        bottom: 0;
        left: 60px;
        right: 60px
    }

    .boxes-golf .swiper-button-prev {
        left: 10px
    }

    .boxes-golf .swiper-button-next {
        right: 10px
    }

    .boxes-golf__box__title {
        font-size: 3rem
    }

    .boxes-golf__box__image {
        height: 554px
    }
}

.section-map {
    margin: 100px 0
}

.section-map__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px
}

.section-map__title {
    font-size: 3.6rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.17;
    letter-spacing: 0.01em
}

.section-map__body {
    position: relative
}

.section-map .map {
    position: relative;
    height: 531px
}

@media (max-width: 767px) {
    .section-map {
        margin: 66px 0
    }

    .section-map__head {
        display: block;
        text-align: center;
        margin-bottom: 52px
    }

    .section-map__title {
        margin-bottom: 13px;
        font-size: 2.5rem;
        line-height: 1.12
    }

    .section-map .map {
        height: 590px
    }
}

.bar-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 24px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
    transition: opacity .2s, visibility .2s
}

.bar-cookie__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 130px 0 97px
}

.bar-cookie__close {
    padding: 0;
    border: 0 none;
    background: none;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 1;
    font-size: 0
}

.bar-cookie__actions {
    margin-left: 50px
}

.bar-cookie.active {
    opacity: 1;
    visibility: visible
}

@media (max-width: 767.98px) {
    .bar-cookie__inner {
        display: block;
        padding: 0 30px
    }

    .bar-cookie__close {
        top: 0;
        padding: 0
    }

    .bar-cookie__actions {
        margin-top: 10px;
        margin-left: 0
    }

        .bar-cookie__actions .btn {
            width: 100%
        }
}

.text-image {
    margin: 80px 0;
    color: #363636
}

.text-image__inner {
    position: relative;
    padding: 70px 0;
    max-width: 994px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

    .text-image__inner:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - 163px);
        right: -73px;
        pointer-events: none
    }

.text-image--horizontal .text-image__inner {
    padding: 0 0 86px;
    max-width: none;
    min-height: 357px
}

    .text-image--horizontal .text-image__inner:before {
        top: 98px;
        right: 97px;
        bottom: auto;
        height: 357px
    }

.text-image--reverse .text-image__inner {
    flex-flow: row-reverse
}

    .text-image--reverse .text-image__inner:before {
        right: calc(50% - 163px);
        left: -73px
    }

.text-image--horizontal.text-image--reverse .text-image__inner:before {
    left: 97px
}

.text-image__entry strong {
    color: #12715F
}

.text-image__entry a {
    color: #12715F;
    text-decoration: underline
}

.text-image__entry p + p {
    margin-top: 2.7rem
}

.text-image__content {
    position: relative;
    width: 412px
}

    .text-image__content .text-image__entry ul {
        list-style: none outside none;
        margin-bottom: 2.7rem
    }

        .text-image__content .text-image__entry ul > li {
            position: relative;
            padding-left: 20px
        }

            .text-image__content .text-image__entry ul > li:before {
                content: '';
                position: absolute;
                left: 0;
                top: 4px;
                width: 10px;
                height: 11px
            }

            .text-image__content .text-image__entry ul > li:after {
                display: none
            }

        .text-image__content .text-image__entry ul li + li {
            margin-top: 5px
        }

.text-image--horizontal .text-image__content {
    width: 50%;
    padding: 35px 35px 20px 57px;
    border-left: 1px solid transparent;
    min-height: 369px
}

    .text-image--horizontal .text-image__content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 369px;
        width: 1px;
        background: #12715F
    }

.text-image--horizontal.text-image--reverse .text-image__content {
    padding-right: 35px;
    padding-left: 84px;
    border-left: 0 none;
    border-radius: 1px solid transparent
}

    .text-image--horizontal.text-image--reverse .text-image__content:before {
        left: auto;
        right: 0
    }

.text-image__image {
    position: relative;
    width: 485px
}

    .text-image__image:before {
        content: '';
        position: absolute;
        top: -36px;
        bottom: -36px;
        left: 34px;
        right: 34px;
        background: #EDF7F3
    }

.text-image__image__inner {
    position: relative;
    height: 610px;
    display: block
}

.text-image__actions {
    margin-top: 28px
}

.text-image--horizontal .text-image__image {
    width: 50%
}

    .text-image--horizontal .text-image__image:before {
        display: none
    }

.text-image--horizontal .text-image__image__inner {
    height: 396px
}

.text-image--reverse .text-image__image:before {
    background: #12715F
}

.text-image__title {
    margin-bottom: 14px;
    font-size: 3.6rem;
    line-height: 1.22;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase
}

.text-image--horizontal .text-image__title {
    margin-bottom: 38px
}

.text-image__decoration {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #12715F;
    margin-bottom: 23px;
    box-shadow: 9px 0 0 #12715F,18px 0 0 #12715F
}

.text-image--horizontal .text-image__decoration {
    display: none
}

@media (max-width: 991px) {
    .text-image__content {
        padding-right: 20px
    }

    .text-image--horizontal .text-image__content {
        padding-left: 20px
    }

    .text-image--reverse .text-image__content {
        padding-left: 20px;
        padding-right: 0
    }

    .text-image--horizontal.text-image--reverse .text-image__content {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 767px) {
    .text-image {
        margin: 50px 0
    }

    .text-image--horizontal .text-image__inner, .text-image--reverse .text-image__inner, .text-image__inner {
        padding: 0 0 44px;
        flex-flow: row-reverse wrap
    }

        .text-image--horizontal .text-image__inner:before, .text-image--reverse .text-image__inner:before, .text-image__inner:before {
            top: 30%
        }

        .text-image--horizontal.text-image--reverse .text-image__inner:before, .text-image--horizontal .text-image__inner:before {
            left: -30px;
            right: 80px;
            height: auto;
            bottom: 0
        }

    .text-image--horizontal .text-image__image, .text-image__image {
        width: 100%
    }

        .text-image--horizontal .text-image__image:before, .text-image__image:before {
            left: 30px;
            right: 30px;
            top: -21px;
            bottom: -21px
        }

    .text-image--horizontal .text-image__image__inner, .text-image__image__inner {
        height: 411px
    }

    .text-image--horizontal.text-image--reverse .text-image__content, .text-image--horizontal .text-image__content, .text-image--reverse .text-image__content, .text-image__content {
        width: 100%;
        padding: 0;
        margin-bottom: 72px;
        min-height: 0
    }

    .text-image__title {
        font-size: 2.5rem;
        line-height: 1.12
    }

    .text-image--horizontal .text-image__title {
        margin-bottom: 28px
    }

    .text-image--horizontal.text-image--reverse .text-image__content, .text-image--horizontal .text-image__content {
        padding: 28px 0 0;
        margin-bottom: 37px;
        border-left: 0 none;
        border-top: 1px solid #12715F
    }

        .text-image--horizontal.text-image--reverse .text-image__content:before, .text-image--horizontal .text-image__content:before {
            display: none
        }

    .text-image--horizontal .text-image__image__inner {
        height: 209px
    }
}

.text-content {
    margin: 40px 0 80px;
    text-align: center
}

.text-content__inner {
    max-width: 982px;
    margin: 0 auto
}

.text-content__image {
    display: block;
    margin-bottom: 46px
}

.text-content__highlight {
    position: relative;
    margin-bottom: 40px;
    padding: 31px 57px
}

    .text-content__highlight:before, .text-content__highlight:after {
        content: '';
        position: absolute;
        width: 114px;
        height: 95px;
        border: 1px solid;
        pointer-events: none
    }

    .text-content__highlight:before {
        top: 0;
        left: 0;
        border-color: #12715F transparent transparent #12715F
    }

    .text-content__highlight:after {
        bottom: 0;
        right: 0;
        border-color: transparent #12715F #12715F transparent
    }

.text-content__pattern {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 137px;
    right: 137px;
    z-index: -1
}

.text-content__actions {
    margin-top: 25px
}

@media (max-width: 767px) {
    .text-content {
        text-align: left
    }

    .text-content__image {
        margin-left: -14px;
        margin-right: -14px;
        margin-bottom: 35px
    }

    .text-content__highlight {
        padding: 30px 22px 40px;
        margin-bottom: 50px
    }

    .text-content__pattern {
        top: 21px;
        left: 57px;
        right: 63px;
        bottom: 25px
    }
}

[data-read-more] {
    overflow: hidden
}

.link-read-more, .link-read-less {
    width: 100%;
    display: block;
    position: relative;
    text-align: inherit;
    padding-top: 2.5rem;
    cursor: pointer
}

    .link-read-less img {
        transform: rotate(180deg)
    }



.gms-page-wrap .gms-section-group__title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px
}

.gms-page-wrap .gms-section-content__title {
    text-transform: uppercase
}

.gms-page-wrap .gms-card__title {
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0;
}

.gms-page-wrap .gms-member-info__title {
    font-size: 40px;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0;
    font-weight: 300
}

.gms-page-wrap .gms-member-info__progress-title {
    font-size: inherit;
    font-family: inherit
}

.header-connected__dropdown {
    position: relative;
    z-index: 99;
    height: 45px;
    margin-left: -1px
}

.header-connected__dropdown-head {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 300
}

.header-connected__info {
    height: 100%;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 30px 0 15px;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
    appearance: none;
    flex-shrink: 0;
    text-align: left
}

    .header-connected__info svg path {
        fill: currentColor
    }

    .header-connected__info .icon__text {
        white-space: nowrap
    }

.header-connected__arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 0 none;
    transition: transform .3s
}

    .header-connected__arrow:before, .header-connected__arrow:after {
        content: '';
        position: absolute;
        top: 7px;
        width: 10px;
        height: 2px;
        background-color: currentColor;
        transition: transform .3s
    }

    .header-connected__arrow:before {
        left: 0;
        transform: rotate(-45deg)
    }

    .header-connected__arrow:after {
        right: 0;
        transform: rotate(45deg)
    }

.collapsed .header-connected__arrow:before {
    left: 0;
    transform: rotate(45deg)
}

.collapsed .header-connected__arrow:after {
    right: 0;
    transform: rotate(-45deg)
}

.header-connected__dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 200px;
    background: #fff;
    color: #202020;
    box-shadow: -2px 2px 8px 2px rgba(0,0,0,0.2)
}

.header-connected__menu-list {
    font-size: 14px;
    list-style: none outside none
}

.header-connected__menu-item {
    border-top: 1px solid #f0efef
}

    .header-connected__menu-item:first-child {
        border-top-width: 0
    }

    .header-connected__menu-item button, .header-connected__menu-item a {
        padding: 12px 15px;
        display: block;
        cursor: pointer;
        text-decoration: none;
        font-weight: normal;
        font-weight: 300;
        text-transform: capitalize
    }

.header-connected__menu-item--sign-out {
    background-color: #f0efef;
    text-align: right
}

    .header-connected__menu-item--sign-out svg {
        margin-left: 8px
    }

.header-alt .header-connected__dropdown-head, .menu-opened .header-connected__dropdown-head {
    color: #202020
}

@media (max-width: 767px) {
    .header-connected__small-data, .header-connected .icon__text {
        display: none
    }
}

@media (min-width: 768px) {
    .header-connected__user-icon {
        display: none
    }
}

@media (max-width: 767px) {
    .js-gms-header-dropdown .login-link {
        display: block;
        padding: 0 15px;
        padding-right: 0
    }
}

.svg-fill-path path {
    fill: currentColor
}

body:not(.gms-connected) .js-gms-connected {
    display: none !important
}

.gms-connected .js-gms-not-connected {
    display: none !important
}

.list-gms-header-dropdown {
    padding: 0 20px
}

@media (max-width: 767px) {
    .list-gms-header-dropdown {
        padding: 0
    }
}

.list-gms-header-dropdown > nav > ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0 -8px
}

    .list-gms-header-dropdown > nav > ul > li {
        position: relative;
        padding: 0 8px
    }

        .list-gms-header-dropdown > nav > ul > li > a {
            color: #fff;
            text-decoration: none;
            text-transform: capitalize
        }

            .list-gms-header-dropdown > nav > ul > li > a:hover {
                color: #88afde
            }

        .list-gms-header-dropdown > nav > ul > li + li:before {
            content: '';
            display: block;
            width: 1px;
            height: 75%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            background: #fff
        }

.header-alt .list-gms-header-dropdown > nav > ul > li > a, .menu-opened .list-gms-header-dropdown > nav > ul > li > a {
    color: #202020
}

.header-alt .list-gms-header-dropdown > nav > ul > li + li:before, .menu-opened .list-gms-header-dropdown > nav > ul > li + li:before {
    background: #202020
}

.p-modal {
    padding: 20px 0
}

    .p-modal .modal-dialog {
        width: 700px;
        max-width: 90%;
        margin: auto
    }

@media (min-width: 768px) {
    .p-modal .modal-dialog {
        max-width: 75%
    }
}

.p-modal .modal-dialog.image-horizontal {
    width: 900px
}

.p-modal .modal-content {
    border: 0 none;
    border-radius: 0;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3)
}

.p-modal .dialog-content {
    padding: 0
}

.p-modal .dialog-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: 0.15s
}

.p-modal.show {
    display: flex !important;
    align-items: center;
    padding-right: 0 !important
}

.p-modal__rate {
    margin-top: 15px
}

.p-modal__actions {
    margin: 15px 0 0;
    line-height: 1
}

.p-modal__title {
    margin-bottom: 0
}

.p-modal__subtitle {
    margin-bottom: 3.2rem
}

.p-modal__wrap {
    background-position: center;
    background-size: cover
}

@media (min-width: 992px) {
    .p-modal__wrap {
        display: flex;
        justify-content: space-between
    }

    .p-modal__wrap--center {
        align-items: center
    }
}

.p-modal__image {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media (min-width: 992px) {
    .p-modal__image {
        padding-top: 133%
    }

    .image-horizontal .p-modal__image {
        padding-top: 75%
    }

    .image-full .p-modal__image {
        padding-top: 0;
        height: 100%
    }
}

.p-modal__content {
    padding: 3.5rem 2rem 1.5rem 2rem
}

.p-modal__content--full {
    padding: 3.5rem 2.5rem 2.5rem 2.5rem
}

.p-modal__inner {
    position: relative;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    align-items: flex-start
}

    .p-modal__inner img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%
    }

.p-modal__wrap--center .p-modal__inner {
    align-items: center
}

.p-modal .image-full .p-modal__wrap--center .p-modal__inner {
    align-self: stretch
}

@media (min-width: 992px) {
    .p-modal__content {
        width: 50%;
        max-width: 50%
    }

    .p-modal__inner {
        min-height: 240px;
        flex: 1
    }

    .p-modal__content--full {
        width: 100%;
        max-width: none
    }
}

html[dir=rtl] .p-modal .dialog-close {
    left: 0;
    right: auto
}



/************************************************************************************/
/************************************************************************************/
.button {
    position: relative;
    padding: 8px 16px;
    border: none;
    outline: none;
    /*border-radius: 2px;*/
    cursor: pointer;
}

    .button:active {
        background: #007bff;
    }

.button__text {
    /*color: #ffffff;*/
    transition: all 0.2s;
}

.button--loading {
    cursor: not-allowed;
    color: currentColor;
    display: inline-block; /* For IE11/ MS Edge bug */
    pointer-events: none;
}

    .button--loading .button__text {
        visibility: hidden;
        opacity: 0;
    }

    .button--loading::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 2px solid transparent;
        border-top-color: #ffffff;
        border-right-color: #ffffff;
        border-bottom-color: #ffffff;
        border-radius: 50%;
        animation: button-loading-spinner 1.5s linear infinite;
    }

@keyframes button-loading-spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/************************************************************************************/
/************************************************************************************/



.image-mosaic {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 250px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #353535;
    font-size: 3rem;
    color: #fff;
    box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
    height: 100%;
    width: 100%;
    transition: all 500ms;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 600px) {
    .card-tall {
        grid-row: span 2 / auto;
    }

    .card-wide {
        grid-column: span 2 / auto;
    }
}


/*-------- Hero --------*/
.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.jarallax {
    position: relative;
    z-index: 0;
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

span[data-jarallax-element] {
    display: block;
}

.kenburns .owl-item.active .item img,
img.jarallax-img.kenburns {
    /* transform-origin: 50% 50%;
    animation: kenburns 15s linear 0s;
    transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    animation-fill-mode: forwards;*/
    /* or: backwards, both, none */
}

@keyframes kenburns {
    0% {
        transform: scale3d(1.4, 1.4, 1.4) translate3d(-5%, -2%, 0px);
        transition: transform 7000ms linear 1s;
    }

    100% {
        transform: scale3d(1.25, 1.25, 1.25) translate3d(0px, 0px, 0px);
        transition: transform 7000ms linear 1s;
    }
}

img.jarallax-img.kenburns-2 {
    transform-origin: 50% 50%;
    animation: kenburns 10s linear 0s;
    transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

.hero {
    color: #fff;
    overflow: hidden;
}

    .hero.full-height {
        height: 100vh;
    }

@media (max-width: 991px) {
    .hero.full-height {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero.full-height {
        height: 87vh;
    }
}

.hero.medium-height {
    height: 70vh;
}

@media (max-width: 991px) {
    .hero.medium-height {
        min-height: 500px;
        height: 50vh;
    }
}

.hero.small-height {
    height: 60vh;
}

@media (max-width: 991px) {
    .hero.small-height {
        height: 600px;
    }
}

.hero .wrapper {
    text-align: left;
    height: 100%;
}

    .hero .wrapper small {
        text-transform: uppercase;
        letter-spacing: 3px;
        display: block;
        margin: 0 0 10px 0;
        font-weight: 600;
    }

    .hero .wrapper h1,
    .hero .wrapper h3 {
        color: #fff;
        font-size: 51px;
        font-size: 3.375rem;
        margin: 0 0 10px 0;
        /*font-weight: 700;*/
        /*text-transform: uppercase;*/
    }

@media (max-width: 767px) {
    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media (max-width: 575px) {
    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.hero .wrapper p {
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0;
}

    .hero .wrapper p strong {
        font-weight: 600;
    }

@media (max-width: 767px) {
    .hero .wrapper p {
        padding: 0;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.parallax_section_1 {
    overflow: hidden;
    height: 70vh;
}

@media (max-width: 991px) {
    .parallax_section_1 {
        min-height: 650px;
    }
}


.header__aside ul li {
    display: inline-block; /* Asegura que los <li> estén en línea */
    white-space: nowrap;
}

    .header__aside ul li a {
        text-decoration: none; /* Quita el subrayado de los enlaces */
        color: #88afde; /* Color de los enlaces */
        font-weight: bold;
        font-size: 20px;
        padding: 10px 15px; /* Espaciado interno */
        transition: color 0.3s; /* Animación de color */
    }

        .header__aside ul li a:hover {
            color: #DDD; /* Color al pasar el mouse */
        }


.home-page .header-fixed .header__aside ul li a {
    color: #28375b;
}
/* Color del menú en la página principal */
.home-page .header__aside ul li a {
    color: #fff;
}
    .home-page .header__aside ul li a:hover {
        color: #28375b;
    }

.other-page .header-fixed .header__aside ul li a {
    color: #28375b;
}
/* Color del menú en la página principal */
.other-page .header__aside ul li a {
    color: #fff;
}
    .other-page .header__aside ul li a:hover {
        color: #28375b;
    }

/* Color del menú en el resto de páginas */
.inner-page .header__aside ul li a {
    color: #28375b;
}
/* Color del menú en el resto de páginas */
.inner-page .header__aside ul li a:hover {
    color: #ddd;
}

/*.section-meetings .section__inner {
    display: flex;
    justify-content: space-between;
}*/

/* Formato original: Imagen a la derecha, texto a la izquierda */
.section-meetings .section__content {
    max-width: 34rem;
    width: 100%;
    padding: 0rem 0;
    text-align: left;
}

.section-meetings .section__aside {
    width: 100%;
    max-width: 75rem;
}

/* Formato invertido: Imagen a la izquierda, texto a la derecha */
.reverse-layout .section__inner {
    flex-direction: row-reverse;
}

.reverse-layout .section__content {
    text-align: right;
}

.borde-rooms {
    border: solid 1px #dedede;
    padding: 20px;
}

.link-with-icon {
    border: solid 1px;
    padding: 10px 20px;
}

.room-thumb {
    /*width: 356px;*/
    /*height: 283px;*/
    float: left;
    border: 1px solid #ebebeb;
    /*overflow: hidden;*/
    /*position: relative;*/
    /*-webkit-box-shadow: 0 2px 0 0 #e0e0e0;
    box-shadow: 0 2px 0 0 #e0e0e0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 5000;*/
}

    .room-thumb .mask {
        width: 356px;
        height: 281px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .room-thumb img {
        display: block;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }

    .room-thumb .main {
        border-bottom: 1px solid #ebebeb;
        /*height: 55px;*/
    }

        .room-thumb .main h5 {
            font-size: 14px;
            font-weight: bold;
            position: relative;
            padding: 10px 0 0 20px;
            display: inline-block;
        }

        .room-thumb .main .price {
            display: inline;
            float: right;
            font-size: 18px;
            font-weight: bold;
            height: 55px;
            padding: 6px 25px;
            border-top: none;
            border-right: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            border-left: 1px solid #ebebeb;
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000;
        }

            .room-thumb .main .price span {
                display: block;
                color: #979797;
                font-size: 11px;
                font-weight: normal;
                text-align: center;
            }

    .room-thumb .content {
        position: relative;
        padding: 20px;
        text-align: left;
    }

        .room-thumb .content button {
            margin-top: 5px;
        }

        .room-thumb .content p span {
            font-weight: bold;
            display: block;
        }

        .room-thumb .content i {
            padding-right: 5px;
        }

/*    .room-thumb img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .room-thumb .mask {
        background-color: #fff;
        -webkit-transform: translateY(228px);
        -moz-transform: translateY(228px);
        -o-transform: translateY(228px);
        -ms-transform: translateY(228px);
        transform: translateY(228px);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .room-thumb:hover .mask {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .room-thumb:hover img {
        -webkit-transform: translateY(-228px);
        -moz-transform: translateY(-228px);
        -o-transform: translateY(-228px);
        -ms-transform: translateY(-228px);
        transform: translateY(-228px);
    }*/
/* Room List */
.room-list {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .room-list .room-thumb {
        margin-bottom: 60px;
    }

#whatsapp-container {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 5px;
}

#whatsapp-icon img {
    width: 60px;
    height: 60px;
}

    #whatsapp-icon img:hover {
        transform: scale(1.1);
    }

#close-whatsapp {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}

    #close-whatsapp:hover {
        background-color: darkred;
    }

#open-whatsapp {
    cursor: pointer;
}

.bg-shadow {
    border: solid 1px;
    min-height:370px;
    border-color: #202020;
}
.custom-modal {
    position: fixed;
    bottom: 10px;
    left: 0px;
    z-index: 10000;
    max-width: 600px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 0px;
    overflow: hidden;
}

    /* Botón X flotante */
    .custom-modal .close-btn {
        position: absolute;
        top: 5px;
        left: 10px;
        background: transparent;
        border: none;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        z-index: 10001;
    }

    /* Cuerpo del modal */
    .custom-modal .modal-body {
        padding: 0px;
    }
