html {
    font-size: 16px;
}


.main_guest_select *,
.main_guest_select ::after,
.main_guest_select ::before {
    box-sizing: border-box;
}

.main_guest_select html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.main_guest_select article,
.main_guest_select aside,
.main_guest_select figcaption,
.main_guest_select figure,
.main_guest_select footer,
.main_guest_select header,
.main_guest_select hgroup,
.main_guest_select main,
.main_guest_select nav,
.main_guest_select section {
    display: block;
}

.main_guest_select body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.main_guest_select [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

.main_guest_select hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.main_guest_select h1,
.main_guest_select h2,
.main_guest_select h3,
.main_guest_select h4,
.main_guest_select h5,
.main_guest_select h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.main_guest_select p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.main_guest_select abbr[data-original-title],
.main_guest_select abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.main_guest_select address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.main_guest_select dl,
.main_guest_select ol,
.main_guest_select ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.main_guest_select ol ol,
.main_guest_select ol ul,
.main_guest_select ul ol,
.main_guest_select ul ul {
    margin-bottom: 0;
}

.main_guest_select dt {
    font-weight: 700;
}

.main_guest_select dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

.main_guest_select blockquote {
    margin: 0 0 1rem;
}

.main_guest_select b,
.main_guest_select strong {
    font-weight: bolder;
}

.main_guest_select small {
    font-size: 80%;
}

.main_guest_select sub,
.main_guest_select sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.main_guest_select sub {
    bottom: -0.25em;
}

.main_guest_select sup {
    top: -0.5em;
}

.main_guest_select a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.main_guest_select a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.main_guest_select a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.main_guest_select a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

.main_guest_select code,
.main_guest_select kbd,
.main_guest_select pre,
.main_guest_select samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

.main_guest_select pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

.main_guest_select figure {
    margin: 0 0 1rem;
}

.main_guest_select img {
    vertical-align: middle;
    border-style: none;
}

.main_guest_select svg {
    overflow: hidden;
    vertical-align: middle;
}

.main_guest_select table {
    border-collapse: collapse;
}

.main_guest_select caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

.main_guest_select th {
    text-align: inherit;
}

.main_guest_select label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.main_guest_select button {
    border-radius: 0;
}

.main_guest_select button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.main_guest_select button,
.main_guest_select input,
.main_guest_select optgroup,
.main_guest_select select,
.main_guest_select textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.main_guest_select button,
.main_guest_select input {
    overflow: visible;
}

.main_guest_select button,
.main_guest_select select {
    text-transform: none;
}

.main_guest_select select {
    word-wrap: normal;
}

.main_guest_select [type=button],
.main_guest_select [type=reset],
.main_guest_select [type=submit],
.main_guest_select button {
    -webkit-appearance: button;
}

.main_guest_select [type=button]:not(:disabled),
.main_guest_select [type=reset]:not(:disabled),
.main_guest_select [type=submit]:not(:disabled),
.main_guest_select button:not(:disabled) {
    cursor: pointer;
}

.main_guest_select [type=button]::-moz-focus-inner,
.main_guest_select [type=reset]::-moz-focus-inner,
.main_guest_select [type=submit]::-moz-focus-inner,
.main_guest_select button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.main_guest_select input[type=checkbox],
.main_guest_select input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.main_guest_select input[type=date],
.main_guest_select input[type=datetime-local],
.main_guest_select input[type=month],
.main_guest_select input[type=time] {
    -webkit-appearance: listbox;
}

.main_guest_select textarea {
    overflow: auto;
    resize: vertical;
}

.main_guest_select fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.main_guest_select legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.main_guest_select progress {
    vertical-align: baseline;
}

.main_guest_select [type=number]::-webkit-inner-spin-button,
.main_guest_select [type=number]::-webkit-outer-spin-button {
    height: auto;
}

.main_guest_select [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

.main_guest_select [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.main_guest_select ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.main_guest_select output {
    display: inline-block;
}

.main_guest_select summary {
    display: list-item;
    cursor: pointer;
}

.main_guest_select template {
    display: none;
}

.main_guest_select [hidden] {
    display: none !important;
}

.main_guest_select .h1,
.main_guest_select .h2,
.main_guest_select .h3,
.main_guest_select .h4,
.main_guest_select .h5,
.main_guest_select .h6,
.main_guest_select h1,
.main_guest_select h2,
.main_guest_select h3,
.main_guest_select h4,
.main_guest_select h5,
.main_guest_select h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.main_guest_select .h1,
.main_guest_select h1 {
    font-size: 2.5rem;
}

.main_guest_select .h2,
.main_guest_select h2 {
    font-size: 2rem;
}

.main_guest_select .h3,
.main_guest_select h3 {
    font-size: 1.75rem;
}

.main_guest_select .h4,
.main_guest_select h4 {
    font-size: 1.5rem;
}

.main_guest_select .h5,
.main_guest_select h5 {
    font-size: 1.25rem;
}

.main_guest_select .h6,
.main_guest_select h6 {
    font-size: 1rem;
}

.main_guest_select .lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.main_guest_select .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.main_guest_select .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.main_guest_select .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.main_guest_select .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.main_guest_select hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main_guest_select .small,
.main_guest_select small {
    font-size: 80%;
    font-weight: 400;
}

.main_guest_select .mark,
.main_guest_select mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.main_guest_select .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.main_guest_select .list-inline {
    padding-left: 0;
    list-style: none;
}

.main_guest_select .list-inline-item {
    display: inline-block;
}

.main_guest_select .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.main_guest_select .initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.main_guest_select .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.main_guest_select .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.main_guest_select .blockquote-footer::before {
    content: "\2014\00A0";
}

.main_guest_select .img-fluid {
    max-width: 100%;
    height: auto;
}

.main_guest_select .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.main_guest_select .figure {
    display: inline-block;
}

.main_guest_select .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.main_guest_select .figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.main_guest_select code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

.main_guest_select a>code {
    color: inherit;
}

.main_guest_select kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

.main_guest_select kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

.main_guest_select pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

.main_guest_select pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.main_guest_select .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.main_guest_select .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .main_guest_select .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .main_guest_select .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .main_guest_select .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .container {
        max-width: 1140px;
    }
}

.main_guest_select .container-fluid,
.main_guest_select .container-lg,
.main_guest_select .container-md,
.main_guest_select .container-sm,
.main_guest_select .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .main_guest_select .container,
    .main_guest_select .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .main_guest_select .container,
    .main_guest_select .container-md,
    .main_guest_select .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .main_guest_select .container,
    .main_guest_select .container-lg,
    .main_guest_select .container-md,
    .main_guest_select .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .main_guest_select .container,
    .main_guest_select .container-lg,
    .main_guest_select .container-md,
    .main_guest_select .container-sm,
    .main_guest_select .container-xl {
        max-width: 1140px;
    }
}

.main_guest_select .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.main_guest_select .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.main_guest_select .no-gutters>.col,
.main_guest_select .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.main_guest_select .col,
.main_guest_select .col-1,
.main_guest_select .col-10,
.main_guest_select .col-11,
.main_guest_select .col-12,
.main_guest_select .col-2,
.main_guest_select .col-3,
.main_guest_select .col-4,
.main_guest_select .col-5,
.main_guest_select .col-6,
.main_guest_select .col-7,
.main_guest_select .col-8,
.main_guest_select .col-9,
.main_guest_select .col-auto,
.main_guest_select .col-lg,
.main_guest_select .col-lg-1,
.main_guest_select .col-lg-10,
.main_guest_select .col-lg-11,
.main_guest_select .col-lg-12,
.main_guest_select .col-lg-2,
.main_guest_select .col-lg-3,
.main_guest_select .col-lg-4,
.main_guest_select .col-lg-5,
.main_guest_select .col-lg-6,
.main_guest_select .col-lg-7,
.main_guest_select .col-lg-8,
.main_guest_select .col-lg-9,
.main_guest_select .col-lg-auto,
.main_guest_select .col-md,
.main_guest_select .col-md-1,
.main_guest_select .col-md-10,
.main_guest_select .col-md-11,
.main_guest_select .col-md-12,
.main_guest_select .col-md-2,
.main_guest_select .col-md-3,
.main_guest_select .col-md-4,
.main_guest_select .col-md-5,
.main_guest_select .col-md-6,
.main_guest_select .col-md-7,
.main_guest_select .col-md-8,
.main_guest_select .col-md-9,
.main_guest_select .col-md-auto,
.main_guest_select .col-sm,
.main_guest_select .col-sm-1,
.main_guest_select .col-sm-10,
.main_guest_select .col-sm-11,
.main_guest_select .col-sm-12,
.main_guest_select .col-sm-2,
.main_guest_select .col-sm-3,
.main_guest_select .col-sm-4,
.main_guest_select .col-sm-5,
.main_guest_select .col-sm-6,
.main_guest_select .col-sm-7,
.main_guest_select .col-sm-8,
.main_guest_select .col-sm-9,
.main_guest_select .col-sm-auto,
.main_guest_select .col-xl,
.main_guest_select .col-xl-1,
.main_guest_select .col-xl-10,
.main_guest_select .col-xl-11,
.main_guest_select .col-xl-12,
.main_guest_select .col-xl-2,
.main_guest_select .col-xl-3,
.main_guest_select .col-xl-4,
.main_guest_select .col-xl-5,
.main_guest_select .col-xl-6,
.main_guest_select .col-xl-7,
.main_guest_select .col-xl-8,
.main_guest_select .col-xl-9,
.main_guest_select .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.main_guest_select .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.main_guest_select .row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.main_guest_select .row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.main_guest_select .row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.main_guest_select .row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.main_guest_select .row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.main_guest_select .row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.main_guest_select .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.main_guest_select .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.main_guest_select .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.main_guest_select .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.main_guest_select .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.main_guest_select .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.main_guest_select .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.main_guest_select .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.main_guest_select .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.main_guest_select .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.main_guest_select .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.main_guest_select .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.main_guest_select .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.main_guest_select .order-first {
    -ms-flex-order: -1;
    order: -1;
}

.main_guest_select .order-last {
    -ms-flex-order: 13;
    order: 13;
}

.main_guest_select .order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.main_guest_select .order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.main_guest_select .order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.main_guest_select .order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.main_guest_select .order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.main_guest_select .order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.main_guest_select .order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.main_guest_select .order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.main_guest_select .order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.main_guest_select .order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.main_guest_select .order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.main_guest_select .order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.main_guest_select .order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.main_guest_select .offset-1 {
    margin-left: 8.333333%;
}

.main_guest_select .offset-2 {
    margin-left: 16.666667%;
}

.main_guest_select .offset-3 {
    margin-left: 25%;
}

.main_guest_select .offset-4 {
    margin-left: 33.333333%;
}

.main_guest_select .offset-5 {
    margin-left: 41.666667%;
}

.main_guest_select .offset-6 {
    margin-left: 50%;
}

.main_guest_select .offset-7 {
    margin-left: 58.333333%;
}

.main_guest_select .offset-8 {
    margin-left: 66.666667%;
}

.main_guest_select .offset-9 {
    margin-left: 75%;
}

.main_guest_select .offset-10 {
    margin-left: 83.333333%;
}

.main_guest_select .offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .main_guest_select .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .main_guest_select .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_guest_select .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_guest_select .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .main_guest_select .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_guest_select .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .main_guest_select .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .main_guest_select .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .main_guest_select .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .main_guest_select .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .main_guest_select .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_guest_select .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .main_guest_select .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .main_guest_select .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_guest_select .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .main_guest_select .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .main_guest_select .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .main_guest_select .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .main_guest_select .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .main_guest_select .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_guest_select .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .main_guest_select .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .main_guest_select .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .main_guest_select .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .main_guest_select .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .main_guest_select .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .main_guest_select .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .main_guest_select .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .main_guest_select .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .main_guest_select .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .main_guest_select .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .main_guest_select .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .main_guest_select .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .main_guest_select .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .main_guest_select .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .main_guest_select .offset-sm-0 {
        margin-left: 0;
    }

    .main_guest_select .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .main_guest_select .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .main_guest_select .offset-sm-3 {
        margin-left: 25%;
    }

    .main_guest_select .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .main_guest_select .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .main_guest_select .offset-sm-6 {
        margin-left: 50%;
    }

    .main_guest_select .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .main_guest_select .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .main_guest_select .offset-sm-9 {
        margin-left: 75%;
    }

    .main_guest_select .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .main_guest_select .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .main_guest_select .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .main_guest_select .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_guest_select .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_guest_select .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .main_guest_select .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_guest_select .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .main_guest_select .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .main_guest_select .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .main_guest_select .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .main_guest_select .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .main_guest_select .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_guest_select .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .main_guest_select .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .main_guest_select .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_guest_select .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .main_guest_select .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .main_guest_select .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .main_guest_select .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .main_guest_select .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .main_guest_select .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_guest_select .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .main_guest_select .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .main_guest_select .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .main_guest_select .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .main_guest_select .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .main_guest_select .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .main_guest_select .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .main_guest_select .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .main_guest_select .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .main_guest_select .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .main_guest_select .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .main_guest_select .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .main_guest_select .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .main_guest_select .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .main_guest_select .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .main_guest_select .offset-md-0 {
        margin-left: 0;
    }

    .main_guest_select .offset-md-1 {
        margin-left: 8.333333%;
    }

    .main_guest_select .offset-md-2 {
        margin-left: 16.666667%;
    }

    .main_guest_select .offset-md-3 {
        margin-left: 25%;
    }

    .main_guest_select .offset-md-4 {
        margin-left: 33.333333%;
    }

    .main_guest_select .offset-md-5 {
        margin-left: 41.666667%;
    }

    .main_guest_select .offset-md-6 {
        margin-left: 50%;
    }

    .main_guest_select .offset-md-7 {
        margin-left: 58.333333%;
    }

    .main_guest_select .offset-md-8 {
        margin-left: 66.666667%;
    }

    .main_guest_select .offset-md-9 {
        margin-left: 75%;
    }

    .main_guest_select .offset-md-10 {
        margin-left: 83.333333%;
    }

    .main_guest_select .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .main_guest_select .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .main_guest_select .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_guest_select .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_guest_select .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .main_guest_select .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_guest_select .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .main_guest_select .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .main_guest_select .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .main_guest_select .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .main_guest_select .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .main_guest_select .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_guest_select .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .main_guest_select .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .main_guest_select .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_guest_select .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .main_guest_select .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .main_guest_select .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .main_guest_select .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .main_guest_select .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .main_guest_select .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_guest_select .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .main_guest_select .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .main_guest_select .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .main_guest_select .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .main_guest_select .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .main_guest_select .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .main_guest_select .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .main_guest_select .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .main_guest_select .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .main_guest_select .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .main_guest_select .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .main_guest_select .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .main_guest_select .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .main_guest_select .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .main_guest_select .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .main_guest_select .offset-lg-0 {
        margin-left: 0;
    }

    .main_guest_select .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .main_guest_select .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .main_guest_select .offset-lg-3 {
        margin-left: 25%;
    }

    .main_guest_select .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .main_guest_select .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .main_guest_select .offset-lg-6 {
        margin-left: 50%;
    }

    .main_guest_select .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .main_guest_select .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .main_guest_select .offset-lg-9 {
        margin-left: 75%;
    }

    .main_guest_select .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .main_guest_select .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .main_guest_select .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_guest_select .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_guest_select .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .main_guest_select .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_guest_select .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .main_guest_select .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .main_guest_select .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .main_guest_select .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .main_guest_select .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .main_guest_select .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_guest_select .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .main_guest_select .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .main_guest_select .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_guest_select .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .main_guest_select .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .main_guest_select .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .main_guest_select .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .main_guest_select .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .main_guest_select .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_guest_select .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .main_guest_select .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .main_guest_select .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .main_guest_select .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .main_guest_select .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .main_guest_select .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .main_guest_select .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .main_guest_select .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .main_guest_select .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .main_guest_select .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .main_guest_select .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .main_guest_select .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .main_guest_select .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .main_guest_select .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .main_guest_select .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .main_guest_select .offset-xl-0 {
        margin-left: 0;
    }

    .main_guest_select .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .main_guest_select .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .main_guest_select .offset-xl-3 {
        margin-left: 25%;
    }

    .main_guest_select .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .main_guest_select .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .main_guest_select .offset-xl-6 {
        margin-left: 50%;
    }

    .main_guest_select .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .main_guest_select .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .main_guest_select .offset-xl-9 {
        margin-left: 75%;
    }

    .main_guest_select .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .main_guest_select .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.main_guest_select .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.main_guest_select .table td,
.main_guest_select .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.main_guest_select .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.main_guest_select .table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.main_guest_select .table-sm td,
.main_guest_select .table-sm th {
    padding: 0.3rem;
}

.main_guest_select .table-bordered {
    border: 1px solid #dee2e6;
}

.main_guest_select .table-bordered td,
.main_guest_select .table-bordered th {
    border: 1px solid #dee2e6;
}

.main_guest_select .table-bordered thead td,
.main_guest_select .table-bordered thead th {
    border-bottom-width: 2px;
}

.main_guest_select .table-borderless tbody+tbody,
.main_guest_select .table-borderless td,
.main_guest_select .table-borderless th,
.main_guest_select .table-borderless thead th {
    border: 0;
}

.main_guest_select .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.main_guest_select .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.main_guest_select .table-primary,
.main_guest_select .table-primary>td,
.main_guest_select .table-primary>th {
    background-color: #b8daff;
}

.main_guest_select .table-primary tbody+tbody,
.main_guest_select .table-primary td,
.main_guest_select .table-primary th,
.main_guest_select .table-primary thead th {
    border-color: #7abaff;
}

.main_guest_select .table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.main_guest_select .table-hover .table-primary:hover>td,
.main_guest_select .table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.main_guest_select .table-secondary,
.main_guest_select .table-secondary>td,
.main_guest_select .table-secondary>th {
    background-color: #d6d8db;
}

.main_guest_select .table-secondary tbody+tbody,
.main_guest_select .table-secondary td,
.main_guest_select .table-secondary th,
.main_guest_select .table-secondary thead th {
    border-color: #b3b7bb;
}

.main_guest_select .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.main_guest_select .table-hover .table-secondary:hover>td,
.main_guest_select .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.main_guest_select .table-success,
.main_guest_select .table-success>td,
.main_guest_select .table-success>th {
    background-color: #c3e6cb;
}

.main_guest_select .table-success tbody+tbody,
.main_guest_select .table-success td,
.main_guest_select .table-success th,
.main_guest_select .table-success thead th {
    border-color: #8fd19e;
}

.main_guest_select .table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.main_guest_select .table-hover .table-success:hover>td,
.main_guest_select .table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.main_guest_select .table-info,
.main_guest_select .table-info>td,
.main_guest_select .table-info>th {
    background-color: #bee5eb;
}

.main_guest_select .table-info tbody+tbody,
.main_guest_select .table-info td,
.main_guest_select .table-info th,
.main_guest_select .table-info thead th {
    border-color: #86cfda;
}

.main_guest_select .table-hover .table-info:hover {
    background-color: #abdde5;
}

.main_guest_select .table-hover .table-info:hover>td,
.main_guest_select .table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.main_guest_select .table-warning,
.main_guest_select .table-warning>td,
.main_guest_select .table-warning>th {
    background-color: #ffeeba;
}

.main_guest_select .table-warning tbody+tbody,
.main_guest_select .table-warning td,
.main_guest_select .table-warning th,
.main_guest_select .table-warning thead th {
    border-color: #ffdf7e;
}

.main_guest_select .table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.main_guest_select .table-hover .table-warning:hover>td,
.main_guest_select .table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.main_guest_select .table-danger,
.main_guest_select .table-danger>td,
.main_guest_select .table-danger>th {
    background-color: #f5c6cb;
}

.main_guest_select .table-danger tbody+tbody,
.main_guest_select .table-danger td,
.main_guest_select .table-danger th,
.main_guest_select .table-danger thead th {
    border-color: #ed969e;
}

.main_guest_select .table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.main_guest_select .table-hover .table-danger:hover>td,
.main_guest_select .table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.main_guest_select .table-light,
.main_guest_select .table-light>td,
.main_guest_select .table-light>th {
    background-color: #fdfdfe;
}

.main_guest_select .table-light tbody+tbody,
.main_guest_select .table-light td,
.main_guest_select .table-light th,
.main_guest_select .table-light thead th {
    border-color: #fbfcfc;
}

.main_guest_select .table-hover .table-light:hover {
    background-color: #ececf6;
}

.main_guest_select .table-hover .table-light:hover>td,
.main_guest_select .table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.main_guest_select .table-dark,
.main_guest_select .table-dark>td,
.main_guest_select .table-dark>th {
    background-color: #c6c8ca;
}

.main_guest_select .table-dark tbody+tbody,
.main_guest_select .table-dark td,
.main_guest_select .table-dark th,
.main_guest_select .table-dark thead th {
    border-color: #95999c;
}

.main_guest_select .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.main_guest_select .table-hover .table-dark:hover>td,
.main_guest_select .table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.main_guest_select .table-active,
.main_guest_select .table-active>td,
.main_guest_select .table-active>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.main_guest_select .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.main_guest_select .table-hover .table-active:hover>td,
.main_guest_select .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.main_guest_select .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.main_guest_select .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.main_guest_select .table-dark {
    color: #fff;
    background-color: #343a40;
}

.main_guest_select .table-dark td,
.main_guest_select .table-dark th,
.main_guest_select .table-dark thead th {
    border-color: #454d55;
}

.main_guest_select .table-dark.table-bordered {
    border: 0;
}

.main_guest_select .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.main_guest_select .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .main_guest_select .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .main_guest_select .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .main_guest_select .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .main_guest_select .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .main_guest_select .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .main_guest_select .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .main_guest_select .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .main_guest_select .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.main_guest_select .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.main_guest_select .table-responsive>.table-bordered {
    border: 0;
}

.main_guest_select .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .form-control {
        transition: none;
    }
}

.main_guest_select .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.main_guest_select .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.main_guest_select .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.main_guest_select .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.main_guest_select .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.main_guest_select .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.main_guest_select .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.main_guest_select .form-control:disabled,
.main_guest_select .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.main_guest_select select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.main_guest_select .form-control-file,
.main_guest_select .form-control-range {
    display: block;
    width: 100%;
}

.main_guest_select .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.main_guest_select .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.main_guest_select .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.main_guest_select .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.main_guest_select .form-control-plaintext.form-control-lg,
.main_guest_select .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.main_guest_select .form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.main_guest_select .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.main_guest_select select.form-control[multiple],
.main_guest_select select.form-control[size] {
    height: auto;
}

.main_guest_select textarea.form-control {
    height: auto;
}

.main_guest_select .form-group {
    margin-bottom: 1rem;
}

.main_guest_select .form-text {
    display: block;
    margin-top: 0.25rem;
}

.main_guest_select .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.main_guest_select .form-row>.col,
.main_guest_select .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.main_guest_select .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.main_guest_select .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.main_guest_select .form-check-input:disabled~.form-check-label,
.main_guest_select .form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}

.main_guest_select .form-check-label {
    margin-bottom: 0;
}

.main_guest_select .form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.main_guest_select .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.main_guest_select .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.main_guest_select .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.main_guest_select .is-valid~.valid-feedback,
.main_guest_select .is-valid~.valid-tooltip,
.main_guest_select .was-validated :valid~.valid-feedback,
.main_guest_select .was-validated :valid~.valid-tooltip {
    display: block;
}

.main_guest_select .form-control.is-valid,
.main_guest_select .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.main_guest_select .form-control.is-valid:focus,
.main_guest_select .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.main_guest_select .was-validated textarea.form-control:valid,
.main_guest_select textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.main_guest_select .custom-select.is-valid,
.main_guest_select .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.main_guest_select .custom-select.is-valid:focus,
.main_guest_select .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.main_guest_select .form-check-input.is-valid~.form-check-label,
.main_guest_select .was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}

.main_guest_select .form-check-input.is-valid~.valid-feedback,
.main_guest_select .form-check-input.is-valid~.valid-tooltip,
.main_guest_select .was-validated .form-check-input:valid~.valid-feedback,
.main_guest_select .was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}

.main_guest_select .custom-control-input.is-valid~.custom-control-label,
.main_guest_select .was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
}

.main_guest_select .custom-control-input.is-valid~.custom-control-label::before,
.main_guest_select .was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745;
}

.main_guest_select .custom-control-input.is-valid:checked~.custom-control-label::before,
.main_guest_select .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.main_guest_select .custom-control-input.is-valid:focus~.custom-control-label::before,
.main_guest_select .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.main_guest_select .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.main_guest_select .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.main_guest_select .custom-file-input.is-valid~.custom-file-label,
.main_guest_select .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745;
}

.main_guest_select .custom-file-input.is-valid:focus~.custom-file-label,
.main_guest_select .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.main_guest_select .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.main_guest_select .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.main_guest_select .is-invalid~.invalid-feedback,
.main_guest_select .is-invalid~.invalid-tooltip,
.main_guest_select .was-validated :invalid~.invalid-feedback,
.main_guest_select .was-validated :invalid~.invalid-tooltip {
    display: block;
}

.main_guest_select .form-control.is-invalid,
.main_guest_select .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.main_guest_select .form-control.is-invalid:focus,
.main_guest_select .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.main_guest_select .was-validated textarea.form-control:invalid,
.main_guest_select textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.main_guest_select .custom-select.is-invalid,
.main_guest_select .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.main_guest_select .custom-select.is-invalid:focus,
.main_guest_select .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.main_guest_select .form-check-input.is-invalid~.form-check-label,
.main_guest_select .was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}

.main_guest_select .form-check-input.is-invalid~.invalid-feedback,
.main_guest_select .form-check-input.is-invalid~.invalid-tooltip,
.main_guest_select .was-validated .form-check-input:invalid~.invalid-feedback,
.main_guest_select .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}

.main_guest_select .custom-control-input.is-invalid~.custom-control-label,
.main_guest_select .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}

.main_guest_select .custom-control-input.is-invalid~.custom-control-label::before,
.main_guest_select .was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.main_guest_select .custom-control-input.is-invalid:checked~.custom-control-label::before,
.main_guest_select .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.main_guest_select .custom-control-input.is-invalid:focus~.custom-control-label::before,
.main_guest_select .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.main_guest_select .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.main_guest_select .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.main_guest_select .custom-file-input.is-invalid~.custom-file-label,
.main_guest_select .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545;
}

.main_guest_select .custom-file-input.is-invalid:focus~.custom-file-label,
.main_guest_select .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.main_guest_select .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.main_guest_select .form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .main_guest_select .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .main_guest_select .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .main_guest_select .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .main_guest_select .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .main_guest_select .form-inline .custom-select,
    .main_guest_select .form-inline .input-group {
        width: auto;
    }

    .main_guest_select .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .main_guest_select .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .main_guest_select .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main_guest_select .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.main_guest_select .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .btn {
        transition: none;
    }
}

.main_guest_select .btn:hover {
    color: #212529;
    text-decoration: none;
}

.main_guest_select .btn.focus,
.main_guest_select .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .btn.disabled,
.main_guest_select .btn:disabled {
    opacity: 0.65;
}

.main_guest_select a.btn.disabled,
.main_guest_select fieldset:disabled a.btn {
    pointer-events: none;
}

.main_guest_select .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.main_guest_select .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.main_guest_select .btn-primary.focus,
.main_guest_select .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.main_guest_select .btn-primary.disabled,
.main_guest_select .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.main_guest_select .btn-primary:not(:disabled):not(.disabled).active,
.main_guest_select .btn-primary:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.main_guest_select .btn-primary:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-primary:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.main_guest_select .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.main_guest_select .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.main_guest_select .btn-secondary.focus,
.main_guest_select .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.main_guest_select .btn-secondary.disabled,
.main_guest_select .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.main_guest_select .btn-secondary:not(:disabled):not(.disabled).active,
.main_guest_select .btn-secondary:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.main_guest_select .btn-secondary:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-secondary:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.main_guest_select .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.main_guest_select .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.main_guest_select .btn-success.focus,
.main_guest_select .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.main_guest_select .btn-success.disabled,
.main_guest_select .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.main_guest_select .btn-success:not(:disabled):not(.disabled).active,
.main_guest_select .btn-success:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.main_guest_select .btn-success:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-success:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.main_guest_select .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.main_guest_select .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.main_guest_select .btn-info.focus,
.main_guest_select .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.main_guest_select .btn-info.disabled,
.main_guest_select .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.main_guest_select .btn-info:not(:disabled):not(.disabled).active,
.main_guest_select .btn-info:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.main_guest_select .btn-info:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-info:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.main_guest_select .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.main_guest_select .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.main_guest_select .btn-warning.focus,
.main_guest_select .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.main_guest_select .btn-warning.disabled,
.main_guest_select .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.main_guest_select .btn-warning:not(:disabled):not(.disabled).active,
.main_guest_select .btn-warning:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.main_guest_select .btn-warning:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-warning:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.main_guest_select .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.main_guest_select .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.main_guest_select .btn-danger.focus,
.main_guest_select .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.main_guest_select .btn-danger.disabled,
.main_guest_select .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.main_guest_select .btn-danger:not(:disabled):not(.disabled).active,
.main_guest_select .btn-danger:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.main_guest_select .btn-danger:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-danger:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.main_guest_select .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.main_guest_select .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.main_guest_select .btn-light.focus,
.main_guest_select .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.main_guest_select .btn-light.disabled,
.main_guest_select .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.main_guest_select .btn-light:not(:disabled):not(.disabled).active,
.main_guest_select .btn-light:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.main_guest_select .btn-light:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-light:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.main_guest_select .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.main_guest_select .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.main_guest_select .btn-dark.focus,
.main_guest_select .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.main_guest_select .btn-dark.disabled,
.main_guest_select .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.main_guest_select .btn-dark:not(:disabled):not(.disabled).active,
.main_guest_select .btn-dark:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.main_guest_select .btn-dark:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-dark:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.main_guest_select .btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.main_guest_select .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.main_guest_select .btn-outline-primary.focus,
.main_guest_select .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.main_guest_select .btn-outline-primary.disabled,
.main_guest_select .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.main_guest_select .btn-outline-primary:not(:disabled):not(.disabled).active,
.main_guest_select .btn-outline-primary:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.main_guest_select .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.main_guest_select .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.main_guest_select .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.main_guest_select .btn-outline-secondary.focus,
.main_guest_select .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.main_guest_select .btn-outline-secondary.disabled,
.main_guest_select .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.main_guest_select .btn-outline-secondary:not(:disabled):not(.disabled).active,
.main_guest_select .btn-outline-secondary:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.main_guest_select .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.main_guest_select .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.main_guest_select .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.main_guest_select .btn-outline-success.focus,
.main_guest_select .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.main_guest_select .btn-outline-success.disabled,
.main_guest_select .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.main_guest_select .btn-outline-success:not(:disabled):not(.disabled).active,
.main_guest_select .btn-outline-success:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.main_guest_select .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.main_guest_select .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.main_guest_select .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.main_guest_select .btn-outline-info.focus,
.main_guest_select .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.main_guest_select .btn-outline-info.disabled,
.main_guest_select .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.main_guest_select .btn-outline-info:not(:disabled):not(.disabled).active,
.main_guest_select .btn-outline-info:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.main_guest_select .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.main_guest_select .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.main_guest_select .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.main_guest_select .btn-outline-warning.focus,
.main_guest_select .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.main_guest_select .btn-outline-warning.disabled,
.main_guest_select .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.main_guest_select .btn-outline-warning:not(:disabled):not(.disabled).active,
.main_guest_select .btn-outline-warning:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.main_guest_select .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.main_guest_select .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.main_guest_select .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.main_guest_select .btn-outline-danger.focus,
.main_guest_select .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.main_guest_select .btn-outline-danger.disabled,
.main_guest_select .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.main_guest_select .btn-outline-danger:not(:disabled):not(.disabled).active,
.main_guest_select .btn-outline-danger:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.main_guest_select .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.main_guest_select .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.main_guest_select .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.main_guest_select .btn-outline-light.focus,
.main_guest_select .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.main_guest_select .btn-outline-light.disabled,
.main_guest_select .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.main_guest_select .btn-outline-light:not(:disabled):not(.disabled).active,
.main_guest_select .btn-outline-light:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.main_guest_select .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.main_guest_select .btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.main_guest_select .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.main_guest_select .btn-outline-dark.focus,
.main_guest_select .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.main_guest_select .btn-outline-dark.disabled,
.main_guest_select .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.main_guest_select .btn-outline-dark:not(:disabled):not(.disabled).active,
.main_guest_select .btn-outline-dark:not(:disabled):not(.disabled):active,
.main_guest_select .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.main_guest_select .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.main_guest_select .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.main_guest_select .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.main_guest_select .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.main_guest_select .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.main_guest_select .btn-link.focus,
.main_guest_select .btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}

.main_guest_select .btn-link.disabled,
.main_guest_select .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.main_guest_select .btn-group-lg>.btn,
.main_guest_select .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.main_guest_select .btn-group-sm>.btn,
.main_guest_select .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.main_guest_select .btn-block {
    display: block;
    width: 100%;
}

.main_guest_select .btn-block+.btn-block {
    margin-top: 0.5rem;
}

.main_guest_select input[type=button].btn-block,
.main_guest_select input[type=reset].btn-block,
.main_guest_select input[type=submit].btn-block {
    width: 100%;
}

.main_guest_select .fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .fade {
        transition: none;
    }
}

.main_guest_select .fade:not(.show) {
    opacity: 0;
}

.main_guest_select .collapse:not(.show) {
    display: none;
}

.main_guest_select .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .collapsing {
        transition: none;
    }
}

.main_guest_select .dropdown,
.main_guest_select .dropleft,
.main_guest_select .dropright,
.main_guest_select .dropup {
    position: relative;
}

.main_guest_select .dropdown-toggle {
    white-space: nowrap;
}

.main_guest_select .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.main_guest_select .dropdown-toggle:empty::after {
    margin-left: 0;
}

.main_guest_select .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.main_guest_select .dropdown-menu-left {
    right: auto;
    left: 0;
}

.main_guest_select .dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .main_guest_select .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .main_guest_select .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .main_guest_select .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .main_guest_select .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .main_guest_select .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .main_guest_select .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .main_guest_select .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.main_guest_select .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.main_guest_select .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.main_guest_select .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.main_guest_select .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.main_guest_select .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.main_guest_select .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.main_guest_select .dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.main_guest_select .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.main_guest_select .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.main_guest_select .dropleft .dropdown-toggle::after {
    display: none;
}

.main_guest_select .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.main_guest_select .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.main_guest_select .dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.main_guest_select .dropdown-menu[x-placement^=bottom],
.main_guest_select .dropdown-menu[x-placement^=left],
.main_guest_select .dropdown-menu[x-placement^=right],
.main_guest_select .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.main_guest_select .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.main_guest_select .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.main_guest_select .dropdown-item:focus,
.main_guest_select .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.main_guest_select .dropdown-item.active,
.main_guest_select .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.main_guest_select .dropdown-item.disabled,
.main_guest_select .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.main_guest_select .dropdown-menu.show {
    display: block;
}

.main_guest_select .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.main_guest_select .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.main_guest_select .btn-group,
.main_guest_select .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.main_guest_select .btn-group-vertical>.btn,
.main_guest_select .btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.main_guest_select .btn-group-vertical>.btn:hover,
.main_guest_select .btn-group>.btn:hover {
    z-index: 1;
}

.main_guest_select .btn-group-vertical>.btn.active,
.main_guest_select .btn-group-vertical>.btn:active,
.main_guest_select .btn-group-vertical>.btn:focus,
.main_guest_select .btn-group>.btn.active,
.main_guest_select .btn-group>.btn:active,
.main_guest_select .btn-group>.btn:focus {
    z-index: 1;
}

.main_guest_select .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main_guest_select .btn-toolbar .input-group {
    width: auto;
}

.main_guest_select .btn-group>.btn-group:not(:first-child),
.main_guest_select .btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}

.main_guest_select .btn-group>.btn-group:not(:last-child)>.btn,
.main_guest_select .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main_guest_select .btn-group>.btn-group:not(:first-child)>.btn,
.main_guest_select .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.main_guest_select .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.main_guest_select .dropdown-toggle-split::after,
.main_guest_select .dropright .dropdown-toggle-split::after,
.main_guest_select .dropup .dropdown-toggle-split::after {
    margin-left: 0;
}

.main_guest_select .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.main_guest_select .btn-group-sm>.btn+.dropdown-toggle-split,
.main_guest_select .btn-sm+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.main_guest_select .btn-group-lg>.btn+.dropdown-toggle-split,
.main_guest_select .btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.main_guest_select .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_guest_select .btn-group-vertical>.btn,
.main_guest_select .btn-group-vertical>.btn-group {
    width: 100%;
}

.main_guest_select .btn-group-vertical>.btn-group:not(:first-child),
.main_guest_select .btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}

.main_guest_select .btn-group-vertical>.btn-group:not(:last-child)>.btn,
.main_guest_select .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.main_guest_select .btn-group-vertical>.btn-group:not(:first-child)>.btn,
.main_guest_select .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main_guest_select .btn-group-toggle>.btn,
.main_guest_select .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.main_guest_select .btn-group-toggle>.btn input[type=checkbox],
.main_guest_select .btn-group-toggle>.btn input[type=radio],
.main_guest_select .btn-group-toggle>.btn-group>.btn input[type=checkbox],
.main_guest_select .btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.main_guest_select .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.main_guest_select .input-group>.custom-file,
.main_guest_select .input-group>.custom-select,
.main_guest_select .input-group>.form-control,
.main_guest_select .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.main_guest_select .input-group>.custom-file+.custom-file,
.main_guest_select .input-group>.custom-file+.custom-select,
.main_guest_select .input-group>.custom-file+.form-control,
.main_guest_select .input-group>.custom-select+.custom-file,
.main_guest_select .input-group>.custom-select+.custom-select,
.main_guest_select .input-group>.custom-select+.form-control,
.main_guest_select .input-group>.form-control+.custom-file,
.main_guest_select .input-group>.form-control+.custom-select,
.main_guest_select .input-group>.form-control+.form-control,
.main_guest_select .input-group>.form-control-plaintext+.custom-file,
.main_guest_select .input-group>.form-control-plaintext+.custom-select,
.main_guest_select .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px;
}

.main_guest_select .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.main_guest_select .input-group>.custom-select:focus,
.main_guest_select .input-group>.form-control:focus {
    z-index: 3;
}

.main_guest_select .input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.main_guest_select .input-group>.custom-select:not(:last-child),
.main_guest_select .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main_guest_select .input-group>.custom-select:not(:first-child),
.main_guest_select .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.main_guest_select .input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main_guest_select .input-group>.custom-file:not(:last-child) .custom-file-label,
.main_guest_select .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main_guest_select .input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.main_guest_select .input-group-append,
.main_guest_select .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.main_guest_select .input-group-append .btn,
.main_guest_select .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.main_guest_select .input-group-append .btn:focus,
.main_guest_select .input-group-prepend .btn:focus {
    z-index: 3;
}

.main_guest_select .input-group-append .btn+.btn,
.main_guest_select .input-group-append .btn+.input-group-text,
.main_guest_select .input-group-append .input-group-text+.btn,
.main_guest_select .input-group-append .input-group-text+.input-group-text,
.main_guest_select .input-group-prepend .btn+.btn,
.main_guest_select .input-group-prepend .btn+.input-group-text,
.main_guest_select .input-group-prepend .input-group-text+.btn,
.main_guest_select .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}

.main_guest_select .input-group-prepend {
    margin-right: -1px;
}

.main_guest_select .input-group-append {
    margin-left: -1px;
}

.main_guest_select .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.main_guest_select .input-group-text input[type=checkbox],
.main_guest_select .input-group-text input[type=radio] {
    margin-top: 0;
}

.main_guest_select .input-group-lg>.custom-select,
.main_guest_select .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.main_guest_select .input-group-lg>.custom-select,
.main_guest_select .input-group-lg>.form-control,
.main_guest_select .input-group-lg>.input-group-append>.btn,
.main_guest_select .input-group-lg>.input-group-append>.input-group-text,
.main_guest_select .input-group-lg>.input-group-prepend>.btn,
.main_guest_select .input-group-lg>.input-group-prepend>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.main_guest_select .input-group-sm>.custom-select,
.main_guest_select .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}

.main_guest_select .input-group-sm>.custom-select,
.main_guest_select .input-group-sm>.form-control,
.main_guest_select .input-group-sm>.input-group-append>.btn,
.main_guest_select .input-group-sm>.input-group-append>.input-group-text,
.main_guest_select .input-group-sm>.input-group-prepend>.btn,
.main_guest_select .input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.main_guest_select .input-group-lg>.custom-select,
.main_guest_select .input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.main_guest_select .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.main_guest_select .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.main_guest_select .input-group>.input-group-append:not(:last-child)>.btn,
.main_guest_select .input-group>.input-group-append:not(:last-child)>.input-group-text,
.main_guest_select .input-group>.input-group-prepend>.btn,
.main_guest_select .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main_guest_select .input-group>.input-group-append>.btn,
.main_guest_select .input-group>.input-group-append>.input-group-text,
.main_guest_select .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.main_guest_select .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.main_guest_select .input-group>.input-group-prepend:not(:first-child)>.btn,
.main_guest_select .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.main_guest_select .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.main_guest_select .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.main_guest_select .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.main_guest_select .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.main_guest_select .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.main_guest_select .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.main_guest_select .custom-control-input:disabled~.custom-control-label,
.main_guest_select .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d;
}

.main_guest_select .custom-control-input:disabled~.custom-control-label::before,
.main_guest_select .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef;
}

.main_guest_select .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.main_guest_select .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.main_guest_select .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.main_guest_select .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.main_guest_select .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.main_guest_select .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.main_guest_select .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.main_guest_select .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.main_guest_select .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.main_guest_select .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.main_guest_select .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.main_guest_select .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.main_guest_select .custom-switch {
    padding-left: 2.25rem;
}

.main_guest_select .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.main_guest_select .custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.main_guest_select .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.main_guest_select .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.main_guest_select .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_guest_select .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.main_guest_select .custom-select[multiple],
.main_guest_select .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.main_guest_select .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.main_guest_select .custom-select::-ms-expand {
    display: none;
}

.main_guest_select .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.main_guest_select .custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.main_guest_select .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.main_guest_select .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.main_guest_select .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.main_guest_select .custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .custom-file-input:disabled~.custom-file-label,
.main_guest_select .custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef;
}

.main_guest_select .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.main_guest_select .custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.main_guest_select .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.main_guest_select .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.main_guest_select .custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_guest_select .custom-range:focus {
    outline: 0;
}

.main_guest_select .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .custom-range::-moz-focus-outer {
    border: 0;
}

.main_guest_select .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.main_guest_select .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.main_guest_select .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.main_guest_select .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.main_guest_select .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.main_guest_select .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.main_guest_select .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.main_guest_select .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.main_guest_select .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.main_guest_select .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.main_guest_select .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.main_guest_select .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.main_guest_select .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.main_guest_select .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.main_guest_select .custom-range:disabled::-moz-range-track {
    cursor: default;
}

.main_guest_select .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.main_guest_select .custom-control-label::before,
.main_guest_select .custom-file-label,
.main_guest_select .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 (prefers-reduced-motion: reduce) {

    .main_guest_select .custom-control-label::before,
    .main_guest_select .custom-file-label,
    .main_guest_select .custom-select {
        transition: none;
    }
}

.main_guest_select .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main_guest_select .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.main_guest_select .nav-link:focus,
.main_guest_select .nav-link:hover {
    text-decoration: none;
}

.main_guest_select .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.main_guest_select .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.main_guest_select .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.main_guest_select .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.main_guest_select .nav-tabs .nav-link:focus,
.main_guest_select .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.main_guest_select .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.main_guest_select .nav-tabs .nav-item.show .nav-link,
.main_guest_select .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.main_guest_select .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main_guest_select .nav-pills .nav-link {
    border-radius: 0.25rem;
}

.main_guest_select .nav-pills .nav-link.active,
.main_guest_select .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.main_guest_select .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.main_guest_select .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.main_guest_select .tab-content>.tab-pane {
    display: none;
}

.main_guest_select .tab-content>.active {
    display: block;
}

.main_guest_select .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.main_guest_select .navbar .container,
.main_guest_select .navbar .container-fluid,
.main_guest_select .navbar .container-lg,
.main_guest_select .navbar .container-md,
.main_guest_select .navbar .container-sm,
.main_guest_select .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_guest_select .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.main_guest_select .navbar-brand:focus,
.main_guest_select .navbar-brand:hover {
    text-decoration: none;
}

.main_guest_select .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main_guest_select .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.main_guest_select .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.main_guest_select .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.main_guest_select .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.main_guest_select .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.main_guest_select .navbar-toggler:focus,
.main_guest_select .navbar-toggler:hover {
    text-decoration: none;
}

.main_guest_select .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) {

    .main_guest_select .navbar-expand-sm>.container,
    .main_guest_select .navbar-expand-sm>.container-fluid,
    .main_guest_select .navbar-expand-sm>.container-lg,
    .main_guest_select .navbar-expand-sm>.container-md,
    .main_guest_select .navbar-expand-sm>.container-sm,
    .main_guest_select .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .main_guest_select .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main_guest_select .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main_guest_select .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .main_guest_select .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .main_guest_select .navbar-expand-sm>.container,
    .main_guest_select .navbar-expand-sm>.container-fluid,
    .main_guest_select .navbar-expand-sm>.container-lg,
    .main_guest_select .navbar-expand-sm>.container-md,
    .main_guest_select .navbar-expand-sm>.container-sm,
    .main_guest_select .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main_guest_select .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .main_guest_select .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .main_guest_select .navbar-expand-md>.container,
    .main_guest_select .navbar-expand-md>.container-fluid,
    .main_guest_select .navbar-expand-md>.container-lg,
    .main_guest_select .navbar-expand-md>.container-md,
    .main_guest_select .navbar-expand-md>.container-sm,
    .main_guest_select .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .main_guest_select .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main_guest_select .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main_guest_select .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .main_guest_select .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .main_guest_select .navbar-expand-md>.container,
    .main_guest_select .navbar-expand-md>.container-fluid,
    .main_guest_select .navbar-expand-md>.container-lg,
    .main_guest_select .navbar-expand-md>.container-md,
    .main_guest_select .navbar-expand-md>.container-sm,
    .main_guest_select .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main_guest_select .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .main_guest_select .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {

    .main_guest_select .navbar-expand-lg>.container,
    .main_guest_select .navbar-expand-lg>.container-fluid,
    .main_guest_select .navbar-expand-lg>.container-lg,
    .main_guest_select .navbar-expand-lg>.container-md,
    .main_guest_select .navbar-expand-lg>.container-sm,
    .main_guest_select .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .main_guest_select .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main_guest_select .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main_guest_select .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .main_guest_select .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .main_guest_select .navbar-expand-lg>.container,
    .main_guest_select .navbar-expand-lg>.container-fluid,
    .main_guest_select .navbar-expand-lg>.container-lg,
    .main_guest_select .navbar-expand-lg>.container-md,
    .main_guest_select .navbar-expand-lg>.container-sm,
    .main_guest_select .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main_guest_select .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .main_guest_select .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    .main_guest_select .navbar-expand-xl>.container,
    .main_guest_select .navbar-expand-xl>.container-fluid,
    .main_guest_select .navbar-expand-xl>.container-lg,
    .main_guest_select .navbar-expand-xl>.container-md,
    .main_guest_select .navbar-expand-xl>.container-sm,
    .main_guest_select .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main_guest_select .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main_guest_select .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .main_guest_select .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .main_guest_select .navbar-expand-xl>.container,
    .main_guest_select .navbar-expand-xl>.container-fluid,
    .main_guest_select .navbar-expand-xl>.container-lg,
    .main_guest_select .navbar-expand-xl>.container-md,
    .main_guest_select .navbar-expand-xl>.container-sm,
    .main_guest_select .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main_guest_select .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .main_guest_select .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.main_guest_select .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main_guest_select .navbar-expand>.container,
.main_guest_select .navbar-expand>.container-fluid,
.main_guest_select .navbar-expand>.container-lg,
.main_guest_select .navbar-expand>.container-md,
.main_guest_select .navbar-expand>.container-sm,
.main_guest_select .navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
}

.main_guest_select .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.main_guest_select .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.main_guest_select .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.main_guest_select .navbar-expand>.container,
.main_guest_select .navbar-expand>.container-fluid,
.main_guest_select .navbar-expand>.container-lg,
.main_guest_select .navbar-expand>.container-md,
.main_guest_select .navbar-expand>.container-sm,
.main_guest_select .navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main_guest_select .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.main_guest_select .navbar-expand .navbar-toggler {
    display: none;
}

.main_guest_select .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.main_guest_select .navbar-light .navbar-brand:focus,
.main_guest_select .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.main_guest_select .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.main_guest_select .navbar-light .navbar-nav .nav-link:focus,
.main_guest_select .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.main_guest_select .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.main_guest_select .navbar-light .navbar-nav .active>.nav-link,
.main_guest_select .navbar-light .navbar-nav .nav-link.active,
.main_guest_select .navbar-light .navbar-nav .nav-link.show,
.main_guest_select .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.main_guest_select .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.main_guest_select .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.main_guest_select .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.main_guest_select .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.main_guest_select .navbar-light .navbar-text a:focus,
.main_guest_select .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.main_guest_select .navbar-dark .navbar-brand {
    color: #fff;
}

.main_guest_select .navbar-dark .navbar-brand:focus,
.main_guest_select .navbar-dark .navbar-brand:hover {
    color: #fff;
}

.main_guest_select .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.main_guest_select .navbar-dark .navbar-nav .nav-link:focus,
.main_guest_select .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.main_guest_select .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.main_guest_select .navbar-dark .navbar-nav .active>.nav-link,
.main_guest_select .navbar-dark .navbar-nav .nav-link.active,
.main_guest_select .navbar-dark .navbar-nav .nav-link.show,
.main_guest_select .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.main_guest_select .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.main_guest_select .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.main_guest_select .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.main_guest_select .navbar-dark .navbar-text a {
    color: #fff;
}

.main_guest_select .navbar-dark .navbar-text a:focus,
.main_guest_select .navbar-dark .navbar-text a:hover {
    color: #fff;
}

.main_guest_select .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.main_guest_select .card>hr {
    margin-right: 0;
    margin-left: 0;
}

.main_guest_select .card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.main_guest_select .card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.main_guest_select .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.main_guest_select .card-title {
    margin-bottom: 0.75rem;
}

.main_guest_select .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.main_guest_select .card-text:last-child {
    margin-bottom: 0;
}

.main_guest_select .card-link:hover {
    text-decoration: none;
}

.main_guest_select .card-link+.card-link {
    margin-left: 1.25rem;
}

.main_guest_select .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.main_guest_select .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.main_guest_select .card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.main_guest_select .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.main_guest_select .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.main_guest_select .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.main_guest_select .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.main_guest_select .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.main_guest_select .card-img,
.main_guest_select .card-img-bottom,
.main_guest_select .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.main_guest_select .card-img,
.main_guest_select .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.main_guest_select .card-img,
.main_guest_select .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.main_guest_select .card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .main_guest_select .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .main_guest_select .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.main_guest_select .card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .main_guest_select .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .main_guest_select .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .main_guest_select .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .main_guest_select .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .main_guest_select .card-group>.card:not(:last-child) .card-header,
    .main_guest_select .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .main_guest_select .card-group>.card:not(:last-child) .card-footer,
    .main_guest_select .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .main_guest_select .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .main_guest_select .card-group>.card:not(:first-child) .card-header,
    .main_guest_select .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .main_guest_select .card-group>.card:not(:first-child) .card-footer,
    .main_guest_select .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

.main_guest_select .card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .main_guest_select .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .main_guest_select .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.main_guest_select .accordion>.card {
    overflow: hidden;
}

.main_guest_select .accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.main_guest_select .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main_guest_select .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.main_guest_select .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.main_guest_select .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.main_guest_select .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.main_guest_select .breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.main_guest_select .breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.main_guest_select .breadcrumb-item.active {
    color: #6c757d;
}

.main_guest_select .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.main_guest_select .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.main_guest_select .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.main_guest_select .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.main_guest_select .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.main_guest_select .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.main_guest_select .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.main_guest_select .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.main_guest_select .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.main_guest_select .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.main_guest_select .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.main_guest_select .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.main_guest_select .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.main_guest_select .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.main_guest_select .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .badge {
        transition: none;
    }
}

.main_guest_select a.badge:focus,
.main_guest_select a.badge:hover {
    text-decoration: none;
}

.main_guest_select .badge:empty {
    display: none;
}

.main_guest_select .btn .badge {
    position: relative;
    top: -1px;
}

.main_guest_select .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.main_guest_select .badge-primary {
    color: #fff;
    background-color: #007bff;
}

.main_guest_select a.badge-primary:focus,
.main_guest_select a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

.main_guest_select a.badge-primary.focus,
.main_guest_select a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.main_guest_select .badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.main_guest_select a.badge-secondary:focus,
.main_guest_select a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

.main_guest_select a.badge-secondary.focus,
.main_guest_select a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.main_guest_select .badge-success {
    color: #fff;
    background-color: #28a745;
}

.main_guest_select a.badge-success:focus,
.main_guest_select a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

.main_guest_select a.badge-success.focus,
.main_guest_select a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.main_guest_select .badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.main_guest_select a.badge-info:focus,
.main_guest_select a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

.main_guest_select a.badge-info.focus,
.main_guest_select a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.main_guest_select .badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.main_guest_select a.badge-warning:focus,
.main_guest_select a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

.main_guest_select a.badge-warning.focus,
.main_guest_select a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.main_guest_select .badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.main_guest_select a.badge-danger:focus,
.main_guest_select a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

.main_guest_select a.badge-danger.focus,
.main_guest_select a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.main_guest_select .badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.main_guest_select a.badge-light:focus,
.main_guest_select a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

.main_guest_select a.badge-light.focus,
.main_guest_select a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.main_guest_select .badge-dark {
    color: #fff;
    background-color: #343a40;
}

.main_guest_select a.badge-dark:focus,
.main_guest_select a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

.main_guest_select a.badge-dark.focus,
.main_guest_select a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.main_guest_select .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .main_guest_select .jumbotron {
        padding: 4rem 2rem;
    }
}

.main_guest_select .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.main_guest_select .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.main_guest_select .alert-heading {
    color: inherit;
}

.main_guest_select .alert-link {
    font-weight: 700;
}

.main_guest_select .alert-dismissible {
    padding-right: 4rem;
}

.main_guest_select .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.main_guest_select .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.main_guest_select .alert-primary hr {
    border-top-color: #9fcdff;
}

.main_guest_select .alert-primary .alert-link {
    color: #002752;
}

.main_guest_select .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.main_guest_select .alert-secondary hr {
    border-top-color: #c8cbcf;
}

.main_guest_select .alert-secondary .alert-link {
    color: #202326;
}

.main_guest_select .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.main_guest_select .alert-success hr {
    border-top-color: #b1dfbb;
}

.main_guest_select .alert-success .alert-link {
    color: #0b2e13;
}

.main_guest_select .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.main_guest_select .alert-info hr {
    border-top-color: #abdde5;
}

.main_guest_select .alert-info .alert-link {
    color: #062c33;
}

.main_guest_select .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.main_guest_select .alert-warning hr {
    border-top-color: #ffe8a1;
}

.main_guest_select .alert-warning .alert-link {
    color: #533f03;
}

.main_guest_select .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.main_guest_select .alert-danger hr {
    border-top-color: #f1b0b7;
}

.main_guest_select .alert-danger .alert-link {
    color: #491217;
}

.main_guest_select .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.main_guest_select .alert-light hr {
    border-top-color: #ececf6;
}

.main_guest_select .alert-light .alert-link {
    color: #686868;
}

.main_guest_select .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.main_guest_select .alert-dark hr {
    border-top-color: #b9bbbe;
}

.main_guest_select .alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.main_guest_select .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.main_guest_select .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .progress-bar {
        transition: none;
    }
}

.main_guest_select .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;
}

.main_guest_select .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.main_guest_select .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main_guest_select .media-body {
    -ms-flex: 1;
    flex: 1;
}

.main_guest_select .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.main_guest_select .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.main_guest_select .list-group-item-action:focus,
.main_guest_select .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.main_guest_select .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.main_guest_select .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.main_guest_select .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.main_guest_select .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.main_guest_select .list-group-item.disabled,
.main_guest_select .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.main_guest_select .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.main_guest_select .list-group-item+.list-group-item {
    border-top-width: 0;
}

.main_guest_select .list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.main_guest_select .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.main_guest_select .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.main_guest_select .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.main_guest_select .list-group-horizontal .list-group-item.active {
    margin-top: 0;
}

.main_guest_select .list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.main_guest_select .list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .main_guest_select .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main_guest_select .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .main_guest_select .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .main_guest_select .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0;
    }

    .main_guest_select .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .main_guest_select .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .main_guest_select .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main_guest_select .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .main_guest_select .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .main_guest_select .list-group-horizontal-md .list-group-item.active {
        margin-top: 0;
    }

    .main_guest_select .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .main_guest_select .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .main_guest_select .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main_guest_select .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .main_guest_select .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .main_guest_select .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0;
    }

    .main_guest_select .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .main_guest_select .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main_guest_select .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .main_guest_select .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .main_guest_select .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0;
    }

    .main_guest_select .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .main_guest_select .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.main_guest_select .list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

.main_guest_select .list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}

.main_guest_select .list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0;
}

.main_guest_select .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.main_guest_select .list-group-item-primary.list-group-item-action:focus,
.main_guest_select .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}

.main_guest_select .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.main_guest_select .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.main_guest_select .list-group-item-secondary.list-group-item-action:focus,
.main_guest_select .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}

.main_guest_select .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.main_guest_select .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.main_guest_select .list-group-item-success.list-group-item-action:focus,
.main_guest_select .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}

.main_guest_select .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.main_guest_select .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.main_guest_select .list-group-item-info.list-group-item-action:focus,
.main_guest_select .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

.main_guest_select .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.main_guest_select .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.main_guest_select .list-group-item-warning.list-group-item-action:focus,
.main_guest_select .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

.main_guest_select .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.main_guest_select .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.main_guest_select .list-group-item-danger.list-group-item-action:focus,
.main_guest_select .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

.main_guest_select .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.main_guest_select .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.main_guest_select .list-group-item-light.list-group-item-action:focus,
.main_guest_select .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

.main_guest_select .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.main_guest_select .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.main_guest_select .list-group-item-dark.list-group-item-action:focus,
.main_guest_select .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.main_guest_select .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.main_guest_select .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.main_guest_select .close:hover {
    color: #000;
    text-decoration: none;
}

.main_guest_select .close:not(:disabled):not(.disabled):focus,
.main_guest_select .close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

.main_guest_select button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_guest_select a.close.disabled {
    pointer-events: none;
}

.main_guest_select .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.main_guest_select .toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.main_guest_select .toast.showing {
    opacity: 1;
}

.main_guest_select .toast.show {
    display: block;
    opacity: 1;
}

.main_guest_select .toast.hide {
    display: none;
}

.main_guest_select .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main_guest_select .toast-body {
    padding: 0.75rem;
}

.main_guest_select .modal-open {
    overflow: hidden;
}

.main_guest_select .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.main_guest_select .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.main_guest_select .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.main_guest_select .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .modal.fade .modal-dialog {
        transition: none;
    }
}

.main_guest_select .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.main_guest_select .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.main_guest_select .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.main_guest_select .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.main_guest_select .modal-dialog-scrollable .modal-footer,
.main_guest_select .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main_guest_select .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.main_guest_select .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.main_guest_select .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.main_guest_select .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.main_guest_select .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.main_guest_select .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.main_guest_select .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.main_guest_select .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.main_guest_select .modal-backdrop.fade {
    opacity: 0;
}

.main_guest_select .modal-backdrop.show {
    opacity: 0.5;
}

.main_guest_select .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.main_guest_select .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.main_guest_select .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.main_guest_select .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.main_guest_select .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.main_guest_select .modal-footer>* {
    margin: 0.25rem;
}

.main_guest_select .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .main_guest_select .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .main_guest_select .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .main_guest_select .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .main_guest_select .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .main_guest_select .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .main_guest_select .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .main_guest_select .modal-lg,
    .main_guest_select .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .modal-xl {
        max-width: 1140px;
    }
}

.main_guest_select .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.main_guest_select .tooltip.show {
    opacity: 0.9;
}

.main_guest_select .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.main_guest_select .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.main_guest_select .bs-tooltip-auto[x-placement^=top],
.main_guest_select .bs-tooltip-top {
    padding: 0.4rem 0;
}

.main_guest_select .bs-tooltip-auto[x-placement^=top] .arrow,
.main_guest_select .bs-tooltip-top .arrow {
    bottom: 0;
}

.main_guest_select .bs-tooltip-auto[x-placement^=top] .arrow::before,
.main_guest_select .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.main_guest_select .bs-tooltip-auto[x-placement^=right],
.main_guest_select .bs-tooltip-right {
    padding: 0 0.4rem;
}

.main_guest_select .bs-tooltip-auto[x-placement^=right] .arrow,
.main_guest_select .bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.main_guest_select .bs-tooltip-auto[x-placement^=right] .arrow::before,
.main_guest_select .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.main_guest_select .bs-tooltip-auto[x-placement^=bottom],
.main_guest_select .bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.main_guest_select .bs-tooltip-auto[x-placement^=bottom] .arrow,
.main_guest_select .bs-tooltip-bottom .arrow {
    top: 0;
}

.main_guest_select .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.main_guest_select .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.main_guest_select .bs-tooltip-auto[x-placement^=left],
.main_guest_select .bs-tooltip-left {
    padding: 0 0.4rem;
}

.main_guest_select .bs-tooltip-auto[x-placement^=left] .arrow,
.main_guest_select .bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.main_guest_select .bs-tooltip-auto[x-placement^=left] .arrow::before,
.main_guest_select .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.main_guest_select .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.main_guest_select .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.main_guest_select .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.main_guest_select .popover .arrow::after,
.main_guest_select .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.main_guest_select .bs-popover-auto[x-placement^=top],
.main_guest_select .bs-popover-top {
    margin-bottom: 0.5rem;
}

.main_guest_select .bs-popover-auto[x-placement^=top]>.arrow,
.main_guest_select .bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px);
}

.main_guest_select .bs-popover-auto[x-placement^=top]>.arrow::before,
.main_guest_select .bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.main_guest_select .bs-popover-auto[x-placement^=top]>.arrow::after,
.main_guest_select .bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.main_guest_select .bs-popover-auto[x-placement^=right],
.main_guest_select .bs-popover-right {
    margin-left: 0.5rem;
}

.main_guest_select .bs-popover-auto[x-placement^=right]>.arrow,
.main_guest_select .bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.main_guest_select .bs-popover-auto[x-placement^=right]>.arrow::before,
.main_guest_select .bs-popover-right>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.main_guest_select .bs-popover-auto[x-placement^=right]>.arrow::after,
.main_guest_select .bs-popover-right>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.main_guest_select .bs-popover-auto[x-placement^=bottom],
.main_guest_select .bs-popover-bottom {
    margin-top: 0.5rem;
}

.main_guest_select .bs-popover-auto[x-placement^=bottom]>.arrow,
.main_guest_select .bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px);
}

.main_guest_select .bs-popover-auto[x-placement^=bottom]>.arrow::before,
.main_guest_select .bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.main_guest_select .bs-popover-auto[x-placement^=bottom]>.arrow::after,
.main_guest_select .bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.main_guest_select .bs-popover-auto[x-placement^=bottom] .popover-header::before,
.main_guest_select .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.main_guest_select .bs-popover-auto[x-placement^=left],
.main_guest_select .bs-popover-left {
    margin-right: 0.5rem;
}

.main_guest_select .bs-popover-auto[x-placement^=left]>.arrow,
.main_guest_select .bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.main_guest_select .bs-popover-auto[x-placement^=left]>.arrow::before,
.main_guest_select .bs-popover-left>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.main_guest_select .bs-popover-auto[x-placement^=left]>.arrow::after,
.main_guest_select .bs-popover-left>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.main_guest_select .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.main_guest_select .popover-header:empty {
    display: none;
}

.main_guest_select .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.main_guest_select .carousel {
    position: relative;
}

.main_guest_select .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.main_guest_select .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main_guest_select .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.main_guest_select .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .carousel-item {
        transition: none;
    }
}

.main_guest_select .carousel-item-next,
.main_guest_select .carousel-item-prev,
.main_guest_select .carousel-item.active {
    display: block;
}

.main_guest_select .active.carousel-item-right,
.main_guest_select .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.main_guest_select .active.carousel-item-left,
.main_guest_select .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main_guest_select .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.main_guest_select .carousel-fade .carousel-item-next.carousel-item-left,
.main_guest_select .carousel-fade .carousel-item-prev.carousel-item-right,
.main_guest_select .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.main_guest_select .carousel-fade .active.carousel-item-left,
.main_guest_select .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .main_guest_select .carousel-fade .active.carousel-item-left,
    .main_guest_select .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.main_guest_select .carousel-control-next,
.main_guest_select .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .main_guest_select .carousel-control-next,
    .main_guest_select .carousel-control-prev {
        transition: none;
    }
}

.main_guest_select .carousel-control-next:focus,
.main_guest_select .carousel-control-next:hover,
.main_guest_select .carousel-control-prev:focus,
.main_guest_select .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.main_guest_select .carousel-control-prev {
    left: 0;
}

.main_guest_select .carousel-control-next {
    right: 0;
}

.main_guest_select .carousel-control-next-icon,
.main_guest_select .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.main_guest_select .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.main_guest_select .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.main_guest_select .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.main_guest_select .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .main_guest_select .carousel-indicators li {
        transition: none;
    }
}

.main_guest_select .carousel-indicators .active {
    opacity: 1;
}

.main_guest_select .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main_guest_select .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.main_guest_select .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.main_guest_select .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.main_guest_select .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.main_guest_select .align-baseline {
    vertical-align: baseline !important;
}

.main_guest_select .align-top {
    vertical-align: top !important;
}

.main_guest_select .align-middle {
    vertical-align: middle !important;
}

.main_guest_select .align-bottom {
    vertical-align: bottom !important;
}

.main_guest_select .align-text-bottom {
    vertical-align: text-bottom !important;
}

.main_guest_select .align-text-top {
    vertical-align: text-top !important;
}

.main_guest_select .bg-primary {
    background-color: #007bff !important;
}

.main_guest_select a.bg-primary:focus,
.main_guest_select a.bg-primary:hover,
.main_guest_select button.bg-primary:focus,
.main_guest_select button.bg-primary:hover {
    background-color: #0062cc !important;
}

.main_guest_select .bg-secondary {
    background-color: #6c757d !important;
}

.main_guest_select a.bg-secondary:focus,
.main_guest_select a.bg-secondary:hover,
.main_guest_select button.bg-secondary:focus,
.main_guest_select button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.main_guest_select .bg-success {
    background-color: #28a745 !important;
}

.main_guest_select a.bg-success:focus,
.main_guest_select a.bg-success:hover,
.main_guest_select button.bg-success:focus,
.main_guest_select button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.main_guest_select .bg-info {
    background-color: #17a2b8 !important;
}

.main_guest_select a.bg-info:focus,
.main_guest_select a.bg-info:hover,
.main_guest_select button.bg-info:focus,
.main_guest_select button.bg-info:hover {
    background-color: #117a8b !important;
}

.main_guest_select .bg-warning {
    background-color: #ffc107 !important;
}

.main_guest_select a.bg-warning:focus,
.main_guest_select a.bg-warning:hover,
.main_guest_select button.bg-warning:focus,
.main_guest_select button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.main_guest_select .bg-danger {
    background-color: #dc3545 !important;
}

.main_guest_select a.bg-danger:focus,
.main_guest_select a.bg-danger:hover,
.main_guest_select button.bg-danger:focus,
.main_guest_select button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.main_guest_select .bg-light {
    background-color: #f8f9fa !important;
}

.main_guest_select a.bg-light:focus,
.main_guest_select a.bg-light:hover,
.main_guest_select button.bg-light:focus,
.main_guest_select button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.main_guest_select .bg-dark {
    background-color: #343a40 !important;
}

.main_guest_select a.bg-dark:focus,
.main_guest_select a.bg-dark:hover,
.main_guest_select button.bg-dark:focus,
.main_guest_select button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.main_guest_select .bg-white {
    background-color: #fff !important;
}

.main_guest_select .bg-transparent {
    background-color: transparent !important;
}

.main_guest_select .border {
    border: 1px solid #dee2e6 !important;
}

.main_guest_select .border-top {
    border-top: 1px solid #dee2e6 !important;
}

.main_guest_select .border-right {
    border-right: 1px solid #dee2e6 !important;
}

.main_guest_select .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.main_guest_select .border-left {
    border-left: 1px solid #dee2e6 !important;
}

.main_guest_select .border-0 {
    border: 0 !important;
}

.main_guest_select .border-top-0 {
    border-top: 0 !important;
}

.main_guest_select .border-right-0 {
    border-right: 0 !important;
}

.main_guest_select .border-bottom-0 {
    border-bottom: 0 !important;
}

.main_guest_select .border-left-0 {
    border-left: 0 !important;
}

.main_guest_select .border-primary {
    border-color: #007bff !important;
}

.main_guest_select .border-secondary {
    border-color: #6c757d !important;
}

.main_guest_select .border-success {
    border-color: #28a745 !important;
}

.main_guest_select .border-info {
    border-color: #17a2b8 !important;
}

.main_guest_select .border-warning {
    border-color: #ffc107 !important;
}

.main_guest_select .border-danger {
    border-color: #dc3545 !important;
}

.main_guest_select .border-light {
    border-color: #f8f9fa !important;
}

.main_guest_select .border-dark {
    border-color: #343a40 !important;
}

.main_guest_select .border-white {
    border-color: #fff !important;
}

.main_guest_select .rounded-sm {
    border-radius: 0.2rem !important;
}

.main_guest_select .rounded {
    border-radius: 0.25rem !important;
}

.main_guest_select .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.main_guest_select .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.main_guest_select .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.main_guest_select .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.main_guest_select .rounded-lg {
    border-radius: 0.3rem !important;
}

.main_guest_select .rounded-circle {
    border-radius: 50% !important;
}

.main_guest_select .rounded-pill {
    border-radius: 50rem !important;
}

.main_guest_select .rounded-0 {
    border-radius: 0 !important;
}

.main_guest_select .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.main_guest_select .d-none {
    display: none !important;
}

.main_guest_select .d-inline {
    display: inline !important;
}

.main_guest_select .d-inline-block {
    display: inline-block !important;
}

.main_guest_select .d-block {
    display: block !important;
}

.main_guest_select .d-table {
    display: table !important;
}

.main_guest_select .d-table-row {
    display: table-row !important;
}

.main_guest_select .d-table-cell {
    display: table-cell !important;
}

.main_guest_select .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.main_guest_select .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .main_guest_select .d-sm-none {
        display: none !important;
    }

    .main_guest_select .d-sm-inline {
        display: inline !important;
    }

    .main_guest_select .d-sm-inline-block {
        display: inline-block !important;
    }

    .main_guest_select .d-sm-block {
        display: block !important;
    }

    .main_guest_select .d-sm-table {
        display: table !important;
    }

    .main_guest_select .d-sm-table-row {
        display: table-row !important;
    }

    .main_guest_select .d-sm-table-cell {
        display: table-cell !important;
    }

    .main_guest_select .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .main_guest_select .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .main_guest_select .d-md-none {
        display: none !important;
    }

    .main_guest_select .d-md-inline {
        display: inline !important;
    }

    .main_guest_select .d-md-inline-block {
        display: inline-block !important;
    }

    .main_guest_select .d-md-block {
        display: block !important;
    }

    .main_guest_select .d-md-table {
        display: table !important;
    }

    .main_guest_select .d-md-table-row {
        display: table-row !important;
    }

    .main_guest_select .d-md-table-cell {
        display: table-cell !important;
    }

    .main_guest_select .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .main_guest_select .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .main_guest_select .d-lg-none {
        display: none !important;
    }

    .main_guest_select .d-lg-inline {
        display: inline !important;
    }

    .main_guest_select .d-lg-inline-block {
        display: inline-block !important;
    }

    .main_guest_select .d-lg-block {
        display: block !important;
    }

    .main_guest_select .d-lg-table {
        display: table !important;
    }

    .main_guest_select .d-lg-table-row {
        display: table-row !important;
    }

    .main_guest_select .d-lg-table-cell {
        display: table-cell !important;
    }

    .main_guest_select .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .main_guest_select .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .d-xl-none {
        display: none !important;
    }

    .main_guest_select .d-xl-inline {
        display: inline !important;
    }

    .main_guest_select .d-xl-inline-block {
        display: inline-block !important;
    }

    .main_guest_select .d-xl-block {
        display: block !important;
    }

    .main_guest_select .d-xl-table {
        display: table !important;
    }

    .main_guest_select .d-xl-table-row {
        display: table-row !important;
    }

    .main_guest_select .d-xl-table-cell {
        display: table-cell !important;
    }

    .main_guest_select .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .main_guest_select .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .main_guest_select .d-print-none {
        display: none !important;
    }

    .main_guest_select .d-print-inline {
        display: inline !important;
    }

    .main_guest_select .d-print-inline-block {
        display: inline-block !important;
    }

    .main_guest_select .d-print-block {
        display: block !important;
    }

    .main_guest_select .d-print-table {
        display: table !important;
    }

    .main_guest_select .d-print-table-row {
        display: table-row !important;
    }

    .main_guest_select .d-print-table-cell {
        display: table-cell !important;
    }

    .main_guest_select .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .main_guest_select .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.main_guest_select .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.main_guest_select .embed-responsive::before {
    display: block;
    content: "";
}

.main_guest_select .embed-responsive .embed-responsive-item,
.main_guest_select .embed-responsive embed,
.main_guest_select .embed-responsive iframe,
.main_guest_select .embed-responsive object,
.main_guest_select .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.main_guest_select .embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.main_guest_select .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.main_guest_select .embed-responsive-4by3::before {
    padding-top: 75%;
}

.main_guest_select .embed-responsive-1by1::before {
    padding-top: 100%;
}

.main_guest_select .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.main_guest_select .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.main_guest_select .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.main_guest_select .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.main_guest_select .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.main_guest_select .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.main_guest_select .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.main_guest_select .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.main_guest_select .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.main_guest_select .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.main_guest_select .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.main_guest_select .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.main_guest_select .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.main_guest_select .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.main_guest_select .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.main_guest_select .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.main_guest_select .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.main_guest_select .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.main_guest_select .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.main_guest_select .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.main_guest_select .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.main_guest_select .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.main_guest_select .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.main_guest_select .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.main_guest_select .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.main_guest_select .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.main_guest_select .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.main_guest_select .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.main_guest_select .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.main_guest_select .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.main_guest_select .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.main_guest_select .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.main_guest_select .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.main_guest_select .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .main_guest_select .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .main_guest_select .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .main_guest_select .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .main_guest_select .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .main_guest_select .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .main_guest_select .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .main_guest_select .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .main_guest_select .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .main_guest_select .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .main_guest_select .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .main_guest_select .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .main_guest_select .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .main_guest_select .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .main_guest_select .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .main_guest_select .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .main_guest_select .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .main_guest_select .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .main_guest_select .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .main_guest_select .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .main_guest_select .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .main_guest_select .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .main_guest_select .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .main_guest_select .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .main_guest_select .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .main_guest_select .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .main_guest_select .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .main_guest_select .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .main_guest_select .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .main_guest_select .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .main_guest_select .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .main_guest_select .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .main_guest_select .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .main_guest_select .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .main_guest_select .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .main_guest_select .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .main_guest_select .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .main_guest_select .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .main_guest_select .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .main_guest_select .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .main_guest_select .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .main_guest_select .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .main_guest_select .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .main_guest_select .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .main_guest_select .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .main_guest_select .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .main_guest_select .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .main_guest_select .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .main_guest_select .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .main_guest_select .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .main_guest_select .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .main_guest_select .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .main_guest_select .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .main_guest_select .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .main_guest_select .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .main_guest_select .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .main_guest_select .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .main_guest_select .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .main_guest_select .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .main_guest_select .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .main_guest_select .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .main_guest_select .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .main_guest_select .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .main_guest_select .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .main_guest_select .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .main_guest_select .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .main_guest_select .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .main_guest_select .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .main_guest_select .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .main_guest_select .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .main_guest_select .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .main_guest_select .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .main_guest_select .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .main_guest_select .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .main_guest_select .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .main_guest_select .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .main_guest_select .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .main_guest_select .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .main_guest_select .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .main_guest_select .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .main_guest_select .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .main_guest_select .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .main_guest_select .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .main_guest_select .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .main_guest_select .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .main_guest_select .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .main_guest_select .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .main_guest_select .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .main_guest_select .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .main_guest_select .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .main_guest_select .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .main_guest_select .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .main_guest_select .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .main_guest_select .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .main_guest_select .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .main_guest_select .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .main_guest_select .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .main_guest_select .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .main_guest_select .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .main_guest_select .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .main_guest_select .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .main_guest_select .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .main_guest_select .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .main_guest_select .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .main_guest_select .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .main_guest_select .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .main_guest_select .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .main_guest_select .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .main_guest_select .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .main_guest_select .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .main_guest_select .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .main_guest_select .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .main_guest_select .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .main_guest_select .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .main_guest_select .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .main_guest_select .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .main_guest_select .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .main_guest_select .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .main_guest_select .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .main_guest_select .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .main_guest_select .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .main_guest_select .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .main_guest_select .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .main_guest_select .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .main_guest_select .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .main_guest_select .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .main_guest_select .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .main_guest_select .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .main_guest_select .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .main_guest_select .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .main_guest_select .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .main_guest_select .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .main_guest_select .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .main_guest_select .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .main_guest_select .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .main_guest_select .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.main_guest_select .float-left {
    float: left !important;
}

.main_guest_select .float-right {
    float: right !important;
}

.main_guest_select .float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .main_guest_select .float-sm-left {
        float: left !important;
    }

    .main_guest_select .float-sm-right {
        float: right !important;
    }

    .main_guest_select .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .main_guest_select .float-md-left {
        float: left !important;
    }

    .main_guest_select .float-md-right {
        float: right !important;
    }

    .main_guest_select .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .main_guest_select .float-lg-left {
        float: left !important;
    }

    .main_guest_select .float-lg-right {
        float: right !important;
    }

    .main_guest_select .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .float-xl-left {
        float: left !important;
    }

    .main_guest_select .float-xl-right {
        float: right !important;
    }

    .main_guest_select .float-xl-none {
        float: none !important;
    }
}

.main_guest_select .overflow-auto {
    overflow: auto !important;
}

.main_guest_select .overflow-hidden {
    overflow: hidden !important;
}

.main_guest_select .position-static {
    position: static !important;
}

.main_guest_select .position-relative {
    position: relative !important;
}

.main_guest_select .position-absolute {
    position: absolute !important;
}

.main_guest_select .position-fixed {
    position: fixed !important;
}

.main_guest_select .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.main_guest_select .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.main_guest_select .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .main_guest_select .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.main_guest_select .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.main_guest_select .sr-only-focusable:active,
.main_guest_select .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.main_guest_select .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.main_guest_select .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.main_guest_select .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.main_guest_select .shadow-none {
    box-shadow: none !important;
}

.main_guest_select .w-25 {
    width: 25% !important;
}

.main_guest_select .w-50 {
    width: 50% !important;
}

.main_guest_select .w-75 {
    width: 75% !important;
}

.main_guest_select .w-100 {
    width: 100% !important;
}

.main_guest_select .w-auto {
    width: auto !important;
}

.main_guest_select .h-25 {
    height: 25% !important;
}

.main_guest_select .h-50 {
    height: 50% !important;
}

.main_guest_select .h-75 {
    height: 75% !important;
}

.main_guest_select .h-100 {
    height: 100% !important;
}

.main_guest_select .h-auto {
    height: auto !important;
}

.main_guest_select .mw-100 {
    max-width: 100% !important;
}

.main_guest_select .mh-100 {
    max-height: 100% !important;
}

.main_guest_select .min-vw-100 {
    min-width: 100vw !important;
}

.main_guest_select .min-vh-100 {
    min-height: 100vh !important;
}

.main_guest_select .vw-100 {
    width: 100vw !important;
}

.main_guest_select .vh-100 {
    height: 100vh !important;
}

.main_guest_select .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.main_guest_select .m-0 {
    margin: 0 !important;
}

.main_guest_select .mt-0,
.main_guest_select .my-0 {
    margin-top: 0 !important;
}

.main_guest_select .mr-0,
.main_guest_select .mx-0 {
    margin-right: 0 !important;
}

.main_guest_select .mb-0,
.main_guest_select .my-0 {
    margin-bottom: 0 !important;
}

.main_guest_select .ml-0,
.main_guest_select .mx-0 {
    margin-left: 0 !important;
}

.main_guest_select .m-1 {
    margin: 0.25rem !important;
}

.main_guest_select .mt-1,
.main_guest_select .my-1 {
    margin-top: 0.25rem !important;
}

.main_guest_select .mr-1,
.main_guest_select .mx-1 {
    margin-right: 0.25rem !important;
}

.main_guest_select .mb-1,
.main_guest_select .my-1 {
    margin-bottom: 0.25rem !important;
}

.main_guest_select .ml-1,
.main_guest_select .mx-1 {
    margin-left: 0.25rem !important;
}

.main_guest_select .m-2 {
    margin: 0.5rem !important;
}

.main_guest_select .mt-2,
.main_guest_select .my-2 {
    margin-top: 0.5rem !important;
}

.main_guest_select .mr-2,
.main_guest_select .mx-2 {
    margin-right: 0.5rem !important;
}

.main_guest_select .mb-2,
.main_guest_select .my-2 {
    margin-bottom: 0.5rem !important;
}

.main_guest_select .ml-2,
.main_guest_select .mx-2 {
    margin-left: 0.5rem !important;
}

.main_guest_select .m-3 {
    margin: 1rem !important;
}

.main_guest_select .mt-3,
.main_guest_select .my-3 {
    margin-top: 1rem !important;
}

.main_guest_select .mr-3,
.main_guest_select .mx-3 {
    margin-right: 1rem !important;
}

.main_guest_select .mb-3,
.main_guest_select .my-3 {
    margin-bottom: 1rem !important;
}

.main_guest_select .ml-3,
.main_guest_select .mx-3 {
    margin-left: 1rem !important;
}

.main_guest_select .m-4 {
    margin: 1.5rem !important;
}

.main_guest_select .mt-4,
.main_guest_select .my-4 {
    margin-top: 1.5rem !important;
}

.main_guest_select .mr-4,
.main_guest_select .mx-4 {
    margin-right: 1.5rem !important;
}

.main_guest_select .mb-4,
.main_guest_select .my-4 {
    margin-bottom: 1.5rem !important;
}

.main_guest_select .ml-4,
.main_guest_select .mx-4 {
    margin-left: 1.5rem !important;
}

.main_guest_select .m-5 {
    margin: 3rem !important;
}

.main_guest_select .mt-5,
.main_guest_select .my-5 {
    margin-top: 3rem !important;
}

.main_guest_select .mr-5,
.main_guest_select .mx-5 {
    margin-right: 3rem !important;
}

.main_guest_select .mb-5,
.main_guest_select .my-5 {
    margin-bottom: 3rem !important;
}

.main_guest_select .ml-5,
.main_guest_select .mx-5 {
    margin-left: 3rem !important;
}

.main_guest_select .p-0 {
    padding: 0 !important;
}

.main_guest_select .pt-0,
.main_guest_select .py-0 {
    padding-top: 0 !important;
}

.main_guest_select .pr-0,
.main_guest_select .px-0 {
    padding-right: 0 !important;
}

.main_guest_select .pb-0,
.main_guest_select .py-0 {
    padding-bottom: 0 !important;
}

.main_guest_select .pl-0,
.main_guest_select .px-0 {
    padding-left: 0 !important;
}

.main_guest_select .p-1 {
    padding: 0.25rem !important;
}

.main_guest_select .pt-1,
.main_guest_select .py-1 {
    padding-top: 0.25rem !important;
}

.main_guest_select .pr-1,
.main_guest_select .px-1 {
    padding-right: 0.25rem !important;
}

.main_guest_select .pb-1,
.main_guest_select .py-1 {
    padding-bottom: 0.25rem !important;
}

.main_guest_select .pl-1,
.main_guest_select .px-1 {
    padding-left: 0.25rem !important;
}

.main_guest_select .p-2 {
    padding: 0.5rem !important;
}

.main_guest_select .pt-2,
.main_guest_select .py-2 {
    padding-top: 0.5rem !important;
}

.main_guest_select .pr-2,
.main_guest_select .px-2 {
    padding-right: 0.5rem !important;
}

.main_guest_select .pb-2,
.main_guest_select .py-2 {
    padding-bottom: 0.5rem !important;
}

.main_guest_select .pl-2,
.main_guest_select .px-2 {
    padding-left: 0.5rem !important;
}

.main_guest_select .p-3 {
    padding: 1rem !important;
}

.main_guest_select .pt-3,
.main_guest_select .py-3 {
    padding-top: 1rem !important;
}

.main_guest_select .pr-3,
.main_guest_select .px-3 {
    padding-right: 1rem !important;
}

.main_guest_select .pb-3,
.main_guest_select .py-3 {
    padding-bottom: 1rem !important;
}

.main_guest_select .pl-3,
.main_guest_select .px-3 {
    padding-left: 1rem !important;
}

.main_guest_select .p-4 {
    padding: 1.5rem !important;
}

.main_guest_select .pt-4,
.main_guest_select .py-4 {
    padding-top: 1.5rem !important;
}

.main_guest_select .pr-4,
.main_guest_select .px-4 {
    padding-right: 1.5rem !important;
}

.main_guest_select .pb-4,
.main_guest_select .py-4 {
    padding-bottom: 1.5rem !important;
}

.main_guest_select .pl-4,
.main_guest_select .px-4 {
    padding-left: 1.5rem !important;
}

.main_guest_select .p-5 {
    padding: 3rem !important;
}

.main_guest_select .pt-5,
.main_guest_select .py-5 {
    padding-top: 3rem !important;
}

.main_guest_select .pr-5,
.main_guest_select .px-5 {
    padding-right: 3rem !important;
}

.main_guest_select .pb-5,
.main_guest_select .py-5 {
    padding-bottom: 3rem !important;
}

.main_guest_select .pl-5,
.main_guest_select .px-5 {
    padding-left: 3rem !important;
}

.main_guest_select .m-n1 {
    margin: -0.25rem !important;
}

.main_guest_select .mt-n1,
.main_guest_select .my-n1 {
    margin-top: -0.25rem !important;
}

.main_guest_select .mr-n1,
.main_guest_select .mx-n1 {
    margin-right: -0.25rem !important;
}

.main_guest_select .mb-n1,
.main_guest_select .my-n1 {
    margin-bottom: -0.25rem !important;
}

.main_guest_select .ml-n1,
.main_guest_select .mx-n1 {
    margin-left: -0.25rem !important;
}

.main_guest_select .m-n2 {
    margin: -0.5rem !important;
}

.main_guest_select .mt-n2,
.main_guest_select .my-n2 {
    margin-top: -0.5rem !important;
}

.main_guest_select .mr-n2,
.main_guest_select .mx-n2 {
    margin-right: -0.5rem !important;
}

.main_guest_select .mb-n2,
.main_guest_select .my-n2 {
    margin-bottom: -0.5rem !important;
}

.main_guest_select .ml-n2,
.main_guest_select .mx-n2 {
    margin-left: -0.5rem !important;
}

.main_guest_select .m-n3 {
    margin: -1rem !important;
}

.main_guest_select .mt-n3,
.main_guest_select .my-n3 {
    margin-top: -1rem !important;
}

.main_guest_select .mr-n3,
.main_guest_select .mx-n3 {
    margin-right: -1rem !important;
}

.main_guest_select .mb-n3,
.main_guest_select .my-n3 {
    margin-bottom: -1rem !important;
}

.main_guest_select .ml-n3,
.main_guest_select .mx-n3 {
    margin-left: -1rem !important;
}

.main_guest_select .m-n4 {
    margin: -1.5rem !important;
}

.main_guest_select .mt-n4,
.main_guest_select .my-n4 {
    margin-top: -1.5rem !important;
}

.main_guest_select .mr-n4,
.main_guest_select .mx-n4 {
    margin-right: -1.5rem !important;
}

.main_guest_select .mb-n4,
.main_guest_select .my-n4 {
    margin-bottom: -1.5rem !important;
}

.main_guest_select .ml-n4,
.main_guest_select .mx-n4 {
    margin-left: -1.5rem !important;
}

.main_guest_select .m-n5 {
    margin: -3rem !important;
}

.main_guest_select .mt-n5,
.main_guest_select .my-n5 {
    margin-top: -3rem !important;
}

.main_guest_select .mr-n5,
.main_guest_select .mx-n5 {
    margin-right: -3rem !important;
}

.main_guest_select .mb-n5,
.main_guest_select .my-n5 {
    margin-bottom: -3rem !important;
}

.main_guest_select .ml-n5,
.main_guest_select .mx-n5 {
    margin-left: -3rem !important;
}

.main_guest_select .m-auto {
    margin: auto !important;
}

.main_guest_select .mt-auto,
.main_guest_select .my-auto {
    margin-top: auto !important;
}

.main_guest_select .mr-auto,
.main_guest_select .mx-auto {
    margin-right: auto !important;
}

.main_guest_select .mb-auto,
.main_guest_select .my-auto {
    margin-bottom: auto !important;
}

.main_guest_select .ml-auto,
.main_guest_select .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .main_guest_select .m-sm-0 {
        margin: 0 !important;
    }

    .main_guest_select .mt-sm-0,
    .main_guest_select .my-sm-0 {
        margin-top: 0 !important;
    }

    .main_guest_select .mr-sm-0,
    .main_guest_select .mx-sm-0 {
        margin-right: 0 !important;
    }

    .main_guest_select .mb-sm-0,
    .main_guest_select .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .main_guest_select .ml-sm-0,
    .main_guest_select .mx-sm-0 {
        margin-left: 0 !important;
    }

    .main_guest_select .m-sm-1 {
        margin: 0.25rem !important;
    }

    .main_guest_select .mt-sm-1,
    .main_guest_select .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .main_guest_select .mr-sm-1,
    .main_guest_select .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .main_guest_select .mb-sm-1,
    .main_guest_select .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .main_guest_select .ml-sm-1,
    .main_guest_select .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .main_guest_select .m-sm-2 {
        margin: 0.5rem !important;
    }

    .main_guest_select .mt-sm-2,
    .main_guest_select .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .main_guest_select .mr-sm-2,
    .main_guest_select .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .main_guest_select .mb-sm-2,
    .main_guest_select .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .main_guest_select .ml-sm-2,
    .main_guest_select .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .main_guest_select .m-sm-3 {
        margin: 1rem !important;
    }

    .main_guest_select .mt-sm-3,
    .main_guest_select .my-sm-3 {
        margin-top: 1rem !important;
    }

    .main_guest_select .mr-sm-3,
    .main_guest_select .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .main_guest_select .mb-sm-3,
    .main_guest_select .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .main_guest_select .ml-sm-3,
    .main_guest_select .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .main_guest_select .m-sm-4 {
        margin: 1.5rem !important;
    }

    .main_guest_select .mt-sm-4,
    .main_guest_select .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .main_guest_select .mr-sm-4,
    .main_guest_select .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .main_guest_select .mb-sm-4,
    .main_guest_select .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .main_guest_select .ml-sm-4,
    .main_guest_select .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .main_guest_select .m-sm-5 {
        margin: 3rem !important;
    }

    .main_guest_select .mt-sm-5,
    .main_guest_select .my-sm-5 {
        margin-top: 3rem !important;
    }

    .main_guest_select .mr-sm-5,
    .main_guest_select .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .main_guest_select .mb-sm-5,
    .main_guest_select .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .main_guest_select .ml-sm-5,
    .main_guest_select .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .main_guest_select .p-sm-0 {
        padding: 0 !important;
    }

    .main_guest_select .pt-sm-0,
    .main_guest_select .py-sm-0 {
        padding-top: 0 !important;
    }

    .main_guest_select .pr-sm-0,
    .main_guest_select .px-sm-0 {
        padding-right: 0 !important;
    }

    .main_guest_select .pb-sm-0,
    .main_guest_select .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .main_guest_select .pl-sm-0,
    .main_guest_select .px-sm-0 {
        padding-left: 0 !important;
    }

    .main_guest_select .p-sm-1 {
        padding: 0.25rem !important;
    }

    .main_guest_select .pt-sm-1,
    .main_guest_select .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .main_guest_select .pr-sm-1,
    .main_guest_select .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .main_guest_select .pb-sm-1,
    .main_guest_select .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .main_guest_select .pl-sm-1,
    .main_guest_select .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .main_guest_select .p-sm-2 {
        padding: 0.5rem !important;
    }

    .main_guest_select .pt-sm-2,
    .main_guest_select .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .main_guest_select .pr-sm-2,
    .main_guest_select .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .main_guest_select .pb-sm-2,
    .main_guest_select .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .main_guest_select .pl-sm-2,
    .main_guest_select .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .main_guest_select .p-sm-3 {
        padding: 1rem !important;
    }

    .main_guest_select .pt-sm-3,
    .main_guest_select .py-sm-3 {
        padding-top: 1rem !important;
    }

    .main_guest_select .pr-sm-3,
    .main_guest_select .px-sm-3 {
        padding-right: 1rem !important;
    }

    .main_guest_select .pb-sm-3,
    .main_guest_select .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .main_guest_select .pl-sm-3,
    .main_guest_select .px-sm-3 {
        padding-left: 1rem !important;
    }

    .main_guest_select .p-sm-4 {
        padding: 1.5rem !important;
    }

    .main_guest_select .pt-sm-4,
    .main_guest_select .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .main_guest_select .pr-sm-4,
    .main_guest_select .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .main_guest_select .pb-sm-4,
    .main_guest_select .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .main_guest_select .pl-sm-4,
    .main_guest_select .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .main_guest_select .p-sm-5 {
        padding: 3rem !important;
    }

    .main_guest_select .pt-sm-5,
    .main_guest_select .py-sm-5 {
        padding-top: 3rem !important;
    }

    .main_guest_select .pr-sm-5,
    .main_guest_select .px-sm-5 {
        padding-right: 3rem !important;
    }

    .main_guest_select .pb-sm-5,
    .main_guest_select .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .main_guest_select .pl-sm-5,
    .main_guest_select .px-sm-5 {
        padding-left: 3rem !important;
    }

    .main_guest_select .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .main_guest_select .mt-sm-n1,
    .main_guest_select .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .main_guest_select .mr-sm-n1,
    .main_guest_select .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .main_guest_select .mb-sm-n1,
    .main_guest_select .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .main_guest_select .ml-sm-n1,
    .main_guest_select .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .main_guest_select .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .main_guest_select .mt-sm-n2,
    .main_guest_select .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .main_guest_select .mr-sm-n2,
    .main_guest_select .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .main_guest_select .mb-sm-n2,
    .main_guest_select .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .main_guest_select .ml-sm-n2,
    .main_guest_select .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .main_guest_select .m-sm-n3 {
        margin: -1rem !important;
    }

    .main_guest_select .mt-sm-n3,
    .main_guest_select .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .main_guest_select .mr-sm-n3,
    .main_guest_select .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .main_guest_select .mb-sm-n3,
    .main_guest_select .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .main_guest_select .ml-sm-n3,
    .main_guest_select .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .main_guest_select .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .main_guest_select .mt-sm-n4,
    .main_guest_select .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .main_guest_select .mr-sm-n4,
    .main_guest_select .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .main_guest_select .mb-sm-n4,
    .main_guest_select .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .main_guest_select .ml-sm-n4,
    .main_guest_select .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .main_guest_select .m-sm-n5 {
        margin: -3rem !important;
    }

    .main_guest_select .mt-sm-n5,
    .main_guest_select .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .main_guest_select .mr-sm-n5,
    .main_guest_select .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .main_guest_select .mb-sm-n5,
    .main_guest_select .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .main_guest_select .ml-sm-n5,
    .main_guest_select .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .main_guest_select .m-sm-auto {
        margin: auto !important;
    }

    .main_guest_select .mt-sm-auto,
    .main_guest_select .my-sm-auto {
        margin-top: auto !important;
    }

    .main_guest_select .mr-sm-auto,
    .main_guest_select .mx-sm-auto {
        margin-right: auto !important;
    }

    .main_guest_select .mb-sm-auto,
    .main_guest_select .my-sm-auto {
        margin-bottom: auto !important;
    }

    .main_guest_select .ml-sm-auto,
    .main_guest_select .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .main_guest_select .m-md-0 {
        margin: 0 !important;
    }

    .main_guest_select .mt-md-0,
    .main_guest_select .my-md-0 {
        margin-top: 0 !important;
    }

    .main_guest_select .mr-md-0,
    .main_guest_select .mx-md-0 {
        margin-right: 0 !important;
    }

    .main_guest_select .mb-md-0,
    .main_guest_select .my-md-0 {
        margin-bottom: 0 !important;
    }

    .main_guest_select .ml-md-0,
    .main_guest_select .mx-md-0 {
        margin-left: 0 !important;
    }

    .main_guest_select .m-md-1 {
        margin: 0.25rem !important;
    }

    .main_guest_select .mt-md-1,
    .main_guest_select .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .main_guest_select .mr-md-1,
    .main_guest_select .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .main_guest_select .mb-md-1,
    .main_guest_select .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .main_guest_select .ml-md-1,
    .main_guest_select .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .main_guest_select .m-md-2 {
        margin: 0.5rem !important;
    }

    .main_guest_select .mt-md-2,
    .main_guest_select .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .main_guest_select .mr-md-2,
    .main_guest_select .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .main_guest_select .mb-md-2,
    .main_guest_select .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .main_guest_select .ml-md-2,
    .main_guest_select .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .main_guest_select .m-md-3 {
        margin: 1rem !important;
    }

    .main_guest_select .mt-md-3,
    .main_guest_select .my-md-3 {
        margin-top: 1rem !important;
    }

    .main_guest_select .mr-md-3,
    .main_guest_select .mx-md-3 {
        margin-right: 1rem !important;
    }

    .main_guest_select .mb-md-3,
    .main_guest_select .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .main_guest_select .ml-md-3,
    .main_guest_select .mx-md-3 {
        margin-left: 1rem !important;
    }

    .main_guest_select .m-md-4 {
        margin: 1.5rem !important;
    }

    .main_guest_select .mt-md-4,
    .main_guest_select .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .main_guest_select .mr-md-4,
    .main_guest_select .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .main_guest_select .mb-md-4,
    .main_guest_select .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .main_guest_select .ml-md-4,
    .main_guest_select .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .main_guest_select .m-md-5 {
        margin: 3rem !important;
    }

    .main_guest_select .mt-md-5,
    .main_guest_select .my-md-5 {
        margin-top: 3rem !important;
    }

    .main_guest_select .mr-md-5,
    .main_guest_select .mx-md-5 {
        margin-right: 3rem !important;
    }

    .main_guest_select .mb-md-5,
    .main_guest_select .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .main_guest_select .ml-md-5,
    .main_guest_select .mx-md-5 {
        margin-left: 3rem !important;
    }

    .main_guest_select .p-md-0 {
        padding: 0 !important;
    }

    .main_guest_select .pt-md-0,
    .main_guest_select .py-md-0 {
        padding-top: 0 !important;
    }

    .main_guest_select .pr-md-0,
    .main_guest_select .px-md-0 {
        padding-right: 0 !important;
    }

    .main_guest_select .pb-md-0,
    .main_guest_select .py-md-0 {
        padding-bottom: 0 !important;
    }

    .main_guest_select .pl-md-0,
    .main_guest_select .px-md-0 {
        padding-left: 0 !important;
    }

    .main_guest_select .p-md-1 {
        padding: 0.25rem !important;
    }

    .main_guest_select .pt-md-1,
    .main_guest_select .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .main_guest_select .pr-md-1,
    .main_guest_select .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .main_guest_select .pb-md-1,
    .main_guest_select .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .main_guest_select .pl-md-1,
    .main_guest_select .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .main_guest_select .p-md-2 {
        padding: 0.5rem !important;
    }

    .main_guest_select .pt-md-2,
    .main_guest_select .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .main_guest_select .pr-md-2,
    .main_guest_select .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .main_guest_select .pb-md-2,
    .main_guest_select .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .main_guest_select .pl-md-2,
    .main_guest_select .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .main_guest_select .p-md-3 {
        padding: 1rem !important;
    }

    .main_guest_select .pt-md-3,
    .main_guest_select .py-md-3 {
        padding-top: 1rem !important;
    }

    .main_guest_select .pr-md-3,
    .main_guest_select .px-md-3 {
        padding-right: 1rem !important;
    }

    .main_guest_select .pb-md-3,
    .main_guest_select .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .main_guest_select .pl-md-3,
    .main_guest_select .px-md-3 {
        padding-left: 1rem !important;
    }

    .main_guest_select .p-md-4 {
        padding: 1.5rem !important;
    }

    .main_guest_select .pt-md-4,
    .main_guest_select .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .main_guest_select .pr-md-4,
    .main_guest_select .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .main_guest_select .pb-md-4,
    .main_guest_select .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .main_guest_select .pl-md-4,
    .main_guest_select .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .main_guest_select .p-md-5 {
        padding: 3rem !important;
    }

    .main_guest_select .pt-md-5,
    .main_guest_select .py-md-5 {
        padding-top: 3rem !important;
    }

    .main_guest_select .pr-md-5,
    .main_guest_select .px-md-5 {
        padding-right: 3rem !important;
    }

    .main_guest_select .pb-md-5,
    .main_guest_select .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .main_guest_select .pl-md-5,
    .main_guest_select .px-md-5 {
        padding-left: 3rem !important;
    }

    .main_guest_select .m-md-n1 {
        margin: -0.25rem !important;
    }

    .main_guest_select .mt-md-n1,
    .main_guest_select .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .main_guest_select .mr-md-n1,
    .main_guest_select .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .main_guest_select .mb-md-n1,
    .main_guest_select .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .main_guest_select .ml-md-n1,
    .main_guest_select .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .main_guest_select .m-md-n2 {
        margin: -0.5rem !important;
    }

    .main_guest_select .mt-md-n2,
    .main_guest_select .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .main_guest_select .mr-md-n2,
    .main_guest_select .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .main_guest_select .mb-md-n2,
    .main_guest_select .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .main_guest_select .ml-md-n2,
    .main_guest_select .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .main_guest_select .m-md-n3 {
        margin: -1rem !important;
    }

    .main_guest_select .mt-md-n3,
    .main_guest_select .my-md-n3 {
        margin-top: -1rem !important;
    }

    .main_guest_select .mr-md-n3,
    .main_guest_select .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .main_guest_select .mb-md-n3,
    .main_guest_select .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .main_guest_select .ml-md-n3,
    .main_guest_select .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .main_guest_select .m-md-n4 {
        margin: -1.5rem !important;
    }

    .main_guest_select .mt-md-n4,
    .main_guest_select .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .main_guest_select .mr-md-n4,
    .main_guest_select .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .main_guest_select .mb-md-n4,
    .main_guest_select .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .main_guest_select .ml-md-n4,
    .main_guest_select .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .main_guest_select .m-md-n5 {
        margin: -3rem !important;
    }

    .main_guest_select .mt-md-n5,
    .main_guest_select .my-md-n5 {
        margin-top: -3rem !important;
    }

    .main_guest_select .mr-md-n5,
    .main_guest_select .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .main_guest_select .mb-md-n5,
    .main_guest_select .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .main_guest_select .ml-md-n5,
    .main_guest_select .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .main_guest_select .m-md-auto {
        margin: auto !important;
    }

    .main_guest_select .mt-md-auto,
    .main_guest_select .my-md-auto {
        margin-top: auto !important;
    }

    .main_guest_select .mr-md-auto,
    .main_guest_select .mx-md-auto {
        margin-right: auto !important;
    }

    .main_guest_select .mb-md-auto,
    .main_guest_select .my-md-auto {
        margin-bottom: auto !important;
    }

    .main_guest_select .ml-md-auto,
    .main_guest_select .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .main_guest_select .m-lg-0 {
        margin: 0 !important;
    }

    .main_guest_select .mt-lg-0,
    .main_guest_select .my-lg-0 {
        margin-top: 0 !important;
    }

    .main_guest_select .mr-lg-0,
    .main_guest_select .mx-lg-0 {
        margin-right: 0 !important;
    }

    .main_guest_select .mb-lg-0,
    .main_guest_select .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .main_guest_select .ml-lg-0,
    .main_guest_select .mx-lg-0 {
        margin-left: 0 !important;
    }

    .main_guest_select .m-lg-1 {
        margin: 0.25rem !important;
    }

    .main_guest_select .mt-lg-1,
    .main_guest_select .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .main_guest_select .mr-lg-1,
    .main_guest_select .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .main_guest_select .mb-lg-1,
    .main_guest_select .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .main_guest_select .ml-lg-1,
    .main_guest_select .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .main_guest_select .m-lg-2 {
        margin: 0.5rem !important;
    }

    .main_guest_select .mt-lg-2,
    .main_guest_select .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .main_guest_select .mr-lg-2,
    .main_guest_select .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .main_guest_select .mb-lg-2,
    .main_guest_select .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .main_guest_select .ml-lg-2,
    .main_guest_select .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .main_guest_select .m-lg-3 {
        margin: 1rem !important;
    }

    .main_guest_select .mt-lg-3,
    .main_guest_select .my-lg-3 {
        margin-top: 1rem !important;
    }

    .main_guest_select .mr-lg-3,
    .main_guest_select .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .main_guest_select .mb-lg-3,
    .main_guest_select .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .main_guest_select .ml-lg-3,
    .main_guest_select .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .main_guest_select .m-lg-4 {
        margin: 1.5rem !important;
    }

    .main_guest_select .mt-lg-4,
    .main_guest_select .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .main_guest_select .mr-lg-4,
    .main_guest_select .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .main_guest_select .mb-lg-4,
    .main_guest_select .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .main_guest_select .ml-lg-4,
    .main_guest_select .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .main_guest_select .m-lg-5 {
        margin: 3rem !important;
    }

    .main_guest_select .mt-lg-5,
    .main_guest_select .my-lg-5 {
        margin-top: 3rem !important;
    }

    .main_guest_select .mr-lg-5,
    .main_guest_select .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .main_guest_select .mb-lg-5,
    .main_guest_select .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .main_guest_select .ml-lg-5,
    .main_guest_select .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .main_guest_select .p-lg-0 {
        padding: 0 !important;
    }

    .main_guest_select .pt-lg-0,
    .main_guest_select .py-lg-0 {
        padding-top: 0 !important;
    }

    .main_guest_select .pr-lg-0,
    .main_guest_select .px-lg-0 {
        padding-right: 0 !important;
    }

    .main_guest_select .pb-lg-0,
    .main_guest_select .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .main_guest_select .pl-lg-0,
    .main_guest_select .px-lg-0 {
        padding-left: 0 !important;
    }

    .main_guest_select .p-lg-1 {
        padding: 0.25rem !important;
    }

    .main_guest_select .pt-lg-1,
    .main_guest_select .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .main_guest_select .pr-lg-1,
    .main_guest_select .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .main_guest_select .pb-lg-1,
    .main_guest_select .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .main_guest_select .pl-lg-1,
    .main_guest_select .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .main_guest_select .p-lg-2 {
        padding: 0.5rem !important;
    }

    .main_guest_select .pt-lg-2,
    .main_guest_select .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .main_guest_select .pr-lg-2,
    .main_guest_select .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .main_guest_select .pb-lg-2,
    .main_guest_select .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .main_guest_select .pl-lg-2,
    .main_guest_select .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .main_guest_select .p-lg-3 {
        padding: 1rem !important;
    }

    .main_guest_select .pt-lg-3,
    .main_guest_select .py-lg-3 {
        padding-top: 1rem !important;
    }

    .main_guest_select .pr-lg-3,
    .main_guest_select .px-lg-3 {
        padding-right: 1rem !important;
    }

    .main_guest_select .pb-lg-3,
    .main_guest_select .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .main_guest_select .pl-lg-3,
    .main_guest_select .px-lg-3 {
        padding-left: 1rem !important;
    }

    .main_guest_select .p-lg-4 {
        padding: 1.5rem !important;
    }

    .main_guest_select .pt-lg-4,
    .main_guest_select .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .main_guest_select .pr-lg-4,
    .main_guest_select .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .main_guest_select .pb-lg-4,
    .main_guest_select .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .main_guest_select .pl-lg-4,
    .main_guest_select .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .main_guest_select .p-lg-5 {
        padding: 3rem !important;
    }

    .main_guest_select .pt-lg-5,
    .main_guest_select .py-lg-5 {
        padding-top: 3rem !important;
    }

    .main_guest_select .pr-lg-5,
    .main_guest_select .px-lg-5 {
        padding-right: 3rem !important;
    }

    .main_guest_select .pb-lg-5,
    .main_guest_select .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .main_guest_select .pl-lg-5,
    .main_guest_select .px-lg-5 {
        padding-left: 3rem !important;
    }

    .main_guest_select .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .main_guest_select .mt-lg-n1,
    .main_guest_select .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .main_guest_select .mr-lg-n1,
    .main_guest_select .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .main_guest_select .mb-lg-n1,
    .main_guest_select .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .main_guest_select .ml-lg-n1,
    .main_guest_select .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .main_guest_select .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .main_guest_select .mt-lg-n2,
    .main_guest_select .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .main_guest_select .mr-lg-n2,
    .main_guest_select .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .main_guest_select .mb-lg-n2,
    .main_guest_select .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .main_guest_select .ml-lg-n2,
    .main_guest_select .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .main_guest_select .m-lg-n3 {
        margin: -1rem !important;
    }

    .main_guest_select .mt-lg-n3,
    .main_guest_select .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .main_guest_select .mr-lg-n3,
    .main_guest_select .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .main_guest_select .mb-lg-n3,
    .main_guest_select .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .main_guest_select .ml-lg-n3,
    .main_guest_select .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .main_guest_select .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .main_guest_select .mt-lg-n4,
    .main_guest_select .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .main_guest_select .mr-lg-n4,
    .main_guest_select .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .main_guest_select .mb-lg-n4,
    .main_guest_select .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .main_guest_select .ml-lg-n4,
    .main_guest_select .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .main_guest_select .m-lg-n5 {
        margin: -3rem !important;
    }

    .main_guest_select .mt-lg-n5,
    .main_guest_select .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .main_guest_select .mr-lg-n5,
    .main_guest_select .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .main_guest_select .mb-lg-n5,
    .main_guest_select .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .main_guest_select .ml-lg-n5,
    .main_guest_select .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .main_guest_select .m-lg-auto {
        margin: auto !important;
    }

    .main_guest_select .mt-lg-auto,
    .main_guest_select .my-lg-auto {
        margin-top: auto !important;
    }

    .main_guest_select .mr-lg-auto,
    .main_guest_select .mx-lg-auto {
        margin-right: auto !important;
    }

    .main_guest_select .mb-lg-auto,
    .main_guest_select .my-lg-auto {
        margin-bottom: auto !important;
    }

    .main_guest_select .ml-lg-auto,
    .main_guest_select .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .m-xl-0 {
        margin: 0 !important;
    }

    .main_guest_select .mt-xl-0,
    .main_guest_select .my-xl-0 {
        margin-top: 0 !important;
    }

    .main_guest_select .mr-xl-0,
    .main_guest_select .mx-xl-0 {
        margin-right: 0 !important;
    }

    .main_guest_select .mb-xl-0,
    .main_guest_select .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .main_guest_select .ml-xl-0,
    .main_guest_select .mx-xl-0 {
        margin-left: 0 !important;
    }

    .main_guest_select .m-xl-1 {
        margin: 0.25rem !important;
    }

    .main_guest_select .mt-xl-1,
    .main_guest_select .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .main_guest_select .mr-xl-1,
    .main_guest_select .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .main_guest_select .mb-xl-1,
    .main_guest_select .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .main_guest_select .ml-xl-1,
    .main_guest_select .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .main_guest_select .m-xl-2 {
        margin: 0.5rem !important;
    }

    .main_guest_select .mt-xl-2,
    .main_guest_select .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .main_guest_select .mr-xl-2,
    .main_guest_select .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .main_guest_select .mb-xl-2,
    .main_guest_select .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .main_guest_select .ml-xl-2,
    .main_guest_select .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .main_guest_select .m-xl-3 {
        margin: 1rem !important;
    }

    .main_guest_select .mt-xl-3,
    .main_guest_select .my-xl-3 {
        margin-top: 1rem !important;
    }

    .main_guest_select .mr-xl-3,
    .main_guest_select .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .main_guest_select .mb-xl-3,
    .main_guest_select .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .main_guest_select .ml-xl-3,
    .main_guest_select .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .main_guest_select .m-xl-4 {
        margin: 1.5rem !important;
    }

    .main_guest_select .mt-xl-4,
    .main_guest_select .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .main_guest_select .mr-xl-4,
    .main_guest_select .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .main_guest_select .mb-xl-4,
    .main_guest_select .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .main_guest_select .ml-xl-4,
    .main_guest_select .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .main_guest_select .m-xl-5 {
        margin: 3rem !important;
    }

    .main_guest_select .mt-xl-5,
    .main_guest_select .my-xl-5 {
        margin-top: 3rem !important;
    }

    .main_guest_select .mr-xl-5,
    .main_guest_select .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .main_guest_select .mb-xl-5,
    .main_guest_select .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .main_guest_select .ml-xl-5,
    .main_guest_select .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .main_guest_select .p-xl-0 {
        padding: 0 !important;
    }

    .main_guest_select .pt-xl-0,
    .main_guest_select .py-xl-0 {
        padding-top: 0 !important;
    }

    .main_guest_select .pr-xl-0,
    .main_guest_select .px-xl-0 {
        padding-right: 0 !important;
    }

    .main_guest_select .pb-xl-0,
    .main_guest_select .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .main_guest_select .pl-xl-0,
    .main_guest_select .px-xl-0 {
        padding-left: 0 !important;
    }

    .main_guest_select .p-xl-1 {
        padding: 0.25rem !important;
    }

    .main_guest_select .pt-xl-1,
    .main_guest_select .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .main_guest_select .pr-xl-1,
    .main_guest_select .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .main_guest_select .pb-xl-1,
    .main_guest_select .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .main_guest_select .pl-xl-1,
    .main_guest_select .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .main_guest_select .p-xl-2 {
        padding: 0.5rem !important;
    }

    .main_guest_select .pt-xl-2,
    .main_guest_select .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .main_guest_select .pr-xl-2,
    .main_guest_select .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .main_guest_select .pb-xl-2,
    .main_guest_select .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .main_guest_select .pl-xl-2,
    .main_guest_select .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .main_guest_select .p-xl-3 {
        padding: 1rem !important;
    }

    .main_guest_select .pt-xl-3,
    .main_guest_select .py-xl-3 {
        padding-top: 1rem !important;
    }

    .main_guest_select .pr-xl-3,
    .main_guest_select .px-xl-3 {
        padding-right: 1rem !important;
    }

    .main_guest_select .pb-xl-3,
    .main_guest_select .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .main_guest_select .pl-xl-3,
    .main_guest_select .px-xl-3 {
        padding-left: 1rem !important;
    }

    .main_guest_select .p-xl-4 {
        padding: 1.5rem !important;
    }

    .main_guest_select .pt-xl-4,
    .main_guest_select .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .main_guest_select .pr-xl-4,
    .main_guest_select .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .main_guest_select .pb-xl-4,
    .main_guest_select .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .main_guest_select .pl-xl-4,
    .main_guest_select .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .main_guest_select .p-xl-5 {
        padding: 3rem !important;
    }

    .main_guest_select .pt-xl-5,
    .main_guest_select .py-xl-5 {
        padding-top: 3rem !important;
    }

    .main_guest_select .pr-xl-5,
    .main_guest_select .px-xl-5 {
        padding-right: 3rem !important;
    }

    .main_guest_select .pb-xl-5,
    .main_guest_select .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .main_guest_select .pl-xl-5,
    .main_guest_select .px-xl-5 {
        padding-left: 3rem !important;
    }

    .main_guest_select .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .main_guest_select .mt-xl-n1,
    .main_guest_select .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .main_guest_select .mr-xl-n1,
    .main_guest_select .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .main_guest_select .mb-xl-n1,
    .main_guest_select .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .main_guest_select .ml-xl-n1,
    .main_guest_select .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .main_guest_select .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .main_guest_select .mt-xl-n2,
    .main_guest_select .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .main_guest_select .mr-xl-n2,
    .main_guest_select .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .main_guest_select .mb-xl-n2,
    .main_guest_select .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .main_guest_select .ml-xl-n2,
    .main_guest_select .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .main_guest_select .m-xl-n3 {
        margin: -1rem !important;
    }

    .main_guest_select .mt-xl-n3,
    .main_guest_select .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .main_guest_select .mr-xl-n3,
    .main_guest_select .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .main_guest_select .mb-xl-n3,
    .main_guest_select .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .main_guest_select .ml-xl-n3,
    .main_guest_select .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .main_guest_select .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .main_guest_select .mt-xl-n4,
    .main_guest_select .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .main_guest_select .mr-xl-n4,
    .main_guest_select .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .main_guest_select .mb-xl-n4,
    .main_guest_select .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .main_guest_select .ml-xl-n4,
    .main_guest_select .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .main_guest_select .m-xl-n5 {
        margin: -3rem !important;
    }

    .main_guest_select .mt-xl-n5,
    .main_guest_select .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .main_guest_select .mr-xl-n5,
    .main_guest_select .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .main_guest_select .mb-xl-n5,
    .main_guest_select .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .main_guest_select .ml-xl-n5,
    .main_guest_select .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .main_guest_select .m-xl-auto {
        margin: auto !important;
    }

    .main_guest_select .mt-xl-auto,
    .main_guest_select .my-xl-auto {
        margin-top: auto !important;
    }

    .main_guest_select .mr-xl-auto,
    .main_guest_select .mx-xl-auto {
        margin-right: auto !important;
    }

    .main_guest_select .mb-xl-auto,
    .main_guest_select .my-xl-auto {
        margin-bottom: auto !important;
    }

    .main_guest_select .ml-xl-auto,
    .main_guest_select .mx-xl-auto {
        margin-left: auto !important;
    }
}

.main_guest_select .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.main_guest_select .text-justify {
    text-align: justify !important;
}

.main_guest_select .text-wrap {
    white-space: normal !important;
}

.main_guest_select .text-nowrap {
    white-space: nowrap !important;
}

.main_guest_select .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_guest_select .text-left {
    text-align: left !important;
}

.main_guest_select .text-right {
    text-align: right !important;
}

.main_guest_select .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .main_guest_select .text-sm-left {
        text-align: left !important;
    }

    .main_guest_select .text-sm-right {
        text-align: right !important;
    }

    .main_guest_select .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .main_guest_select .text-md-left {
        text-align: left !important;
    }

    .main_guest_select .text-md-right {
        text-align: right !important;
    }

    .main_guest_select .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .main_guest_select .text-lg-left {
        text-align: left !important;
    }

    .main_guest_select .text-lg-right {
        text-align: right !important;
    }

    .main_guest_select .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .text-xl-left {
        text-align: left !important;
    }

    .main_guest_select .text-xl-right {
        text-align: right !important;
    }

    .main_guest_select .text-xl-center {
        text-align: center !important;
    }
}

.main_guest_select .text-lowercase {
    text-transform: lowercase !important;
}

.main_guest_select .text-uppercase {
    text-transform: uppercase !important;
}

.main_guest_select .text-capitalize {
    text-transform: capitalize !important;
}

.main_guest_select .font-weight-light {
    font-weight: 300 !important;
}

.main_guest_select .font-weight-lighter {
    font-weight: lighter !important;
}

.main_guest_select .font-weight-normal {
    font-weight: 400 !important;
}

.main_guest_select .font-weight-bold {
    font-weight: 700 !important;
}

.main_guest_select .font-weight-bolder {
    font-weight: bolder !important;
}

.main_guest_select .font-italic {
    font-style: italic !important;
}

.main_guest_select .text-white {
    color: #fff !important;
}

.main_guest_select .text-primary {
    color: #007bff !important;
}

.main_guest_select a.text-primary:focus,
.main_guest_select a.text-primary:hover {
    color: #0056b3 !important;
}

.main_guest_select .text-secondary {
    color: #6c757d !important;
}

.main_guest_select a.text-secondary:focus,
.main_guest_select a.text-secondary:hover {
    color: #494f54 !important;
}

.main_guest_select .text-success {
    color: #28a745 !important;
}

.main_guest_select a.text-success:focus,
.main_guest_select a.text-success:hover {
    color: #19692c !important;
}

.main_guest_select .text-info {
    color: #17a2b8 !important;
}

.main_guest_select a.text-info:focus,
.main_guest_select a.text-info:hover {
    color: #0f6674 !important;
}

.main_guest_select .text-warning {
    color: #ffc107 !important;
}

.main_guest_select a.text-warning:focus,
.main_guest_select a.text-warning:hover {
    color: #ba8b00 !important;
}

.main_guest_select .text-danger {
    color: #dc3545 !important;
}

.main_guest_select a.text-danger:focus,
.main_guest_select a.text-danger:hover {
    color: #a71d2a !important;
}

.main_guest_select .text-light {
    color: #f8f9fa !important;
}

.main_guest_select a.text-light:focus,
.main_guest_select a.text-light:hover {
    color: #cbd3da !important;
}

.main_guest_select .text-dark {
    color: #343a40 !important;
}

.main_guest_select a.text-dark:focus,
.main_guest_select a.text-dark:hover {
    color: #121416 !important;
}

.main_guest_select .text-body {
    color: #212529 !important;
}

.main_guest_select .text-muted {
    color: #6c757d !important;
}

.main_guest_select .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.main_guest_select .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.main_guest_select .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.main_guest_select .text-decoration-none {
    text-decoration: none !important;
}

.main_guest_select .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.main_guest_select .text-reset {
    color: inherit !important;
}

.main_guest_select .visible {
    visibility: visible !important;
}

.main_guest_select .invisible {
    visibility: hidden !important;
}

@media print {

    .main_guest_select *,
    .main_guest_select ::after,
    .main_guest_select ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    .main_guest_select a:not(.btn) {
        text-decoration: underline;
    }

    .main_guest_select abbr[title]::after {
        content: " ("attr(title) ")";
    }

    .main_guest_select pre {
        white-space: pre-wrap !important;
    }

    .main_guest_select blockquote,
    .main_guest_select pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    .main_guest_select thead {
        display: table-header-group;
    }

    .main_guest_select img,
    .main_guest_select tr {
        page-break-inside: avoid;
    }

    .main_guest_select h2,
    .main_guest_select h3,
    .main_guest_select p {
        orphans: 3;
        widows: 3;
    }

    .main_guest_select h2,
    .main_guest_select h3 {
        page-break-after: avoid;
    }

    @page {
        .main_guest_select {
            size: a3;
        }
    }

    .main_guest_select body {
        min-width: 992px !important;
    }

    .main_guest_select .container {
        min-width: 992px !important;
    }

    .main_guest_select .navbar {
        display: none;
    }

    .main_guest_select .badge {
        border: 1px solid #000;
    }

    .main_guest_select .table {
        border-collapse: collapse !important;
    }

    .main_guest_select .table td,
    .main_guest_select .table th {
        background-color: #fff !important;
    }

    .main_guest_select .table-bordered td,
    .main_guest_select .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .main_guest_select .table-dark {
        color: inherit;
    }

    .main_guest_select .table-dark tbody+tbody,
    .main_guest_select .table-dark td,
    .main_guest_select .table-dark th,
    .main_guest_select .table-dark thead th {
        border-color: #dee2e6;
    }

    .main_guest_select .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.main_guest_select *,
.main_guest_select ::before,
.main_guest_select ::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.main_guest_select html {
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main_guest_select body,
.main_guest_select html {
    -webkit-text-size-adjust: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .main_guest_select body,
    .main_guest_select html {
        height: 100%;
    }
}

.main_guest_select body {
    background-color: #fff;
    color: #2c3f58;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    line-height: 1.75;
    min-height: 100vh;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media only screen and (max-width: 576px) {
    .main_guest_select body {
        font-size: 0.9375rem;
    }
}

.main_guest_select html.is-scroll-disabled body {
    height: 100vh;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .main_guest_select html.is-scroll-disabled body {
        overflow: auto !important;
    }
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .main_guest_select html.is-scroll-disabled {
        overflow: hidden;
    }
}

.main_guest_select .no-scroll {
    overflow: hidden;
    -ms-overflow-style: none;
}

.main_guest_select .no-scroll-ios {
    position: fixed;
    width: 100%;
}

.main_guest_select h1,
.main_guest_select h2,
.main_guest_select h3,
.main_guest_select h4,
.main_guest_select h5,
.main_guest_select h6 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 3.4rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.main_guest_select .title--h1,
.main_guest_select .title--h2,
.main_guest_select .title--h3,
.main_guest_select .title--h4,
.main_guest_select .title--h5,
.main_guest_select .title--h6 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 3.4rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width: 1200px) {

    .main_guest_select h1,
    .main_guest_select h2,
    .main_guest_select h3,
    .main_guest_select h4,
    .main_guest_select h5,
    .main_guest_select h6 {
        margin-bottom: 3rem;
    }

    .main_guest_select .title--h1,
    .main_guest_select .title--h2,
    .main_guest_select .title--h3,
    .main_guest_select .title--h4,
    .main_guest_select .title--h5,
    .main_guest_select .title--h6 {
        margin-bottom: 3rem;
    }
}

.main_guest_select .title,
.main_guest_select .post-content h1,
.main_guest_select .post-content h2,
.main_guest_select .post-content h3,
.main_guest_select .post-content h4,
.main_guest_select .post-content h5,
.main_guest_select .post-content h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.main_guest_select .title--display-1 {
    font-size: 5rem;
    margin-bottom: 2.4rem;
}

.main_guest_select .wp-block-embed__wrapper {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .title--display-1 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .title--display-1 {
        font-size: 3.8rem;
        margin-bottom: 1.8rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .title--display-1 {
        font-size: 2.5rem;
        margin-bottom: 1.8rem;
    }
}

.main_guest_select .title--h1,
.main_guest_select .post-content h1 {
    font-size: 4rem;
    margin-bottom: 3.4rem;
}

.main_guest_select .post-content h1 {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {

    .main_guest_select .title--h1,
    .main_guest_select .post-content h1 {
        font-size: 3rem;
        margin-bottom: 1.8rem;
    }

    .main_guest_select .post-content h1 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {

    .main_guest_select .title--h1,
    .main_guest_select .post-content h1 {
        font-size: 2.8rem;
        margin-bottom: 1.6rem;
    }

    .main_guest_select .post-content h1 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {

    .main_guest_select .title--h1,
    .main_guest_select .post-content h1 {
        font-size: 2.1rem;
        margin-bottom: 1.2rem;
    }

    .main_guest_select .post-content h1 {
        margin-bottom: 1rem;
    }
}

.main_guest_select .title--h2,
.main_guest_select .post-content h2 {
    font-size: 3rem;
    margin-bottom: 1.8rem;
}

.main_guest_select .post-content h2 {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {

    .main_guest_select .title--h2,
    .main_guest_select .post-content h2 {
        font-size: 2.5rem;
    }

    .main_guest_select .post-content h2 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {

    .main_guest_select .title--h2,
    .main_guest_select .post-content h2 {
        font-size: 2.1rem;
        margin-bottom: 1.4rem;
    }

    .main_guest_select .post-content h2 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {

    .main_guest_select .title--h2,
    .main_guest_select .post-content h2 {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }

    .main_guest_select .post-content h2 {
        margin-bottom: 1rem;
    }
}

.main_guest_select .title--h3,
.main_guest_select .post-content h3 {
    font-size: 2rem;
    margin-bottom: 1.8rem;
}

.main_guest_select .post-content h3 {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {

    .main_guest_select .title--h3,
    .main_guest_select .post-content h3 {
        font-size: 2rem;
    }

    .main_guest_select .post-content h3 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {

    .main_guest_select .title--h3,
    .main_guest_select .post-content h3 {
        font-size: 1.7rem;
        margin-bottom: 1.3rem;
    }

    .main_guest_select .post-content h3 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {

    .main_guest_select .title--h3,
    .main_guest_select .post-content h3 {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
    }

    .main_guest_select .post-content h3 {
        margin-bottom: 1rem;
    }
}

.main_guest_select .title--h4,
.main_guest_select .post-content h4 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.main_guest_select .post-content h4 {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {

    .main_guest_select .title--h4,
    .main_guest_select .post-content h4 {
        font-size: 1.2rem;
    }

    .main_guest_select .post-content h4 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {

    .main_guest_select .title--h4,
    .main_guest_select .post-content h4 {
        font-size: 1.18rem;
        margin-bottom: 1rem;
    }

    .main_guest_select .post-content h4 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {

    .main_guest_select .title--h4,
    .main_guest_select .post-content h4 {
        font-size: 1.15rem;
        margin-bottom: 0.8rem;
    }

    .main_guest_select .post-content h4 {
        margin-bottom: 1rem;
    }
}

.main_guest_select .title--h5,
.main_guest_select .post-content h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.main_guest_select .title--h6,
.main_guest_select .post-content h6 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.main_guest_select .title--overhead {
    color: #a9acb5;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    letter-spacing: 0.08rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.main_guest_select .title--overhead a {
    color: #a9acb5;
    text-decoration: none;
}

.main_guest_select .title--overhead a:hover {
    color: #2c3f58;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .title--overhead {
        font-size: 0.875rem;
        letter-spacing: 0.13rem;
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .title--overhead {
        font-size: 0.75rem;
        letter-spacing: 0.05rem;
    }
}

.main_guest_select .title--overhead-small {
    color: #a9acb5;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .title--overhead-small {
        font-size: 0.75rem;
        letter-spacing: 0.05rem;
    }
}

.main_guest_select .title-description {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
    .main_guest_select .title-description {
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .title-description {
        font-size: 1.25rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }
}

.main_guest_select .post-content p+.wp-block-gallery {
    margin-top: 1rem;
}

.main_guest_select .post-content table {
    width: 100%;
    margin: 2rem 0;
    padding: 0;
    border-collapse: collapse;
}

.main_guest_select .post-content table th,
.main_guest_select .wp-block-table.is-style-stripes th {
    color: #72809d;
    font-weight: 300;
    padding: 15px 20px;
    text-align: left;
    background: none;
    border: 1px solid #f1f2f5;
    text-transform: none;
    font-size: 1rem;
}

.main_guest_select .post-content table tbody th,
.main_guest_select .wp-block-table.is-style-stripes tbody th {
    background: none;
    border: 1px solid #f1f2f5;
    text-transform: none;
    font-size: 1rem;
}

.main_guest_select .post-content table td,
.main_guest_select .wp-block-table.is-style-stripes td {
    padding: 10px 20px;
    border: 1px solid #f1f2f5;
    background: none;
    font-size: 1rem;
    color: #54647b;
}

.main_guest_select .post-content figure {
    max-width: 100%;
    height: auto;
}

.main_guest_select .post-content p img,
.main_guest_select .post-content figure img {
    max-width: 100%;
    height: auto;
}

.main_guest_select img.alignright,
.main_guest_select .alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.main_guest_select img.alignleft,
.main_guest_select .alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.main_guest_select img.aligncenter,
.main_guest_select .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_guest_select img .alignnone,
.main_guest_select .alignnone {
    float: none;
}

.main_guest_select .wp-caption-text,
.main_guest_select .wp-block-image figcaption,
.main_guest_select .wp-block-video figcaption,
.main_guest_select .wp-block-embed figcaption,
.main_guest_select .blocks-gallery-caption {
    max-width: 100%;
    margin: 0;
    padding: 5px 10px 0 10px;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.4;
    font-style: italic;
}

.main_guest_select .blocks-gallery-caption {
    margin-bottom: 1rem;
    padding-top: 0;
    width: 100%;
    display: block;
}

.main_guest_select .wp-caption.alignnone {
    margin: 5px 0 0 0;
}

.main_guest_select .wp-caption.alignleft {
    margin: 5px 20px 0 0;
}

.main_guest_select .wp-caption.alignright {
    margin: 5px 0 0 20px;
}

.main_guest_select .news__paragraph_clear:after,
.main_guest_select .post-content:after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.main_guest_select pre {
    margin: 1rem 0;
    color: #747474;
    font-style: italic;
}

.main_guest_select pre code {
    color: #e83e8c;
    font-style: italic;
}

.main_guest_select .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: none;
}

.main_guest_select .wp-block-table.is-style-stripes {
    border-bottom: none;
    border-collapse: collapse;
}

.main_guest_select .post-content ol,
.main_guest_select .post-content ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.main_guest_select .post-content ol ol,
.main_guest_select .post-content ul ul,
.main_guest_select .post-content ol ul,
.main_guest_select .post-content ul ol {
    margin-top: 0;
    margin-bottom: 0;
}

.main_guest_select .post-content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 580px) {
    .main_guest_select .post-content p {
        margin-bottom: 1rem;
    }
}

.main_guest_select .block-quote,
.main_guest_select blockquote,
.main_guest_select .wp-block-quote,
.main_guest_select .wp-block-quote.is-large,
.main_guest_select .wp-block-quote.is-style-large,
.main_guest_select .wp-block-pullquote {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 2.5rem 0;
    padding-left: 2rem;
    position: relative;
    line-height: 1.75;
}

.main_guest_select .block-quote:before,
.main_guest_select blockquote:before,
.main_guest_select .wp-block-quote:before,
.main_guest_select .wp-block-quote.is-large:before,
.main_guest_select .wp-block-quote.is-style-large:before,
.main_guest_select .wp-block-pullquote:before {
    background-color: var(--my_btn_bg);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
}

@media only screen and (max-width: 576px) {

    .main_guest_select .block-quote,
    .main_guest_select blockquote,
    .main_guest_select .wp-block-quote,
    .main_guest_select .wp-block-quote.is-large,
    .main_guest_select .wp-block-quote.is-style-large,
    .main_guest_select .wp-block-pullquote {
        font-size: 1.125rem;
        margin: 1.2rem 0;
        padding-left: 1.2rem;
    }
}

.main_guest_select .block-quote cite,
.main_guest_select blockquote cite,
.main_guest_select .wp-block-quote cite,
.main_guest_select .wp-block-quote.is-large cite,
.main_guest_select .wp-block-quote.is-style-large cite,
.main_guest_select .wp-block-pullquote cite {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-style: normal;
    color: #72809d;
    display: block;
    margin-top: 1.5rem;
    padding-left: 2.5rem;
    position: relative;
    text-align: left;
}

.main_guest_select .block-quote cite:before,
.main_guest_select blockquote cite:before,
.main_guest_select .wp-block-quote cite:before,
.main_guest_select .wp-block-quote.is-large cite:before,
.main_guest_select .wp-block-quote.is-style-large cite:before,
.main_guest_select .wp-block-pullquote cite:before {
    content: '';
    background-color: #72809d;
    height: 1px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5rem;
}

@media only screen and (max-width: 576px) {

    .main_guest_select .block-quote cite,
    .main_guest_select blockquote cite,
    .main_guest_select .wp-block-quote cite,
    .main_guest_select .wp-block-quote.is-large cite,
    .main_guest_select .wp-block-quote.is-style-large cite,
    .main_guest_select .wp-block-pullquote cite {
        font-size: 0.875rem;
        margin-top: 0;
        padding-left: 1.6rem;
    }

    .main_guest_select .block-quote cite:before,
    .main_guest_select blockquote cite:before,
    .main_guest_select .wp-block-quote cite:before,
    .main_guest_select .wp-block-quote.is-large cite:before,
    .main_guest_select .wp-block-quote.is-style-large cite:before,
    .main_guest_select .wp-block-pullquote cite:before {
        width: 1rem;
    }
}

.main_guest_select .block-quote.has-background:before,
.main_guest_select .wp-block-quote.has-background:before,
.main_guest_select .wp-block-quote.is-large.has-background:before,
.main_guest_select .wp-block-quote.is-style-large.has-background:before,
.main_guest_select .wp-block-pullquote.has-background:before,
.main_guest_select blockquote.has-background:before {
    display: none;
}

.main_guest_select .block-quote.has-background blockquote,
.main_guest_select .wp-block-quote.has-background blockquote,
.main_guest_select .wp-block-quote.is-large.has-background blockquote,
.main_guest_select .wp-block-quote.is-style-large.has-background blockquote,
.main_guest_select .wp-block-pullquote.has-background blockquote,
.main_guest_select blockquote.has-background blockquote {
    padding: 1.8rem 0;
}

.main_guest_select .block-quote.has-background:before,
.main_guest_select .wp-block-quote.has-background:before,
.main_guest_select .wp-block-quote.is-large.has-background:before,
.main_guest_select .wp-block-quote.is-style-large.has-background:before,
.main_guest_select .wp-block-pullquote.has-background:before,
.main_guest_select blockquote.has-background:before {
    left: 2rem;
    top: 2rem;
}

.main_guest_select .block-quote.has-text-align-right,
.main_guest_select .wp-block-quote.has-text-align-right,
.main_guest_select .wp-block-pullquote.has-text-align-right,
.main_guest_select blockquote.has-text-align-right {
    padding-right: 2rem;
}

.main_guest_select .block-quote.has-text-align-right::before,
.main_guest_select .wp-block-quote.has-text-align-right::before,
.main_guest_select .wp-block-pullquote.has-text-align-right::before,
.main_guest_select blockquote.has-text-align-right::before {
    left: auto;
    right: 0;
}

.main_guest_select .block-quote.has-text-align-right cite,
.main_guest_select .wp-block-quote.has-text-align-right cite,
.main_guest_select .wp-block-quote.is-large.has-text-align-right cite,
.main_guest_select .wp-block-quote.is-style-large.has-text-align-right cite,
.main_guest_select .wp-block-pullquote.has-text-align-right cite,
.main_guest_select blockquote.has-text-align-right cite {
    padding-left: 0;
    padding-right: 3rem;
    text-align: right;
}

.main_guest_select .block-quote cite br,
.main_guest_select .wp-block-quote cite br,
.main_guest_select .wp-block-quote.is-large cite br,
.main_guest_select .wp-block-quote.is-style-large cite br,
.main_guest_select .wp-block-pullquote cite br,
.main_guest_select blockquote cite br {
    display: none;
}

.main_guest_select .block-quote.has-text-align-right cite::before,
.main_guest_select .wp-block-quote.has-text-align-right cite::before,
.main_guest_select .wp-block-quote.is-large.has-text-align-right cite::before,
.main_guest_select .wp-block-quote.is-style-large.has-text-align-right cite::before,
.main_guest_select .wp-block-pullquote.has-text-align-right cite::before,
.main_guest_select blockquote.has-text-align-right cite::before {
    left: auto;
    right: 0;
}

.main_guest_select .wp-block-pullquote {
    padding: 1.8rem;
    text-align: left;
}

.main_guest_select .wp-block-pullquote blockquote {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.main_guest_select .wp-block-pullquote blockquote:before {
    display: none;
}

.main_guest_select a {
    color: var(--my_btn_bg);
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.main_guest_select a:hover,
.main_guest_select a:focus {
    color: var(--my_btn_bg);
    outline: none;
    text-decoration: none;
}

.main_guest_select .link-underline,
.main_guest_select .post-content a {
    color: var(--my_btn_bg);
    text-decoration: underline;
}

.main_guest_select .link-underline:hover,
.main_guest_select .post-content a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .main_guest_select .list-feature {
        margin-bottom: 0;
    }
}

.main_guest_select .list-feature__item {
    margin-top: 0.4rem;
    margin-bottom: 1.2rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .list-feature__item {
        border: 1px solid rgba(169, 172, 181, 0.2);
        border-radius: 6px;
        padding: 0.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .list-feature .icon {
        margin-right: 0.5rem;
    }
}

.main_guest_select .paragraph,
.main_guest_select .post-content,
.main_guest_select .post-content p {
    color: rgba(44, 63, 88, 0.8);
    color: #54647b;
}

.main_guest_select .paragraph--large {
    font-size: 1.125rem;
    font-weight: 500;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .paragraph--large {
        font-size: 1.031rem;
    }
}

.main_guest_select .text-two-column {
    column-count: 2;
    column-gap: 6vw;
    column-fill: balance;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .text-two-column {
        column-count: 1;
        column-gap: 0;
        text-align: left;
    }
}

.main_guest_select .text-accent {
    color: var(--my_btn_bg);
}

.main_guest_select img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main_guest_select iframe {
    border: 0;
    display: block;
    width: 100%;
}

.main_guest_select .youtube-video-place iframe {
    background-color: #2c3f58;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.main_guest_select .cover {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover;
object-position: center;
    ';
height: 100% !important;
    width: 100%;
}

.main_guest_select ::-moz-selection {
    background: transparent;
    color: #625ef7;
}

.main_guest_select ::selection {
    background: transparent;
    color: #625ef7;
}

.main_guest_select .icon {
    margin-right: 1rem;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover;
object-position: center;
    ';

}

.main_guest_select .icon--24 {
    height: 1.5rem;
    width: 1.5rem;
}

.main_guest_select .inputText,
.main_guest_select .textarea,
.main_guest_select .custom-select,
.main_guest_select .custom-select-box select,
.main_guest_select .comment-form input[type="text"],
.main_guest_select .comment-form input[type="email"],
.main_guest_select .comment-form input[type="tel"],
.main_guest_select .comment-form input[type="address"],
.main_guest_select .comment-form input[type="number"],
.main_guest_select .comment-form textarea,
.main_guest_select .woocommerce-page input[type="text"],
.main_guest_select .woocommerce-page input[type="email"],
.main_guest_select .woocommerce-page input[type="tel"],
.main_guest_select .woocommerce-page input[type="address"],
.main_guest_select .woocommerce-page input[type="number"],
.main_guest_select .woocommerce-page input[type="password"],
.main_guest_select .woocommerce-page textarea {
    background-color: #fff;
    border: 1px solid rgba(114, 128, 157, 0.3);
    border-radius: 6px;
    box-shadow: none;
    color: #2c3f58;
    line-height: 1;
    height: 48px;
    padding: 0 1.125rem;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_guest_select .textarea,
.main_guest_select .custom-select-box select,
.main_guest_select .comment-form textarea,
.main_guest_select .woocommerce-page textarea {
    height: 100px;
    padding: 1.125rem;
}

@media only screen and (max-width: 576px) {

    .main_guest_select .inputText,
    .main_guest_select .textarea,
    .main_guest_select .custom-select,
    .main_guest_select .custom-select-box select,
    .main_guest_select .comment-form input[type="text"],
    .main_guest_select .comment-form input[type="email"],
    .main_guest_select .comment-form input[type="tel"],
    .main_guest_select .comment-form input[type="address"],
    .main_guest_select .comment-form input[type="number"],
    .main_guest_select .comment-form textarea,
    .main_guest_select .woocommerce-page input[type="text"],
    .main_guest_select .woocommerce-page input[type="email"],
    .main_guest_select .woocommerce-page input[type="tel"],
    .main_guest_select .woocommerce-page input[type="address"],
    .main_guest_select .woocommerce-page input[type="number"],
    .main_guest_select .woocommerce-page input[type="password"],
    .main_guest_select .woocommerce-page textarea {
        font-size: 0.9375rem;
        height: 44px;
        padding: 0.1rem 1rem 0;
    }
}

.main_guest_select .inputText:focus,
.main_guest_select .textarea:focus,
.main_guest_select .custom-select:focus,
.main_guest_select .custom-select-box select:focus,
.main_guest_select .custom-select-box input:focus,
.main_guest_select .custom-select-box textarea:focus,
.main_guest_select .woocommerce-page input[type="text"]:focus,
.main_guest_select .woocommerce-page input[type="email"]:focus,
.main_guest_select .woocommerce-page input[type="tel"]:focus,
.main_guest_select .woocommerce-page input[type="address"]:focus,
.main_guest_select .woocommerce-page input[type="number"]:focus,
.main_guest_select .woocommerce-page input[type="password"]:focus,
.main_guest_select .woocommerce-page textarea:focus {
    border: 1px solid var(--my_btn_bg);
    box-shadow: 0px 4px 10px rgba(201, 169, 106, 0.12);
    outline: none;
}

.main_guest_select .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    display: inline-block;
}

.main_guest_select .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
    position: relative;
    top: 9px;
    margin-right: 6px;
}

.main_guest_select .inputText__icon {
    padding: 0 1.125rem 0 3rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .inputText__icon {
        padding: 0.1rem 1rem 0 2.7rem;
    }
}

.main_guest_select .inputFeature {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
}

.main_guest_select .inputFeature:focus {
    outline: none;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .inputFeature {
        background-color: #fff;
        border: 1px solid rgba(114, 128, 157, 0.3);
        border-radius: 6px;
        color: #2c3f58;
        display: flex;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        height: 48px;
        padding: 0 1.125rem;
        position: relative;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .inputFeature {
        font-size: 0.9375rem;
        height: 44px;
        padding: 1px 1rem 0;
    }
}

.main_guest_select label,
.main_guest_select .label {
    color: #72809d;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

@media only screen and (max-width: 576px) {

    .main_guest_select label,
    .main_guest_select .label {
        font-size: 0.875rem;
        margin-bottom: 0.3rem;
    }
}

.main_guest_select .labelFeature {
    color: #a9acb5;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

@-moz-document url-prefix() {
    .main_guest_select .labelFeature {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .labelFeature {
        color: #72809d;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: none;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .labelFeature {
        font-size: 0.875rem;
        margin-bottom: 0.3rem;
    }
}

.main_guest_select .textarea {
    display: block;
    line-height: 1.4;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    resize: none;
    height: 120px;
}

.main_guest_select .custom-select,
.main_guest_select .custom-select-box select,
.main_guest_select select {
    background-image: url(../img/down.svg);
    background-position: center right 1.125rem;
    background-size: 0.875rem;
}

.main_guest_select .custom-select:focus,
.main_guest_select .custom-select-box select:focus,
.main_guest_select select:focus {
    background-image: url(../img/up.svg);
}

.main_guest_select .custom-select::-ms-expand,
.main_guest_select .custom-select-box select::-ms-expand,
.main_guest_select select::-ms-expand {
    display: none;
}

.main_guest_select .custom-control-input:checked~.custom-control-label::before,
.main_guest_select .custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: var(--my_btn_bg);
    background-color: var(--my_btn_bg);
}

.main_guest_select .custom-control-input:focus~.custom-control-label::before,
.main_guest_select .custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(201, 169, 106, 0.25);
}

.main_guest_select .custom-control-input:focus:not(:checked)~.custom-control-label::before,
.main_guest_select .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--my_btn_bg);
}

.main_guest_select .custom-control-label::before {
    border: 1px solid rgba(114, 128, 157, 0.3);
}

.main_guest_select input::-webkit-outer-spin-button,
.main_guest_select input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main_guest_select input[type=number] {
    -moz-appearance: textfield;
}

.main_guest_select .js-quantity {
    position: relative;
}

.main_guest_select .js-quantity-input {
    padding-left: 2.6rem;
    padding-right: 5rem;
    text-align: center;
}

.main_guest_select .qty-minus,
.main_guest_select .qty-plus {
    background-color: rgba(114, 128, 157, 0.1);
    border-radius: 4px;
    color: #72809d;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1.5rem;
    height: 1.5rem;
    margin: auto 0.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    text-align: center;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    z-index: 1;
}

.main_guest_select .qty-minus:hover,
.main_guest_select .qty-plus:hover {
    background-color: rgba(114, 128, 157, 0.6);
    color: #fff;
}

.main_guest_select .qty-plus {
    left: auto;
    right: 0;
}

.main_guest_select .form-group {
    margin-bottom: 1.2rem;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .form-group {
        margin-bottom: 0.8rem;
    }
}

.main_guest_select .input-icon {
    color: rgba(114, 128, 157, 0.5);
    font-size: 1.125rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.125rem;
    height: 1.125rem;
    width: 1.125rem;
    z-index: 1;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .input-icon {
        font-size: 1rem;
        left: 1rem;
    }
}

.main_guest_select .input-arrow {
    background-image: url(../img/down.svg);
    background-position: center right 1.125rem;
    background-size: 0.875rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .input-arrow {
        background-position: center right 1rem;
        background-size: 0.75rem;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .main_guest_select .input-arrow {
        background-position: center right;
        background-size: 60%;
    }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 992px),
only screen and (-ms-high-contrast: none) and (max-width: 992px) {
    .main_guest_select .input-arrow {
        background-size: 56px;
    }
}

.main_guest_select .form-dual {
    background-color: #fff;
    border: 1px solid rgba(114, 128, 157, 0.3);
    box-shadow: 0px 4px 10px rgba(201, 169, 106, 0);
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    transition: all 0.3s ease-in-out;
}

.main_guest_select .form-dual:hover {
    border: 1px solid var(--my_btn_bg);
    box-shadow: 0px 4px 10px rgba(201, 169, 106, 0.12);
}

@media only screen and (max-width: 576px) {
    .main_guest_select .form-dual {
        height: 44px;
    }
}

.main_guest_select .form-dual__left,
.main_guest_select .form-dual__right {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    flex: 0 0 50%;
    position: relative;
    width: 50%;
}

.main_guest_select .form-dual__left {
    border-right: 1px solid rgba(114, 128, 157, 0.3);
}

.main_guest_select .form-dual .label {
    margin-bottom: 0;
    padding-left: 1.125rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .form-dual .label {
        padding-right: 1rem;
    }
}

.main_guest_select .form-dual input {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.main_guest_select .form-dual input:focus {
    border: 0;
    box-shadow: none;
}

.main_guest_select .form-dual #price-from {
    padding-left: 1rem;
    padding-right: 0.5rem;
    white-space: nowrap;
}

.main_guest_select .form-dual #price-to {
    padding-left: 0.5rem;
    padding-right: 1.4rem;
    white-space: nowrap;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .form-dual--mobile {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .main_guest_select .form-dual--mobile .form-dual__left,
    .main_guest_select .form-dual--mobile .form-dual__right {
        flex: 0 0 100%;
        width: 100%;
    }

    .main_guest_select .form-dual--mobile .form-dual__left {
        border-right: 0;
        border-bottom: 1px solid rgba(114, 128, 157, 0.3);
    }
}

.main_guest_select .input-prefix {
    position: relative;
}

.main_guest_select .input-prefix:before {
    content: attr(data-prefix);
    color: rgba(114, 128, 157, 0.6);
    line-height: 1.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    z-index: 1;
}

.main_guest_select .input-prefix .inputText {
    padding-left: 1.8rem;
}

.main_guest_select .validation-danger,
.main_guest_select .validation-success {
    background-color: rgba(201, 169, 106, 0.1);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease-in-out;
}

.main_guest_select #validator-contact {
    border-radius: 4px;
    text-align: center;
}

.main_guest_select .help-block {
    position: absolute;
    font-size: 0.75rem;
    line-height: 1.4;
    padding-top: 0.8rem;
}

.main_guest_select .with-errors .list-unstyled {
    color: var(--my_btn_bg);
    margin-bottom: 0;
}

.main_guest_select .has-error input,
.main_guest_select .has-error textarea,
.main_guest_select .has-error input:focus,
.main_guest_select .has-error textarea:focus {
    border-color: #ff542b;
}

.main_guest_select #validator-contact {
    font-size: 0.89rem;
}

@media only screen and (max-width: 768px) {
    .main_guest_select #validator-contact {
        padding-top: 1rem;
    }
}

.main_guest_select input:-webkit-autofill,
.main_guest_select input:-webkit-autofill:hover,
.main_guest_select input:-webkit-autofill:focus,
.main_guest_select input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #2c3f58 !important;
}

.main_guest_select input::-webkit-input-placeholder,
.main_guest_select textarea::-webkit-input-placeholder {
    color: rgba(114, 128, 157, 0.6) !important;
}

.main_guest_select :-moz-placeholder {
    color: rgba(114, 128, 157, 0.6) !important;
    opacity: 1;
}

.main_guest_select ::-moz-placeholder {
    color: rgba(114, 128, 157, 0.6) !important;
    opacity: 1;
}

.main_guest_select input:-ms-input-placeholder,
.main_guest_select textarea::-ms-input-placeholder {
    color: rgba(114, 128, 157, 0.6) !important;
}

.main_guest_select input::-ms-input-placeholder,
.main_guest_select textarea::-ms-input-placeholder {
    color: rgba(114, 128, 157, 0.6) !important;
}

.main_guest_select input::placeholder,
.main_guest_select textarea::placeholder {
    color: rgba(114, 128, 157, 0.6) !important;
}

.main_guest_select input::-ms-clear {
    display: none;
}

.main_guest_select input:required:invalid {
    outline: none;
}

.main_guest_select .btn {
    background-color: var(--my_btn_bg);
    border: 0;
    border-radius: 5rem;
    box-shadow: 0px 16px 48px rgba(201, 169, 106, 0.16);
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 0;
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: box-shadow 0.4s ease-in-out;
    text-decoration: none !important;
}

.main_guest_select .btn::before {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transform: translateX(-100%) skewX(-15deg);
    transition: transform 0.4s ease-in-out;
}

.main_guest_select .btn:hover {
    color: #fff;
    box-shadow: 0px 0px 0px rgba(201, 169, 106, 0.16);
}

.main_guest_select .btn:hover::before {
    transform: translateX(100%) skewX(-15deg);
    opacity: 1;
}

.main_guest_select .btn:focus {
    color: #fff;
    box-shadow: none;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .btn {
        font-size: 0.9375rem;
        height: 2.75rem;
        padding: 0 1rem;
    }
}

.main_guest_select .btn.disabled {
    opacity: 1;
}

.main_guest_select .btn .btn-icon-left,
.main_guest_select .btn .btn-icon-right {
    font-size: 1.1rem;
}

.main_guest_select .btn .btn-icon-left {
    padding-right: 0.45rem;
}

.main_guest_select .btn .btn-icon-right {
    padding-left: 0.45rem;
}

.main_guest_select .btn__circle {
    padding: 0;
    height: 3rem;
    width: 3rem;
}

.main_guest_select .btn__large {
    height: 3.8rem;
    padding: 0 2.5rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .btn__large {
        height: 3.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .btn__large {
        height: 3.4rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .btn__large {
        height: 2.75rem;
        padding: 0 1.5rem;
    }
}

.main_guest_select .btn__large .btn-icon-left,
.main_guest_select .btn__large .btn-icon-right {
    font-size: 1.3rem;
}

.main_guest_select .btn__large .btn-icon-left {
    padding-right: 0.6rem;
}

.main_guest_select .btn__large .btn-icon-right {
    padding-left: 0.6rem;
}

.main_guest_select .btn__medium {
    height: 3rem;
    padding: 0 2rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .btn__medium {
        height: 2.75rem;
    }
}

.main_guest_select .btn__small {
    font-size: 0.875rem;
    font-weight: 500;
    height: 2.5rem;
    padding: 0 1rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .btn__small {
        height: 2.375rem;
    }
}

.main_guest_select .btn__second {
    background-color: transparent !important;
    border: 1px solid rgba(169, 172, 181, 0.2);
    box-shadow: none;
    color: #72809d !important;
}

.main_guest_select .btn__second::before {
    display: none;
}

.main_guest_select .btn__second:hover {
    border: 1px solid rgba(169, 172, 181, 0.6);
    color: #72809d;
}

.main_guest_select .btn__second:focus {
    color: #72809d;
}

.main_guest_select .btn--white {
    background-color: #fff;
    box-shadow: none;
    color: var(--my_btn_bg);
}

.main_guest_select .btn--white::before {
    background: rgba(201, 169, 106, 0.1);
}

.main_guest_select .btn--white:hover {
    color: var(--my_btn_bg);
}

.main_guest_select .btn-play {
    background-color: #fff;
    background-image: url(assets/icons/icon-play.svg);
    background-size: 22%;
    background-position: center;
    border-radius: 50%;
    box-shadow: none;
    display: block;
    height: 4rem;
    position: relative;
    transition: all 0.5s ease-in-out;
    width: 4rem;
}

.main_guest_select .btn-play::before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 148%;
    margin: auto;
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
    width: 148%;
}

.main_guest_select .btn-play:hover,
.main_guest_select .header__btn-play:hover .btn-play {
    box-shadow: 0 0 0 0.5rem #fff;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .btn-play {
        height: calc(4rem / 1.4);
        width: calc(4rem / 1.4);
    }
}

.main_guest_select .btn-play__popup::after {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    height: 2rem;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2rem;
    z-index: -1;
}

.main_guest_select .btn-play__popup.is-active {
    transform: scale(60);
}

.main_guest_select .btn-play__popup.is-active::after {
    z-index: 1;
}

.main_guest_select .btn-booking {
    background-color: var(--my_btn_bg);
    border: 0;
    box-shadow: 0px 16px 48px rgba(201, 169, 106, 0.16);
    color: #fff;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 auto;
    height: 100%;
    line-height: inherit;
    letter-spacing: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 1rem 2.6rem 0.8rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.main_guest_select .btn-booking:focus {
    outline: none;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .btn-booking {
        border-radius: 5rem;
        font-size: 1rem;
        -ms-flex-align: center;
        align-items: center;
        height: 3rem;
        padding: 0 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .btn-booking {
        font-size: 0.9375rem;
        height: 2.75rem;
    }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 992px),
only screen and (-ms-high-contrast: none) and (max-width: 992px) {
    .main_guest_select .btn-booking {
        width: 100%;
    }
}

.main_guest_select .btn-booking span {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.3rem;
    position: relative;
}

.main_guest_select .btn-booking span::before {
    content: '';
    background-color: #fff;
    height: 1px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    width: 20px;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .btn-booking span {
        display: none;
    }
}

.main_guest_select .btn-link {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--my_btn_bg);
    font-size: 1.125rem;
    padding-right: 4.5rem;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.main_guest_select .btn-link::before {
    content: '';
    background-color: var(--my_btn_bg);
    height: 1px;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3rem;
    transition: all 0.3s ease-in-out;
}

.main_guest_select .btn-link:hover {
    color: var(--my_btn_bg);
    text-decoration: none;
    padding-right: 3.5rem;
}

.main_guest_select .btn-link:hover::before {
    width: 2rem;
}

.main_guest_select .btn-link:focus {
    color: var(--my_btn_bg);
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .btn-link {
        font-size: 0.875rem;
        padding-right: 4rem;
    }
}

.main_guest_select .btn-floating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 64px 64px rgba(44, 63, 88, 0.05), 0px 0px 32px rgba(44, 63, 88, 0.05), 0px 16px 16px rgba(44, 63, 88, 0.03), 0px 8px 8px rgba(44, 63, 88, 0.03), 0px 4px 4px rgba(44, 63, 88, 0.03), 0px 2px 2px rgba(44, 63, 88, 0.04);
    border-radius: 50%;
    font-size: 1.6rem;
    color: var(--my_btn_bg);
    cursor: pointer;
    height: 4rem;
    width: 4rem;
    position: fixed;
    right: 3.5rem;
    bottom: 3.5rem;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.main_guest_select .btn-floating:hover {
    color: #fff;
    box-shadow: 0px 64px 64px rgba(44, 63, 88, 0.05), 0px 0px 32px rgba(44, 63, 88, 0.05), 0px 16px 16px rgba(44, 63, 88, 0.03), 0px 8px 8px rgba(44, 63, 88, 0.03), 0px 4px 4px rgba(44, 63, 88, 0.03), 0px 2px 2px rgba(44, 63, 88, 0.04), inset 0 0 0 60px var(--my_btn_bg);
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .btn-floating {
        right: 2.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .btn-floating {
        height: calc(4rem / 1.14);
        width: calc(4rem / 1.14);
        right: 2rem;
        bottom: 8.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .btn-floating {
        display: none !important;
    }
}

.main_guest_select .btn-floating i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main_guest_select .btn-floating.is-bottom {
    bottom: 8rem;
}

.main_guest_select .dropdown-menu {
    background-color: #fff;
    box-shadow: 0px 18px 64px rgba(44, 63, 88, 0.1);
    border-radius: 6px;
    border: 0;
    min-width: 20rem;
    padding: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .dropdown-menu {
        padding: 1rem;
        min-width: 100%;
    }
}

.main_guest_select .dropdown-menu .col__left {
    padding-right: 12px;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .dropdown-menu .col__left {
        padding-right: 7.5px;
    }
}

.main_guest_select .dropdown-menu .col__right {
    padding-left: 12px;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .dropdown-menu .col__right {
        padding-left: 7.5px;
    }
}

.main_guest_select .dropdown-menu .row-footer {
    margin-top: 1.2rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .dropdown-menu .row-footer {
        margin-top: 0.5rem;
    }
}

.main_guest_select .dropdown-menu .form-group {
    margin-right: 0 !important;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .dropdown-menu .form-group {
        margin-bottom: 0.6rem !important;
    }
}

.main_guest_select .preloader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 1100;
    opacity: 1;
}

.main_guest_select .preloader__wrap {
    width: 100%;
    max-width: 140px;
}

.main_guest_select .preloader__progress {
    background: rgba(244, 244, 244, 0.8);
    height: 2px;
    position: relative;
    margin-top: 1.2rem;
    overflow: hidden;
    width: 100%;
}

.main_guest_select .preloader__progress span {
    background: var(--my_btn_bg);
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    animation: line-anim 1.5s ease-in-out infinite;
}

@keyframes line-anim {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.main_guest_select .logo-link {
    display: block;
}

.main_guest_select .logotype {
    width: 142px;
    max-height: 48px;
}

.main_guest_select .logotype-title {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 1;
    color: #2c3f58;
    font-weight: 700;
    max-width: 300px;
}

.main_guest_select .logotype-sub {
    display: none;
}

@media only screen and (max-width: 768px) {
    .main_guest_select .logotype {
        width: 120px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .logotype {
        width: 104px;
    }

    .main_guest_select .logotype-title {
        max-width: 200px;
    }
}

.main_guest_select .navbar {
    border-bottom: 1px solid rgba(169, 172, 181, 0.2);
    padding: 1.5rem 3.5rem;
    height: 96px;
    z-index: 11;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .navbar {
        padding: 1rem 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .navbar {
        padding: 0 1.5rem;
        height: 81px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .navbar {
        padding: 0 15px;
    }
}

.main_guest_select .navbar__menu {
    line-height: 0;
}

.main_guest_select .navbar-overlay {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.main_guest_select .navbar .nav {
    font-weight: 600;
}

@media only screen and (min-width: 993px) {
    .main_guest_select .navbar .nav {
        display: flex !important;
    }
}

.main_guest_select .navbar .nav__item {
    margin-right: 2.5rem;
    padding: 10px 0;
    position: relative;
}

.main_guest_select .navbar .nav__item:nth-last-child(2) {
    margin-right: 0;
}

.main_guest_select .navbar .nav__item:last-child {
    display: none;
    margin-right: 0;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .navbar .nav__item:last-child {
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .navbar .nav__item {
        margin-right: 2rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .navbar .nav__item {
        margin: 1rem 0;
        padding: 0;
        width: 100%;
    }

    .main_guest_select .navbar .nav__link {
        line-height: 2;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .navbar .nav__item {
        margin: 0.3rem 0;
    }
}

@media only screen and (min-width: 992px) {
    .main_guest_select .navbar .nav__item {
        opacity: 1 !important;
        transform: none !important;
    }
}

.main_guest_select .navbar .nav__item.is-current .nav__link {
    color: var(--my_btn_bg);
}

.main_guest_select .navbar .nav__item.is-current::before {
    content: '';
    background-color: var(--my_btn_bg);
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.main_guest_select .navbar .nav__link {
    color: #2c3f58;
    display: block;
    line-height: 1.1;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .navbar .nav__link {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .navbar .nav__link {
        font-size: 1.4rem;
    }
}

.main_guest_select .navbar .nav__link:hover span {
    transform: translateY(-100%);
}

.main_guest_select .navbar .nav__link span {
    display: inline-block;
    position: relative;
    transition: transform 0.2s ease-in-out;
}

.main_guest_select .navbar .nav__link span::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    position: absolute;
    left: 0;
    top: 100%;
    transform: translate3d(0, 0, 0);
}

.main_guest_select .navbar-white {
    border: 0;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .navbar-white {
        padding: 1rem 2rem;
    }
}

@media only screen and (max-width: 782px) {
    .main_guest_select {}
}

@media only screen and (max-width: 768px) {
    .main_guest_select .navbar-white {
        height: 5rem;
        padding: 0 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .navbar-white {
        height: 3.15rem;
        padding: 0 15px;
    }
}

.main_guest_select .navbar-white .nav__item.is-current::before {
    background-color: #fff;
}

.main_guest_select .navbar-white .nav__item.is-current .nav__link {
    color: #fff;
}

.main_guest_select .navbar-white .nav__link {
    color: #fff;
}

.main_guest_select .navbar-white .hamburger span {
    background-color: #fff;
}

.main_guest_select .is-sticky {
    box-shadow: 0px 24px 64px rgba(44, 63, 88, 0.06);
    border: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7;
}

.main_guest_select .is-sticky.show {
    opacity: 1;
    transform: translateY(0);
}

.main_guest_select .is-sticky.hide {
    opacity: 0;
    transform: translateY(-100%);
}

.main_guest_select .navbar .nav__link .icon {
    display: none;
}

.main_guest_select .navbar li .sub-menu {
    margin: 0;
    padding: 20px 0 5px 0;
    position: absolute;
    top: 38px;
    left: -25px;
    min-width: 160px;
    display: block;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.main_guest_select .navbar li.wpml-ls-menu-item .sub-menu {
    min-width: 70px;
}

.main_guest_select .navbar li .sub-menu li {
    margin: 0 25px;
    padding: 0;
    margin-bottom: 15px;
    display: block;
    line-height: normal;
    width: auto;
    float: none;
}

.main_guest_select .navbar li .sub-menu li a:before {
    bottom: -3px;
}

.main_guest_select .navbar li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.main_guest_select .navbar li .sub-menu .sub-menu {
    top: -20px;
    left: 100%;
}

.main_guest_select .navbar li .sub-menu .sub-menu {
    background: #f9f9f9;
}

.main_guest_select .navbar li .sub-menu li a {
    color: #2c3f58 !important;
    font-weight: 400;
}

.main_guest_select .navbar li .sub-menu li a:hover {
    color: var(--my_btn_bg) !important;
}

.main_guest_select .navbar li .sub-menu li.is-current>a {
    color: var(--my_btn_bg) !important;
}

.main_guest_select .navbar li .sub-menu li.is-current::before {
    display: none;
}

.main_guest_select .dropdown-toggle::after {
    position: relative;
    top: 2px;
    margin-left: 0.5em;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .navbar__btn {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .navbar .nav {
        display: none;
        background: #fff;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: normal;
        flex-flow: column;
        font-weight: 500;
        text-align: center;
        height: 100%;
        position: fixed;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9;
        padding: 8rem 0 4rem 0;
    }

    .main_guest_select .navbar-white .nav__item.is-current .nav__link {
        color: #2c3f58;
    }

    .main_guest_select .navbar-white .nav__link {
        color: #2c3f58;
    }

    .main_guest_select .navbar .nav__link:hover span {
        transform: translateY(0);
    }

    .main_guest_select .navbar .nav__link {
        font-size: 1.2rem;
        line-height: 2;
    }

    .main_guest_select .navbar .nav__item.is-current::before {
        display: none;
    }

    .main_guest_select .navbar li .sub-menu {
        margin: 5px 0 0 0;
        padding: 10px 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-width: auto;
        display: none;
        background: #f9f9f9;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        text-align: center;
        float: none;
        transition: none;
        -webkit-transition: none;
    }

    .main_guest_select .navbar li .sub-menu .sub-menu {
        top: 0;
        left: -25px;
        width: calc(100% + 50px);
    }

    .main_guest_select .navbar li .sub-menu .sub-menu {
        background: #f1f1f1;
    }

    .main_guest_select .navbar-white .nav__item .nav__link {
        color: #2c3f58 !important;
    }

    .main_guest_select .navbar-white .nav__item.is-current>.nav__link {
        color: var(--my_btn_bg) !important;
    }

    .main_guest_select .navbar-white .nav__item .nav__item .nav__item .nav__link {
        color: #fff !important;
    }

    .main_guest_select .navbar li .sub-menu .btn {
        display: none;
    }

    .main_guest_select .navbar .nav__item {
        margin: 0.2rem 0;
    }

    .main_guest_select .navbar li .sub-menu li {
        margin-bottom: 0;
    }

    .main_guest_select .navbar li .sub-menu li a {
        position: relative;
        display: inline-block;
        overflow: visible;
    }

    .main_guest_select .navbar li .sub-menu .sub-menu {
        margin-bottom: 10px;
    }

    .main_guest_select .dropdown-toggle::after {
        display: none;
    }

    .main_guest_select .dropdown-toggle>span::after,
    .main_guest_select .dropdown-toggle::after {
        position: absolute;
        right: -15px;
        top: 5px;
        margin-left: 0.5em;
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid #2c3f58;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        transition: all 0.3s ease 0s;
    }

    .main_guest_select .dropdown-toggle>span {
        position: relative;
    }

    .main_guest_select .dropdown-toggle>span::after,
    .main_guest_select .dropdown-toggle::after {
        position: absolute;
        right: -20px;
        top: 15px;
    }

    .main_guest_select .active>.dropdown-toggle>span::after,
    .main_guest_select .active>.dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .main_guest_select .navbar li .sub-menu li {
        font-size: 1rem;
    }
}

.main_guest_select .hamburger {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative;
    height: 24px;
    width: 24px;
    z-index: 10;
}

.main_guest_select .hamburger:focus {
    outline: none;
}

@media only screen and (min-width: 993px) {
    .main_guest_select .hamburger {
        display: none;
    }
}

.main_guest_select .hamburger span {
    background-color: #2c3f58;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.main_guest_select .hamburger span:nth-of-type(1) {
    top: 6px;
}

.main_guest_select .hamburger span:nth-of-type(2) {
    top: 16px;
}

.main_guest_select .hamburger.is-active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
}

.main_guest_select .hamburger.is-active span:nth-of-type(2) {
    transform: translateY(-5px) rotate(45deg);
}

.main_guest_select .open-nav .hamburger span {
    background-color: #2c3f58;
}

.main_guest_select .sub-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(169, 172, 181, 0.2);
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .main_guest_select .sub-header {
        justify-content: flex-start;
    }
}

.main_guest_select .sub-header .form-group {
    margin-bottom: 0;
}

.main_guest_select .sub-header #price {
    width: 120px;
}

.main_guest_select .sub-header #priceRange {
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .sub-header #priceRange {
        margin-top: 0.6rem;
    }
}

.main_guest_select .sub-header #dropdownPriceAction {
    min-width: 224px;
}

.main_guest_select .sub-header #person-adult,
.main_guest_select .sub-header #person-kids {
    min-width: 110px;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .filters-room {
        display: block;
        position: relative;
        opacity: 1 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    .main_guest_select .filters-room .js-quantity .label {
        padding-right: 0px;
    }
}

.main_guest_select .sub-header form {
    width: 100%;
}

.main_guest_select .sub-header .btn {
    border: 1px solid var(--my_btn_bg);
    height: 48px;
    background: transparent;
    color: var(--my_btn_bg);
    box-shadow: none;
}

.main_guest_select .sub-header .btn:hover {
    background-color: var(--my_btn_bg);
    box-shadow: 0px 16px 48px rgba(201, 169, 106, 0.16);
    color: #fff;
}

.main_guest_select .bottom-nav {
    background-color: #fff;
    box-shadow: 0 0 64px rgba(44, 63, 88, 0.1);
    border-radius: 18px 18px 0 0;
    height: calc(100% - 2.5rem);
    margin-top: 2.5rem;
    position: fixed;
    bottom: 0;
    z-index: 11;
    transform: translateY(calc(100% - 30px));
    transition: transform 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 576px) {
    .main_guest_select .bottom-nav {
        display: none;
    }
}

.main_guest_select .bottom-nav__control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 1.5rem;
    padding: 1.2rem 0;
    position: relative;
}

.main_guest_select .bottom-nav__control::before,
.main_guest_select .bottom-nav__control::after {
    content: '';
    background-color: #dfdfdf;
    border-radius: 4px;
    height: 3px;
    position: absolute;
    width: 1.5rem;
    transition: transform 0.4s ease-in-out;
}

.main_guest_select .bottom-nav__control::before {
    transform: rotate(20deg) translateX(-47%);
}

.main_guest_select .bottom-nav__control::after {
    transform: rotate(-20deg) translateX(47%);
}

.main_guest_select .bottom-nav.open {
    transform: translateY(0);
}

.main_guest_select .bottom-nav.open .bottom-nav__control::before {
    transform: rotate(0) translateX(-47%);
}

.main_guest_select .bottom-nav.open .bottom-nav__control::after {
    transform: rotate(0) translateX(47%);
}

.main_guest_select .bottom-nav .container {
    height: 100%;
    overflow: auto;
    padding-bottom: 2.5rem;
}

.main_guest_select .footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(169, 172, 181, 0.2);
    margin-top: 6rem;
    padding: 1.6rem 3.5rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .footer {
        padding: 1.6rem 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .footer {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.2rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .footer {
        margin-top: 2rem;
        padding: 1rem 15px;
        justify-content: center;
    }
}

.main_guest_select .footer__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .footer .logotype {
        width: 142px;
    }

    .main_guest_select .footer__left {
        order: 2;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .footer .logotype {
        width: 120px;
    }
}

.main_guest_select .footer__copy {
    color: #a9acb5;
    display: inline-flex;
    font-size: 1rem;
    margin-right: 2.5rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .footer__copy {
        font-size: 0.9375rem;
        margin-right: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .footer__copy {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 0.875rem;
        text-align: center;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
}

.main_guest_select .footer__copy p {
    margin: 0;
}

.main_guest_select .footer__info {
    font-size: 1rem;
    color: #a9acb5;
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    margin-top: -10px;
}

.main_guest_select .footer__info .footer-nav__item {
    margin-right: 2rem;
    padding-top: 10px;
}

.main_guest_select .footer__info .footer-nav__item .footer-nav__item {
    margin-right: 0;
    padding-top: 0;
}

.main_guest_select .footer__info .footer-nav__link {
    color: #a9acb5;
    display: block;
    line-height: 1.1;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
}

.main_guest_select .footer__info .footer-nav__item.is-current>.footer-nav__link,
.main_guest_select .footer__info .footer-nav__item>.footer-nav__link:hover {
    color: var(--my_btn_bg);
}

@media only screen and (max-width: 992px) {
    .main_guest_select .footer__left {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .main_guest_select .footer__info {
        margin-top: 15px;
        display: block;
        text-align: center;
        width: 100%;
    }

    .main_guest_select .footer__info .footer-nav__item {
        margin-right: 0;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .main_guest_select .footer__info .footer-nav__link {
        font-size: 0.9375rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .footer__info .footer-nav__link {
        font-size: 0.875rem;
    }
}

.main_guest_select .footer__info .footer-nav__link .icon {
    display: none;
}

.main_guest_select .footer__info li .sub-menu {
    margin: 0;
    padding: 20px 0 10px 0;
    position: absolute;
    bottom: 28px;
    left: -20px;
    min-width: 160px;
    display: block;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0px 48px 64px #000;
    z-index: 3;
}

.main_guest_select .footer__info li .sub-menu li {
    padding: 0 20px;
    margin-bottom: 15px;
    display: block;
    line-height: normal;
}

.main_guest_select .footer__info li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.main_guest_select .footer__info li .sub-menu .sub-menu {
    top: -20px;
    bottom: auto;
    left: 100%;
}

.main_guest_select .footer__info li .sub-menu .sub-menu {
    background: #2c3f58;
}

.main_guest_select .footer__info li .sub-menu .sub-menu li a {
    color: #fff !important;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .footer__info li .sub-menu {
        margin: 10px 0 0 0;
        padding: 10px 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-width: auto;
        display: none;
        background: #f1f1f1;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        text-align: center;
        float: none;
        transition: none;
        -webkit-transition: none;
    }

    .main_guest_select .footer__info li .sub-menu .sub-menu {
        top: 0;
        left: -20px;
        width: calc(100% + 40px);
    }
}

.main_guest_select .footer .copyright {
    padding-left: 6rem;
    position: relative;
}

.main_guest_select .footer .copyright::before {
    content: '';
    background-color: #2c3f58;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5rem;
    width: 3rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .footer .copyright {
        padding-left: 3rem;
    }

    .main_guest_select .footer .copyright::before {
        left: 0.5rem;
        width: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .footer .copyright {
        display: none;
    }
}

.main_guest_select .footer__social {
    list-style: none;
    margin-bottom: 0;
    line-height: 0;
    padding: 0;
}

.main_guest_select .footer__social li {
    display: inline-block;
    margin-left: 1.5rem;
}

.main_guest_select .footer__social li:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .footer__social li {
        margin-left: 1rem;
    }
}

.main_guest_select .footer .social-link {
    font-size: 1.25rem;
    color: #2c3f58;
    display: block;
    line-height: 0;
}

.main_guest_select .footer .social-link:hover {
    color: var(--my_btn_bg);
}

@media only screen and (max-width: 992px) {
    .main_guest_select .footer .social-link {
        font-size: 1.125rem;
        margin-top: 0px;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .footer.fixed-bottom {
        position: relative;
    }
}

.main_guest_select .intro {
    background-color: #f4f4f4;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main_guest_select .intro__bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.main_guest_select .intro__bg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.main_guest_select .intro__container {
    height: calc(100%);
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .intro__container {
        height: calc(100%);
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .intro__container {
        height: 100%;
    }
}

.main_guest_select .intro__btn-play {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.main_guest_select .intro__btn-play:focus {
    outline: none;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .intro__btn-play {
        font-size: 1rem;
    }
}

.main_guest_select .intro__btn-play .btn-play {
    margin-left: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .intro__btn-play .btn-play {
        margin-left: 1rem;
    }
}

.main_guest_select .bottom-panel {
    color: #2c3f58;
    height: 8rem;
    margin-top: -8rem;
    position: relative;
    width: 100%;
    z-index: 2;
}

.main_guest_select .bottom-panel.bottom-panelRoom {
    z-index: 1;
}

.main_guest_select .bottom-panel form {
    height: 100%;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel {
        margin-top: -6rem;
        background-color: #fff;
        border-radius: 16px 16px 0 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel {
        border-radius: 18px;
        margin-top: -18px;
    }
}

.main_guest_select .bottom-panel__wrap {
    background-color: #fff;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.main_guest_select .bottom-panel__wrap::before {
    content: '';
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 0;
}

.main_guest_select .bottom-panel__wrap .btn-booking {
    position: relative;
}

.main_guest_select .bottom-panel__wrap .btn-booking .lds-ring {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

.main_guest_select .bottom-panel__wrap .btn-booking .lds-ring span,
.main_guest_select .filters-room .btn .lds-ring span {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel__wrap::before {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: normal;
        align-items: normal;
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .bottom-panel__wrap {
        padding-top: 2.8rem;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel__wrap {
        background-color: transparent;
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 576px) {
    .main_guest_select .bottom-panel__wrap {
        max-width: 510px;
    }
}

@media only screen and (min-width: 768px) {
    .main_guest_select .bottom-panel__wrap {
        max-width: 690px;
    }
}

@media only screen and (min-width: 992px) {
    .main_guest_select .bottom-panel__wrap {
        max-width: 930px;
    }
}

@media only screen and (min-width: 1200px) {
    .main_guest_select .bottom-panel__wrap {
        max-width: 1110px;
    }
}

@media only screen and (min-width: 1500px) {
    .main_guest_select .bottom-panel__wrap {
        max-width: 1210px;
    }
}

.main_guest_select .bottom-panel__wrap .form-group {
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel__wrap .form-group {
        margin-bottom: 1.3rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel__wrap .form-group {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel__wrap .form-group {
        margin-bottom: 0.6rem;
    }
}

.main_guest_select .bottom-panel__wrap .inputFeature {
    width: 10.6rem;
}

@-moz-document url-prefix() {
    .main_guest_select .bottom-panel__wrap .inputFeature {
        width: 11rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel__wrap .inputFeature {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .main_guest_select .bottom-panel__form-wrap {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 992px) {
    .main_guest_select .bottom-panel__form-wrap {
        flex-grow: 1;
        margin-right: 0;
    }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 992px),
only screen and (-ms-high-contrast: none) and (max-width: 992px) {
    .main_guest_select .bottom-panel__form-wrap {
        width: calc(100% + 30px);
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel .col-date-to {
        padding-right: 12px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel .col-date-to {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel .col-date-from {
        padding-left: 12px;
        padding-right: 9px;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .bottom-panel .col-date-from {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel .col-date-from {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel .btn-booking {
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .bottom-panel .btn-booking {
        margin-top: 0.6rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel .btn-booking {
        margin-top: 0.4rem;
    }
}

.main_guest_select .bottom-panel #dropdownPersons {
    min-width: 20rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel #dropdownPersons {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .bottom-panel #dropdownPersons {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .bottom-panel #dropdownPersons {
        min-width: auto;
    }
}

.main_guest_select .bottom-panel #person-total {
    width: 11rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel #person-total {
        width: 100%;
    }
}

.main_guest_select .bottom-panel .slash::before {
    right: 22%;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .bottom-panel .slash::before {
        right: 18%;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .bottom-panel .slash::before {
        display: none;
    }
}

.main_guest_select .bottom-panel-title {
    font-size: 1.125rem;
    font-weight: 600;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel-title {
        font-size: 1rem;
    }
}

.main_guest_select .bottom-panel-info {
    color: #72809d;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel-info {
        font-size: 0.875remrem;
    }
}

.main_guest_select .bottom-panel--floating {
    background-color: transparent;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel--floating {
        height: 12rem;
        margin-top: -12rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .bottom-panel--floating {
        height: auto;
        margin-top: -10rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel--floating {
        background-color: #fff;
        box-shadow: 0 32px 64px 0 rgba(44, 63, 88, 0.05);
        margin-top: -18px;
        padding-bottom: 1rem;
    }
}

.main_guest_select .bottom-panel--floating .bottom-panel__wrap {
    border-radius: 8px;
    box-shadow: 0px 0px 80px rgba(169, 172, 181, 0.3);
    padding-left: 3rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .bottom-panel--floating .bottom-panel__wrap {
        padding-left: 2.5rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel--floating .bottom-panel__wrap {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .bottom-panel--floating .bottom-panel__wrap {
        padding-top: 1.7rem;
        padding-bottom: 1.875rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panel--floating .bottom-panel__wrap {
        box-shadow: none;
        padding: 15px 15px 0;
    }
}

.main_guest_select .bottom-panel--floating .bottom-panel__wrap::before {
    display: none;
}

.main_guest_select .bottom-panel--floating .btn-booking {
    border-radius: 0 8px 8px 32px;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .bottom-panel--floating .btn-booking {
        border-radius: 5rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .booking-panel {
        background-color: #fff;
        height: 12rem;
        margin-top: -12rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .booking-panel {
        height: auto;
        margin-top: 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .booking-panel {
        border-radius: 18px;
        box-shadow: 0 32px 64px 0 rgba(44, 63, 88, 0.05);
        margin-top: -18px;
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .bottom-panelRoom {
        box-shadow: none;
        height: auto;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .bottom-panelRoom .bottom-panel__wrap {
        padding-top: 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .room-details {
        margin-left: 0;
        margin-right: 0;
    }
}

.main_guest_select .room-details__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .room-details__item {
        font-size: 0.75rem;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .main_guest_select .room-details__item span {
        display: none;
    }
}

.main_guest_select .room-details__item [class^="icon-"] {
    font-size: 1.5rem;
    margin-right: 1rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .room-details__item [class^="icon-"] {
        font-size: 1.1rem;
        margin-right: 0.6rem;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .room-details__item.slash::before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .room-details__item.slash::before {
        display: none;
    }
}

.main_guest_select .lightbox-backdrop {
    background: rgba(255, 255, 255, 0);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 100;
}

.main_guest_select .lightbox-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.main_guest_select .video-foreground {
    position: relative;
    height: 80%;
    width: 70%;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .video-foreground {
        height: 80%;
        width: 90%;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .video-foreground {
        height: 70%;
        width: 90%;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .video-foreground {
        height: 40%;
        margin-left: 15px;
        margin-right: 15px;
        width: 100%;
    }
}

.main_guest_select .video-foreground iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_guest_select .close-popup {
    border: 1px solid rgba(244, 244, 244, 0.8);
    border-radius: 50%;
    color: #72809d;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 2.3rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    transition: all 0.3s ease-in-out;
}

.main_guest_select .close-popup:hover {
    background-color: rgba(244, 244, 244, 0.8);
    box-shadow: 0 0 0 5px rgba(244, 244, 244, 0.8);
}

@media only screen and (max-width: 576px) {
    .main_guest_select .close-popup {
        font-size: 0.8rem;
        line-height: 1.4rem;
        height: 1.6rem;
        width: 1.6rem;
    }
}

.main_guest_select .coverSlider {
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.main_guest_select .intro-slider {
    background-color: #f4f4f4;
    color: #fff;
    height: 100vh;
    position: relative;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
}

.main_guest_select .intro-slider .scaleCover {
    width: 100%;
    height: 100vh;
    transform: scale(1.1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main_guest_select .intro-slider .swiper-slide-active .scaleCover,
.main_guest_select .intro-slider .swiper-slide-duplicate-active .scaleCover {
    transform: scale(1);
}

.main_guest_select .intro-slider__caption {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    z-index: 2;
}

.main_guest_select .intro-slider__caption .title {
    font-size: 9rem;
    margin-bottom: 0;
    line-height: 1.06;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .intro-slider__caption .title {
        font-size: 7.85vw;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .intro-slider__caption .title {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .intro-slider__caption .title {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .intro-slider__caption .title {
        font-size: 2.5rem;
    }
}

.main_guest_select .intro-slider__caption .description {
    font-size: 1.125rem;
    margin: 0.8rem auto 0;
    width: 50%;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .intro-slider__caption .description {
        font-size: 1rem;
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .intro-slider__caption .description {
        width: 100%;
    }
}

.main_guest_select .intro-slider__image {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .intro-slider__image {
        width: 100%;
        order: 1;
    }
}

.main_guest_select .intro-slider__image.overlay {
    position: absolute;
}

.main_guest_select .intro-slider__image.overlay::before {
    z-index: 2;
}

.main_guest_select .intro-slider__image .swiper-slide {
    overflow: hidden;
}

.main_guest_select .intro-slider .slider-navigation {
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 10rem;
    left: 0;
    z-index: 2;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .intro-slider .slider-navigation {
        display: none;
    }
}

.main_guest_select .intro-slider .slider-prev,
.main_guest_select .intro-slider .slider-next {
    color: #fff;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    font-size: 1.75rem;
    transition: all 0.4s ease-in-out;
}

.main_guest_select .intro-slider .slider-prev:hover,
.main_guest_select .intro-slider .slider-next:hover {
    color: rgba(255, 255, 255, 0.6);
}

.main_guest_select .intro-slider .slider-prev:focus,
.main_guest_select .intro-slider .slider-next:focus {
    outline: none;
}

.main_guest_select .intro-slider .slider-prev {
    margin-left: -8px;
}

.main_guest_select .intro-slider .slider-next {
    margin-left: 1.5rem;
}

.main_guest_select .swiper-container .swiper-slide .down-up span {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 0.4s ease-out;
}

.main_guest_select .swiper-container .swiper-slide .js-text-wave div span {
    transform: translate3d(0, 100%, 0);
}

.main_guest_select .swiper-container .swiper-slide .scaleCover {
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    transition: transform 1s cubic-bezier(0.5, 0, 0, 1);
}

.main_guest_select .swiper-container .swiper-slide-active .down-up span,
.main_guest_select .swiper-container .swiper-slide-duplicate-active .down-up span {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
    transition-delay: 0.5s !important;
}

.main_guest_select .swiper-container .swiper-slide-active .js-text-wave div span,
.main_guest_select .swiper-container .swiper-slide-duplicate-active .js-text-wave div span {
    transform: translate3d(0, 0, 0);
}

.main_guest_select .swiper-container .swiper-slide-active .scaleCover,
.main_guest_select .swiper-container .swiper-slide-duplicate-active .scaleCover {
    transform: scale(1);
}

.main_guest_select .swiper-container .swiper-slide-duplicate .js-text-wave div span,
.main_guest_select .swiper-container .swiper-slide-duplicate .down-up span {
    transform: translate3d(0, 100%, 0);
}

.main_guest_select .swiper-container-fade .swiper-slide {
    opacity: 1 !important;
}

.main_guest_select .main {
    min-height: calc(100vh - 300px);
    padding-top: 0.1px;
}

.main_guest_select .flex-container {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.main_guest_select .flex-container-z {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_guest_select .container-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 1500px) {
    .main_guest_select .container {
        max-width: 1240px;
    }
}

.main_guest_select .section {
    margin-top: 8.75rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .section {
        margin-top: 6.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .section {
        margin-top: 3.5rem;
    }
}

.main_guest_select .section-first {
    margin-top: 6rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .section-first {
        margin-top: 2rem;
    }
}

.main_guest_select .section-gray {
    background-color: rgba(244, 244, 244, 0.6);
    padding: 5rem 0;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .section-gray {
        padding: 2.5rem 0;
    }
}

.main_guest_select .section-gray--cutoutTop::before,
.main_guest_select .section-gray--cutoutBottom::before {
    content: '';
    background-color: #fff;
    height: 6.25rem;
    position: absolute;
    right: 0;
    width: 8vw;
}

@media only screen and (max-width: 576px) {

    .main_guest_select .section-gray--cutoutTop::before,
    .main_guest_select .section-gray--cutoutBottom::before {
        display: none;
    }
}

.main_guest_select .section-gray--cutoutTop::before {
    top: 0;
}

.main_guest_select .section-gray--cutoutBottom::before {
    bottom: 0;
}

.main_guest_select .section-rounding {
    position: relative;
}

.main_guest_select .section-rounding::before {
    content: '';
    background-image: url(assets/images/ui/section-edge.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    padding-bottom: 8%;
    position: absolute;
    bottom: -2px;
    width: 100%;
    z-index: 10;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .section-rounding::before {
        display: none;
    }
}

.main_guest_select .section-last {
    margin-bottom: -6rem;
    margin-top: 5rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .section-last {
        margin-bottom: -2rem;
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .mr-s-2 {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .height-md-auto {
        height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .col__left {
        padding-right: 7.5px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .col__right {
        padding-left: 7.5px;
    }
}

.main_guest_select .col-fullwidth,
.main_guest_select .slider-about.col-fullwidth {
    display: -ms-flexbox;
    display: flex;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .col-fullwidth {
        margin-left: 0;
        margin-right: 0;
    }
}

.main_guest_select .gutter-sizer {
    width: 8%;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .gutter-sizer {
        width: 4%;
    }
}

.main_guest_select .b-shadow {
    position: relative;
}

.main_guest_select .b-shadow::before {
    content: '';
    box-shadow: 0px 24px 64px rgba(169, 172, 181, 0.15), 0px 0px 8px rgba(169, 172, 181, 0.15);
    height: 5%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
}

.main_guest_select .overlay {
    position: relative;
}

.main_guest_select .overlay::before,
.main_guest_select .overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.main_guest_select .overlay::before {
    background-color: rgba(42, 43, 48, 0.3);
}

.main_guest_select .overlay::after {
    background: linear-gradient(180deg, rgba(42, 43, 48, 0.3) 0%, rgba(42, 43, 48, 0) 11.78%);
}

.main_guest_select .overlay-popup {
    background-color: rgba(42, 43, 48, 0.3);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.main_guest_select .overlay-visible .overlay-popup {
    display: block;
}

@media only screen and (min-width: 769px) {
    .main_guest_select .filter {
        display: inline-flex;
        flex-wrap: wrap;
        list-style: none;
        margin-top: 1rem;
        margin-bottom: 0;
        padding: 0;
    }

    .main_guest_select .filter__item {
        padding-right: 2rem;
    }

    .main_guest_select .filter__item:last-child {
        padding-right: 0;
    }

    .main_guest_select .filter__item.active a {
        color: var(--my_btn_bg);
    }

    .main_guest_select .filter__link {
        color: #2c3f58;
        font-weight: 500;
        padding: 0 4px;
        text-decoration: none;
        display: block;
        overflow: hidden;
        position: relative;
    }

    .main_guest_select .filter__link:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width: 992px) {
    .main_guest_select .filter {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
}

.main_guest_select .select .placeholder {
    display: none;
}

@media only screen and (max-width: 768px) {
    .main_guest_select .select {
        background-color: #f4f4f4;
        border-radius: 6px;
        color: #72809d;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        margin-top: 1rem;
        line-height: 1;
        height: 48px;
        padding: 0 1.125rem;
        position: relative;
        user-select: none;
        width: 100%;
        -webkit-touch-callout: none;
        z-index: 2;
    }

    .main_guest_select .select .placeholder {
        cursor: pointer;
        display: block;
        padding: 0.5rem 0;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .main_guest_select .select .placeholder:after {
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'icomoon';
        content: '\e92e';
        z-index: 10;
    }

    .main_guest_select .select.is-open .placeholder:after {
        content: '\e931';
    }

    .main_guest_select .select.is-open ul {
        display: block;
    }

    .main_guest_select .select ul {
        background-color: #fff;
        box-shadow: 0 10px 60px rgba(114, 128, 157, 0.25);
        border-radius: 6px;
        display: none;
        max-height: 600px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0.6rem 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    .main_guest_select .select ul li {
        display: block;
        text-align: left;
        padding: 0.8rem 1.125rem;
        color: #2c3f58;
        cursor: pointer;
    }

    .main_guest_select .select ul li:hover {
        background-color: rgba(244, 244, 244, 0.6);
    }

    .main_guest_select .select ul li:hover a {
        color: #2c3f58;
    }

    .main_guest_select .select ul li a {
        color: #2c3f58;
        text-decoration: none;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .select {
        margin-top: 0.5rem;
    }
}

.main_guest_select .about-image-wrap {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .main_guest_select .about-image-wrap {
        margin-bottom: 0;
    }
}

.main_guest_select .about-image-portrait,
.main_guest_select .gallery-three .about-image-portrait {
    height: 680px;
    margin-top: 2rem;
}

@media only screen and (max-width: 992px) {

    .main_guest_select .about-image-portrait,
    .main_guest_select .gallery-three .about-image-portrait {
        height: 780px;
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {

    .main_guest_select .about-image-portrait,
    .main_guest_select .gallery-three .about-image-portrait {
        height: 680px;
    }
}

@media only screen and (max-width: 576px) {

    .main_guest_select .about-image-portrait,
    .main_guest_select .gallery-three .about-image-portrait {
        height: 400px;
        margin-top: 0.2rem;
    }
}

.main_guest_select .about-image-landscape {
    height: 400px;
    margin-top: 2rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .about-image-landscape {
        height: 500px;
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .about-image-landscape {
        height: 400px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .about-image-landscape {
        height: 240px;
        margin-top: 1rem;
    }
}

.main_guest_select .about-link {
    background-color: #fff;
    color: #2c3f58;
    font-size: 1.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.2rem 2.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .main_guest_select .about-link {
        font-size: 1rem;
        padding: 1.5rem 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .about-link {
        font-size: 0.875rem;
        padding: 1rem 1.5rem;
    }
}

.main_guest_select .about-link i {
    font-size: 1.8rem;
    margin-left: 1rem;
    position: relative;
    right: 0;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .main_guest_select .about-link i {
        font-size: 1.6rem;
    }
}

.main_guest_select .about-link:hover i {
    position: relative;
    right: -6px;
}

.main_guest_select .offset-top {
    margin-top: 5.4%;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .offset-top {
        margin-top: 0;
    }
}

.main_guest_select .gallery-three {
    justify-content: center;
    overflow: hidden;
}

.main_guest_select .gallery-three .gallery-three__left {
    width: 25%;
    margin-bottom: 0;
}

.main_guest_select .gallery-three .gallery-three__right {
    width: 25%;
    margin-bottom: 0;
}

.main_guest_select .gallery-three .gallery-three__center {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .main_guest_select .gallery-three .gallery-three__center {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 4% !important;
        margin-right: 4% !important;
    }
}

@media (min-width: 768px) {
    .main_guest_select .gallery-three .gallery-three__center {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .main_guest_select .gallery-three .gallery-three__center {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .main_guest_select .gallery-three .gallery-three__center {
        max-width: 1140px;
    }
}

@media (min-width: 1500px) {
    .main_guest_select .gallery-three .gallery-three__center {
        max-width: 1240px;
    }
}

.main_guest_select .header-btn-more {
    margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .header-btn-more {
        margin-bottom: 4.2rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .header-btn-more {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .header-btn-more {
        margin-bottom: 1rem;
    }
}

.main_guest_select .ach-box {
    margin-bottom: 3rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .ach-box {
        box-shadow: 0 6px 20px 0px rgba(44, 63, 88, 0.05);
        border-radius: 6px;
        padding: 1rem;
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .ach-box .title--overhead {
        margin-bottom: 0.1rem;
    }
}

.main_guest_select .item-count {
    font-family: "Playfair Display", serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 0.85;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .item-count {
        font-size: 4.8rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .item-count {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .item-count {
        font-size: 2.5rem;
    }
}

.main_guest_select .js-testimonials {
    margin: 0 !important;
}

.main_guest_select .section-testimonials {
    padding: 8rem 0;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .section-testimonials {
        padding: 3.5rem 0;
    }
}

.main_guest_select .swiper-container .testimonials-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 24px 64px rgba(169, 172, 181, 0.06);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 2rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .swiper-container .testimonials-item {
        padding: 1rem;
    }
}

.main_guest_select .testimonials-item__caption {
    font-family: "Playfair Display", serif;
    font-size: 1.125rem;
    line-height: 1.8;
    flex-grow: 1;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .testimonials-item__caption {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .testimonials-item__caption {
        line-height: 1.6;
    }
}

.main_guest_select .testimonials-item--v2 {
    border: 1px solid rgba(169, 172, 181, 0.2);
    box-shadow: none;
    margin-bottom: 1.5rem;
    padding: 1.6rem 2rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .testimonials-item--v2 {
        margin-bottom: 15px;
        padding: 1.2rem 15px;
    }
}

.main_guest_select .testimonials-item--v2 .testimonials-item__caption {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}

.main_guest_select .testimonials-item--v2 .author-wrap {
    margin-top: 0.2rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .testimonials-item--v2 .author-wrap {
        margin-top: 0;
    }
}

.main_guest_select .author-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.8rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .author-wrap {
        margin-top: 0;
    }
}

.main_guest_select .author-picture {
    border-radius: 50%;
    height: 3.25rem;
    margin-right: 1.4rem;
    overflow: hidden;
    width: 3.25rem;
    font-size: 0px;
}

.main_guest_select .comment .author-picture {
    width: auto;
    border-radius: 0;
    height: auto;
}

.main_guest_select .author-name {
    font-weight: 500;
}

.main_guest_select .author-country {
    color: #a9acb5;
    font-size: 0.875rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .author-country {
        line-height: 1;
    }
}

.main_guest_select .pager {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 3rem 0 0 0;
}

.main_guest_select .pager a.page-numbers,
.main_guest_select .pager span.page-numbers {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: #72809d;
    background-color: transparent;
    border-radius: 50% !important;
    border: 0;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    margin: 0 0.3rem;
    height: 2.5rem;
    width: 2.5rem;
}

.main_guest_select .pager a.page-numbers:hover {
    background-color: inherit;
    color: #2c3f58;
}

.main_guest_select .pager span.page-numbers {
    color: var(--my_btn_bg);
}

.main_guest_select .pager a.page-numbers.prev,
.main_guest_select .pager a.page-numbers.next {
    border: 1px solid rgba(114, 128, 157, 0.2);
    color: rgba(114, 128, 157, 0.5);
    margin: 0;
}

.main_guest_select .pager a.page-numbers.prev:hover,
.main_guest_select .pager a.page-numbers.next:hover {
    color: #2c3f58;
    border: 1px solid rgba(114, 128, 157, 0);
    border-radius: 30px;
    box-shadow: 0px 0px 64px rgba(44, 63, 88, 0.05), 0px 0px 32px rgba(44, 63, 88, 0.05), 0px 16px 16px rgba(44, 63, 88, 0.03), 0px 8px 8px rgba(44, 63, 88, 0.03), 0px 4px 4px rgba(44, 63, 88, 0.03), 0px 2px 2px rgba(44, 63, 88, 0.04);
    text-decoration: none !important;
}

.main_guest_select body .swiper-container-horizontal .swiper-pagination-bullets {
    line-height: 1;
    margin-top: 2.8rem;
    position: relative;
    bottom: 0;
}

@media only screen and (max-width: 576px) {
    .main_guest_select body .swiper-container-horizontal .swiper-pagination-bullets {
        margin-top: 1.6rem;
    }
}

.main_guest_select body .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
    background: #a9acb5;
    border-radius: 6px;
    opacity: 0.3;
    outline: none;
    transition: opacity 0.3s, background 0.3s, width 0.1s;
    transition-delay: 0.3s, 0.3s, 0s;
}

@media only screen and (max-width: 576px) {
    .main_guest_select body .swiper-pagination-bullet {
        width: calc(12px / 1.5);
        height: calc(12px / 1.5);
        margin: 0 6px !important;
    }
}

.main_guest_select body .swiper-pagination-bullet-active {
    background: var(--my_btn_bg);
    width: calc(12px * 2);
    opacity: 1;
    transition-delay: 0s;
}

@media only screen and (max-width: 576px) {
    .main_guest_select body .swiper-pagination-bullet-active {
        width: calc(12px / 1.5 * 2);
    }
}

.main_guest_select .video-container {
    height: 50vw;
    max-height: 800px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .video-container {
        height: 60vw;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .video-container {
        height: 240px;
    }
}

.main_guest_select .video-container .video__btn {
    background-color: #fff;
    background-image: url(assets/icons/icon-play.svg);
    background-size: 14%;
    background-position: center;
    box-shadow: 0 0 0 0px #fff;
    border: 0;
    border-radius: 50%;
    height: 8rem;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .video-container .video__btn {
        height: 5rem;
        letter-spacing: 0.2rem;
        width: 5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .video-container .video__btn {
        height: 3.75rem;
        letter-spacing: 0.2rem;
        width: 3.75rem;
    }
}

.main_guest_select .video-container .video__btn:hover {
    background-color: #fff;
    box-shadow: 0 0 0 10px #fff;
    cursor: pointer;
}

.main_guest_select .video-container .video__btn:focus {
    outline: 0;
}

.main_guest_select .video-container .video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
    transition-duration: 0.5s;
}

.main_guest_select .video-container .video__poster::before {
    content: '';
    background: rgba(44, 63, 88, 0.2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
}

.main_guest_select .video-container .video__poster:hover::before {
    background: rgba(44, 63, 88, 0);
}

.main_guest_select .video-container .video-note {
    background-color: #fff;
    padding: 2.5rem 5rem 2.5rem 2.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .video-container .video-note {
        padding: 1.5rem 3rem 1.5rem 2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .video-container .video-note {
        display: none;
    }
}

.main_guest_select .js-video.is-active .video__poster {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.main_guest_select .video-content {
    height: 600px;
    margin-top: 2rem;
    margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .video-content {
        height: 560px;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .video-content {
        height: 480px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .video-content {
        height: 420px;
        margin-top: 1.5rem;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .video-content {
        height: 340px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .video-content {
        border-radius: 6px;
        height: 200px;
        margin-top: 0.7rem;
        margin-bottom: 2rem;
        overflow: hidden;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
    }
}

.main_guest_select .cta-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--my_btn_bg);
    border-radius: 6px;
    color: #fff;
    padding: 5rem;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .cta-box {
        padding: 3.8rem;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .cta-box {
        padding: 3.5rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .cta-box {
        padding: 2.5rem 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .cta-box {
        padding: 2rem 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .cta-box {
        padding: 1.1rem 0 1rem;
        margin-bottom: 1rem;
    }
}

.main_guest_select .cta-box .title {
    color: #fff;
}

.main_guest_select .cta-box .paragraph {
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .cta-box .btn {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .cta-box .btn {
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .cta-box .btn {
        margin-top: 1rem;
        width: 100%;
    }
}

.main_guest_select .cta-negative {
    margin-top: -8rem;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .cta-negative {
        margin-top: -5.5rem;
    }
}

.main_guest_select .cta-simply {
    justify-content: center;
    padding-bottom: 2rem;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .cta-simply {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .cta-simply {
        padding-bottom: 1.5rem;
    }
}

.main_guest_select .cta-simply .btn {
    margin-top: 1rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .cta-simply .btn {
        margin-top: 0;
    }
}

.main_guest_select body .swiper-control-center {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: absolute;
    right: 0;
    left: -1px;
    z-index: 1;
}

@media only screen and (min-width: 576px) {
    .main_guest_select body .swiper-control-center {
        max-width: 510px;
    }
}

@media only screen and (min-width: 768px) {
    .main_guest_select body .swiper-control-center {
        max-width: 690px;
    }
}

@media only screen and (min-width: 992px) {
    .main_guest_select body .swiper-control-center {
        max-width: 930px;
    }
}

@media only screen and (min-width: 1200px) {
    .main_guest_select body .swiper-control-center {
        max-width: 1110px;
    }
}

@media only screen and (min-width: 1500px) {
    .main_guest_select body .swiper-control-center {
        max-width: 1210px;
    }
}

.main_guest_select body .swiper-control--bottom {
    background-color: #fff;
    height: 8.75rem;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.375rem;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .main_guest_select body .swiper-control--bottom {
        height: 6rem;
        width: 3rem;
    }
}

.main_guest_select body .swiper-control .slash::before {
    height: 30px;
    left: 0;
    right: 0;
    transform: rotate(60deg);
}

@media only screen and (max-width: 768px) {
    .main_guest_select body .swiper-control .slash::before {
        height: 20px;
    }
}

.main_guest_select body .swiper-control:hover .slash::before {
    display: none;
}

.main_guest_select body .swiper-button-square,
.main_guest_select body .swiper-container-rtl .swiper-button-square {
    background-image: none;
    color: #2c3f58;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    height: 4.375rem;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    transition: background 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    width: 4.375rem;
}

@media only screen and (max-width: 768px) {

    .main_guest_select body .swiper-button-square,
    .main_guest_select body .swiper-container-rtl .swiper-button-square {
        height: 3rem;
        width: 3rem;
    }
}

.main_guest_select body .swiper-button-square:hover,
.main_guest_select body .swiper-container-rtl .swiper-button-square:hover {
    background-color: #f4f4f4;
}

.main_guest_select body .swiper-button-square:focus,
.main_guest_select body .swiper-container-rtl .swiper-button-square:focus {
    outline: none;
}

.main_guest_select body .swiper-button-square::after,
.main_guest_select body .swiper-container-rtl .swiper-button-square:after {
    display: none;
}

.main_guest_select .itemRoom {
    background-color: #fff;
    color: #fff;
    margin-bottom: 1.875rem;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom {
        margin-bottom: 15px;
    }
}

.main_guest_select .itemRoom__img-wrap {
    border-radius: 6px;
    height: 370px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.main_guest_select .itemRoom__img-wrap::before {
    content: '';
    background: linear-gradient(180deg, rgba(42, 43, 48, 0) 48.92%, #2a2b30 81.35%);
    height: 100%;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .itemRoom__img-wrap {
        height: 350px;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemRoom__img-wrap {
        height: 290px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .itemRoom__img-wrap {
        height: 330px;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .itemRoom__img-wrap {
        height: 370px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__img-wrap {
        height: 300px;
    }
}

.main_guest_select .itemRoom__portrait .itemRoom__img-wrap {
    height: 520px;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__portrait .itemRoom__img-wrap {
        height: 360px;
    }
}

.main_guest_select .itemRoom.swiper-slide {
    margin-bottom: 0;
}

.main_guest_select .itemRoom .cover {
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
    z-index: -10;
    height: 100%;
    width: 100%;
}

.main_guest_select .itemRoom:hover .cover {
    transform: scale(1.05);
}

.main_guest_select .itemRoom__link {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.main_guest_select .itemRoom__details {
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__details {
        padding: 1rem;
    }
}

.main_guest_select .itemRoom .title {
    margin-bottom: 0.9rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemRoom .title {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom .title {
        font-size: 1.15rem;
        margin-bottom: 0.7rem;
    }
}

.main_guest_select .itemRoom .title a {
    color: #fff;
}

.main_guest_select .itemRoom .badge {
    margin: 1.5rem 1.5rem 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom .badge {
        margin: 1rem 1rem 0 0;
    }
}

.main_guest_select .itemRoom__price {
    line-height: 1;
    font-size: 0px;
}

.main_guest_select .itemRoom__price span.price_value {
    font-size: 1.5rem;
    font-weight: 600;
}

.main_guest_select .itemRoom__price span.unit {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.8;
    margin-left: 0.5rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemRoom__price {
        font-size: 1.3rem;
    }

    .main_guest_select .itemRoom__price span {
        font-size: 0.875rem;
    }
}

.main_guest_select .itemRoom__main {
    margin-bottom: 5rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemRoom__main {
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__main {
        margin-bottom: 1.5rem;
    }
}

.main_guest_select .itemRoom__main .itemRoom__img-wrap {
    height: 640px;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemRoom__main .itemRoom__img-wrap {
        height: 540px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .itemRoom__main .itemRoom__img-wrap {
        height: 440px;
    }
}

.main_guest_select .itemRoom__main .itemRoom__details {
    background-color: #fff;
    border-radius: 0 6px 0 0;
    color: #2c3f58;
    padding-right: 2.5rem;
}

.main_guest_select .itemRoom__main .itemRoom__details a {
    color: #2c3f58;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__main .itemRoom__details {
        padding-right: 1rem;
    }
}

.main_guest_select .itemRoom__main .itemRoom__price {
    font-size: 1.125rem;
}

.main_guest_select .itemRoom__main .itemRoom__price .price_value {
    font-size: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__main .itemRoom__price {
        font-size: 0.875rem;
    }

    .main_guest_select .itemRoom__main .itemRoom__price .price_value {
        font-size: 1.5rem;
    }
}

.main_guest_select .itemRoom__extended .itemRoom__img-wrap {
    border-radius: 6px 6px 0 0;
}

.main_guest_select .itemRoom__main .itemRoom__details-extended {
    padding: 0.9rem 0 0 0;
    box-shadow: none !important;
}

.main_guest_select .itemRoom__details-extended {
    position: relative;
    box-shadow: 0px 24px 60px rgba(44, 63, 88, 0);
    border-radius: 0 0 6px 6px;
    color: #72809d;
    font-size: 0.9375rem;
    line-height: 1;
    padding: 1.5rem;
    transition: box-shadow 0.3s ease-in-out;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__details-extended {
        font-size: 0.875rem;
        box-shadow: none;
        padding: 1.2rem 0 1rem;
    }
}

.main_guest_select .itemRoom__details-extended .item-extended {
    display: inline-flex;
    align-items: flex-end;
}

.main_guest_select .itemRoom__details-extended .item-extended:first-child {
    margin-bottom: 1.2rem;
    width: 100%;
}

.main_guest_select .itemRoom__main .itemRoom__details-extended .item-extended:first-child {
    margin-bottom: 0.9rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__details-extended .item-extended {
        align-items: center;
    }

    .main_guest_select .itemRoom__details-extended .item-extended:first-child {
        margin-bottom: 1rem;
    }
}

.main_guest_select .itemRoom__details-extended [class^="icon-"],
.main_guest_select .itemRoom__details-extended [class*=" icon-"] {
    font-size: 1.125rem;
    margin-right: 0.6rem;
}

.main_guest_select .itemRoom:hover .itemRoom__details-extended {
    box-shadow: 0px 24px 60px rgba(44, 63, 88, 0.07);
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemRoom__extended.swiper-slide .itemRoom__details-extended {
        padding: 1.2rem 1rem 1rem;
    }
}

.main_guest_select .itemRoom__img-wrap .hb-room-meta {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 0px;
    z-index: 2;
    height: 20px;
}

.main_guest_select .itemRoom__img-wrap .hb-room-meta .item-extended {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    color: #fff;
    width: auto;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 0px;
}

.main_guest_select .itemRoom__img-wrap .hb-room-meta .item-extended i {
    font-size: 20px;
    margin-right: 2px;
}

.main_guest_select .itemRoom__link-imgs:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(assets/icons/zoom-in.svg) no-repeat center center;
    background-position: center center;
    background-size: 64px 64px;
    z-index: 3;
    opacity: 0;
    transition: 0.5s ease 0s;
}

.main_guest_select .itemRoom__link-imgs:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    opacity: 0;
    transition: 0.5s ease 0s;
}

.main_guest_select .itemRoom__link-imgs:hover:before,
.main_guest_select .itemRoom__link-imgs:hover:after {
    opacity: 1;
}

.main_guest_select .itemRoom__img-wrap .hb_view_price {
    margin-top: 10px;
}

.main_guest_select .itemRoom__img-wrap .hb_view_price a {
    font-size: 1rem;
    color: #fff;
    text-decoration: underline;
}

.main_guest_select .itemRoom__extended .hb_view_price a:hover {
    text-decoration: none !important;
}

.main_guest_select .itemRoom__extended .hb-booking-room-details {
    margin-top: 0px;
    width: 100%;
    min-width: 100%;
    top: 0px;
    padding-bottom: 18px;
    max-height: 100%;
    overflow: auto;
}

.main_guest_select .itemRoom .hb_addition_package_extra {
    padding-top: 15px;
}

.main_guest_select .itemRoom .hb_addition_package_title {
    text-align: center;
}

.main_guest_select .itemRoom .hb_addition_packages {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.main_guest_select .slider-room {
    position: relative;
    height: 480px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .slider-room {
        height: 540px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .slider-room {
        height: 480px;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .slider-room {
        margin-top: 2rem !important;
        height: 420px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .slider-room {
        margin-top: 2rem !important;
        margin-bottom: 2.5rem;
        height: 300px;
    }
}

.main_guest_select .slider-room .swiper-slide {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main_guest_select .sidebar-booking {
    margin-top: -8rem;
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .sidebar-booking {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .sidebar-booking {
        margin-top: 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .sidebar-booking {
        margin-bottom: 0.6rem;
    }
}

.main_guest_select .sidebar-booking.is_stuck {
    margin-top: 2rem;
}

.main_guest_select .sidebar-booking.is_stuck .sidebar-booking__priceWrap {
    border-radius: 6px 6px 0 0;
}

.main_guest_select .sidebar-booking__priceWrap {
    background-color: #2c3f58;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .sidebar-booking__priceWrap {
        background-color: #fff;
        border: 1px solid rgba(169, 172, 181, 0.2);
        border-radius: 6px 6px 0 0;
        color: #2c3f58;
        height: 7rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .sidebar-booking__priceWrap {
        height: auto;
        padding: 8px 15px;
    }
}

.main_guest_select .sidebar-booking .priceWrap-title {
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    padding-top: 0.7rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .sidebar-booking .priceWrap-title {
        padding-top: 0.6rem;
    }
}

.main_guest_select .sidebar-booking .priceWrap-price .price_value {
    font-size: 2rem;
    font-weight: 600;
}

.main_guest_select .sidebar-booking .priceWrap-price {
    font-size: 1.125rem;
    font-weight: 400;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .sidebar-booking .priceWrap-price .price_value {
        font-size: 1.5rem;
    }

    .main_guest_select .sidebar-booking .priceWrap-price {
        font-size: 0.875rem;
    }
}

.main_guest_select .sidebar-booking__wrap {
    background-color: #fff;
    border: 1px solid rgba(169, 172, 181, 0.2);
    border-top: 0;
    padding: 1.5rem 1.5rem 1.1rem;
    border-radius: 0 0 6px 6px;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .sidebar-booking__wrap {
        padding: 15px;
    }
}

.main_guest_select .sidebar-booking__wrap .row {
    margin-left: -12px;
    margin-right: -12px;
}

.main_guest_select .sidebar-booking__wrap .col-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.main_guest_select .sidebar-booking__note {
    display: block;
    font-size: 0.875rem;
    padding-top: 1.1rem;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .sidebar-booking__note {
        font-size: 0.75rem;
        padding-top: 1rem;
    }
}

.main_guest_select .sidebar-booking__wrap .label {
    display: inline-block;
}

.main_guest_select .sidebar-booking__wrap .title {
    display: none !important;
}

.main_guest_select .room-additional-blocks>div:first-child h3.title {
    margin-top: 0px;
}

.main_guest_select .rating .rating-stars {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.main_guest_select .rating .rating-stars span {
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.main_guest_select table.hb_room_pricing_plans {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    color: #2c3f58;
    border-right: 1px solid rgba(114, 128, 157, 0.3);
    border-bottom: 1px solid rgba(114, 128, 157, 0.3);
    margin-bottom: 20px;
}

.main_guest_select table.hb_room_pricing_plans:last-child {
    margin-bottom: 0px;
}

.main_guest_select table.hb_room_pricing_plans tr td,
.main_guest_select table.hb_room_pricing_plans tr th {
    border-top: 1px solid rgba(114, 128, 157, 0.3);
    border-left: 1px solid rgba(114, 128, 157, 0.3);
    padding: 10px;
    color: #2c3f58 !important;
}

.main_guest_select body .hb_single_room #reviews #review_form_wrapper {
    margin-top: 2.5rem;
}

.main_guest_select body .hb_single_room #reviews #review_form_wrapper .comment-reply-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
}

.main_guest_select body .hb_single_room #reviews .commentlist {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
}

.main_guest_select body .hb_single_room .tp-hotel-booking .star-rating {
    font-size: 0.975rem;
    margin-bottom: 0.5rem;
    float: none;
}

.main_guest_select body .hb_single_room .tp-hotel-booking .star-rating:before,
.main_guest_select body .hb_single_room .tp-hotel-booking .star-rating span:before {
    color: var(--my_btn_bg);
}

.main_guest_select body .hb_single_room #reviews #review_form_wrapper .form-group textarea {
    height: 100px;
}

.main_guest_select body .hb_single_room #reviews #review_form_wrapper form .btn {
    min-height: 3rem;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.main_guest_select body .rating-input:before {
    color: var(--my_btn_bg);
    font-size: 0.975rem;
}

.main_guest_select body .hb-rating-input {
    margin-bottom: 0px;
    font-size: 0px;
}

.main_guest_select body ul.list-room-extra {
    padding: 15px 30px;
    margin: 0 0 30px 0;
    list-style: none;
    border: 1px solid #eee;
}

.main_guest_select body ul.list-room-extra li {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.main_guest_select body ul.list-room-extra li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.main_guest_select body .hb_package_title {
    padding: 0;
}

.main_guest_select .map-bottom {
    background-color: #f4f4f4;
    height: 480px;
    margin-top: 4rem;
    width: 100%;
}

.main_guest_select .map-bottom+.section-last {
    margin-top: 0px;
}

.main_guest_select .map-bottom:last-child {
    margin-bottom: -6rem;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .map-bottom {
        margin-top: 3rem;
    }

    .main_guest_select .map-bottom:last-child {
        margin-bottom: -3rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .map-bottom {
        border-radius: 6px;
        height: 300px;
        margin: 15px;
        width: calc(100% - 30px);
        -webkit-mask-image: -webkit-radial-gradient(white, black);
    }
}

.main_guest_select .map-sidebar {
    background-color: #f4f4f4;
    border-radius: 6px;
    height: 480px;
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .map-sidebar {
        height: 360px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .map-sidebar {
        height: 260px;
        margin-top: 15px;
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .slider-about {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.main_guest_select .slider-about .swiper-slide {
    height: 420px;
}

@media only screen and (min-width: 576px) {
    .main_guest_select .slider-about .swiper-slide {
        max-width: 510px;
    }
}

@media only screen and (min-width: 768px) {
    .main_guest_select .slider-about .swiper-slide {
        height: 500px;
        max-width: 690px;
    }
}

@media only screen and (min-width: 992px) {
    .main_guest_select .slider-about .swiper-slide {
        height: 620px;
        max-width: 930px;
    }
}

@media only screen and (min-width: 1200px) {
    .main_guest_select .slider-about .swiper-slide {
        height: 680px;
        max-width: 1110px;
    }
}

@media only screen and (min-width: 1500px) {
    .main_guest_select .slider-about .swiper-slide {
        height: 680px;
        max-width: 1210px;
    }
}

.main_guest_select .item-approach {
    border-top: 1px solid rgba(169, 172, 181, 0.2);
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}

.main_guest_select .item-approach::before {
    background-color: #fff;
    content: attr(data-approach);
    color: #72809d;
    margin-top: -0.9rem;
    padding-left: 15px;
    padding-right: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.main_guest_select .item-approach::after {
    background-color: #72809d;
    content: '';
    height: 1px;
    margin-top: -1px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    left: 3rem;
    width: 4rem;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .item-approach {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .item-approach {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.main_guest_select .item-approach__last {
    padding-bottom: 0;
}

.main_guest_select .item-approach .paragraph:last-child {
    margin-bottom: 0;
}

.main_guest_select .itemPerson {
    margin-bottom: 1.875rem;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemPerson {
        margin-bottom: 1.5rem;
    }
}

.main_guest_select .itemPerson__img-wrap {
    border-radius: 6px;
    height: 400px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .itemPerson__img-wrap {
        height: 350px;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemPerson__img-wrap {
        height: 290px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .itemPerson__img-wrap {
        height: 330px;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .itemPerson__img-wrap {
        height: 460px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemPerson__img-wrap {
        height: 360px;
    }
}

.main_guest_select .itemPerson .cover {
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.main_guest_select .itemPerson:hover .cover {
    transform: scale(1.05);
}

.main_guest_select .itemPerson__details {
    padding: 1.5rem 1.5rem 0;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemPerson__details {
        padding: 1.5rem 0 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemPerson__details {
        padding: 1rem 1rem 0;
    }
}

.main_guest_select .itemPerson .title {
    margin-bottom: 0.6rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemPerson .title:first-child {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemPerson .title:last-child {
        font-size: 0.75rem;
        letter-spacing: 0.05rem;
    }
}

.main_guest_select .itemGallery {
    border-radius: 6px;
    flex: 0 0 calc(33.333333% - 30px);
    max-width: calc(33.333333% - 30px);
    margin: 0 15px 30px !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemGallery {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .itemGallery {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemGallery {
        margin: 0 15px 15px !important;
    }
}

.main_guest_select .itemGallery::before {
    content: '';
    background: linear-gradient(180deg, rgba(42, 43, 48, 0) 48.92%, #2a2b30 81.35%);
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.8s ease-in-out;
    width: 100%;
    z-index: 2;
}

.main_guest_select .itemGallery:hover .itemGallery__details,
.main_guest_select .itemGallery:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.main_guest_select .itemGallery:hover .cover {
    transform: scale(1.05);
}

.main_guest_select .itemGallery:hover::before {
    opacity: 0.5;
}

.main_guest_select .itemGallery .cover {
    display: block;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.main_guest_select .itemGallery__link {
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.main_guest_select .itemGallery__details {
    padding: 0 1.5rem 1.2rem;
    position: absolute;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.main_guest_select .itemGallery__details .title {
    color: #fff;
    margin-bottom: 0;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 0.6s 0.1s ease-in-out;
}

.main_guest_select .itemGallery__details .title--overhead {
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
}

.main_guest_select .touch .itemGallery .itemGallery__details,
.main_guest_select .touch .itemGallery .title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.main_guest_select .touch .itemGallery::before {
    opacity: 0.5;
}

.main_guest_select .itemNews {
    flex: 0 0 46%;
    margin-bottom: 1.875rem;
    position: relative;
    width: 46%;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemNews {
        flex: 0 0 48%;
        width: 48%;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .itemNews {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemNews {
        margin-bottom: 1.8rem;
    }
}

.main_guest_select .itemNews__img-wrap {
    height: 360px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.main_guest_select .news-archive .itemNews__img-wrap {
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemNews__img-wrap {
        height: 320px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .itemNews__img-wrap {
        height: 420px;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .itemNews__img-wrap {
        height: 360px;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemNews__img-wrap {
        border-radius: 6px;
        height: 300px;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
    }
}

.main_guest_select .itemNews__no-img-wrap {
    margin-bottom: 1rem;
    height: 25px;
}

.main_guest_select .itemNews__no-img-wrap .itemNews__date {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.main_guest_select .itemNews .cover {
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.main_guest_select .itemNews:hover .cover {
    transform: scale(1.05);
}

.main_guest_select .itemNews__details {
    padding: 1.5rem 1.5rem 0;
}

.main_guest_select .news-archive .itemNews__details {
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemNews__details {
        padding: 1.5rem 1.2rem 0;
    }

    .main_guest_select .news-archive .itemNews__details {
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemNews__details {
        padding: 1rem 0 0;
    }

    .main_guest_select .news-archive .itemNews__details {
        padding: 0;
    }
}

.main_guest_select .itemNews__link {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
    z-index: 1;
}

.main_guest_select .itemNews__date {
    background-color: #fff;
    color: #2c3f58;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03rem;
    padding: 1.5rem 2.5rem 1.2rem 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
}

.main_guest_select .itemNews__date span {
    color: #a9acb5;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .itemNews__date {
        padding: 1.2rem 2rem 1rem 1.2rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .itemNews__date {
        border-top-right-radius: 6px;
        font-size: 0.625rem;
        padding: 1rem 1rem 0.5rem 0;
    }
}

.main_guest_select .itemNews__details .title--h4 a {
    color: #2c3f58;
}

.main_guest_select .archive-row .itemNews {
    display: block;
    flex: 0;
    margin-bottom: 3rem;
    width: auto;
}

.main_guest_select .archive-row .col-md-12 .itemNews__img-wrap {
    height: 460px;
}

.main_guest_select .archive-row .col__sedebar {
    padding-left: 2rem;
}

.main_guest_select .itemNews.sticky {
    position: relative;
}

.main_guest_select .itemNews.sticky:before {
    position: absolute;
    left: -35px;
    top: 40px;
    content: "\ea20";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    color: var(--my_btn_bg);
    z-index: 2;
}

.main_guest_select .post-header {
    margin-bottom: 2.5rem;
    position: relative;
    text-align: center;
}

.main_guest_select .post-header::before {
    content: '';
    background-color: #2c3f58;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 4rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .post-header {
        margin-bottom: 1.7rem;
    }
}

.main_guest_select .post-main-image {
    height: 660px;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .post-main-image {
        height: 600px;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .post-main-image {
        height: 480px;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .post-main-image {
        height: 380px;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .post-main-image {
        height: 300px;
        margin-bottom: 1.7rem;
    }

    .main_guest_select .post-main-image img {
        border-radius: 6px;
    }
}

.main_guest_select .post-footer {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    position: relative;
    text-align: center;
}

.main_guest_select .post-footer::before {
    content: '';
    background-color: #a9acb5;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 4rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .post-footer {
        margin-top: 0.8rem;
        margin-bottom: 2rem;
        padding-bottom: 1.3rem;
    }
}

.main_guest_select .share-post {
    position: relative;
    text-align: center;
}

.main_guest_select .share-post a {
    color: #2c3f58;
    display: inline-flex;
    margin: 0 1.5rem;
    text-decoration: none;
}

.main_guest_select .share-post a:hover {
    color: var(--my_btn_bg);
}

@media only screen and (max-width: 576px) {
    .main_guest_select .share-post a {
        margin: 0 1rem;
    }
}

.main_guest_select .share-post a span {
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 0.8rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .share-post a span {
        display: none;
    }
}

.main_guest_select .col-contact {
    margin-top: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .main_guest_select .col-contact {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .col-contact {
        margin-top: 0.5rem;
    }
}

.main_guest_select .section .col-contact a {
    color: rgba(44, 63, 88, 0.8);
    color: #54647b;
    text-decoration: underline;
}

.main_guest_select .section .col-contact a:hover {
    text-decoration: none;
}

.main_guest_select .reservation-page {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    height: 100%;
}

.main_guest_select .reservation-page__wrap {
    max-width: 540px;
    margin: auto;
}

.main_guest_select .reservation-page__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 6vh 4rem;
    width: 42%;
    overflow: auto;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .reservation-page__left {
        width: 48%;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .reservation-page__left {
        width: 56%;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .reservation-page__left {
        margin: 4vw;
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .reservation-page__left {
        margin: 0;
        padding: 28px 15px 15px;
    }
}

.main_guest_select .reservation-page__right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 58%;
    width: 58%;
}

@media only screen and (max-width: 1500px) {
    .main_guest_select .reservation-page__right {
        flex: 0 0 52%;
        width: 52%;
    }
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .reservation-page__right {
        flex: 0 0 44%;
        width: 44%;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .reservation-page__right {
        flex: auto;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .reservation-page__right {
        display: none;
    }
}

.main_guest_select .reservation-card-confirm {
    border: 1px solid rgba(169, 172, 181, 0.2);
    border-radius: 6px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .reservation-card-confirm {
        padding: 1rem;
        margin-bottom: 0.5rem;
    }
}

.main_guest_select .reservation-card-confirm .line {
    background-color: var(--my_btn_bg);
    margin: 1rem 1.6rem;
    height: 1px;
    width: 8%;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .reservation-card-confirm .line {
        margin: 0.7rem 1rem;
    }
}

.main_guest_select .date-reserv__label {
    margin-bottom: 0.2rem;
}

.main_guest_select .date-reserv__date {
    font-size: 1.125rem;
    font-weight: 600;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .date-reserv__date {
        font-size: 0.875rem;
    }
}

.main_guest_select .total-reserv {
    border-top: 1px solid rgba(169, 172, 181, 0.2);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 1.4rem;
    padding-top: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .total-reserv {
        font-size: 1.125rem;
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

.main_guest_select .mask-object {
    margin-bottom: 2rem;
    width: 30vw;
    transition: all 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

@media only screen and (max-width: 992px) {
    .main_guest_select .mask-object {
        width: 50vw;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .mask-object {
        margin-bottom: 1rem;
        width: 60vw;
    }
}

.main_guest_select .bg-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.main_guest_select .bg-mask__image {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: -1;
}

.main_guest_select .badge {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.55rem 1.125rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .badge {
        font-size: 0.75rem;
        font-weight: 500;
        padding: 0.4rem 0.8rem;
    }
}

.main_guest_select .back-decor {
    color: rgba(244, 244, 244, 0.6);
    font-size: 12vw;
    font-weight: 600;
    letter-spacing: -0.05rem;
    position: absolute;
}

.main_guest_select .scroll-to {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    padding-bottom: 50px;
    position: absolute;
    bottom: 8rem;
    right: 3.5rem;
    writing-mode: vertical-rl;
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .scroll-to {
        right: 2rem;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .scroll-to {
        bottom: 13.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .main_guest_select .scroll-to {
        bottom: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select .scroll-to {
        padding-bottom: 40px;
        right: 15px;
        bottom: 40px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .main_guest_select .scroll-to {
        writing-mode: bt-rl;
    }
}

.main_guest_select .scroll-to__line {
    display: block;
    height: 30px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 1px;
}

.main_guest_select .scroll-to__line::before {
    content: '';
    background-color: #fff;
    height: 100%;
    position: absolute;
    bottom: -100%;
    width: 100%;
    animation: scroll-to 1s ease-in-out infinite;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .scroll-to__line {
        height: 20px;
    }
}

@keyframes scroll-to {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 100%;
    }
}

.main_guest_select .js-lines {
    overflow: hidden;
}

.main_guest_select .js-lines div {
    overflow: hidden;
}

.main_guest_select .js-lines .tl-line {
    padding-bottom: 0.2rem;
}

.main_guest_select .js-text-wave {
    opacity: 0;
}

.main_guest_select .js-text-wave.complete {
    opacity: 1;
}

.main_guest_select .js-text-wave div {
    display: inline-block;
    overflow: hidden;
}

.main_guest_select .js-text-wave div span {
    display: inline-block;
    transform: translate3d(0, 100%, 0);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.main_guest_select .js-text-wave.complete div span {
    transform: translate3d(0, 0, 0);
}

.main_guest_select .down-up {
    display: block;
    margin-top: -5px;
    overflow: hidden;
    position: relative;
}

.main_guest_select .down-up span {
    display: block;
    transform: translate3d(0, 100%, 0);
    transition: opacity, transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}

.main_guest_select .down-up.animated span {
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
}

.main_guest_select .js-parallax {
    position: relative;
    z-index: 0;
}

.main_guest_select .js-parallax-img {
    position: relative;
    z-index: 0;
}

.main_guest_select .js-parallax-img .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;
';
top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main_guest_select .slash {
    position: relative;
}

.main_guest_select .slash::before {
    content: '';
    background-color: rgba(169, 172, 181, 0.3);
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: rotate(30deg);
    transform-origin: center;
    z-index: 1;
}

.main_guest_select .progressBar {
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .progressBar {
        margin-bottom: 1rem;
    }
}

.main_guest_select .progressBar__wrap {
    background-color: #f4f4f4;
    border-radius: 2px;
    height: 4px;
    overflow: hidden;
}

.main_guest_select .progressBar__current {
    background-color: var(--my_btn_bg);
    border-radius: 2px;
    height: 100%;
    transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    width: 0%;
}

.main_guest_select .progressBar__label {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .progressBar__label {
        font-size: 0.875rem;
        padding-bottom: 0.3rem;
    }
}

.main_guest_select .progressBar__label span {
    font-weight: 600;
}

.main_guest_select .page-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: #72809d;
    background-color: transparent;
    border-radius: 50% !important;
    border: 0;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    margin: 0 0.3rem;
    height: 2.5rem;
    width: 2.5rem;
}

.main_guest_select .page-link:hover {
    background-color: inherit;
    color: #2c3f58;
}

.main_guest_select .page-link:focus {
    box-shadow: none;
    outline: none;
}

@media only screen and (max-width: 576px) {
    .main_guest_select .page-link {
        font-size: 0.875rem;
        margin: 0 0.2rem;
        height: 1.5rem;
        width: 1.5rem;
    }
}

.main_guest_select .page-link.current {
    color: var(--my_btn_bg);
}

.main_guest_select .page-link__control {
    border: 1px solid rgba(114, 128, 157, 0.2);
    color: rgba(114, 128, 157, 0.5);
    margin: 0;
}

.main_guest_select .page-link__control:hover {
    color: #2c3f58;
    border: 1px solid rgba(114, 128, 157, 0);
    border-radius: 30px;
    box-shadow: 0px 0px 64px rgba(44, 63, 88, 0.05), 0px 0px 32px rgba(44, 63, 88, 0.05), 0px 16px 16px rgba(44, 63, 88, 0.03), 0px 8px 8px rgba(44, 63, 88, 0.03), 0px 4px 4px rgba(44, 63, 88, 0.03), 0px 2px 2px rgba(44, 63, 88, 0.04);
}

.main_guest_select .scroll-line {
    background: var(--my_btn_bg);
    height: 3px;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 1;
}

.main_guest_select #marker {
    background-image: url("assets/images/ui/icon-location.svg");
    background-size: cover;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .main_guest_select #marker {
        width: 40px;
        height: 40px;
    }
}

.main_guest_select .description-column {
    column-count: 2;
    column-gap: 4rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .main_guest_select .description-column {
        column-count: 1;
    }
}

.main_guest_select .hotel-booking-single-room-action {
    padding: 20px;
}

.main_guest_select .hotel-booking-single-room-action .hb-booking-room-form-head h2 {
    text-transform: initial;
}

.main_guest_select .hb-booking-room-details table {
    width: 100%;
}

.main_guest_select .hb-booking-room-details table tr td.hb_search_item_price {
    color: var(--my_btn_bg);
}

.main_guest_select .hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
    background-color: var(--my_btn_bg);
}

.main_guest_select .hb-booking-room-details .hb_search_room_item_detail_price_close {
    top: 0px;
}

.main_guest_select .hotel-booking-single-room-action .hb-search-results-form-container {
    border: none;
}

.main_guest_select .hotel-booking-single-room-action .hb-search-results-form-container .btn {
    width: 100%;
    color: #fff !important;
}

.main_guest_select body .ui-datepicker {
    width: auto;
    color: #2c3f58;
}

.main_guest_select body .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0.5rem;
    color: #2c3f58;
}

.main_guest_select body .ui-datepicker.ui-widget .ui-datepicker-calendar {
    margin-bottom: 0.5rem;
}

.main_guest_select body .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
    font-size: 1rem;
    color: #2c3f58;
}

.main_guest_select body .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
    background: var(--my_btn_bg);
}

.main_guest_select body .ui-datepicker.ui-widget .ui-datepicker-calendar th {
    font-size: 0.8rem;
}

.main_guest_select body #hotel_booking_room_hidden .hb_addition_package_extra {
    border-bottom: 1px solid #eee;
}

.main_guest_select body .hb_addition_packages {
    margin-bottom: 0px;
}

.main_guest_select body #hotel_booking_room_hidden .order-1 .btn {
    color: #fff !important;
}

.main_guest_select body #hotel_booking_room_hidden form>div {
    padding: 0;
}

.main_guest_select body #hotel_booking_room_hidden * {
    color: #2c3f58;
}

.main_guest_select .mfp-container {
    padding: 0;
}

.main_guest_select #hotel_booking_room_hidden {
    max-width: 100%;
    min-width: 0px;
    margin: 0;
    background: transparent;
}

.main_guest_select #hotel_booking_room_hidden .hotel-booking-single-room-action {
    padding: 0;
}

.main_guest_select #hotel_booking_room_hidden .reservation-page {
    min-height: 100vh;
    background: #fff;
}

.main_guest_select #hotel_booking_room_hidden .reservation-page__right {
    background-color: #fcfcfe;
}

.main_guest_select #hotel_booking_room_hidden .mfp-close {
    right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    border: none;
    position: fixed;
    outline: none;
    background: none;
    margin: 0;
    padding: 0;
    z-index: 3;
    display: block;
    font-size: 0px;
    line-height: 0px;
}

.main_guest_select #hotel_booking_room_hidden .mfp-close:before,
.main_guest_select #hotel_booking_room_hidden .mfp-close:after {
    content: '';
    width: 3rem;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(-45deg) translate(-1rem, 1rem);
    transform-origin: center center;
}

.main_guest_select #hotel_booking_room_hidden .mfp-close:after {
    transform: rotate(45deg) translate(1rem, 1rem);
}

@media only screen and (max-width: 992px) {

    .main_guest_select #hotel_booking_room_hidden .mfp-close:before,
    .main_guest_select #hotel_booking_room_hidden .mfp-close:after {
        background: #2c3f58;
    }
}

@media only screen and (max-width: 576px) {
    .main_guest_select #hotel_booking_room_hidden .mfp-close {
        right: 1rem;
        top: 1rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .main_guest_select #hotel_booking_room_hidden .mfp-close:before,
    .main_guest_select #hotel_booking_room_hidden .mfp-close:after {
        width: 1.5rem;
        transform: rotate(-45deg) translate(-0.5rem, 0.5rem);
    }

    .main_guest_select #hotel_booking_room_hidden .mfp-close:after {
        transform: rotate(45deg) translate(0.5rem, 0.5rem);
    }
}

.main_guest_select #hotel_booking_room_hidden .hb-booking-room-form-head h2 {
    margin-bottom: 1.8rem;
    padding: 0;
}

.main_guest_select body #hotel_booking_room_hidden .input-icon {
    color: rgba(114, 128, 157, 0.5);
}

.main_guest_select body #hotel_booking_room_hidden .label,
.main_guest_select body #hotel_booking_room_hidden label {
    color: #72809d;
}

.main_guest_select #hotel_booking_room_hidden .js-image {
    animation: js-image-fade-in 1s ease 0s forwards 1;
}

@keyframes js-image-fade-in {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }

    100% {
        opacity: 1;
        background-position: 50% 50%;
    }
}

.main_guest_select body .hb_addition_package_extra a.hb_package_toggle {
    font-size: 0.85rem;
    line-height: 1.15;
    color: #2c3f58;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.main_guest_select body .hb-search-results-form-container .hb-booking-room-form-group {
    float: none;
    width: 300px;
    max-width: 100%;
    margin-left: 0px;
}

.main_guest_select body .hb_extra_optional_left {
    padding-left: 5px;
}

.main_guest_select body .hb_addition_packages .hb_package_title {
    line-height: normal;
    padding-top: 4px;
}

.main_guest_select body .hb_addition_packages label {
    font-weight: 400;
}

.main_guest_select #hotel-booking-results .hb-room-info {
    padding-top: 0.75rem;
}

.main_guest_select #hotel-booking-results .hb_search_quantity {
    margin-top: 0.75rem;
}

.main_guest_select #hotel-booking-results .hb_search_add_to_cart {
    margin-top: 0.75rem;
}

.main_guest_select #hotel-booking-results .itemRoom .hb_add_to_cart.btn {
    padding: 0 2rem;
    line-height: 0;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    background: var(--my_btn_bg);
    color: #fff;
    margin-right: 0px;
    width: 100%;
}

.main_guest_select #hotel-booking-results .itemRoom .hb_view_cart {
    background-color: #fff;
    border: 1px solid var(--my_btn_bg);
    border-radius: 5rem;
    box-shadow: 0px 16px 48px rgba(201, 169, 106, 0.16);
    color: var(--my_btn_bg);
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 0;
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: box-shadow 0.4s ease-in-out;
    margin-top: 0.5rem;
    width: 100%;
}

.main_guest_select #hotel-booking-results .itemRoom .hb-message {
    text-align: center;
    margin-bottom: 0px;
}

.main_guest_select #hotel-booking-results .itemRoom .hb-message>* {
    padding-top: 0.5rem;
}

.main_guest_select body #hotel-booking-cart table.hb_table,
.main_guest_select body #hotel-booking-payment table.hb_table,
.main_guest_select body #booking-items table.hb_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-left: 1px solid #f1f2f5;
    border-right: 1px solid #f1f2f5;
}

@media only screen and (max-width: 992px) {

    .main_guest_select body #hotel-booking-cart table.hb_table,
    .main_guest_select body #hotel-booking-payment table.hb_table,
    .main_guest_select body #booking-items table.hb_table {
        border-top: 1px solid #f1f2f5;
        border-collapse: initial;
    }
}

.main_guest_select body #hotel-booking-cart table th,
.main_guest_select body #hotel-booking-payment table th,
.main_guest_select body #booking-items table.hb_table th {
    color: #72809d;
    font-weight: 300;
    padding: 15px 20px;
    text-align: center;
    background: rgba(114, 128, 157, 0.1);
    text-transform: uppercase;
    font-size: 12px;
}

@media only screen and (max-width: 992px) {

    .main_guest_select body #hotel-booking-cart table th,
    .main_guest_select body #hotel-booking-payment table th,
    .main_guest_select body #booking-items table.hb_table th {
        display: none !important;
    }
}

.main_guest_select body #hotel-booking-cart td,
.main_guest_select body #hotel-booking-payment td,
.main_guest_select body #booking-items table.hb_table td {
    padding: 15px 20px;
    font-size: 1rem;
    border-bottom: 1px solid #f1f2f5;
    color: #2c3f58;
}

.main_guest_select body #hotel-booking-cart td:last-child,
.main_guest_select body #hotel-booking-payment td:last-child,
.main_guest_select body #booking-items table.hb_table td:last-child {
    border-right: 1px solid #f1f2f5;
}

.main_guest_select body #booking-items table.booking_item_table td {
    text-align: center;
}

.main_guest_select body table.hb_total_table {
    width: 100%;
}

.main_guest_select body table.hb_total_table td {
    text-align: right;
}

.main_guest_select body table.hb_total_table td:first-child {
    font-weight: 700;
}

.main_guest_select body table.hb_total_table td:first-child::after {
    content: ':';
}

.main_guest_select body table.hb_total_table td:last-child {
    font-size: 1rem;
}

@media only screen and (max-width: 992px) {

    .main_guest_select body #hotel-booking-cart tr.hb_checkout_item td,
    .main_guest_select body #hotel-booking-payment tr.hb_checkout_item td,
    .main_guest_select body #booking-items table.hb_table tr.hb_checkout_item td {
        display: block;
        text-align: right !important;
        width: 100%;
    }

    .main_guest_select body #hotel-booking-cart td[data-title]::before,
    .main_guest_select body #hotel-booking-payment td[data-title]::before,
    .main_guest_select body #booking-items table.hb_table td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .main_guest_select body #hotel-booking-cart tr.hb_checkout_item td:first-child {
        text-align: center !important;
    }

    .main_guest_select td .hb-align-left {
        float: left;
        max-width: 50%;
    }

    .main_guest_select body #hotel-booking-cart tr.hb_checkout_item:nth-child(even) td,
    .main_guest_select body #hotel-booking-payment tr.hb_checkout_item:nth-child(even) td,
    .main_guest_select body #booking-items table.hb_table tr.hb_checkout_item:nth-child(even) td {
        background-color: rgba(0, 0, 0, 0.025);
    }
}

.main_guest_select body #hotel-booking-cart td .title,
.main_guest_select body #hotel-booking-payment td .title,
.main_guest_select body #booking-items table.hb_table td .title {
    margin-bottom: 0px;
    display: inline-block;
}

.main_guest_select body #hotel-booking-cart td p,
.main_guest_select body #hotel-booking-payment td p,
.main_guest_select body #booking-items table.hb_table td p {
    margin: 0;
}

.main_guest_select body #hotel-booking-cart td .title a,
.main_guest_select body #hotel-booking-payment td .title a,
.main_guest_select body #booking-items table.hb_table td .title a {
    color: #2c3f58;
    text-decoration: none;
    border: none;
}

.main_guest_select body #hotel-booking-cart td a.hb_remove_cart_item {
    color: #2c3f58;
}

.main_guest_select body #hotel-booking-cart td a.hb_remove_cart_item:hover {
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .main_guest_select body #hotel-booking-cart td a.hb_remove_cart_item {
        display: inline-block;
    }
}

.main_guest_select body #hotel-booking-cart td span.hb-align-right,
.main_guest_select body #hotel-booking-payment td span.hb-align-right {
    padding-left: 20px !important;
    text-align: center !important;
    font-size: 1.1rem !important;
}

@media only screen and (max-width: 992px) {

    .main_guest_select body #hotel-booking-cart td span.hb-align-right,
    .main_guest_select body #hotel-booking-payment td span.hb-align-right {
        text-align: right !important;
    }
}

.main_guest_select body #hotel-booking-cart td.hb_room_type,
.main_guest_select body #hotel-booking-payment td.hb_room_type,
.main_guest_select body #booking-items table.hb_table td.hb_room_type {
    text-align: left !important;
}

@media only screen and (max-width: 992px) {

    .main_guest_select body #hotel-booking-cart td.hb_room_type,
    .main_guest_select body #hotel-booking-payment td.hb_room_type,
    .main_guest_select body #booking-items table.hb_table td.hb_room_type {
        text-align: right !important;
    }
}

.main_guest_select body #hotel-booking-cart td.hb_capacity,
.main_guest_select body #hotel-booking-cart td.hb_quantity,
.main_guest_select body #hotel-booking-cart td.hb_check_in,
.main_guest_select body #hotel-booking-cart td.hb_check_out,
.main_guest_select body #hotel-booking-cart td.hb_night {
    color: #72809d;
}

.main_guest_select body #hotel-booking-payment td.hb_capacity,
.main_guest_select body #hotel-booking-payment td.hb_quantity,
.main_guest_select body #hotel-booking-payment td.hb_check_in,
.main_guest_select body #hotel-booking-payment td.hb_check_out,
.main_guest_select body #hotel-booking-payment td.hb_night {
    color: #72809d;
}

.main_guest_select body #booking-items td.hb_capacity,
.main_guest_select body #booking-items td.hb_quantity,
.main_guest_select body #booking-items td.hb_check_in,
.main_guest_select body #booking-items td.hb_check_out,
.main_guest_select body #booking-items td.hb_night {
    color: #72809d;
}

.main_guest_select body #hotel-booking-cart .hb_table,
.main_guest_select body #hotel-booking-payment .hb_table,
.main_guest_select body #booking-items table.hb_table {
    margin-bottom: 2rem !important;
}

.main_guest_select body #hotel-booking-cart h3,
.main_guest_select body #hotel-booking-payment h3,
.main_guest_select body #booking-items h3 {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    line-height: 1.15;
    color: #2c3f58;
}

@media only screen and (max-width: 992px) {

    .main_guest_select body #hotel-booking-cart h3,
    .main_guest_select body #hotel-booking-payment h3,
    .main_guest_select body #booking-items h3 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {

    .main_guest_select body #hotel-booking-cart h3,
    .main_guest_select body #hotel-booking-payment h3,
    .main_guest_select body #booking-items h3 {
        font-size: 1.7rem;
        margin-bottom: 1.3rem;
    }
}

@media only screen and (max-width: 576px) {

    .main_guest_select body #hotel-booking-cart h3,
    .main_guest_select body #hotel-booking-payment h3,
    .main_guest_select body #booking-items h3 {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
    }
}

.main_guest_select body .hb-col-border {
    padding: 20px;
    font-size: 1rem;
    border: 1px solid #f1f2f5;
    color: #2c3f58;
}

.main_guest_select body #hotel-booking-cart select,
.main_guest_select body #hotel-booking-payment select {
    border: 1px solid rgba(114, 128, 157, 0.3);
    line-height: 1;
    padding: 0 1.125rem;
}

.main_guest_select body .hb-message-content {
    color: #2c3f58;
    margin: 10px 0;
}

.main_guest_select body .hotel_checkout_errors {
    color: red;
}

.main_guest_select .hb_payment_all .custom-control {
    display: inline-block;
}

.main_guest_select body #hb-payment-form .hb-order-existing-customer .btn__second {
    background-color: transparent;
    border: 1px solid rgba(169, 172, 181, 0.2);
    border-radius: 5rem;
    box-shadow: none;
    color: #72809d;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 0;
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: box-shadow 0.4s ease-in-out;
    text-decoration: none !important;
}

.main_guest_select body #hb-payment-form .hb-order-existing-customer .btn__second:hover {
    border: 1px solid rgba(169, 172, 181, 0.6);
    color: #72809d;
    background: transparent;
}

.main_guest_select body #hotel-booking-cart input[type="number"],
.main_guest_select body #hotel-booking-payment input[type="number"],
.main_guest_select body #hotel-booking-cart input[type="text"],
.main_guest_select body #hotel-booking-payment input[type="text"],
.main_guest_select body #hotel-booking-cart input[type="email"],
.main_guest_select body #hotel-booking-payment input[type="email"] {
    border: 1px solid rgba(114, 128, 157, 0.3);
    line-height: 1;
    padding: 0 1.125rem;
}

.main_guest_select body #hotel-booking-cart button[type="submit"],
.main_guest_select body #hotel-booking-payment button[type="submit"] {
    background-color: var(--my_btn_bg);
    border: 0;
    border-radius: 5rem;
    box-shadow: 0px 16px 48px rgba(201, 169, 106, 0.16);
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 0;
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: box-shadow 0.4s ease-in-out;
    text-decoration: none !important;
}

.main_guest_select body #hotel-booking-cart button[type="submit"]:hover,
.main_guest_select body #hotel-booking-payment button[type="submit"]:hover {
    color: #fff;
    box-shadow: 0px 0px 0px rgba(201, 169, 106, 0.16);
    background-color: var(--my_btn_bg);
}

.main_guest_select body .booking-data {
    margin: 3rem 0;
}

.main_guest_select body .hb-form-table li {
    margin-bottom: 0.75rem;
}

.main_guest_select body .hb-form-table li:last-child {
    margin-bottom: 0;
}

.main_guest_select body #instruction {
    margin: 3rem 0;
}

.main_guest_select body .hb-form-table li label {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 0;
}

.main_guest_select body .hb_addition_packages_ul {
    padding: 0;
}

.main_guest_select body #hotel_booking_room_hidden .btn {
    color: #fff !important;
}

.main_guest_select body #hotel_booking_room_hidden .btn__second {
    color: #72809d !important;
}

.main_guest_select body #hotel_booking_room_hidden .btn__second:hover {
    color: #72809d !important;
}

.main_guest_select body .hb-room-name .hb-message {
    font-size: 0.85rem !important;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
}

.main_guest_select body .hb-room-name .hb-message>* {
    margin: 1.5rem 0 0 !important;
}

.main_guest_select body .hb-room-name .hb-message.error {
    color: red !important;
}

@media only screen and (max-width: 576px) {
    .main_guest_select body #hotel_booking_room_hidden {
        min-width: 100%;
    }

    .main_guest_select body #hotel_booking_room_hidden .btn {
        margin-top: 1rem;
    }
}

.main_guest_select body .hb_addition_package_extra a.hb_package_toggle:after {
    content: '\f063';
    font-family: 'fontawesome';
    font-size: 0.85rem;
    line-height: normal;
}

.main_guest_select body .hb_addition_package_extra a.hb_package_toggle.active:after {
    content: '\f062';
}

.main_guest_select body #hb_room_load_booking_form {
    float: none;
}

.main_guest_select .comments {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
}

.main_guest_select .form-comment {
    margin-bottom: 3rem;
}

.main_guest_select .content-sidebar .search-form,
.main_guest_select .wp-block-search {
    position: relative;
}

.main_guest_select .search-form label {
    display: block;
}

.main_guest_select .content-sidebar .search-form input[type="text"],
.main_guest_select .content-sidebar .search-form input[type="search"],
.main_guest_select .wp-block-search input[type="text"],
.main_guest_select .wp-block-search input[type="search"],
.main_guest_select .woocommerce-product-search input[type="text"],
.main_guest_select .woocommerce-product-search input[type="search"] {
    background-color: #fff;
    border: 1px solid rgba(114, 128, 157, 0.3);
    border-radius: 6px;
    box-shadow: none;
    color: #2c3f58;
    line-height: 1;
    height: 48px;
    padding: 0 1.125rem;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_guest_select .content-sidebar .search-form .btn_search,
.main_guest_select .search-submit,
.main_guest_select .wp-block-search .wp-block-search__button,
.main_guest_select .woocommerce-product-search button {
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -23px;
    background-color: transparent;
    border: 0;
    z-index: 2;
}

.main_guest_select .search-submit,
.main_guest_select .wp-block-search .wp-block-search__button,
.main_guest_select .woocommerce-product-search button {
    width: 14px;
    height: 31px;
    background: url(assets/images/ui/search.svg) no-repeat center center;
    background-size: contain;
    font-size: 0;
    opacity: 0.7;
}

.main_guest_select .content-sidebar .widget {
    margin-bottom: 3rem;
}

.main_guest_select .content-sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    font-size: 1.25rem;
    color: #2c3f58;
}

.main_guest_select .content-sidebar .widget-title:before {
    content: '';
    background-color: #8d99a7;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
}

.main_guest_select .content-sidebar ul,
.main_guest_select .post-content .wp-block-archives {
    padding-left: 0;
    list-style: none;
}

.main_guest_select .content-sidebar ul li,
.main_guest_select .wp-block-categories-list li,
.main_guest_select .wp-block-archives-list li,
.main_guest_select .post-content .wp-block-archives li {
    margin-bottom: 0.6rem;
    position: relative;
    line-height: 1.5;
    color: #8d99a7;
}

.main_guest_select .content-sidebar ul li a,
.main_guest_select .post-content .wp-block-archives li a {
    color: #2c3f58;
    text-decoration: none;
}

.main_guest_select .content-sidebar ul li a:hover,
.main_guest_select .post-content .wp-block-archives li a:hover {
    text-decoration: underline;
}

.main_guest_select .content-sidebar .screen-reader-text {
    display: none;
}

.main_guest_select select,
.main_guest_select .custom-select {
    background-color: #fff;
    border: 1px solid rgba(114, 128, 157, 0.3);
    border-radius: 6px;
    box-shadow: none;
    color: #2c3f58;
    line-height: 1;
    height: 48px;
    padding: 0 1.125rem;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_guest_select select,
.main_guest_select .custom-select {
    background: url(../img/down.svg) no-repeat right 1.125rem center/12px 12px;
}

.main_guest_select .content-sidebar select,
.main_guest_select .content-sidebar .search-form input[type=search],
.main_guest_select .wp-block-search .wp-block-search__input {
    margin-top: -1rem;
}

.main_guest_select .wp-block-calendar {
    max-width: 300px;
}

.main_guest_select .calendar_wrap table,
.main_guest_select .wp-block-calendar table {
    width: 100%;
    font-size: 0.875rem;
    color: #2c3f58;
    background: transparent;
}

.main_guest_select .calendar_wrap table caption,
.main_guest_select .wp-block-calendar table caption {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    caption-side: top;
}

.main_guest_select .calendar_wrap table th,
.main_guest_select .wp-block-calendar table th {
    padding: 3px;
    text-align: center;
    border: none;
}

.main_guest_select .calendar_wrap table td,
.main_guest_select .wp-block-calendar table td {
    padding: 3px;
    text-align: center;
    border: 1px solid #f1f2f5;
}

.main_guest_select .calendar_wrap table tfoot td,
.main_guest_select .wp-block-calendar table tfoot td {
    text-align: left;
    border: none;
}

.main_guest_select .calendar_wrap table tfoot td:last-child,
.main_guest_select .wp-block-calendar table tfoot td:last-child {
    text-align: right;
}

.main_guest_select .wp-block-calendar tfoot a {
    color: var(--my_btn_bg);
}

.main_guest_select .content-sidebar a {
    text-decoration: none;
}

.main_guest_select .content-sidebar a:hover {
    text-decoration: underline;
}

.main_guest_select .content-sidebar ul ul {
    margin-top: 0.6rem;
}

.main_guest_select .content-sidebar ul ul li {
    position: relative;
    padding-left: 0.6rem;
}

.main_guest_select .content-sidebar ul ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 1px;
    background: #8d99a7;
}

.main_guest_select .content-sidebar ul li a.rsswidget {
    display: block;
    color: #2c3f58;
    font-weight: 700;
    text-decoration: none;
}

.main_guest_select .content-sidebar ul li .rss-date,
.main_guest_select .content-sidebar ul li cite {
    padding: 0.5rem 0;
    display: block;
    font-size: 0.875rem;
    color: #8d99a7;
}

.main_guest_select .rssSummary {
    display: block;
    color: #2c3f58;
}

.main_guest_select .textwidget img {
    height: auto;
}

.main_guest_select .tags-links a,
.main_guest_select .col__sedebar .tagcloud a,
.main_guest_select .wp-block-tag-cloud a {
    margin: 4px 6px 4px 0;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em !important;
    line-height: 1.8;
    font-weight: 400;
    color: #2c3f58;
    text-transform: none;
    text-decoration: none;
    border: 1px solid #2c3f58;
}

.main_guest_select .content-sidebar ul.menu {
    position: relative;
    height: auto;
    transform: none;
    opacity: 1;
    display: block;
    background: none;
}

.main_guest_select .pager,
.main_guest_select .page-links {
    margin: 3rem 0;
    text-align: center;
    clear: both;
}

.main_guest_select .page-numbers,
.main_guest_select .post-page-numbers {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #2c3f58;
    border: 1px solid transparent;
    border-radius: 30px;
    text-decoration: none;
}

.main_guest_select .page-numbers.current,
.main_guest_select .post-page-numbers.current {
    border-color: var(--my_btn_bg);
    color: #2c3f58;
}

.main_guest_select .screen-reader-text {
    display: none;
}

.main_guest_select .section__comments {
    margin-top: 4rem;
}

.main_guest_select .avatar {
    float: left;
    border-radius: 50%;
    height: 64px;
    width: 64px;
}

@media only screen and (max-width: 580px) {
    .main_guest_select .avatar {
        height: 40px;
        width: 40px;
    }
}

.main_guest_select .comments {
    margin: 0 0 3rem 0;
    padding: 0;
    list-style: none;
}

.main_guest_select .section__comments .children {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    list-style: none;
}

.main_guest_select .comment-box {
    position: relative;
    display: block;
    margin-top: 1.5rem;
}

.main_guest_select .comment-box::after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.main_guest_select .small,
.main_guest_select small {
    font-size: 60%;
    font-weight: 400;
}

.main_guest_select .comment-footer {
    position: relative;
    line-height: 1;
    margin-left: 90px;
}

.main_guest_select .comment-box__body {
    color: #54647b;
    flex: none;
}

.main_guest_select .trackback .comment-box__body,
.main_guest_select .pingback .comment-box__body {
    margin-left: 0 !important;
}

.main_guest_select .comment-box__body .post-content {
    margin-top: 0;
}

.main_guest_select .comment-box__body .description {
    margin-bottom: 0px;
}

.main_guest_select .comment-box__body .description>*:first-child {
    margin-top: 0;
}

.main_guest_select .comment-box__details {
    font-size: 1rem;
    margin-bottom: 1rem !important;
    color: #2c3f58;
}

.main_guest_select .comment-box__details span {
    font-size: 0.875rem;
    font-weight: 500;
    color: #8d99a7;
}

.main_guest_select .comment-box__details a {
    text-decoration: none;
}

.main_guest_select .comment-form {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.main_guest_select .section__comments .children .children {
    padding-left: 40px;
}

.main_guest_select .comment-reply-link {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    height: 20px;
}

.main_guest_select .comment-reply-link:before {
    padding-right: 8px;
    content: "\f112";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'FontAwesome';
    font-weight: 900;
}

.main_guest_select .tags-links {
    margin-top: 30px;
    display: block;
    font-size: 1em;
    clear: both;
}

.main_guest_select .tags-links span {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.main_guest_select .edit-link {
    margin-top: 15px;
    display: block;
    clear: both;
}

.main_guest_select .post-edit-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #2c3f58;
    text-decoration: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}

.main_guest_select .post-edit-link:before {
    padding-right: 8px;
    content: "\f044";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'FontAwesome';
    font-weight: 900;
}

.main_guest_select .wp-caption-text,
.main_guest_select .wp-block-image figcaption,
.main_guest_select .wp-block-video figcaption,
.main_guest_select .wp-block-embed figcaption {
    max-width: 100%;
    margin: 0;
    padding: 5px 10px 0 10px;
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
    opacity: 0.7;
}

.main_guest_select .wp-block-button {
    margin-bottom: 20px;
}

.main_guest_select .post-content .gallery {
    margin: 0 -15px;
}

.main_guest_select .post-content .gallery .gallery-item {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
}

.main_guest_select .post-content .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

.main_guest_select .post-content .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

.main_guest_select .post-content .gallery.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.main_guest_select .post-content .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}

.main_guest_select .post-content .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}

.main_guest_select .gallery-item .wp-caption-text.gallery-caption {
    padding-top: 10px;
    font-size: 0.875rem;
}

.main_guest_select .content-sidebar .search-form,
.main_guest_select .wp-block-search,
.main_guest_select .widget_product_search {
    position: relative;
}

.main_guest_select .wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
}

.main_guest_select .wp-block-search {
    margin-bottom: 1.9rem;
    position: relative;
    max-width: 300px;
}

.main_guest_select .content-sidebar .search-form label,
.main_guest_select .widget_product_search label {
    display: block;
}

.main_guest_select .wp-block-search .wp-block-search__label {
    display: block;
    position: absolute;
    top: 0;
    padding-left: 30px;
    color: #2c3f58;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    z-index: -1;
    opacity: 0.5;
}

.main_guest_select .content-sidebar .search-form .screen-reader-text {
    display: none;
}

.main_guest_select .post-content .wp-block-archives {
    margin: 2rem 0;
}

.main_guest_select .wp-block-latest-comments {
    margin: 2rem 0;
    padding: 0;
}

.main_guest_select .wp-block-latest-comments__comment {
    font-size: 1.05rem;
}

.main_guest_select .wp-block-latest-comments__comment-date,
.main_guest_select .wp-block-latest-posts__post-date {
    padding: 0.5rem 0;
    display: block;
    font-size: 0.875rem;
    color: #8d99a7;
}

.main_guest_select .wp-block-latest-posts__post-date {
    padding-top: 0;
}

.main_guest_select .wp-block-latest-comments__comment-excerpt {
    margin-bottom: 1.9rem;
}

.main_guest_select .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 0.5rem;
}

.main_guest_select .wp-block-latest-comments__comment-excerpt p {
    margin-top: 0 !important;
    font-size: 1.05rem;
    line-height: 1.5;
}

.main_guest_select .wp-block-button {
    margin-bottom: 1.2rem;
    line-height: normal;
}

.main_guest_select .wp-block-button__link {
    box-shadow: none;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none !important;
    overflow-wrap: break-word;
    background-color: var(--my_btn_bg);
    border: 1px solid var(--my_btn_bg);
    border-radius: 28px;
    color: #fff !important;
    cursor: pointer;
    font-size: 0.87rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    overflow: hidden;
    padding: 0.8rem 2rem 0.7rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.main_guest_select .is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.main_guest_select .is-style-outline .wp-block-button__link {
    background-color: transparent;
    color: var(--my_btn_bg) !important;
    border: 1px solid var(--my_btn_bg);
}

.main_guest_select .wp-block-group.has-background .wp-block-group__inner-container {
    margin-bottom: 1.2rem;
    padding: 1.2rem;
}

.main_guest_select .wp-block-group.has-background .wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}

.main_guest_select hr {
    border-top: 1px solid #8d99a7;
}

.main_guest_select form.post-password-form label {
    display: inline-block;
}

.main_guest_select .post-password-form label input {
    margin: 0 0.5rem;
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(114, 128, 157, 0.3);
    border-radius: 6px;
    box-shadow: none;
    color: #2c3f58;
    line-height: 1;
    height: 48px;
    padding: 0 1.125rem;
    position: relative;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_guest_select .post-password-form input[type="submit"] {
    background-color: var(--my_btn_bg);
    border: 0;
    border-radius: 5rem;
    box-shadow: 0px 16px 48px rgba(201, 169, 106, 0.16);
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    line-height: 3rem;
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: box-shadow 0.4s ease-in-out;
    text-decoration: none !important;
}

.main_guest_select .comment-respond .comment-form {
    margin-top: 0;
}

.main_guest_select .comment-respond .title--h5 {
    margin-bottom: 0;
    margin-top: 2rem;
}

.main_guest_select .comment-respond .title--h5 small {
    display: block;
}

.main_guest_select .comment-respond .title--h5 a {
    margin-top: 5px;
    font-size: 0.875rem;
}

.main_guest_select .section__comments .form-comment:first-child .comment-respond .title--h5 {
    margin-top: 0;
}

.main_guest_select .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.main_guest_select .wp-block-cover-image h1:not(.has-text-color),
.main_guest_select .wp-block-cover-image h2:not(.has-text-color),
.main_guest_select .wp-block-cover-image h3:not(.has-text-color),
.main_guest_select .wp-block-cover-image h4:not(.has-text-color),
.main_guest_select .wp-block-cover-image h5:not(.has-text-color),
.main_guest_select .wp-block-cover-image h6:not(.has-text-color),
.main_guest_select .wp-block-cover-image p:not(.has-text-color),
.main_guest_select .wp-block-cover .wp-block-subhead:not(.has-text-color),
.main_guest_select .wp-block-cover h1:not(.has-text-color),
.main_guest_select .wp-block-cover h2:not(.has-text-color),
.main_guest_select .wp-block-cover h3:not(.has-text-color),
.main_guest_select .wp-block-cover h4:not(.has-text-color),
.main_guest_select .wp-block-cover h5:not(.has-text-color),
.main_guest_select .wp-block-cover h6:not(.has-text-color),
.main_guest_select .wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.main_guest_select .bypostauthor {
    border-top: none;
}

.main_guest_select .page-nav .js-block {
    overflow: visible;
}

.main_guest_select .blocks-gallery-grid .blocks-gallery-image figcaption,
.main_guest_select .blocks-gallery-grid .blocks-gallery-item figcaption,
.main_guest_select .wp-block-gallery .blocks-gallery-image figcaption,
.main_guest_select .wp-block-gallery .blocks-gallery-item figcaption {
    line-height: 1.2;
}

.main_guest_select .wp-block-column .block-quote::before,
.main_guest_select .wp-block-column .wp-block-quote::before,
.main_guest_select .wp-block-column .wp-block-pullquote::before,
.main_guest_select .wp-block-column blockquote::before {
    display: none;
}

.main_guest_select .wp-block-calendar a {
    text-decoration: none;
    color: var(--my_btn_bg);
}

.main_guest_select .post-content nav.wp-calendar-nav {
    margin-top: -1.5rem;
}

.main_guest_select .post-content .blocks-gallery-grid,
.main_guest_select .post-content .wp-block-gallery {
    margin-top: 0;
    margin-bottom: 0;
}

.main_guest_select .wp-block-column p:first-child,
.main_guest_select .wp-block-column ul:first-child,
.main_guest_select .wp-block-column ol:first-child,
.main_guest_select .wp-block-column blockquote:first-child {
    margin-top: 0;
}

.main_guest_select .wp-block-column p:last-child,
.main_guest_select .wp-block-column ul:last-child,
.main_guest_select .wp-block-column ol:last-child,
.main_guest_select .wp-block-column blockquote:last-child {
    margin-bottom: 0;
}

.main_guest_select .block-quote,
.main_guest_select .wp-block-quote,
.main_guest_select .wp-block-quote.is-large,
.main_guest_select .wp-block-quote.is-style-large,
.main_guest_select .wp-block-pullquote,
.main_guest_select blockquote {
    margin: 1.8rem 0;
}

.main_guest_select .block-quote p,
.main_guest_select .wp-block-quote p,
.main_guest_select .wp-block-quote.is-large p,
.main_guest_select .wp-block-quote.is-style-large p,
.main_guest_select .wp-block-pullquote p,
.main_guest_select blockquote p {
    margin-bottom: 0.8rem;
}

.main_guest_select .block-quote cite,
.main_guest_select .wp-block-quote cite,
.main_guest_select .wp-block-quote.is-large cite,
.main_guest_select .wp-block-quote.is-style-large cite,
.main_guest_select .wp-block-pullquote cite,
.main_guest_select blockquote cite {
    margin-top: 0.8rem;
}

.main_guest_select .wp-block-columns {
    margin-bottom: 1.2rem;
}

.main_guest_select .post-content .has-medium-font-size {
    line-height: 1.6;
}

.main_guest_select .post-content .has-large-font-size {
    line-height: 1.4;
}

.main_guest_select nav.page-nav {
    margin-top: 3.8rem;
}

.main_guest_select .about-image-wrap.ml-0.ml-lg-4 {
    margin-left: 0 !important;
}

.main_guest_select input[type=checkbox],
.main_guest_select input[type=radio] {
    display: inline-block;
    vertical-align: top;
}

.main_guest_select .tp-hotel-booking .comment-form-cookies-consent {
    position: relative;
    padding-left: 25px;
}

.main_guest_select .tp-hotel-booking .comment-form-cookies-consent input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 6px;
    min-height: auto !important;
}

.main_guest_select .navbar .nav__item:nth-last-child(2) {
    margin-right: 25px;
}

.main_guest_select .blocks-gallery-caption {
    margin-bottom: 2rem;
}

.main_guest_select .post-content figure+p {
    margin-top: 0;
}

.main_guest_select .wp-caption-text,
.main_guest_select .wp-block-image figcaption,
.main_guest_select .wp-block-video figcaption,
.main_guest_select .wp-block-embed figcaption {
    padding: 10px;
}

.main_guest_select .news-archive .itemNews__img-wrap {
    margin-bottom: 0.5rem;
}

.main_guest_select .wp-block-group.has-background .wp-block-group__inner-container>*:first-child {
    margin-top: 0;
}

.main_guest_select .wp-caption.alignnone {
    margin: 0 0 1rem;
}

@media only screen and (max-width: 1200px) {
    .main_guest_select .sidebar-booking__priceWrap {
        color: #fff !important;
    }
}

@media only screen and (max-width: 991px) {
    .main_guest_select .archive-row .col__sedebar {
        padding-left: 0;
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 580px) {
    .main_guest_select .comment-box__details span {
        margin-top: 8px;
        display: block;
    }

    .main_guest_select .section__comments .children {
        padding-left: 15px;
    }

    .main_guest_select .comment-box {
        margin-top: 1rem;
    }

    .main_guest_select .comment-footer {
        margin-left: 60px;
    }

    .main_guest_select .section__comments .children .children {
        padding-left: 15px;
    }

    .main_guest_select .post-content .gallery .gallery-item {
        width: 100%;
    }

    .main_guest_select .post-content .gallery.gallery-columns-1 .gallery-item {
        width: 100%;
    }

    .main_guest_select .post-content .gallery.gallery-columns-2 .gallery-item {
        width: 100%;
    }

    .main_guest_select .post-content .gallery.gallery-columns-3 .gallery-item {
        width: 100%;
    }

    .main_guest_select .post-content .gallery.gallery-columns-4 .gallery-item {
        width: 100%;
    }

    .main_guest_select .post-content .gallery.gallery-columns-5 .gallery-item {
        width: 100%;
    }

    .main_guest_select .content-sidebar .widget-title {
        font-size: 1.2rem;
    }

    .main_guest_select .post-content table td,
    .main_guest_select .wp-block-table.is-style-stripes td {
        padding: 5px 10px;
    }

    .main_guest_select form.post-password-form label {
        display: block;
    }

    .main_guest_select .post-password-form label input {
        margin: 0.5rem 0;
        width: 100%;
    }

    .main_guest_select .post-password-form input[type="submit"] {
        width: 100%;
    }

    .main_guest_select .comment-form {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .main_guest_select nav.page-nav {
        margin-top: 2rem;
    }

    .main_guest_select .hb_single_room table.hb_room_pricing_plans tr td {
        font-size: 13px;
    }

    .main_guest_select .news-archive .itemNews__img-wrap {
        margin-bottom: 0.5rem;
    }

    .main_guest_select .archive-row .itemNews {
        margin-top: 1.8rem;
        margin-bottom: 1.8rem;
    }

    .main_guest_select .archive-row .itemNews:first-child {
        margin-top: 0.8rem;
    }

    .main_guest_select .wp-block-image .alignright,
    .main_guest_select .wp-block-image .alignleft {
        max-width: 50%;
    }
}

.main_guest_select .news-archive .itemNews__no-img-wrap {
    height: 25px !important;
}

.main_guest_select .error-page__num {
    color: var(--my_btn_bg);
    font-size: 220px;
    display: block;
    height: auto;
    line-height: 220px;
    font-weight: 700;
}

.main_guest_select .rsswidget img {
    position: relative;
    top: -2px;
}

.main_guest_select a.rsswidget {
    color: #2c3f58;
}

.main_guest_select input::-webkit-search-cancel-button {
    position: relative;
    right: 20px;
}

.main_guest_select .page-links-label {
    padding-right: 8px;
}

.main_guest_select .form-comment,
.main_guest_select .comment-form {
    margin-bottom: 0;
}

.main_guest_select .comments .comment-respond {
    margin-bottom: 3rem;
}

.main_guest_select .comment-respond .title--h4,
.main_guest_select .comment-respond .post-content h4 {
    margin-bottom: 1.2rem;
}

.main_guest_select .trackback .author-picture,
.main_guest_select .pingback .author-picture {
    margin-right: 0;
}

@media only screen and (max-width: 580px) {
    .main_guest_select .archive-row .col-md-12 .itemNews__img-wrap {
        height: 280px;
    }

    .main_guest_select .error-page__num {
        font-size: 140px;
        line-height: 140px;
    }

    .main_guest_select .wp-block-cover-image.alignleft,
    .main_guest_select .wp-block-cover-image.alignright,
    .main_guest_select .wp-block-cover.alignleft,
    .main_guest_select .wp-block-cover.alignright {
        max-width: 200px;
        width: 100%;
    }

    .main_guest_select .blocks-gallery-caption {
        margin-bottom: 1rem;
    }

    .main_guest_select .tags-links {
        margin-top: 1rem;
    }

    .main_guest_select .section__comments {
        margin-top: 2rem;
    }

    .main_guest_select .page-links {
        margin: 2rem 0 1rem 0;
    }

    .main_guest_select .itemNews.sticky {
        padding-left: 20px;
    }

    .main_guest_select .itemNews.sticky:before {
        content: '';
        left: 0;
        top: 5px;
        bottom: 5px;
        width: 2px;
        height: auto;
        background: var(--my_btn_bg);
    }
}

.main_guest_select body .jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: none;
    border-radius: 4px;
    background: #151515;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    outline: none;
}

.main_guest_select body .jq-selectbox__select:hover {
    background: #151515;
    box-shadow: none;
}

.main_guest_select body .jq-selectbox__select:active {
    background: #151515;
}

.main_guest_select body .jq-selectbox__trigger {
    border-left: none;
}

.main_guest_select body .jq-selectbox__trigger-arrow {
    border-top-color: #c4c4c4;
}

.main_guest_select body .jq-selectbox__dropdown {
    border: none;
    background: #151515;
    box-shadow: none;
}

.main_guest_select body .jq-selectbox li {
    color: #fff;
}

.main_guest_select body .jq-selectbox li.selected,
.main_guest_select body .jq-selectbox li:hover {
    background-color: transparent !important;
    color: #fff;
}

.main_guest_select body .jq-selectbox.focused .jq-selectbox__select {
    border: none;
}

.main_guest_select body .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #c4c4c4;
}

.main_guest_select body .jq-number {
    padding: 0;
    width: 90px !important;
    height: 50px;
    text-align: center;
    border: none;
    font-size: 1.05rem;
    color: #fff;
}

.main_guest_select body .jq-number__field {
    width: 90px;
    border: none;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: none;
}

.main_guest_select body .jq-number__field input {
    padding: 0 30px;
    margin-top: 0;
    width: 100% !important;
    height: 50px;
    font-size: 1.05rem;
    color: #fff;
}

.main_guest_select body .jq-number__spin {
    margin-top: -16px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: none;
    border-radius: 4px;
    background: transparent !important;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    cursor: pointer;
    text-align: center;
}

.main_guest_select body .jq-number__spin:hover {
    background: #151515;
}

.main_guest_select body .jq-number__spin.minus {
    top: 50%;
    right: auto;
    left: 0;
}

.main_guest_select body .jq-number__spin:after {
    content: '+';
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    border: none;
}

.main_guest_select body .jq-number__spin.minus:after {
    top: 0;
    border: none;
    content: '-';
}

.main_guest_select .mark,
.main_guest_select mark {
    padding: 0;
    background-color: transparent !important;
    color: inherit;
}

.main_guest_select .col-md-3.col-padding-right .content-sidebar {
    padding-right: 2rem;
    padding-left: 0;
}

.main_guest_select body .select2-selection.select2-selection--single {
    height: 48px;
    padding: 0 45px 0 1.125rem;
    border: none;
    border-radius: 4px;
    background: #eee;
    box-shadow: none;
    font-family: inherit;
    color: #323232;
    text-shadow: none;
    outline: none;
}

.main_guest_select body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #444;
    height: auto;
    line-height: 48px;
}

.main_guest_select body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #323232;
}

.main_guest_select body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 5px;
}

.main_guest_select body .select2-results__options {
    border: none;
    background: #eee;
    box-shadow: none;
}

.main_guest_select body .select2-dropdown {
    background: #eee;
    border: none;
}

.main_guest_select body .select2-results__options li.select2-results__option {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #323232;
    background: none;
    border: none;
}

.main_guest_select .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #462940;
}

.main_guest_select body.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.main_guest_select body.woocommerce-js .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--my_btn_bg);
}

.main_guest_select body.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.main_guest_select body.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--my_btn_bg);
    border: 5px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.main_guest_select .woocommerce-loop-category__title {
    margin-top: 0.5rem;
}

.main_guest_select .intro.hero-shop {
    margin-bottom: 5rem;
    height: 70vh;
}

.main_guest_select .intro.hero-shop .intro__container {
    height: 100%;
}

.main_guest_select .shop-page .page-title {
    display: none;
}

.main_guest_select .shop-page.header-page .page-title {
    display: block;
}

.main_guest_select .navbar .cart-btn {
    margin-bottom: 8px;
    position: absolute;
    right: 270px;
    top: 35px;
    width: 25px;
    height: 24px;
}

.main_guest_select .no-head-btn .cart-btn {
    right: 60px;
}

.main_guest_select .woocommerce-js .no-head-btn .navbar__menu {
    margin-right: 50px;
}

.main_guest_select .navbar .cart-btn .cart-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 24px;
    font-size: 1.5rem;
    color: #2c3f58;
    cursor: pointer;
}

.main_guest_select .navbar.navbar-white .cart-btn .cart-icon {
    color: #fff;
}

.main_guest_select .navbar .cart-btn .cart-icon:before {
    content: '\f07a';
    font-family: FontAwesome;
}

.main_guest_select .navbar .cart-btn .cart-icon .cart-count {
    position: absolute;
    right: -9px;
    top: -9px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    width: 18px;
    height: 18px;
    text-align: center;
    background: var(--my_btn_bg);
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.main_guest_select .navbar .cart-btn .cart-widget {
    position: absolute;
    padding: 15px 15px 30px 15px;
    right: -20px;
    top: 40px;
    width: 320px;
    min-height: 72px;
    background: #fff;
    display: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 11;
}

.main_guest_select .navbar .cart-btn .cart-widget:before {
    content: '';
    position: absolute;
    right: 26px;
    top: -12px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.main_guest_select .navbar .cart-btn .cart-widget .cart_list {
    position: relative;
    overflow: auto;
    max-height: 364px;
}

.main_guest_select .navbar .cart-btn .cart-widget p {
    margin: 1rem 0 0 0;
    font-size: 1.05rem;
    color: #2c3f58;
}

.main_guest_select .navbar .cart-btn .cart-widget .buttons a {
    margin-top: 10px;
    margin-right: 5%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    font-size: 12px;
    text-transform: uppercase;
}

.main_guest_select .navbar .cart-btn .cart-widget .buttons a:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.main_guest_select .woocommerce ul.product_list_widget li a.remove,
.main_guest_select ul.product_list_widget li a.remove,
.main_guest_select .woocommerce-js ul.product_list_widget li a.remove {
    display: none;
}

.main_guest_select .woocommerce ul.cart_list,
.main_guest_select .woocommerce ul.product_list_widget,
.main_guest_select ul.cart_list li,
.main_guest_select ul.product_list_widget,
.main_guest_select .woocommerce-js ul.cart_list li,
.main_guest_select .woocommerce-js ul.product_list_widget {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_guest_select .woocommerce ul.cart_list li,
.main_guest_select .woocommerce ul.product_list_widget li,
.main_guest_select .woocommerce-js ul.cart_list li,
.main_guest_select .woocommerce-js ul.product_list_widget li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(132, 132, 132, 0.2);
}

.main_guest_select .woocommerce ul.cart_list li:after,
.main_guest_select .woocommerce ul.product_list_widget li:after,
.main_guest_select .woocommerce-js ul.cart_list li:after,
.main_guest_select .woocommerce-js ul.product_list_widget li:after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.main_guest_select .woocommerce ul.cart_list li a,
.main_guest_select .woocommerce ul.product_list_widget li a,
.main_guest_select ul.cart_list li a,
.main_guest_select ul.product_list_widget li a,
.main_guest_select .woocommerce-js ul.cart_list li a,
.main_guest_select .woocommerce-js ul.product_list_widget li a {
    display: block;
    font-weight: 600;
    color: #2c3f58;
    line-height: 1.4;
}

.main_guest_select .woocommerce ul.cart_list li img,
.main_guest_select .woocommerce ul.product_list_widget li img,
.main_guest_select ul.cart_list li img,
.main_guest_select ul.product_list_widget li img,
.main_guest_select .woocommerce-js ul.cart_list li img,
.main_guest_select .woocommerce-js ul.product_list_widget li img {
    float: right;
    margin-left: 15px;
    width: 90px;
    height: auto;
}

.main_guest_select .woocommerce ul.cart_list li .star-rating,
.main_guest_select .woocommerce ul.product_list_widget li .star-rating,
.main_guest_select .woocommerce-js ul.cart_list li .star-rating,
.main_guest_select .woocommerce-js ul.product_list_widget li .star-rating {
    float: none;
    margin: 5px 0;
}

.main_guest_select .woocommerce ul.cart_list li del,
.main_guest_select .woocommerce ul.product_list_widget li del,
.main_guest_select ul.cart_list li del,
.main_guest_select ul.product_list_widget li del,
.main_guest_select .woocommerce-js ul.cart_list li del,
.main_guest_select .woocommerce-js ul.product_list_widget li del {
    font-size: 0.9375rem;
    line-height: 1;
    color: #2c3f58;
}

.main_guest_select .woocommerce ul.cart_list li del,
.main_guest_select .woocommerce ul.product_list_widget li del,
.main_guest_select ul.cart_list li del,
.main_guest_select ul.product_list_widget li del,
.main_guest_select .woocommerce-js ul.cart_list li del,
.main_guest_select .woocommerce-js ul.product_list_widget li del {
    font-size: 0.9375rem;
    line-height: 1;
    color: #2c3f58;
}

.main_guest_select .woocommerce ul.cart_list li ins,
.main_guest_select .woocommerce ul.product_list_widget li ins,
.main_guest_select ul.cart_list li ins,
.main_guest_select ul.product_list_widget li ins,
.main_guest_select .woocommerce-js ul.cart_list li ins,
.main_guest_select .woocommerce-js ul.product_list_widget li ins {
    color: #2c3f58;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1;
}

.main_guest_select .woocommerce #respond input#submit,
.main_guest_select .woocommerce a.button,
.main_guest_select .woocommerce button.button,
.main_guest_select .woocommerce input.button,
.main_guest_select .woocommerce-mini-cart__buttons #respond input#submit,
.main_guest_select .woocommerce-mini-cart__buttons a.button,
.main_guest_select .woocommerce-mini-cart__buttons button.button,
.main_guest_select .woocommerce-mini-cart__buttons input.button,
.main_guest_select .woocommerce-js #respond input#submit,
.main_guest_select .woocommerce-js a.button,
.main_guest_select .woocommerce-js button.button,
.main_guest_select .woocommerce-js input.button,
.main_guest_select .woocommerce-js .woocommerce-mini-cart__buttons #respond input#submit,
.main_guest_select .woocommerce-js .woocommerce-mini-cart__buttons a.button,
.main_guest_select .woocommerce-js .woocommerce-mini-cart__buttons button.button,
.main_guest_select .woocommerce-js .woocommerce-mini-cart__buttons input.button {
    display: inline-block;
    background-color: var(--my_btn_bg);
    border: none;
    border-radius: 5rem;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.8rem 2rem;
    position: relative;
    z-index: 1;
    text-align: center;
}

.main_guest_select .woocommerce .widget_price_filter .price_slider_amount .button,
.main_guest_select .woocommerce-js .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
    float: left;
    height: 40px;
    line-height: 1;
}

.main_guest_select .woocommerce .widget_price_filter .price_slider_amount .button:hover,
.main_guest_select .woocommerce-js .widget_price_filter .price_slider_amount .button:hover {
    background: transparent !important;
    color: var(--my_btn_bg);
}

.main_guest_select .woocommerce .price_label,
.main_guest_select .woocommerce-js .price_label {
    font-size: 12px;
}

.main_guest_select .woocommerce .widget_shopping_cart .total,
.main_guest_select .woocommerce.widget_shopping_cart .total,
.main_guest_select .woocommerce-js .widget_shopping_cart .total,
.main_guest_select .woocommerce-js.widget_shopping_cart .total {
    border-top: 1px solid rgba(132, 132, 132, 0.2);
    padding: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.main_guest_select .woocommerce .widget_shopping_cart .buttons a,
.main_guest_select .woocommerce.widget_shopping_cart .buttons a,
.main_guest_select .woocommerce-js .widget_shopping_cart .buttons a,
.main_guest_select .woocommerce-js.widget_shopping_cart .buttons a {
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 10px;
    width: 45%;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
}

.main_guest_select .woocommerce-error,
.main_guest_select .woocommerce-info,
.main_guest_select .woocommerce-message {
    padding: 0 !important;
    margin: 0 0 30px 0;
    background-color: transparent !important;
    color: inherit;
    border-top: none;
}

.main_guest_select .woocommerce-error {
    color: red;
}

.main_guest_select .woocommerce-info,
.main_guest_select .woocommerce-message {
    color: #a9acb5;
}

.main_guest_select .woocommerce-error:before,
.main_guest_select .woocommerce-info:before,
.main_guest_select .woocommerce-message:before {
    display: none;
}

.main_guest_select .woocommerce .woocommerce-ordering select,
.main_guest_select .woocommerce-js .woocommerce-ordering select {
    border: none;
}

.main_guest_select .woocommerce .content-grid__caption,
.main_guest_select .woocommerce-js .content-grid__caption {
    margin-top: 2rem;
    transform: translate3d(0, 0%, 0);
    transition: transform 0.3s ease-in-out;
}

.main_guest_select .woocommerce-product-search {
    position: relative;
}

.main_guest_select .widget_product_search button {
    margin-top: -17px;
    cursor: pointer;
}

.main_guest_select .woocommerce .woocommerce-ordering {
    margin-right: 14px;
}

.main_guest_select .content-grid.products {
    margin: 0 -20px;
}

.main_guest_select .woocommerce .products div.product,
.main_guest_select .woocommerce .products.columns-2 div.product,
.main_guest_select .woocommerce-js .products div.product,
.main_guest_select .woocommerce-js .products.columns-2 div.product {
    margin-bottom: 5%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.main_guest_select .woocommerce .products.columns-3 div.product,
.main_guest_select .woocommerce-js .products.columns-3 div.product {
    width: 33%;
}

.main_guest_select .woocommerce .col-md-12 .products div.product,
.main_guest_select .woocommerce-js .col-md-12 .products div.product {
    width: 33%;
}

.main_guest_select .woocommerce .products div.product.onHover::before {
    display: none;
}

.main_guest_select .woocommerce .products div.product a,
.main_guest_select .woocommerce-js .products div.product a {
    text-decoration: none !important;
}

.main_guest_select .woocommerce .products div.product span.onsale,
.main_guest_select .woocommerce span.onsale,
.main_guest_select .woocommerce-js .products div.product span.onsale,
.main_guest_select .woocommerce-js span.onsale {
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 2;
    top: 10px;
    left: 10px;
    background: #19191b;
    border-radius: 0;
}

.main_guest_select .woocommerce .products div.product img.attachment-woocommerce_thumbnail,
.main_guest_select .woocommerce-js .products div.product img.attachment-woocommerce_thumbnail {
    animation: projectAnimBack 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.main_guest_select .woocommerce .products div.product img.attachment-woocommerce_thumbnail:hover,
.main_guest_select .woocommerce-js .products div.product img.attachment-woocommerce_thumbnail:hover {
    animation: projectAnimHover 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.main_guest_select .woocommerce .products div.product .woocommerce-loop-product__title,
.main_guest_select .woocommerce-js .products div.product .woocommerce-loop-product__title {
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 70px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
}

.main_guest_select .woocommerce .products div.product .star-rating,
.main_guest_select .woocommerce .star-rating,
.main_guest_select .woocommerce-js .products div.product .star-rating,
.main_guest_select .woocommerce-js .star-rating {
    margin: 0 15px 0 0;
    float: left;
    display: block;
    height: 1rem;
    font-size: 1rem;
    line-height: 1;
}

.main_guest_select .woocommerce .products div.product .price,
.main_guest_select .woocommerce div.product p.price,
.main_guest_select .woocommerce div.product span.price,
.main_guest_select .woocommerce-js .products div.product .price,
.main_guest_select .woocommerce-js div.product p.price,
.main_guest_select .woocommerce-js div.product span.price {
    margin: 0;
    margin-right: 70px;
    float: none;
    display: block;
    height: auto;
    font-size: 1rem;
    line-height: 1;
    color: #2c3f58;
}

.main_guest_select .woocommerce .products div.product .price ins,
.main_guest_select .woocommerce div.product p.price ins,
.main_guest_select .woocommerce div.product span.price ins,
.main_guest_select .woocommerce-js .products div.product .price ins,
.main_guest_select .woocommerce-js div.product p.price ins,
.main_guest_select .woocommerce-js div.product span.price ins {
    margin-left: 5px;
    text-decoration: none;
    color: #2c3f58;
}

.main_guest_select .woocommerce .products div.product .button.add_to_cart_button,
.main_guest_select .woocommerce-js .products div.product .button.add_to_cart_button {
    position: absolute;
    overflow: hidden;
    right: 20px;
    bottom: 0;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    float: left;
    font-size: 0;
    width: 54px;
    height: 54px;
    line-height: 50px;
    transition: color 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
    background-color: transparent !important;
    border: 1px solid var(--my_btn_bg);
    border-radius: 0;
    color: var(--my_btn_bg);
    cursor: pointer;
}

.main_guest_select .woocommerce .products div.product .button.add_to_cart_button:before,
.main_guest_select .woocommerce-js .products div.product .button.add_to_cart_button:before {
    content: '\f07a';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    line-height: 50px;
    font-size: 1.2rem;
    display: block;
    background: none;
}

.main_guest_select .woocommerce .products div.product .button.add_to_cart_button:after,
.main_guest_select .woocommerce-js .products div.product .button.add_to_cart_button:after {
    background-color: var(--my_btn_bg);
    content: '';
    height: 100%;
    position: absolute;
    left: -130%;
    top: 0;
    transform: skew(50deg);
    transform-origin: top left;
    transition: all 0.4s;
    width: 0;
    z-index: -1;
}

.main_guest_select .woocommerce .products div.product .button.add_to_cart_button:hover,
.main_guest_select .woocommerce-js .products div.product .button.add_to_cart_button:hover {
    color: #fff;
}

.main_guest_select .woocommerce .products div.product .button.add_to_cart_button:hover:after,
.main_guest_select .woocommerce-js .products div.product .button.add_to_cart_button:hover:after {
    height: 102%;
    width: 240%;
}

.main_guest_select .woocommerce nav.woocommerce-pagination,
.main_guest_select .woocommerce-js nav.woocommerce-pagination {
    margin: 2rem 0;
    text-align: center;
    clear: both;
}

.main_guest_select .woocommerce nav.woocommerce-pagination ul,
.main_guest_select .woocommerce-js nav.woocommerce-pagination ul {
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    border: none;
    line-height: auto;
    border-radius: 0;
}

.main_guest_select .woocommerce nav.woocommerce-pagination ul li,
.main_guest_select .woocommerce-js nav.woocommerce-pagination ul li {
    border: none;
    float: none;
}

.main_guest_select .woocommerce nav.woocommerce-pagination ul li a,
.main_guest_select .woocommerce nav.woocommerce-pagination ul li span,
.main_guest_select .woocommerce-js nav.woocommerce-pagination ul li a,
.main_guest_select .woocommerce-js nav.woocommerce-pagination ul li span {
    padding: 0;
    display: inline-block;
    line-height: 38px;
    background: transparent;
}

.main_guest_select .woocommerce nav.woocommerce-pagination ul li a:focus,
.main_guest_select .woocommerce nav.woocommerce-pagination ul li a:hover,
.main_guest_select .woocommerce nav.woocommerce-pagination ul li span.current,
.main_guest_select .woocommerce-js nav.woocommerce-pagination ul li a:focus,
.main_guest_select .woocommerce-js nav.woocommerce-pagination ul li a:hover,
.main_guest_select .woocommerce-js nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: var(--my_btn_bg);
}

.main_guest_select .woocommerce #content div.product div.images,
.main_guest_select .woocommerce div.product div.images,
.main_guest_select .woocommerce-page #content div.product div.images,
.main_guest_select .woocommerce-page div.product div.images,
.main_guest_select .woocommerce-js #content div.product div.images,
.main_guest_select .woocommerce-js div.product div.images {
    float: left;
    width: 50%;
}

.main_guest_select .woocommerce div.product div.images,
.main_guest_select .woocommerce-js div.product div.images {
    margin-bottom: 4rem;
}

.main_guest_select .woocommerce div.product div.images img,
.main_guest_select .woocommerce-js div.product div.images img {
    transition: opacity 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.main_guest_select .woocommerce div.product div.images .flex-control-thumbs,
.main_guest_select .woocommerce-js div.product div.images .flex-control-thumbs {
    margin: 0 -5px;
}

.main_guest_select .woocommerce div.product div.images .flex-control-thumbs li,
.main_guest_select .woocommerce-js div.product div.images .flex-control-thumbs li {
    width: 33.333%;
    margin: 0;
    padding: 10px 5px 0 5px;
}

.main_guest_select .woocommerce #content div.product div.summary,
.main_guest_select .woocommerce div.product div.summary,
.main_guest_select .woocommerce-page #content div.product div.summary,
.main_guest_select .woocommerce-page div.product div.summary,
.main_guest_select .woocommerce-js #content div.product div.summary,
.main_guest_select .woocommerce-js div.product div.summary {
    padding-left: 50px;
    float: right;
    width: 50%;
    clear: none;
}

.main_guest_select .woocommerce div.product div.summary,
.main_guest_select .woocommerce-js div.product div.summary {
    margin-bottom: 4rem;
}

.main_guest_select .woocommerce div.product div.summary span.onsale,
.main_guest_select .woocommerce-js div.product div.summary span.onsale {
    left: 15px;
    top: 15px;
}

.main_guest_select .woocommerce div.product div.summary .title--h2,
.main_guest_select .woocommerce-js div.product div.summary .title--h2 {
    margin-bottom: 2rem;
}

.main_guest_select .woocommerce div.product div.summary p.price,
.main_guest_select .woocommerce div.product div.summary span.price,
.main_guest_select .woocommerce-js div.product div.summary p.price,
.main_guest_select .woocommerce-js div.product div.summary span.price {
    margin: 0 0 2rem 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #2c3f58;
}

.main_guest_select .woocommerce div.product div.summary p.price del,
.main_guest_select .woocommerce div.product div.summary span.price del,
.main_guest_select .woocommerce-js div.product div.summary p.price del,
.main_guest_select .woocommerce-js div.product div.summary span.price del {
    opacity: 0.5;
    margin-right: 5px;
    display: inline-block;
    font-size: 1.25rem;
}

.main_guest_select .woocommerce .woocommerce-product-rating,
.main_guest_select .woocommerce-js .woocommerce-product-rating {
    line-height: 1;
}

.main_guest_select .woocommerce .woocommerce-product-rating .star-rating,
.main_guest_select .woocommerce-js .woocommerce-product-rating .star-rating {
    margin: 0 5px 0 0;
    float: left;
    line-height: 1;
}

.main_guest_select .woocommerce .star-rating span:before,
.main_guest_select .woocommerce-js .star-rating span:before {
    color: var(--my_btn_bg);
}

.main_guest_select .woocommerce .woocommerce-review-link,
.main_guest_select .woocommerce-js .woocommerce-review-link {
    font-size: 0.9375rem;
    color: #2c3f58;
}

.main_guest_select .woocommerce div.product form.cart div.quantity,
.main_guest_select .woocommerce-js div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0;
}

.main_guest_select .woocommerce div.product .button.single_add_to_cart_button,
.main_guest_select .woocommerce-js div.product .button.single_add_to_cart_button {
    background-color: var(--my_btn_bg);
    border: none;
    border-radius: 5rem;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.8rem 2rem;
    position: relative;
    z-index: 1;
}

.main_guest_select .woocommerce div.product .button.single_add_to_cart_button:before,
.main_guest_select .woocommerce-js div.product .button.single_add_to_cart_button:before {
    content: '\f07a';
    margin-right: 10px;
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome;
    font-size: 1.2rem;
    line-height: 1;
    background: none;
}

.main_guest_select .woocommerce div.product .button.single_add_to_cart_button:after,
.main_guest_select .woocommerce-js div.product .button.single_add_to_cart_button:after {
    background-color: var(--my_btn_bg);
    content: '';
    height: 100%;
    position: absolute;
    left: -130%;
    top: 0;
    transform: skew(50deg);
    transform-origin: top left;
    transition: all 0.4s;
    width: 0;
    z-index: -1;
}

.main_guest_select .woocommerce div.product .button.single_add_to_cart_button:hover,
.main_guest_select .woocommerce-js div.product .button.single_add_to_cart_button:hover {
    color: var(--my_btn_bg);
}

.main_guest_select .woocommerce div.product .button.single_add_to_cart_button:hover:after,
.main_guest_select .woocommerce-js div.product .button.single_add_to_cart_button:hover:after {
    height: 102%;
    width: 240%;
}

.main_guest_select .woocommerce .product_meta .posted_in,
.main_guest_select .woocommerce .product_meta .tagged_as,
.main_guest_select .woocommerce-js .product_meta .posted_in,
.main_guest_select .woocommerce-js .product_meta .tagged_as {
    display: block;
}

.main_guest_select .woocommerce .product_meta,
.main_guest_select .woocommerce-js .product_meta {
    border-top: 1px solid rgba(132, 132, 132, 0.2);
    padding-top: 30px;
    color: #54647b;
}

.main_guest_select .woocommerce .product_meta span span,
.main_guest_select .woocommerce .product_meta span a,
.main_guest_select .woocommerce-js .product_meta span span,
.main_guest_select .woocommerce-js .product_meta span a {
    color: #2c3f58;
    margin-left: 5px;
}

.main_guest_select .woocommerce #content div.product .woocommerce-tabs,
.main_guest_select .woocommerce div.product .woocommerce-tabs,
.main_guest_select .woocommerce-page #content div.product .woocommerce-tabs,
.main_guest_select .woocommerce-page div.product .woocommerce-tabs,
.main_guest_select .woocommerce-MyAccount-navigation,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation,
.main_guest_select .woocommerce-js #content div.product .woocommerce-tabs,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs {
    clear: both;
    margin: 0;
    text-align: center;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs .panel,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs .panel {
    text-align: left;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs,
.main_guest_select .woocommerce-MyAccount-navigation ul,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 1rem 0;
    padding: 0;
    position: relative;
    list-style: none;
    overflow: visible;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs:before,
.main_guest_select .woocommerce-MyAccount-navigation ul:before,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul:before,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs:before {
    content: '';
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: auto;
    height: 1px;
    background: rgba(132, 132, 132, 0.2);
    border: none;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs li,
.main_guest_select .woocommerce-MyAccount-navigation ul li,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul li,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    line-height: 1.9;
    border: none;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.main_guest_select .woocommerce-MyAccount-navigation ul li:before,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul li:before,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.main_guest_select .woocommerce-MyAccount-navigation ul li:after,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul li:after,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #2c3f58;
    opacity: 0;
    transition: all 0.4s;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs li a,
.main_guest_select .woocommerce-MyAccount-navigation ul li a,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
    display: inline-block;
    font-weight: 500;
    color: #2c3f58;
    opacity: 0.5;
    text-decoration: none;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.main_guest_select .woocommerce-MyAccount-navigation ul li.is-active,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent !important;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.main_guest_select .woocommerce-MyAccount-navigation ul li.is-active:after,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs li.active:after {
    opacity: 1;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.main_guest_select .woocommerce-MyAccount-navigation ul li.is-active a,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
    color: #2c3f58;
    opacity: 1;
}

.main_guest_select .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.main_guest_select .woocommerce-MyAccount-navigation ul li.is-active:after,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after,
.main_guest_select .woocommerce-js div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: none;
    border: none;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist {
    margin: 0 0 3rem 0;
    padding: 0;
    list-style: none;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li img.avatar,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    height: 64px;
    width: 64px;
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-text,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 66px;
    padding: 0;
    margin-left: 90px;
    color: #54647b;
    flex: none;
    border: none;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-box,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-box {
    position: relative;
    display: block;
    margin-top: 2rem;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-box__body,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-box__body {
    color: #54647b;
    flex: none;
    margin-left: 90px;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-box::after,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-box::after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .post-content,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .post-content {
    margin-top: 0;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .description p,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .description p {
    margin-bottom: 1rem;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .star-rating,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .star-rating {
    margin-top: 8px;
    margin-right: 0;
    float: right;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #54647b;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-weight: 500;
}

.main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date,
.main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-size: 0.875rem;
    font-weight: 500;
    color: #848484;
}

.main_guest_select .woocommerce-Reviews #comments .title--h5,
.main_guest_select .woocommerce-Tabs-panel--additional_information .title--h5,
.main_guest_select .woocommerce-Tabs-panel--description .title--h5 {
    display: none;
}

.main_guest_select .woocommerce #review_form .comment-form,
.main_guest_select .woocommerce-js #review_form .comment-form {
    margin: 1rem 0 0 0;
}

.main_guest_select .woocommerce #review_form #respond p,
.main_guest_select .woocommerce-js #review_form #respond p {
    margin: 0 0 1rem 0;
    position: relative;
}

.main_guest_select .woocommerce #review_form textarea,
.main_guest_select .woocommerce-js #review_form textarea {
    height: 100px;
}

.main_guest_select .woocommerce #review_form .comment-form-rating,
.main_guest_select .woocommerce-js #review_form .comment-form-rating {
    margin-bottom: 1rem;
}

.main_guest_select .woocommerce #review_form .comment-form-rating label,
.main_guest_select .woocommerce-js #review_form .comment-form-rating label {
    position: relative;
    top: 0;
    font-size: 1.05rem;
}

.main_guest_select .woocommerce #review_form .comment-form-rating .stars,
.main_guest_select .woocommerce-js #review_form .comment-form-rating .stars {
    display: inline-block;
}

.main_guest_select .woocommerce #review_form .comment-form-rating .jq-selectbox,
.main_guest_select .woocommerce-js #review_form .comment-form-rating .jq-selectbox {
    display: block;
    height: 30px;
}

.main_guest_select .woocommerce #review_form .comment-form-rating .jq-selectbox__select,
.main_guest_select .woocommerce-js #review_form .comment-form-rating .jq-selectbox__select {
    display: none;
}

.main_guest_select .woocommerce #review_form #respond .form-submit .submit,
.main_guest_select .woocommerce-js #review_form #respond .form-submit .submit {
    background-color: var(--my_btn_bg);
    border: none;
    border-radius: 5rem;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    height: auto;
    letter-spacing: 0;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.8rem 2rem;
    position: relative;
    z-index: 1;
}

.main_guest_select .woocommerce #review_form #respond .form-submit .submit:hover,
.main_guest_select .woocommerce-js #review_form #respond .form-submit .submit:hover {
    background-color: var(--my_btn_bg) !important;
}

.main_guest_select .upsells.products,
.main_guest_select .related.products {
    margin-top: 4rem;
}

.main_guest_select .related.products h2,
.main_guest_select .upsells.products h2 {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    line-height: 1.3;
}

.main_guest_select .woocommerce table.shop_table,
.main_guest_select .woocommerce-js table.shop_table {
    margin: 0 0 2rem 0;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border: none;
    border-collapse: collapse;
}

.main_guest_select .woocommerce table.shop_table th,
.main_guest_select .woocommerce-js table.shop_table th {
    font-weight: 400;
    padding: 0 1rem 1.5rem 0;
    font-size: 0.9375rem;
    line-height: 1.5em;
    border: none;
    color: #2c3f58;
    text-transform: uppercase;
}

.main_guest_select .woocommerce table.shop_table td,
.main_guest_select .woocommerce-js table.shop_table td {
    padding: 1.5rem 1rem 1.5rem 0;
    color: #2c3f58;
    font-size: 1.05rem;
    line-height: 1.5em;
    background: none;
    border: none;
    border-top: 1px solid rgba(132, 132, 132, 0.2);
}

.main_guest_select .woocommerce a.remove,
.main_guest_select .woocommerce-js a.remove {
    margin: 0 auto;
    display: block;
    font-size: 1.2rem !important;
    height: 20px;
    width: 20px;
    color: #2c3f58 !important;
    border: none;
    text-decoration: none !important;
    text-align: center;
}

.main_guest_select .woocommerce a.remove:hover,
.main_guest_select .woocommerce-js a.remove:hover {
    color: #2c3f58 !important;
    background: #151515;
}

.main_guest_select #add_payment_method table.cart img,
.main_guest_select .woocommerce-cart table.cart img,
.main_guest_select .woocommerce-checkout table.cart img {
    width: 80px;
}

.main_guest_select .woocommerce table.shop_table td a,
.main_guest_select .woocommerce-js table.shop_table td a {
    margin-right: 10px;
}

.main_guest_select #add_payment_method table.cart td.actions .coupon .input-text,
.main_guest_select .woocommerce-cart table.cart td.actions .coupon .input-text,
.main_guest_select .woocommerce-checkout table.cart td.actions .coupon .input-text {
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid rgba(132, 132, 132, 0.2);
    border-radius: 0;
    box-shadow: none;
    color: #2c3f58;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
    padding: 0.8rem 0;
    position: relative;
}

.main_guest_select .woocommerce .cart .button[name="update_cart"],
.main_guest_select .woocommerce-js .cart .button[name="update_cart"] {
    color: var(--my_btn_bg) !important;
    border: none;
    padding: 0 !important;
    background: none !important;
}

.main_guest_select .woocommerce .cart .button[name="update_cart"]:after,
.main_guest_select .woocommerce-js .cart .button[name="update_cart"]:after {
    display: none;
}

.main_guest_select .woocommerce .cart-collaterals .cart_totals,
.main_guest_select .woocommerce-page .cart-collaterals .cart_totals,
.main_guest_select .woocommerce-js .cart-collaterals .cart_totals {
    float: none;
    width: auto;
}

.main_guest_select .woocommerce-cart .cart-collaterals .cart_totals table tr td,
.main_guest_select .woocommerce-cart .cart-collaterals .cart_totals table tr th {
    border: none;
    border-bottom: 1px solid rgba(132, 132, 132, 0.2);
    padding: 1.5rem 0;
}

.main_guest_select .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.main_guest_select .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border: none;
    border-bottom: 1px solid rgba(132, 132, 132, 0.2);
    padding: 1.5rem 0;
}

.main_guest_select #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.main_guest_select .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.main_guest_select .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    background-color: var(--my_btn_bg);
    border: none;
    border-radius: 5rem;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.8rem 2rem;
    position: relative;
    text-transform: none;
    z-index: 1;
    text-align: center;
}

.main_guest_select .woocommerce #respond input#submit:hover,
.main_guest_select .woocommerce a.button:hover,
.main_guest_select .woocommerce button.button:hover,
.main_guest_select .woocommerce input.button:hover,
.main_guest_select .woocommerce-js #respond input#submit:hover,
.main_guest_select .woocommerce-js a.button:hover,
.main_guest_select .woocommerce-js button.button:hover,
.main_guest_select .woocommerce-js input.button:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.main_guest_select .woocommerce #respond input#submit:after,
.main_guest_select .woocommerce a.button:after,
.main_guest_select .woocommerce button.button:after,
.main_guest_select .woocommerce input.button:after,
.main_guest_select .woocommerce-js #respond input#submit:after,
.main_guest_select .woocommerce-js a.button:after,
.main_guest_select .woocommerce-js button.button:after,
.main_guest_select .woocommerce-js input.button:after {
    background-color: var(--my_btn_bg);
    content: '';
    height: 100%;
    position: absolute;
    left: -130%;
    top: 0;
    transform: skew(50deg);
    transform-origin: top left;
    transition: all 0.4s;
    width: 0;
    z-index: -1;
}

.main_guest_select .woocommerce #respond input#submit:hover:after,
.main_guest_select .woocommerce a.button:hover:after,
.main_guest_select .woocommerce button.button:hover:after,
.main_guest_select .woocommerce input.button:hover:after,
.main_guest_select .woocommerce-js #respond input#submit:hover:after,
.main_guest_select .woocommerce-js a.button:hover:after,
.main_guest_select .woocommerce-js button.button:hover:after,
.main_guest_select .woocommerce-js input.button:hover:after {
    height: 102%;
    width: 240%;
}

.main_guest_select .woocommerce-notices-wrapper p:last-child {
    margin-bottom: 30px;
}

.main_guest_select .woocommerce .products .product a.added_to_cart,
.main_guest_select .woocommerce-js .products .product a.added_to_cart {
    display: none;
}

.main_guest_select .woocommerce .products .product .button.add_to_cart_button.added,
.main_guest_select .woocommerce-js .products .product .button.add_to_cart_button.added {
    background: var(--my_btn_bg) !important;
    color: #fff !important;
}

.main_guest_select .woocommerce .col2-set .col-1,
.main_guest_select .woocommerce-page .col2-set .col-1,
.main_guest_select .woocommerce .col-1,
.main_guest_select .woocommerce-page .col-1,
.main_guest_select .woocommerce .col2-set .col-2,
.main_guest_select .woocommerce-page .col2-set .col-2,
.main_guest_select .woocommerce .col-2,
.main_guest_select .woocommerce-page .col-2,
.main_guest_select .woocommerce-js .col2-set .col-1,
.main_guest_select .woocommerce-js .col-1,
.main_guest_select .woocommerce-js .col2-set .col-2,
.main_guest_select .woocommerce-js .col-2 {
    padding: 0;
    float: none;
    width: 100%;
    max-width: 100%;
}

.main_guest_select .woocommerce-account .u-columns {
    margin: 0 -30px !important;
    width: auto !important;
}

.main_guest_select .woocommerce-account .u-column1,
.main_guest_select .woocommerce-account .u-column2 {
    padding: 0 30px !important;
    float: left !important;
    width: 50% !important;
}

.main_guest_select .woocommerce-account .u-column1 h2,
.main_guest_select .woocommerce-account .u-column2 h2 {
    font-size: 2rem;
}

.main_guest_select .select2-container .select2-selection--single {
    margin: 0;
    padding: 0 15px;
    display: block;
    font-family: 'Poppins';
    font-size: 16px;
    width: 100%;
    height: 50px;
    color: #323232;
    background: none;
    border: none;
    border: 2px solid #eee;
    resize: none;
    outline: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.main_guest_select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 20px;
    height: 46px;
}

.main_guest_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #323232;
    line-height: 46px;
}

.main_guest_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: -10px;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
}

.main_guest_select .woocommerce label,
.main_guest_select .woocommerce-js label {
    font-size: 1rem;
}

.main_guest_select .woocommerce-Reviews .comment-form-cookies-consent input {
    position: relative;
    top: 5px;
}

.main_guest_select .woocommerce-additional-fields {
    margin-bottom: 2rem;
}

.main_guest_select .woocommerce form .form-row,
.main_guest_select .woocommerce-js form .form-row {
    padding: 0;
    margin: 0;
    display: block;
}

.main_guest_select .woocommerce form .form-row,
.main_guest_select .woocommerce-js form .form-row {
    margin-bottom: 1rem;
}

.main_guest_select .woocommerce form .form-row.address-field,
.main_guest_select .woocommerce-js form .form-row.address-field {
    margin-bottom: 1rem;
}

.main_guest_select .woocommerce table.shop_table tbody th,
.main_guest_select .woocommerce table.shop_table tfoot td,
.main_guest_select .woocommerce table.shop_table tfoot th,
.main_guest_select .woocommerce-js table.shop_table tbody th,
.main_guest_select .woocommerce-js table.shop_table tfoot td,
.main_guest_select .woocommerce-js table.shop_table tfoot th {
    padding: 1.5rem 1rem 1.5rem 0;
    border-top: 1px solid rgba(132, 132, 132, 0.2);
}

.main_guest_select #add_payment_method #payment,
.main_guest_select .woocommerce-cart #payment,
.main_guest_select .woocommerce-checkout #payment {
    background: #eee;
}

.main_guest_select #add_payment_method #payment ul.payment_methods,
.main_guest_select .woocommerce-cart #payment ul.payment_methods,
.main_guest_select .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid rgba(132, 132, 132, 0.2);
}

.main_guest_select .woocommerce #respond input#submit.alt,
.main_guest_select .woocommerce a.button.alt,
.main_guest_select .woocommerce input.button.alt,
.main_guest_select .woocommerce-js #respond input#submit.alt,
.main_guest_select .woocommerce-js a.button.alt,
.main_guest_select .woocommerce-js input.button.alt {
    border: 1px solid var(--my_btn_bg);
    background-color: transparent !important;
    color: var(--my_btn_bg);
}

.main_guest_select .woocommerce-error li:before,
.main_guest_select .woocommerce-info li:before,
.main_guest_select .woocommerce-message li:before,
.main_guest_select .woocommerce ul.order_details li:before,
.main_guest_select .woocommerce-js ul.order_details li:before {
    display: none;
}

.main_guest_select .woocommerce ul.order_details li,
.main_guest_select .woocommerce-js ul.order_details li {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 2em;
}

.main_guest_select .woocommerce-MyAccount-navigation,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    margin-bottom: 30px;
    float: none;
    width: auto;
}

.main_guest_select .woocommerce-MyAccount-content,
.main_guest_select .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

.main_guest_select .content .woocommerce-Address-title.title:after {
    position: relative;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: none;
}

.main_guest_select .woocommerce form.checkout_coupon,
.main_guest_select .woocommerce form.login,
.main_guest_select .woocommerce form.register,
.main_guest_select .woocommerce-js form.checkout_coupon,
.main_guest_select .woocommerce-js form.login,
.main_guest_select .woocommerce-js form.register {
    border: none;
    padding: 0;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.main_guest_select .woocommerce .woocommerce-customer-details address,
.main_guest_select .woocommerce-js .woocommerce-customer-details address {
    border: none;
}

.main_guest_select .woocommerce-account .addresses .title h3,
.main_guest_select .addresses .title h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    float: left;
}

.main_guest_select .addresses .title .edit,
.main_guest_select .woocommerce-account .addresses .title .edit {
    float: right;
    margin-top: 1rem;
}

.main_guest_select .woocommerce-Reviews .comment-form-cookies-consent label {
    display: inline;
}

.main_guest_select .woocommerce .quantity .qty,
.main_guest_select .woocommerce-js .quantity .qty {
    padding: 0.8rem 0;
    margin-top: 0;
    display: inline-block;
    border: 1px solid rgba(132, 132, 132, 0.2);
    outline: none;
}

.main_guest_select .content-sidebar .widget_shopping_cart .cart_list li,
.main_guest_select .content-sidebar .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
    padding-top: 10px;
}

.main_guest_select .woocommerce table.shop_attributes,
.main_guest_select .woocommerce-js table.shop_attributes {
    border: none;
    margin: 25px 0;
    width: 100%;
    background: none;
}

.main_guest_select .woocommerce table.shop_attributes th,
.main_guest_select .woocommerce-js table.shop_attributes th {
    border: none;
    margin: 0;
    background: none;
}

.main_guest_select .woocommerce table.shop_attributes td,
.main_guest_select .woocommerce-js table.shop_attributes td {
    font-style: normal;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.main_guest_select .woocommerce .cart-collaterals .cross-sells,
.main_guest_select .woocommerce-page .cart-collaterals .cross-sells,
.main_guest_select .woocommerce-js .cart-collaterals .cross-sells {
    margin-bottom: 30px;
    width: auto;
    float: none;
}

.main_guest_select .woocommerce .cart-collaterals .cross-sells li:before,
.main_guest_select .woocommerce-page .cart-collaterals .cross-sells li:before,
.main_guest_select .woocommerce-js .cart-collaterals .cross-sells li:before {
    display: none;
}

.main_guest_select .woocommerce .ml-sm-auto>.nav,
.main_guest_select .woocommerce-js .ml-sm-auto>.nav {
    margin-right: 70px;
}

.main_guest_select .product-categories .current-cat,
.main_guest_select .product-categories .current-cat a {
    color: var(--my_btn_bg);
}

.main_guest_select .woocommerce ul.cart_list li .quantity,
.main_guest_select .woocommerce ul.product_list_widget li .quantity,
.main_guest_select ul.cart_list li .quantity,
.main_guest_select ul.product_list_widget li .quantity,
.main_guest_select .woocommerce-js ul.cart_list li .quantity,
.main_guest_select .woocommerce-js ul.product_list_widget li .quantity {
    padding-bottom: 20px;
    display: block;
    color: #2c3f58;
    font-size: 0.9375rem;
}

.main_guest_select .woocommerce ul.cart_list li,
.main_guest_select .woocommerce ul.product_list_widget li,
.main_guest_select .woocommerce-js ul.cart_list li,
.main_guest_select .woocommerce-js ul.product_list_widget li {
    position: relative;
}

.main_guest_select .woocommerce ul.product_list_widget li a.remove,
.main_guest_select ul.product_list_widget li a.remove,
.main_guest_select .woocommerce-js ul.product_list_widget li a.remove {
    display: block;
    position: absolute;
    bottom: 15px;
    left: -3px;
    text-decoration: none;
    background: none !important;
}

.main_guest_select .woocommerce ul.product_list_widget li a.remove:hover,
.main_guest_select ul.product_list_widget li a.remove:hover,
.main_guest_select .woocommerce-js ul.product_list_widget li a.remove:hover {
    color: var(--my_btn_bg) !important;
}

.main_guest_select .cart-btn .cart-count {
    padding-left: 1px;
}

.main_guest_select .woocommerce #review_form .comment-form-rating .stars,
.main_guest_select .woocommerce-js #review_form .comment-form-rating .stars {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px !important;
    top: 7px;
}

.main_guest_select .woocommerce #review_form #respond .form-submit .submit:hover,
.main_guest_select .woocommerce-js #review_form #respond .form-submit .submit:hover {
    background: var(--my_btn_bg);
}

.main_guest_select .content-grid.portfolio-columns-2 figure.content-grid__item {
    padding-left: 3%;
}

.main_guest_select .projects-carousel .swiper-button-prev,
.main_guest_select .projects-carousel .swiper-container-rtl .swiper-button-next {
    left: 65px;
    right: auto;
    filter: brightness(0) invert(1);
}

.main_guest_select .projects-carousel .swiper-button-next,
.main_guest_select .projects-carousel .swiper-container-rtl .swiper-button-prev {
    right: 65px;
    left: auto;
    filter: brightness(0) invert(1);
}

.main_guest_select .woocommerce-product-details__short-description,
.main_guest_select .woocommerce-Tabs-panel {
    color: #54647b;
}

.main_guest_select #add_payment_method #payment ul.payment_methods li input,
.main_guest_select .woocommerce-cart #payment ul.payment_methods li input,
.main_guest_select .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 8px 0 0;
    top: 1px;
    position: relative;
}

.main_guest_select .woocommerce-page label {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.main_guest_select #add_payment_method #payment div.payment_box,
.main_guest_select .woocommerce-cart #payment div.payment_box,
.main_guest_select .woocommerce-checkout #payment div.payment_box {
    margin: 0 0 1em 0;
}

.main_guest_select #add_payment_method #payment div.payment_box p:first-child,
.main_guest_select .woocommerce-cart #payment div.payment_box p:first-child,
.main_guest_select .woocommerce-checkout #payment div.payment_box p:first-child {
    margin-top: 0;
}

.main_guest_select .form-row.place-order button {
    background-color: var(--my_btn_bg) !important;
    color: #fff !important;
}

@media only screen and (max-width: 1200px) {

    .main_guest_select .woocommerce .products div.product,
    .main_guest_select .woocommerce .products.columns-2 div.product,
    .main_guest_select .woocommerce-js .products div.product,
    .main_guest_select .woocommerce-js .products.columns-2 div.product {
        width: 49%;
    }

    .main_guest_select .woocommerce .products.columns-3 div.product,
    .main_guest_select .woocommerce-js .products.columns-3 div.product {
        width: 49%;
    }

    .main_guest_select .woocommerce .col-md-12 .products div.product,
    .main_guest_select .woocommerce-js .col-md-12 .products div.product {
        width: 49%;
    }

    .main_guest_select .woocommerce .products.related div.product,
    .main_guest_select .woocommerce-js .products.related div.product,
    .main_guest_select .woocommerce .col-md-12 .products.related div.product,
    .main_guest_select .woocommerce-js .col-md-12 .products.related div.product {
        width: 33%;
    }

    .main_guest_select .navbar .cart-btn,
    .main_guest_select .no-head-btn .cart-btn {
        position: relative;
        margin-bottom: 0px;
        top: auto;
        right: auto;
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .woocommerce .col-md-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .main_guest_select .woocommerce .col-md-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .main_guest_select .woocommerce .products div.product,
    .main_guest_select .woocommerce .products.columns-2 div.product,
    .main_guest_select .woocommerce-js .products div.product,
    .main_guest_select .woocommerce-js .products.columns-2 div.product {
        width: 100%;
    }

    .main_guest_select .woocommerce .products.columns-3 div.product,
    .main_guest_select .woocommerce-js .products.columns-3 div.product {
        width: 100%;
    }

    .main_guest_select .woocommerce .col-md-12 .products div.product,
    .main_guest_select .woocommerce-js .col-md-12 .products div.product {
        width: 100%;
    }

    .main_guest_select .woocommerce-js .no-head-btn .navbar__menu {
        margin-right: 0;
    }

    .main_guest_select .woocommerce .products.related div.product,
    .main_guest_select .woocommerce-js .products.related div.product,
    .main_guest_select .woocommerce .col-md-12 .products.related div.product,
    .main_guest_select .woocommerce-js .col-md-12 .products.related div.product {
        width: 49%;
    }

    .main_guest_select .navbar .cart-btn,
    .main_guest_select .no-head-btn .cart-btn {
        right: 70px;
        top: 26px;
        position: absolute;
    }
}

@media only screen and (max-width: 768px) {

    .main_guest_select .woocommerce .ml-sm-auto ->.nav,
    .main_guest_select .woocommerce-js .ml-sm-auto ->.nav {
        margin-right: 0;
    }

    .main_guest_select .woocommerce table.shop_table td,
    .main_guest_select .woocommerce-js table.shop_table td {
        padding: 1.5rem 1rem;
    }

    .main_guest_select #add_payment_method table.cart td.actions .coupon .input-text,
    .main_guest_select .woocommerce-cart table.cart td.actions .coupon .input-text,
    .main_guest_select .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 120px;
    }

    .main_guest_select .woocommerce-account .u-column1,
    .main_guest_select .woocommerce-account .u-column2 {
        float: none !important;
        width: 100% !important;
    }

    .main_guest_select .woocommerce .products.related div.product,
    .main_guest_select .woocommerce-js .products.related div.product,
    .main_guest_select .woocommerce .col-md-12 .products.related div.product,
    .main_guest_select .woocommerce-js .col-md-12 .products.related div.product {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .main_guest_select .woocommerce .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .main_guest_select .woocommerce .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .main_guest_select .woocommerce .products div.product,
    .main_guest_select .woocommerce .products.columns-2 div.product,
    .main_guest_select .woocommerce-js .products div.product,
    .main_guest_select .woocommerce-js .products.columns-2 div.product {
        width: 100%;
    }

    .main_guest_select .woocommerce .products.columns-3 div.product,
    .main_guest_select .woocommerce-js .products.columns-3 div.product {
        width: 100%;
    }

    .main_guest_select .woocommerce .col-md-12 .products div.product,
    .main_guest_select .woocommerce-js .col-md-12 .products div.product {
        width: 100%;
    }

    .main_guest_select .intro.hero-shop {
        margin-bottom: 3rem;
    }

    .main_guest_select .woocommerce div.product div.images,
    .main_guest_select .woocommerce-js div.product div.images {
        margin-bottom: 2rem;
    }

    .main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-box,
    .main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-box {
        margin-top: 1rem;
    }

    .main_guest_select .woocommerce #reviews #comments ol.commentlist li img.avatar,
    .main_guest_select .woocommerce-js #reviews #comments ol.commentlist li img.avatar {
        height: 40px;
        width: 40px;
    }

    .main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-box__body,
    .main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-box__body {
        margin-left: 60px;
    }

    .main_guest_select .navbar.navbar-white .cart-btn {
        top: 12px;
    }

    .main_guest_select .navbar .cart-btn .cart-widget {
        right: -75px;
    }

    .main_guest_select .navbar .cart-btn .cart-widget:before {
        right: 80px;
    }

    .main_guest_select .woocommerce .woocommerce-result-count,
    .main_guest_select .woocommerce-js .woocommerce-result-count {
        margin: 0 0 10px 0;
    }

    .main_guest_select .woocommerce .woocommerce-ordering,
    .main_guest_select .woocommerce-page .woocommerce-ordering,
    .main_guest_select .woocommerce-js .woocommerce-ordering {
        float: none;
    }

    .main_guest_select .woocommerce #content div.product div.images,
    .main_guest_select .woocommerce div.product div.images,
    .main_guest_select .woocommerce-page #content div.product div.images,
    .main_guest_select .woocommerce-page div.product div.images,
    .main_guest_select .woocommerce-js #content div.product div.images,
    .main_guest_select .woocommerce-js div.product div.images {
        float: none;
        width: 100%;
    }

    .main_guest_select .woocommerce #content div.product div.summary,
    .main_guest_select .woocommerce div.product div.summary,
    .main_guest_select .woocommerce-page #content div.product div.summary,
    .main_guest_select .woocommerce-page div.product div.summary,
    .main_guest_select .woocommerce-js #content div.product div.summary,
    .main_guest_select .woocommerce-js div.product div.summary {
        padding-left: 0;
        float: none;
        width: 100%;
    }

    .main_guest_select .woocommerce ul.order_details li,
    .main_guest_select .woocommerce-js ul.order_details li {
        float: none;
        margin-bottom: 2em;
        padding-right: 0;
        border: none;
    }

    .main_guest_select .woocommerce ul.order_details li:last-child,
    .main_guest_select .woocommerce-js ul.order_details li:last-child {
        margin-bottom: 0;
    }

    .main_guest_select .woocommerce-error,
    .main_guest_select .woocommerce-info,
    .main_guest_select .woocommerce-message {
        padding: 15px;
        margin: 30px 0;
    }

    .main_guest_select .content-grid.portfolio-columns-2 figure.content-grid__item {
        padding-left: 0;
    }

    .main_guest_select .woocommerce .products div.product,
    .main_guest_select .woocommerce .products.columns-2 div.product,
    .main_guest_select .woocommerce-js .products div.product,
    .main_guest_select .woocommerce-js .products.columns-2 div.product {
        margin-bottom: 4rem;
    }

    .main_guest_select .content-sidebar {
        margin-top: 2rem;
    }

    .main_guest_select .content-sidebar .widget:last-child {
        margin-bottom: 0;
    }

    .main_guest_select .content-sidebar .widget-title {
        margin-bottom: 15px;
    }

    .main_guest_select .woocommerce .woocommerce-review__dash,
    .main_guest_select .woocommerce-js .woocommerce-review__dash {
        display: none;
    }

    .main_guest_select .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date,
    .main_guest_select .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
        display: block;
    }

    .main_guest_select #add_payment_method table.cart td.actions .coupon .input-text,
    .main_guest_select .woocommerce-cart table.cart td.actions .coupon .input-text,
    .main_guest_select .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
    }

    .main_guest_select .woocommerce #content table.cart td.actions .coupon .button.alt,
    .main_guest_select .woocommerce #content table.cart td.actions .coupon .input-text+.button,
    .main_guest_select .woocommerce table.cart td.actions .coupon .button.alt,
    .main_guest_select .woocommerce table.cart td.actions .coupon .input-text+.button,
    .main_guest_select .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .main_guest_select .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
    .main_guest_select .woocommerce-page table.cart td.actions .coupon .button.alt,
    .main_guest_select .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        float: none;
        width: 100%;
    }
}

.main_guest_select .sidebar-booking+.content-sidebar {
    margin-top: 40px;
    padding: 0 0 0 1.5rem;
}

@media (max-width: 1200px) {
    .main_guest_select .sidebar-booking+.content-sidebar {
        display: none;
    }
}

.main_guest_select .content-sidebar .widget .sub-header {
    position: relative !important;
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
    border-bottom: none !important;
    padding: 0;
}

.main_guest_select .content-sidebar .widget .sub-header .col-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.main_guest_select .content-sidebar .widget .sub-header .col-12:last-child {
    margin-bottom: 0px !important;
}

.main_guest_select .content-sidebar .widget .hb_room.col-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.main_guest_select .content-sidebar .widget .hb_room_carousel .row {
    margin: 0 !important;
}

.main_guest_select .content-sidebar .widget .hb_room_carousel_container .hb_room {
    width: 100% !important;
}

.main_guest_select .content-sidebar .widget .hb_room_carousel .owl-controls {
    display: none !important;
}

.main_guest_select .content-sidebar .widget .hb_room_carousel_container {
    margin-bottom: 0px !important;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1.5rem;
}

.main_guest_select .content-sidebar .widget .hb_room_carousel {
    height: 190px;
}

.main_guest_select .content-sidebar .widget .hb_room_carousel_container .navigation {
    position: absolute;
    bottom: 1rem;
    left: 1.25rem;
    right: 1.25rem;
    width: auto;
    margin-left: 0px;
}

.main_guest_select .content-sidebar .widget .hb_room_carousel_container .text_link {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 0.85rem;
    margin: 0;
    text-transform: uppercase;
}

.main_guest_select .content-sidebar .widget .hb_room_carousel_container .text_link a {
    color: var(--my_btn_bg);
}

.main_guest_select .content-sidebar .widget .hb_room_carousel_container .hb_room {
    min-height: 0px;
}

.main_guest_select .content-sidebar .widget h2.widget-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.8rem;
    padding-bottom: 0px;
}

.main_guest_select .content-sidebar .widget h2.widget-title:before {
    display: none;
}

.main_guest_select .content-sidebar .widget h3 {
    margin-bottom: 1.8rem;
}

.main_guest_select .content-sidebar .widget .hb_room:last-child .itemRoom {
    margin-bottom: 0px;
}

.main_guest_select .content-sidebar .widget .itemRoom__img-wrap {
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
}

.main_guest_select .content-sidebar .widget .itemRoom__img-wrap::before {
    width: 50%;
    height: 150px;
    border-radius: 6px;
}

.main_guest_select .content-sidebar .widget .itemRoom__link {
    width: 50%;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative;
}

.main_guest_select .content-sidebar .widget .itemRoom__link img {
    border-radius: 6px;
}

.main_guest_select .content-sidebar .widget .itemRoom__details {
    position: relative;
    width: 50%;
    padding: 0 0 0 20px;
    color: #2c3f58;
}

.main_guest_select .content-sidebar .widget .itemRoom__details .rating {
    font-size: 0.85rem;
}

.main_guest_select .content-sidebar .widget .itemRoom__details .rating {
    font-size: 0.85rem;
}

.main_guest_select .content-sidebar .widget .itemRoom__details .title--h4 {
    color: #2c3f58;
    font-size: 1.2rem;
    line-height: 2rem;
}

.main_guest_select .content-sidebar .widget .itemRoom__details .title--h4 a {
    color: #2c3f58;
}

.main_guest_select .content-sidebar .widget .itemRoom__details .title--h4 a {
    color: #2c3f58;
}

.main_guest_select .content-sidebar .widget .itemRoom__price span.price_value {
    font-size: 1rem;
}

.main_guest_select .content-sidebar .widget .itemRoom__price span.unit {
    font-size: 0.85rem;
}

.main_guest_select .content-sidebar .widget .itemRoom__details-extended {
    display: none;
}

.main_guest_select .content-sidebar .widget .itemRoom .badge {
    margin: 0.5rem;
    font-size: 0.75rem;
    right: 50%;
}

.main_guest_select .content-sidebar .widget .hb_mini_cart_top h4 {
    margin-top: 0px;
}

.main_guest_select .content-sidebar .widget .form-dual .label {
    padding-left: 0.875rem;
}

.main_guest_select .content-sidebar .widget .form-dual .input-icon {
    left: 0.875rem;
}

.main_guest_select .content-sidebar .widget .inputText__icon {
    padding-left: 2.5rem;
}

.main_guest_select body .hb_button {
    background: var(--my_btn_bg);
}

.main_guest_select body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
    color: var(--my_btn_bg);
}

.main_guest_select body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
    color: #333;
    background: none;
}

.main_guest_select body #hotel-booking-cart select,
.main_guest_select body #hotel-booking-payment select {
    height: 48px;
}

.main_guest_select body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number label,
.main_guest_select body .hotel_booking_mini_cart body .hb_mini_cart_item .hb_mini_cart_price label {
    display: inline-block;
}

.main_guest_select .hb-select-extra-results .btn__second {
    margin-right: 1rem;
}

.main_guest_select .hb_coupon td {
    text-align: left;
}

.main_guest_select #hotel-booking-cart .hb_coupon input[type="text"],
.main_guest_select #hotel-booking-payment .hb_coupon input[type="text"] {
    border: 1px solid rgba(114, 128, 157, 0.3);
    line-height: 1;
    padding: 0 1.125rem;
    box-shadow: none;
    text-shadow: none;
    color: #2c3f58;
    background-color: #fff;
    border-radius: 6px;
    height: 48px;
    position: relative;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: auto !important;
}

.main_guest_select #hotel-booking-cart .hb_coupon button#hb-apply-coupon,
.main_guest_select #hotel-booking-payment .hb_coupon button#hb-apply-coupon {
    background-color: transparent;
    border: 1px solid rgba(169, 172, 181, 0.2);
    border-radius: 5rem;
    box-shadow: none;
    color: #72809d;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 0;
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    transition: box-shadow 0.4s ease-in-out;
    text-decoration: none !important;
    margin: 0;
    margin-left: 1rem;
}

.main_guest_select .hb_coupon .hb-remove-coupon {
    display: inline-block;
    margin-right: 0.5rem !important;
}

.main_guest_select .hb_coupon .hb-remove-coupon a {
    color: #2c3f58;
}

.main_guest_select .hb_coupon .hb-remove-coupon i {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    object-fit: cover;
    object-position: center;
    margin-right: 1rem;
}

.main_guest_select .hb_coupon .hb-remove-coupon i:before {
    content: "\ea11";
}

.main_guest_select .hb_coupon .hb-remove-coupon_code {
    display: inline-block;
}

.main_guest_select .tabs-menu {
    margin: 0 0 2rem 0;
    text-align: center;
    list-style: none;
    padding: 0;
    font-size: 0px;
}

.main_guest_select .tabs-menu li {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #2c3f58;
    opacity: 0.5;
    transition: 0.3s ease 0s;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.8rem;
}

.main_guest_select .tabs-menu li.active {
    opacity: 1;
}

.main_guest_select .tabs-menu li a {
    color: #2c3f58;
    text-decoration: none;
    padding: 1rem;
    display: block;
    transition: 0.3s ease 0s;
}

.main_guest_select .tabs-content {
    display: none;
}

.main_guest_select .tabs-content.active {
    display: block;
}

.main_guest_select .tabs-content h3.title {
    display: none;
}

.main_guest_select .modal.modal-reservation {
    padding: 0 !important;
}

.main_guest_select .modal.modal-reservation .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.main_guest_select .modal.modal-reservation .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.main_guest_select .modal.modal-reservation .modal-body {
    overflow-y: auto;
}

.main_guest_select .modal.modal-reservation .close {
    right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    border: none;
    position: fixed;
    outline: none;
    background: none;
    margin: 0;
    z-index: 3;
}

.main_guest_select .modal.modal-reservation .close i {
    width: 3rem;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(-45deg) translate(-1rem, 1rem);
    transform-origin: center center;
}

.main_guest_select .modal.modal-reservation .close i:nth-child(2) {
    transform: rotate(45deg) translate(1rem, 1rem);
}

@media only screen and (max-width: 576px) {
    .main_guest_select .modal.modal-reservation .close {
        right: 1rem;
        top: 1rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .main_guest_select .modal.modal-reservation .close i {
        width: 1.5rem;
        transform: rotate(-45deg) translate(-0.5rem, 0.5rem);
    }

    .main_guest_select .modal.modal-reservation .close i:nth-child(2) {
        transform: rotate(45deg) translate(0.5rem, 0.5rem);
    }
}

@media only screen and (max-width: 992px) {
    .main_guest_select .modal.modal-reservation .close i {
        background: #2c3f58;
    }
}

.main_guest_select .modal.modal-reservation .wpcf7-not-valid-tip {
    height: 0px;
    font-size: 12px;
}

.main_guest_select .modal.modal-reservation .wpcf7-response-output {
    display: none !important;
}

.main_guest_select .modal.modal-reservation .reservation-page-success {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.5s ease 0s;
}

.main_guest_select .modal.modal-reservation .reservation-page-success.fade-open {
    opacity: 1;
    visibility: visible;
}

.main_guest_select .modal.modal-reservation .reservation-page-form .js-image {
    animation: js-image-fade-in 1s ease 0s forwards 1;
}

.main_guest_select .modal.modal-reservation .reservation-page-success.fade-open .js-image {
    animation: js-image-fade-in 1s ease 0s forwards 1;
}

/*.main_guest_select .js-quantity input {
    border: none;
}*/

.main_guest_select .js-quantity-input {
    padding: 0;
    max-width: 100%;
}

/*.main_guest_select .js-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(114, 128, 157, 0.3);
    border-radius: 6px;
}*/

.main_guest_select .btn-booking:hover {
    background: var(--my_btn_bg);
}