@charset "UTF-8";
/**
 * Debugging
 */
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #32A1A9;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --treepoppy: #F99420;
  --corn: #FBE34B;
  --citrus: #A5C637;
  --pampas: #EBE8E1;
  --gallery: #EEEEEE;
  --dune: #35302D;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 950px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1310px;
  --font-family-sans-serif: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #32A1A9;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #21696e;
  -webkit-text-decoration: false;
          text-decoration: false;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", "Sarabun", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6e5e7;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #94ced2;
}

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

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b4dddf;
}

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

.table-treepoppy,
.table-treepoppy > th,
.table-treepoppy > td {
  background-color: #fde1c1;
}

.table-treepoppy th,
.table-treepoppy td,
.table-treepoppy thead th,
.table-treepoppy tbody + tbody {
  border-color: #fcc78b;
}

.table-hover .table-treepoppy:hover {
  background-color: #fcd5a8;
}

.table-hover .table-treepoppy:hover > td,
.table-hover .table-treepoppy:hover > th {
  background-color: #fcd5a8;
}

.table-corn,
.table-corn > th,
.table-corn > td {
  background-color: #fef7cd;
}

.table-corn th,
.table-corn td,
.table-corn thead th,
.table-corn tbody + tbody {
  border-color: #fdf0a1;
}

.table-hover .table-corn:hover {
  background-color: #fef3b4;
}

.table-hover .table-corn:hover > td,
.table-hover .table-corn:hover > th {
  background-color: #fef3b4;
}

.table-citrus,
.table-citrus > th,
.table-citrus > td {
  background-color: #e6efc7;
}

.table-citrus th,
.table-citrus td,
.table-citrus thead th,
.table-citrus tbody + tbody {
  border-color: #d0e197;
}

.table-hover .table-citrus:hover {
  background-color: #dde9b3;
}

.table-hover .table-citrus:hover > td,
.table-hover .table-citrus:hover > th {
  background-color: #dde9b3;
}

.table-pampas,
.table-pampas > th,
.table-pampas > td {
  background-color: #f9f9f7;
}

.table-pampas th,
.table-pampas td,
.table-pampas thead th,
.table-pampas tbody + tbody {
  border-color: #f5f3ef;
}

.table-hover .table-pampas:hover {
  background-color: #eeeee8;
}

.table-hover .table-pampas:hover > td,
.table-hover .table-pampas:hover > th {
  background-color: #eeeee8;
}

.table-gallery,
.table-gallery > th,
.table-gallery > td {
  background-color: #fafafa;
}

.table-gallery th,
.table-gallery td,
.table-gallery thead th,
.table-gallery tbody + tbody {
  border-color: #f6f6f6;
}

.table-hover .table-gallery:hover {
  background-color: #ededed;
}

.table-hover .table-gallery:hover > td,
.table-hover .table-gallery:hover > th {
  background-color: #ededed;
}

.table-dune,
.table-dune > th,
.table-dune > td {
  background-color: #c6c5c4;
}

.table-dune th,
.table-dune td,
.table-dune thead th,
.table-dune tbody + tbody {
  border-color: #969392;
}

.table-hover .table-dune:hover {
  background-color: #b9b8b7;
}

.table-hover .table-dune:hover > td,
.table-hover .table-dune:hover > th {
  background-color: #b9b8b7;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

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

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

.table-responsive > .table-bordered {
  border: 0;
}

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #81d4da;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

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

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

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

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

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

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.4em + 0.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(0.35em + 0.1875rem) center;
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.4em + 0.75rem);
  background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.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(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.4em + 0.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(0.35em + 0.1875rem) center;
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.4em + 0.75rem);
  background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.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(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -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.4;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #32A1A9;
  border-color: #32A1A9;
}

.btn-primary:hover {
  color: #fff;
  background-color: #29858b;
  border-color: #267c82;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #29858b;
  border-color: #267c82;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 175, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 175, 182, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #32A1A9;
  border-color: #32A1A9;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #267c82;
  border-color: #237278;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 175, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 175, 182, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 164, 6, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 164, 6, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-light:focus, .btn-light.focus {
  color: #000;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 212, 213, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 212, 213, 0.5);
}

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

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

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-treepoppy {
  color: #fff;
  background-color: #F99420;
  border-color: #F99420;
}

.btn-treepoppy:hover {
  color: #fff;
  background-color: #ec8106;
  border-color: #e07b06;
}

.btn-treepoppy:focus, .btn-treepoppy.focus {
  color: #fff;
  background-color: #ec8106;
  border-color: #e07b06;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 164, 65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 164, 65, 0.5);
}

.btn-treepoppy.disabled, .btn-treepoppy:disabled {
  color: #fff;
  background-color: #F99420;
  border-color: #F99420;
}

.btn-treepoppy:not(:disabled):not(.disabled):active, .btn-treepoppy:not(:disabled):not(.disabled).active,
.show > .btn-treepoppy.dropdown-toggle {
  color: #fff;
  background-color: #e07b06;
  border-color: #d47406;
}

.btn-treepoppy:not(:disabled):not(.disabled):active:focus, .btn-treepoppy:not(:disabled):not(.disabled).active:focus,
.show > .btn-treepoppy.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 164, 65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 164, 65, 0.5);
}

.btn-corn {
  color: #000;
  background-color: #FBE34B;
  border-color: #FBE34B;
}

.btn-corn:hover {
  color: #000;
  background-color: #fadd26;
  border-color: #fadb19;
}

.btn-corn:focus, .btn-corn.focus {
  color: #000;
  background-color: #fadd26;
  border-color: #fadb19;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 193, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213, 193, 64, 0.5);
}

.btn-corn.disabled, .btn-corn:disabled {
  color: #000;
  background-color: #FBE34B;
  border-color: #FBE34B;
}

.btn-corn:not(:disabled):not(.disabled):active, .btn-corn:not(:disabled):not(.disabled).active,
.show > .btn-corn.dropdown-toggle {
  color: #000;
  background-color: #fadb19;
  border-color: #fad90d;
}

.btn-corn:not(:disabled):not(.disabled):active:focus, .btn-corn:not(:disabled):not(.disabled).active:focus,
.show > .btn-corn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 193, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213, 193, 64, 0.5);
}

.btn-citrus {
  color: #fff;
  background-color: #A5C637;
  border-color: #A5C637;
}

.btn-citrus:hover {
  color: #fff;
  background-color: #8ca82f;
  border-color: #849e2c;
}

.btn-citrus:focus, .btn-citrus.focus {
  color: #fff;
  background-color: #8ca82f;
  border-color: #849e2c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 207, 85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(179, 207, 85, 0.5);
}

.btn-citrus.disabled, .btn-citrus:disabled {
  color: #fff;
  background-color: #A5C637;
  border-color: #A5C637;
}

.btn-citrus:not(:disabled):not(.disabled):active, .btn-citrus:not(:disabled):not(.disabled).active,
.show > .btn-citrus.dropdown-toggle {
  color: #fff;
  background-color: #849e2c;
  border-color: #7b9429;
}

.btn-citrus:not(:disabled):not(.disabled):active:focus, .btn-citrus:not(:disabled):not(.disabled).active:focus,
.show > .btn-citrus.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 207, 85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(179, 207, 85, 0.5);
}

.btn-pampas {
  color: #000;
  background-color: #EBE8E1;
  border-color: #EBE8E1;
}

.btn-pampas:hover {
  color: #000;
  background-color: #dcd6ca;
  border-color: #d7d1c2;
}

.btn-pampas:focus, .btn-pampas.focus {
  color: #000;
  background-color: #dcd6ca;
  border-color: #d7d1c2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 197, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(200, 197, 191, 0.5);
}

.btn-pampas.disabled, .btn-pampas:disabled {
  color: #000;
  background-color: #EBE8E1;
  border-color: #EBE8E1;
}

.btn-pampas:not(:disabled):not(.disabled):active, .btn-pampas:not(:disabled):not(.disabled).active,
.show > .btn-pampas.dropdown-toggle {
  color: #000;
  background-color: #d7d1c2;
  border-color: #d2cbbb;
}

.btn-pampas:not(:disabled):not(.disabled):active:focus, .btn-pampas:not(:disabled):not(.disabled).active:focus,
.show > .btn-pampas.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 197, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(200, 197, 191, 0.5);
}

.btn-gallery {
  color: #000;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-gallery:hover {
  color: #000;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}

.btn-gallery:focus, .btn-gallery.focus {
  color: #000;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
}

.btn-gallery.disabled, .btn-gallery:disabled {
  color: #000;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-gallery:not(:disabled):not(.disabled):active, .btn-gallery:not(:disabled):not(.disabled).active,
.show > .btn-gallery.dropdown-toggle {
  color: #000;
  background-color: #d5d5d5;
  border-color: #cecece;
}

.btn-gallery:not(:disabled):not(.disabled):active:focus, .btn-gallery:not(:disabled):not(.disabled).active:focus,
.show > .btn-gallery.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
}

.btn-dune {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
}

.btn-dune:hover {
  color: #fff;
  background-color: #201d1b;
  border-color: #191716;
}

.btn-dune:focus, .btn-dune.focus {
  color: #fff;
  background-color: #201d1b;
  border-color: #191716;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 79, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(83, 79, 77, 0.5);
}

.btn-dune.disabled, .btn-dune:disabled {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
}

.btn-dune:not(:disabled):not(.disabled):active, .btn-dune:not(:disabled):not(.disabled).active,
.show > .btn-dune.dropdown-toggle {
  color: #fff;
  background-color: #191716;
  border-color: #131110;
}

.btn-dune:not(:disabled):not(.disabled):active:focus, .btn-dune:not(:disabled):not(.disabled).active:focus,
.show > .btn-dune.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 79, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(83, 79, 77, 0.5);
}

.btn-outline-primary {
  color: #32A1A9;
  border-color: #32A1A9;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #32A1A9;
  border-color: #32A1A9;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #32A1A9;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #32A1A9;
  border-color: #32A1A9;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

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

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

.btn-outline-treepoppy {
  color: #F99420;
  border-color: #F99420;
}

.btn-outline-treepoppy:hover {
  color: #fff;
  background-color: #F99420;
  border-color: #F99420;
}

.btn-outline-treepoppy:focus, .btn-outline-treepoppy.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 148, 32, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 148, 32, 0.5);
}

.btn-outline-treepoppy.disabled, .btn-outline-treepoppy:disabled {
  color: #F99420;
  background-color: transparent;
}

.btn-outline-treepoppy:not(:disabled):not(.disabled):active, .btn-outline-treepoppy:not(:disabled):not(.disabled).active,
.show > .btn-outline-treepoppy.dropdown-toggle {
  color: #fff;
  background-color: #F99420;
  border-color: #F99420;
}

.btn-outline-treepoppy:not(:disabled):not(.disabled):active:focus, .btn-outline-treepoppy:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-treepoppy.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 148, 32, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 148, 32, 0.5);
}

.btn-outline-corn {
  color: #FBE34B;
  border-color: #FBE34B;
}

.btn-outline-corn:hover {
  color: #000;
  background-color: #FBE34B;
  border-color: #FBE34B;
}

.btn-outline-corn:focus, .btn-outline-corn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 227, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(251, 227, 75, 0.5);
}

.btn-outline-corn.disabled, .btn-outline-corn:disabled {
  color: #FBE34B;
  background-color: transparent;
}

.btn-outline-corn:not(:disabled):not(.disabled):active, .btn-outline-corn:not(:disabled):not(.disabled).active,
.show > .btn-outline-corn.dropdown-toggle {
  color: #000;
  background-color: #FBE34B;
  border-color: #FBE34B;
}

.btn-outline-corn:not(:disabled):not(.disabled):active:focus, .btn-outline-corn:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-corn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 227, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(251, 227, 75, 0.5);
}

.btn-outline-citrus {
  color: #A5C637;
  border-color: #A5C637;
}

.btn-outline-citrus:hover {
  color: #fff;
  background-color: #A5C637;
  border-color: #A5C637;
}

.btn-outline-citrus:focus, .btn-outline-citrus.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 198, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(165, 198, 55, 0.5);
}

.btn-outline-citrus.disabled, .btn-outline-citrus:disabled {
  color: #A5C637;
  background-color: transparent;
}

.btn-outline-citrus:not(:disabled):not(.disabled):active, .btn-outline-citrus:not(:disabled):not(.disabled).active,
.show > .btn-outline-citrus.dropdown-toggle {
  color: #fff;
  background-color: #A5C637;
  border-color: #A5C637;
}

.btn-outline-citrus:not(:disabled):not(.disabled):active:focus, .btn-outline-citrus:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-citrus.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 198, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(165, 198, 55, 0.5);
}

.btn-outline-pampas {
  color: #EBE8E1;
  border-color: #EBE8E1;
}

.btn-outline-pampas:hover {
  color: #000;
  background-color: #EBE8E1;
  border-color: #EBE8E1;
}

.btn-outline-pampas:focus, .btn-outline-pampas.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 232, 225, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 232, 225, 0.5);
}

.btn-outline-pampas.disabled, .btn-outline-pampas:disabled {
  color: #EBE8E1;
  background-color: transparent;
}

.btn-outline-pampas:not(:disabled):not(.disabled):active, .btn-outline-pampas:not(:disabled):not(.disabled).active,
.show > .btn-outline-pampas.dropdown-toggle {
  color: #000;
  background-color: #EBE8E1;
  border-color: #EBE8E1;
}

.btn-outline-pampas:not(:disabled):not(.disabled):active:focus, .btn-outline-pampas:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pampas.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 232, 225, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 232, 225, 0.5);
}

.btn-outline-gallery {
  color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-outline-gallery:hover {
  color: #000;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-outline-gallery:focus, .btn-outline-gallery.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-gallery.disabled, .btn-outline-gallery:disabled {
  color: #EEEEEE;
  background-color: transparent;
}

.btn-outline-gallery:not(:disabled):not(.disabled):active, .btn-outline-gallery:not(:disabled):not(.disabled).active,
.show > .btn-outline-gallery.dropdown-toggle {
  color: #000;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-outline-gallery:not(:disabled):not(.disabled):active:focus, .btn-outline-gallery:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gallery.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-dune {
  color: #35302D;
  border-color: #35302D;
}

.btn-outline-dune:hover {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
}

.btn-outline-dune:focus, .btn-outline-dune.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 48, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 48, 45, 0.5);
}

.btn-outline-dune.disabled, .btn-outline-dune:disabled {
  color: #35302D;
  background-color: transparent;
}

.btn-outline-dune:not(:disabled):not(.disabled):active, .btn-outline-dune:not(:disabled):not(.disabled).active,
.show > .btn-outline-dune.dropdown-toggle {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
}

.btn-outline-dune:not(:disabled):not(.disabled):active:focus, .btn-outline-dune:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dune.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 48, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 48, 45, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #32A1A9;
  text-decoration: none;
}

.btn-link:hover {
  color: #21696e;
  -webkit-text-decoration: false;
          text-decoration: false;
}

.btn-link:focus, .btn-link.focus {
  -webkit-text-decoration: false;
          text-decoration: false;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

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

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

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

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

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #32A1A9;
  background-color: #32A1A9;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #81d4da;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a8e1e5;
  border-color: #a8e1e5;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

.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");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #32A1A9;
  background-color: #32A1A9;
}

.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");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 161, 169, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(50, 161, 169, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.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");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 161, 169, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.2rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 161, 169, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  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;
}

.custom-select:focus {
  border-color: #81d4da;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

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

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

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

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #81d4da;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

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

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.4em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

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

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

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

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

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #32A1A9;
  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;
}

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #32A1A9;
  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;
}

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

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

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

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

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

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

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #32A1A9;
}

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

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

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

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

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

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

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

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

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

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

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

.page-link:hover {
  z-index: 2;
  color: #21696e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #32A1A9;
  border-color: #32A1A9;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #32A1A9;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #267c82;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
}

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

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

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

a.badge-warning:hover, a.badge-warning:focus {
  color: #000;
  background-color: #d39e00;
}

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

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

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

a.badge-light:hover, a.badge-light:focus {
  color: #000;
  background-color: #dae0e5;
}

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

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

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

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

.badge-treepoppy {
  color: #fff;
  background-color: #F99420;
}

a.badge-treepoppy:hover, a.badge-treepoppy:focus {
  color: #fff;
  background-color: #e07b06;
}

a.badge-treepoppy:focus, a.badge-treepoppy.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 148, 32, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 148, 32, 0.5);
}

.badge-corn {
  color: #000;
  background-color: #FBE34B;
}

a.badge-corn:hover, a.badge-corn:focus {
  color: #000;
  background-color: #fadb19;
}

a.badge-corn:focus, a.badge-corn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 227, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(251, 227, 75, 0.5);
}

.badge-citrus {
  color: #fff;
  background-color: #A5C637;
}

a.badge-citrus:hover, a.badge-citrus:focus {
  color: #fff;
  background-color: #849e2c;
}

a.badge-citrus:focus, a.badge-citrus.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 198, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(165, 198, 55, 0.5);
}

.badge-pampas {
  color: #000;
  background-color: #EBE8E1;
}

a.badge-pampas:hover, a.badge-pampas:focus {
  color: #000;
  background-color: #d7d1c2;
}

a.badge-pampas:focus, a.badge-pampas.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 232, 225, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 232, 225, 0.5);
}

.badge-gallery {
  color: #000;
  background-color: #EEEEEE;
}

a.badge-gallery:hover, a.badge-gallery:focus {
  color: #000;
  background-color: #d5d5d5;
}

a.badge-gallery:focus, a.badge-gallery.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.badge-dune {
  color: #fff;
  background-color: #35302D;
}

a.badge-dune:hover, a.badge-dune:focus {
  color: #fff;
  background-color: #191716;
}

a.badge-dune:focus, a.badge-dune.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 48, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 48, 45, 0.5);
}

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1a5458;
  background-color: #d6ecee;
  border-color: #c6e5e7;
}

.alert-primary hr {
  border-top-color: #b4dddf;
}

.alert-primary .alert-link {
  color: #0e2e31;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-treepoppy {
  color: #814d11;
  background-color: #feead2;
  border-color: #fde1c1;
}

.alert-treepoppy hr {
  border-top-color: #fcd5a8;
}

.alert-treepoppy .alert-link {
  color: #54320b;
}

.alert-corn {
  color: #837627;
  background-color: #fef9db;
  border-color: #fef7cd;
}

.alert-corn hr {
  border-top-color: #fef3b4;
}

.alert-corn .alert-link {
  color: #5c531b;
}

.alert-citrus {
  color: #56671d;
  background-color: #edf4d7;
  border-color: #e6efc7;
}

.alert-citrus hr {
  border-top-color: #dde9b3;
}

.alert-citrus .alert-link {
  color: #353f12;
}

.alert-pampas {
  color: #7a7975;
  background-color: #fbfaf9;
  border-color: #f9f9f7;
}

.alert-pampas hr {
  border-top-color: #eeeee8;
}

.alert-pampas .alert-link {
  color: #605f5c;
}

.alert-gallery {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-gallery hr {
  border-top-color: #ededed;
}

.alert-gallery .alert-link {
  color: #636363;
}

.alert-dune {
  color: #1c1917;
  background-color: #d7d6d5;
  border-color: #c6c5c4;
}

.alert-dune hr {
  border-top-color: #b9b8b7;
}

.alert-dune .alert-link {
  color: black;
}

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

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

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

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

.progress-bar-striped {
  background-image: -o-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

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

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

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

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

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #32A1A9;
  border-color: #32A1A9;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1a5458;
  background-color: #c6e5e7;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1a5458;
  background-color: #b4dddf;
}

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

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

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

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

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

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

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

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

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

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

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

.list-group-item-treepoppy {
  color: #814d11;
  background-color: #fde1c1;
}

.list-group-item-treepoppy.list-group-item-action:hover, .list-group-item-treepoppy.list-group-item-action:focus {
  color: #814d11;
  background-color: #fcd5a8;
}

.list-group-item-treepoppy.list-group-item-action.active {
  color: #fff;
  background-color: #814d11;
  border-color: #814d11;
}

.list-group-item-corn {
  color: #837627;
  background-color: #fef7cd;
}

.list-group-item-corn.list-group-item-action:hover, .list-group-item-corn.list-group-item-action:focus {
  color: #837627;
  background-color: #fef3b4;
}

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

.list-group-item-citrus {
  color: #56671d;
  background-color: #e6efc7;
}

.list-group-item-citrus.list-group-item-action:hover, .list-group-item-citrus.list-group-item-action:focus {
  color: #56671d;
  background-color: #dde9b3;
}

.list-group-item-citrus.list-group-item-action.active {
  color: #fff;
  background-color: #56671d;
  border-color: #56671d;
}

.list-group-item-pampas {
  color: #7a7975;
  background-color: #f9f9f7;
}

.list-group-item-pampas.list-group-item-action:hover, .list-group-item-pampas.list-group-item-action:focus {
  color: #7a7975;
  background-color: #eeeee8;
}

.list-group-item-pampas.list-group-item-action.active {
  color: #fff;
  background-color: #7a7975;
  border-color: #7a7975;
}

.list-group-item-gallery {
  color: #7c7c7c;
  background-color: #fafafa;
}

.list-group-item-gallery.list-group-item-action:hover, .list-group-item-gallery.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}

.list-group-item-gallery.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-dune {
  color: #1c1917;
  background-color: #c6c5c4;
}

.list-group-item-dune.list-group-item-action:hover, .list-group-item-dune.list-group-item-action:focus {
  color: #1c1917;
  background-color: #b9b8b7;
}

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

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

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.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);
  -webkit-box-shadow: 0 0.25rem 0.75rem 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;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -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);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: 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);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

[dir="ltr"] .tooltip{
  text-align: left;
}

[dir="rtl"] .tooltip{
  text-align: right;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir="ltr"] .popover{
  text-align: left;
}

[dir="rtl"] .popover{
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: 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;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.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");
}

.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");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

.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);
  }
}

.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 .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.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;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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 .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #32A1A9 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #267c82 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

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

.bg-treepoppy {
  background-color: #F99420 !important;
}

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

.bg-corn {
  background-color: #FBE34B !important;
}

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

.bg-citrus {
  background-color: #A5C637 !important;
}

a.bg-citrus:hover, a.bg-citrus:focus,
button.bg-citrus:hover,
button.bg-citrus:focus {
  background-color: #849e2c !important;
}

.bg-pampas {
  background-color: #EBE8E1 !important;
}

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

.bg-gallery {
  background-color: #EEEEEE !important;
}

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

.bg-dune {
  background-color: #35302D !important;
}

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

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #32A1A9 !important;
}

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

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

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

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

.border-treepoppy {
  border-color: #F99420 !important;
}

.border-corn {
  border-color: #FBE34B !important;
}

.border-citrus {
  border-color: #A5C637 !important;
}

.border-pampas {
  border-color: #EBE8E1 !important;
}

.border-gallery {
  border-color: #EEEEEE !important;
}

.border-dune {
  border-color: #35302D !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.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);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #32A1A9 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #21696e !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-treepoppy {
  color: #F99420 !important;
}

a.text-treepoppy:hover, a.text-treepoppy:focus {
  color: #c76d05 !important;
}

.text-corn {
  color: #FBE34B !important;
}

a.text-corn:hover, a.text-corn:focus {
  color: #f4d405 !important;
}

.text-citrus {
  color: #A5C637 !important;
}

a.text-citrus:hover, a.text-citrus:focus {
  color: #738a26 !important;
}

.text-pampas {
  color: #EBE8E1 !important;
}

a.text-pampas:hover, a.text-pampas:focus {
  color: #ccc5b3 !important;
}

.text-gallery {
  color: #EEEEEE !important;
}

a.text-gallery:hover, a.text-gallery:focus {
  color: #c8c8c8 !important;
}

.text-dune {
  color: #35302D !important;
}

a.text-dune:hover, a.text-dune:focus {
  color: #0c0b0a !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFF;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/**
 * Function: Get brand color by name
 */
/**
 * Function: Get font family by set
 */
/**
 * Function: Get breakpoint width by size
 */
/**
 * Function: Get width by container
 */
/**
 * Mixin: Object Fit css with polyfill
 */
/**
 * Mixin: Font Awesome
 */
/**
 * Mixin: Make button
 */
/**
 * More dynamic bootstrap column gutter
 */
.gutters-3 {
  margin-left: -3px;
  margin-right: -3px;
}

.gutters-3 > .col,
.gutters-3 > [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.gutters-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutters-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutters-10 > .col,
.gutters-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

/**
 * Spacer helper
 */
.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-50 {
  height: 50px;
}

.spacer-60 {
  height: 60px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

/**
 * Columns
 */
.columns-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.columns-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.columns-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

/**
 * Font Size in Pixel
 */
.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-29 {
  font-size: 29px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-31 {
  font-size: 31px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-33 {
  font-size: 33px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-37 {
  font-size: 37px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-39 {
  font-size: 39px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-41 {
  font-size: 41px !important;
}

.font-size-42 {
  font-size: 42px !important;
}

.font-size-43 {
  font-size: 43px !important;
}

.font-size-44 {
  font-size: 44px !important;
}

.font-size-45 {
  font-size: 45px !important;
}

.font-size-46 {
  font-size: 46px !important;
}

.font-size-47 {
  font-size: 47px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-49 {
  font-size: 49px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-51 {
  font-size: 51px !important;
}

.font-size-52 {
  font-size: 52px !important;
}

.font-size-53 {
  font-size: 53px !important;
}

.font-size-54 {
  font-size: 54px !important;
}

.font-size-55 {
  font-size: 55px !important;
}

.font-size-56 {
  font-size: 56px !important;
}

.font-size-57 {
  font-size: 57px !important;
}

.font-size-58 {
  font-size: 58px !important;
}

.font-size-59 {
  font-size: 59px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.font-size-61 {
  font-size: 61px !important;
}

.font-size-62 {
  font-size: 62px !important;
}

.font-size-63 {
  font-size: 63px !important;
}

.font-size-64 {
  font-size: 64px !important;
}

.font-size-65 {
  font-size: 65px !important;
}

.font-size-66 {
  font-size: 66px !important;
}

.font-size-67 {
  font-size: 67px !important;
}

.font-size-68 {
  font-size: 68px !important;
}

.font-size-69 {
  font-size: 69px !important;
}

.font-size-70 {
  font-size: 70px !important;
}

.font-size-71 {
  font-size: 71px !important;
}

.font-size-72 {
  font-size: 72px !important;
}

/**
 * Font Family by theme font
 */
.font-primary {
  font-family: 'Helvetica Neue', Arial, 'Noto Sans', sans-serif !important;
}

.font-secondary {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif !important;
}

/**
 * Max width by breakpoint class name
 */
.mw-xs {
  max-width: 0 !important;
}

html {
  font-size: 14px;
}

body {
  background-color: #F0F0F0;
}

img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity all 0.2s ease-in-out;
  -o-transition: opacity all 0.2s ease-in-out;
  transition: opacity all 0.2s ease-in-out;
}

img.img-fluid {
  width: 100%;
}

img.img-fit {
  -o-object-fit: "cover";
     object-fit: "cover";
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: $fit; object-position: $position; width: 100%; height: 100%;';
}

img.img-free {
  width: auto;
}

a:hover img,
a:active img {
  opacity: .85;
}

ol, ul {
  padding-left: 2rem;
}

button:focus {
  outline: none;
}

/**
 * Hide the element when dom not ready
 * เทคนิกนี้ต้องทำงานร่วมกับ Javascript
 */
html.js body:not(.ready) .wait-ready {
  display: none;
}

/**
 * Hide the elements when page still loading
 * เทคนิกนี้ต้องทำงานร่วมกับ Javascript
 */
html.js body:not(.loaded) .wait-load {
  display: none;
}

/**
 * Disable Animation
 */
.no-animation,
.no-animation * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  height: auto !important;
}

/**
 * Clickable Element
 */
.clickable {
  cursor: pointer;
}

/**
 * Button loading status
 */
.btn-loading {
  position: relative;
}

.btn-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-width: .125rem;
  border-style: solid;
  border-color: #fff #fff transparent;
  border-radius: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  -webkit-animation: 1s loadingSpin infinite linear;
          animation: 1s loadingSpin infinite linear;
}

.btn-loading.btn-primary {
  color: transparent;
}

.btn-loading.btn-primary::before {
  border-color: #fff #fff transparent;
}

@-webkit-keyframes loadingSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadingSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.development {
  display: none !important;
}

.dev-panel {
  position: fixed;
  left: 0;
  bottom: 100px;
  z-index: 1000000;
  background: #fff;
  min-height: 80px;
  padding: 20px;
  border-radius: 0 4px 4px 0;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 350ms cubic-bezier(0.19, 1, 0.22, 1);
}

.dev-panel .toggle-button {
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 10px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translate(0, -100%);
      -ms-transform: rotate(90deg) translate(0, -100%);
          transform: rotate(90deg) translate(0, -100%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: .25rem .5rem;
  border-radius: .25rem .25rem 0 0;
  font-family: monospace;
}

.dev-panel.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.site-header {
  background-color: #FFF;
  height: 120px;
  height: auto;
  position: relative;
  z-index: 20;
}

.site-header > .container-fluid, .site-header > .container-sm, .site-header > .container-md, .site-header > .container-lg, .site-header > .container-xl, .site-header > .container-xxl {
  height: 100%;
}

.property-branding {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.property-branding__logo img {
  width: auto;
  height: 50px;
}

.property-branding__link {
  display: block;
}

.property-branding.humburger-icon-show {
  margin-left: calc(3rem + 15px);
}

.side-panel-button {
  position: absolute;
  top: 50%;
  left: 15px;
  border: 0;
  border-radius: 0.25rem;
  margin-top: -1.5rem;
  padding: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3rem;
  height: 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.side-panel-button .bars, .side-panel-button .bars::before, .side-panel-button .bars::after {
  display: block;
  width: 2rem;
  height: .2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #343a40;
  border-radius: .1rem;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.side-panel-button .bars::before, .side-panel-button .bars::after {
  content: '';
  position: absolute;
}

.side-panel-button .bars::before {
  top: -.5rem;
  width: 1.75rem;
}

.side-panel-button .bars::after {
  top: .5rem;
  width: 1.25rem;
}

.side-panel-button:hover .bars::before, .side-panel-button:hover .bars::after, .side-panel-button:active .bars::before, .side-panel-button:active .bars::after,
body.side-panel-show .side-panel-button .bars::before,
body.side-panel-show .side-panel-button .bars::after {
  width: 2rem;
}

.side-panel-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

.user-menu-panel {
  min-width: 170px;
}

.user-menu-panel .fa-ul {
  margin-left: 2em;
}

.user-menu-panel .fa-li {
  width: 1.6em;
}

.user-menu-panel__heading {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
}

.user-menu-panel__menu li + li {
  margin-top: 0.25rem;
}

.user-menu-panel__menu a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #6c757d;
}

.user-menu-panel__menu a:hover, .user-menu-panel__menu a:active {
  color: #32A1A9;
}

.user-menu-panel__menu a .icon {
  color: #32A1A9;
}

/**
 * Minimum width of viewport
 */
body,
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  min-width: 768px !important;
}

.site-main {
  min-height: 0;
}

.main-content {
  padding-top: 20px;
  padding-bottom: 40px;
}

.site-footer {
  background-color: #32A1A9;
}

.main-footer {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.main-footer::after {
  display: block;
  clear: both;
  content: "";
}

.main-footer a {
  color: #343a40;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-footer a:hover, .main-footer a:active {
  color: #f8f9fa;
}

.menu-footer {
  float: left;
}

.menu-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-footer-list-link {
  display: inline-block;
  padding: .75rem 1rem;
  font-weight: bold;
}

.social {
  float: right;
  padding-top: 5px;
}

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

.social-list-link {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 .5rem;
}

.social .facebook:hover, .social .facebook:active {
  color: #3B5998;
}

.social .twitter:hover, .social .twitter:active {
  color: #1DA1F2;
}

.social .youtube:hover, .social .youtube:active {
  color: #FF0000;
}

.social .instagram:hover, .social .instagram:active {
  color: #C13584;
}

.social .pinterest:hover, .social .pinterest:active {
  color: #BD081C;
}

.social .tripadvisor:hover, .social .tripadvisor:active {
  color: #00AF87;
}

.social .line:hover, .social .line:active {
  color: #00C300;
}

.social .whatsapp:hover, .social .whatsapp:active {
  color: #25D366;
}

.social .googleplus:hover, .social .googleplus:active {
  color: #DD4B39;
}

.colophon {
  background-color: #313131;
  color: #999;
  font-size: .875rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.colophon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.colophon-list-item {
  display: inline-block;
  margin-right: .5rem;
  padding-right: 0.5rem;
  position: relative;
}

.colophon-list-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: .3rem;
  right: 0;
  background-color: #777;
  width: 1px;
  height: .9rem;
}

.calendar-picker {
  position: relative;
}

.calendar-picker__table {
  width: 100%;
  table-layout: fixed;
  empty-cells: hide;
}

.calendar-picker__title {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.calendar-picker__body .price {
  color: #6c757d;
  font-size: 0.75em;
}

.calendar-picker .weekday {
  text-align: center;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.calendar-picker .cell {
  position: relative;
  padding: 0;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.calendar-picker .cell::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.calendar-picker .btn-day {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background-color: #fff;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.calendar-picker .is-hover .btn-day {
  background-color: #fafafa;
}

.calendar-picker .is-selected .btn-day {
  background-color: #d0eff1;
  outline: 1px solid #32A1A9;
}

.calendar-picker .is-selected.is-hover .btn-day {
  background-color: #d0eff1;
}

.calendar-picker .is-selecting .btn-day {
  outline: 2px solid #32A1A9;
  z-index: 1;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}

.calendar-picker .is-checkin .btn-day, .calendar-picker #reservation_calendar .is-checkout .btn-day, #reservation_calendar .calendar-picker .is-checkout .btn-day {
  background-color: #32A1A9;
}

.calendar-picker .is-checkin.is-hover .btn-day, .calendar-picker #reservation_calendar .is-hover.is-checkout .btn-day, #reservation_calendar .calendar-picker .is-hover.is-checkout .btn-day {
  background-color: #2c8e95;
}

.calendar-picker .is-checkout .btn-day {
  background-color: #32A1A9;
}

.calendar-picker .is-checkout.is-hover .btn-day {
  background-color: #2c8e95;
}

.calendar-picker .is-disabled {
  border-width: 0;
}

.calendar-picker .is-disabled .btn-day {
  background: none;
  outline: 0;
  color: #555;
}

.calendar-picker .is-disabled-date:not(.is-past) {
  border-width: 1px;
}

.calendar-picker .is-disabled-date:not(.is-past) .btn-day {
  background-color: #f0f0f0;
  background-image: url("../../resources/images/cross_2.svg");
  background-size: 100% 100%;
}

.calendar-picker .is-disabled-date.is-selected .btn-day {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #32A1A9;
}

.calendar-picker .is-fake {
  border-width: 0;
}

.calendar-picker .cell.is-selected .price {
  *color: inherit;
}

.calendar-picker .cell.is-checkin .price, .calendar-picker #reservation_calendar .cell.is-checkout .price, #reservation_calendar .calendar-picker .cell.is-checkout .price,
.calendar-picker .cell.is-checkout .price {
  color: inherit;
}

.component-reservation {
  position: relative;
  z-index: 5;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  min-width: 320px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  /**
     * Workaround Fix flexbox bug in IE
     */
}

body.has-background .component-reservation {
  border: none;
}

.component-reservation .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.component-reservation .label {
  display: block;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: #6c757d;
}

.component-reservation .label--visual::before {
  content: '';
  display: block;
  height: 1.5rem;
}

.component-reservation .hotel-name {
  font-size: 0.85rem;
}

.component-reservation .note {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}

.component-reservation .note .help {
  font-size: 90%;
  color: #495057;
  line-height: 1;
}

.component-reservation__hotels {
  height: 100%;
}

.component-reservation__hotels__button {
  padding: 12px 15px 4px;
  height: 100%;
  min-height: 72px;
  outline: 0;
}

.component-reservation__hotels .hotel-selected {
  display: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.component-reservation__calendar {
  height: 100%;
  position: relative;
}

.component-reservation__calendar .v-date.is-active {
  color: #32A1A9;
}

.component-reservation__calendar__arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 1rem;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

.component-reservation__calendar__button {
  display: block;
  text-align: left;
  background-color: transparent;
  color: #495057;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.component-reservation__calendar__button.disabled {
  pointer-events: none;
  background-color: transparent;
}

.component-reservation__calendar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-reservation__calendar .v-night {
  background-color: #32A1A9;
  color: #fff;
  display: inline-block;
  line-height: 1.25;
  border-radius: .75rem;
  margin-left: 0.5rem;
  padding: 0 .5rem;
  font-size: 0.875rem;
  position: relative;
  top: -.1rem;
}

.component-reservation__calendar .v-date {
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90px;
          flex: 1 0 90px;
  width: 90px;
  font-size: .8rem;
  line-height: 1;
  margin-right: 1.25rem;
}

.component-reservation__calendar .v-date .date {
  float: left;
  font-size: 2.65em;
  margin-top: -0.08em;
  margin-right: 0.25rem;
  margin-bottom: -0.08em;
}

.component-reservation__calendar .v-date .month,
.component-reservation__calendar .v-date .year,
.component-reservation__calendar .v-date .day {
  display: inline-block;
}

.component-reservation__calendar .v-date .day {
  display: block;
  margin-top: 1px;
}

.component-reservation__calendar .v-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 1.5rem;
  line-height: 1;
  color: #32A1A9;
}

.component-reservation__calendar .v-icon .icon {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.component-reservation__calendar__panel {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  -webkit-filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.125));
          filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.125));
}

.component-reservation__calendar__panel-container {
  padding-top: 1rem;
}

.component-reservation__calendar__panel-inner {
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  position: relative;
}

.component-reservation__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  position: relative;
}

.component-reservation__amount__button {
  display: block;
  background-color: transparent;
  color: #495057;
  border: 0;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  height: 100%;
  outline: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.component-reservation__amount__button:hover, .component-reservation__amount__button:active, .component-reservation__amount__button:focus {
  color: #495057;
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
}

.component-reservation__amount__button.disabled {
  background-color: transparent;
  pointer-events: none;
}

.component-reservation__amount__item {
  text-align: center;
  margin-right: 0.5rem;
}

.component-reservation__amount__item .label {
  text-transform: uppercase;
  white-space: nowrap;
}

.component-reservation__amount .v-num {
  font-size: 2rem;
  line-height: 1;
}

.component-reservation__amount .v-icon {
  font-size: 1.5rem;
  color: #32A1A9;
  margin-left: 6px;
}

.component-reservation__amount .v-icon .icon {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.component-reservation__amount__panel {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.125));
          filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.125));
}

.component-reservation__amount__panel-container {
  padding-top: 1rem;
}

.component-reservation__amount__panel-inner {
  position: relative;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
  min-width: 12rem;
}

.component-reservation__amount__panel-inner::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.component-reservation__amount__popup {
  max-width: 18rem;
  background-color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: .675rem;
  font-size: 20px;
}

.component-reservation__amount__popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1em;
}

.component-reservation__amount__popup__button .btn {
  font-size: 1em;
  margin-left: .5em;
}

.component-reservation__counter input[type=number] {
  -moz-appearance: textfield;
}

.component-reservation__counter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.component-reservation__counter:nth-of-type(1), .component-reservation__counter:nth-of-type(2) {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.component-reservation__counter:nth-of-type(1)::after, .component-reservation__counter:nth-of-type(2)::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 92px;
  border-bottom: 1px solid #ddd;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.component-reservation__counter .counter-up,
.component-reservation__counter .counter-down {
  background: none;
  border: 0;
  color: #32A1A9;
  cursor: pointer;
  padding: 0px;
}

.component-reservation__counter .counter-up:active,
.component-reservation__counter .counter-down:active {
  color: #267c82;
}

.component-reservation__counter .counter-up:disabled .icon,
.component-reservation__counter .counter-down:disabled .icon {
  color: #ddd;
}

.component-reservation__counter .counter-num {
  width: 2.5rem;
  text-align: center;
  border: 0;
  background: none;
  outline: 0 !important;
}

.component-reservation__counter .counter-label {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.component-reservation__counter .counter-label .help {
  display: block;
  font-size: 11px;
  line-height: 1;
}

.component-reservation__counter .counter-buttons {
  font-size: 18px;
  text-align: center;
}

.component-reservation__code {
  height: 100%;
  padding: 12px 15px;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}

.component-reservation__code__field {
  position: relative;
}

.component-reservation__code__field-line {
  width: 100%;
  height: 2px;
  background-color: #32A1A9;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  padding: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.component-reservation__code__field-text {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #dee2e6;
  background: none;
  outline: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25rem;
}

.component-reservation__code__field-text:focus + .component-reservation__code__field-line {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.component-reservation__search {
  height: 100%;
  padding: 27px 15px 12px;
  font-size: 1.25rem;
}

.component-reservation__search .frontpage {
  background: #32A1A9;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.component-reservation__search .frontpage .ui-button-text.ui-c {
  font-weight: normal;
  font-size: 1.2rem;
}

.component-reservation__search__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: .375rem 0;
  border: 0;
  background-color: transparent;
  border-radius: .25rem;
  width: 100%;
  white-space: nowrap;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  cursor: pointer;
}

.component-reservation__search__button--submit {
  display: none;
  background-color: #32A1A9;
  color: #f8f9fa;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

.component-reservation__search__button--submit:hover, .component-reservation__search__button--submit:active {
  background-color: #267c82;
}

.component-reservation__search__button--modify {
  display: none;
  text-decoration: underline;
  color: #32A1A9;
  font-size: 1rem;
}

.component-reservation__search__button--modify:hover, .component-reservation__search__button--modify:active {
  color: #267c82;
}

.component-reservation:not(.component-reservation--multiple) .-multiple {
  display: none;
}

.component-reservation--multiple .-multiple--d-block {
  display: block !important;
}

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

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

.component-reservation--multiple .-multiple--d-none {
  display: none !important;
}

.component-reservation--enabled .component-reservation__search__button--submit {
  display: block;
}

.component-reservation--enabled .component-reservation__calendar__button .icon {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.component-reservation--disabled .component-reservation__calendar__button .icon {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.component-reservation--disabled .component-reservation__amount .icon {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.component-reservation--disabled .component-reservation__code__field-text {
  font-weight: bold;
}

.component-reservation--disabled .component-reservation__search__button--modify {
  display: block;
  font-weight: bold;
}

html.is-ie .component-reservation .col-calendar {
  min-width: 262px;
}

html.is-ie .component-reservation .col-amount {
  min-width: 198px;
}

html.is-ie .component-reservation .col-promocode {
  min-width: 100px;
}

html.is-ie .component-reservation .col-button {
  min-width: 155px;
}

#reservation_calendar {
  width: 43rem;
}

#reservation_calendar .calendar-picker__title {
  font-size: 1rem;
  line-height: 2;
  color: #2a2a2e;
}

#reservation_calendar .calendar-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none;
  width: 2rem;
  height: 2rem;
  line-height: 2;
  text-align: center;
  outline: 0;
  border-radius: .25rem;
  position: absolute;
  top: 1px;
  z-index: 10;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
  cursor: pointer;
  color: #212529;
}

#reservation_calendar .calendar-button-prev {
  left: 1em;
}

#reservation_calendar .calendar-button-next {
  right: 1em;
}

#reservation_calendar .calendar-button:active {
  color: #32A1A9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
}

#reservation_calendar .calendar-button[disabled], #reservation_calendar .calendar-button.is-disabled {
  opacity: .3;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  display: none;
}

#reservation_calendar .cell {
  font-size: 85%;
  border-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

#reservation_calendar .btn-day {
  color: #555;
}

#reservation_calendar .is-selected {
  position: relative;
  z-index: 1;
}

#reservation_calendar .is-selected .btn-day {
  background-color: #d0eff1;
  color: #555;
  outline: 1px solid #32A1A9;
}

#reservation_calendar .is-selected.is-hover .btn-day {
  background-color: #d0eff1;
}

#reservation_calendar .is-checkin .btn-day, #reservation_calendar .is-checkout .btn-day {
  background-color: #32A1A9;
  color: #fff;
}

#reservation_calendar .is-checkin.is-hover .btn-day, #reservation_calendar .is-hover.is-checkout .btn-day {
  background-color: #2c8e95;
}

#reservation_calendar .is-selecting {
  z-index: 2;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#reservation_calendar .is-selecting .btn-day {
  outline: 2px solid #2c8e95;
}

#reservation_calendar .is-disabled .btn-day .date {
  opacity: .4;
}

#reservation_calendar .is-disabled.is-checkin .btn-day, #reservation_calendar .is-disabled.is-checkout .btn-day, #reservation_calendar .is-disabled.is-checkout .btn-day, #reservation_calendar .is-disabled.is-selected .btn-day {
  color: #555;
  background: #f0f0f0;
  outline-style: dashed;
  outline-color: #32A1A9;
}

#reservation_calendar .is-disabled-date .btn-day {
  background-image: none;
  outline: 1px solid #f0f0f0;
}

#reservation_calendar .is-disabled-date .btn-day .date {
  opacity: .4;
}

.component-mobile-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.component-mobile-calendar__top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 15px;
  z-index: 2;
}

.component-mobile-calendar__week {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f9fa;
  padding: 0.25rem 15px;
  z-index: 1;
}

.component-mobile-calendar__week .day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.component-mobile-calendar__datepicker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  padding: 25px 15px 0;
}

.component-mobile-calendar__datepicker::after {
  content: '';
  display: block;
  height: 25px;
}

.component-mobile-calendar__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: .5rem 15px;
  z-index: 2;
  border-top: 1px solid #e9ecef;
}

.component-mobile-calendar .m-calendars .calendar + .calendar {
  margin-top: 1.25rem;
}

.component-mobile-calendar .tl-datepicker__title {
  z-index: 1;
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

#reservation_form .col-calendar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 265px;
          flex: 0 1 265px;
}

#reservation_form .col-amount {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 186px;
}

#reservation_form .col-promocode {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
  max-width: 100px;
}

#reservation_form .col-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

.component-filter {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
}

body.has-background .component-filter {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Filter bar
 */
.filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.filter-bar .filter-label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.filter-bar .filter-group {
  display: inline-block;
  margin: 0;
}

.filter-bar .filter-group:not(:last-of-type) {
  margin-right: 1.5rem;
}

.filter-bar__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: .5rem;
}

.filter-bar__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 20px;
  text-align: center;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filter-bar__secondary .filter-group:not(:last-of-type) {
  margin-right: .75rem;
  margin-right: 0;
}

.filter-bar__tertiary {
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.filter-panel-toggle {
  background-color: #f8f9fa;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: .375rem .75rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e9ecef;
  border-radius: calc(.7em + .375rem + 1px);
  border-color: #dae0e5;
  white-space: nowrap;
  cursor: pointer;
}

.filter-panel-toggle:hover, .filter-panel-toggle:active {
  background-color: #e9ecef;
  color: #000;
}

.filter-panel-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.25);
}

.filter-panel-toggle:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

.filter-panel-toggle .noti {
  background-color: #32A1A9;
  color: #fff;
  font-size: .8em;
  line-height: 1;
  border-radius: 1em;
  padding: 0 .5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filter-panel-toggle .noti:empty {
  display: none;
}

.filter-panel-toggle .text {
  padding-left: 0.25rem;
}

.filter-panel-toggle .icon {
  margin-right: 0.25rem;
}

.filter-panel-toggle .arrow {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-transform-origin: center 44%;
      -ms-transform-origin: center 44%;
          transform-origin: center 44%;
}

.filter-panel-toggle:not(.collapsed) {
  background-color: #32A1A9;
  color: #fff;
}

.filter-panel-toggle:not(.collapsed) .noti {
  background-color: #267c82;
  color: #fff;
}

.filter-panel-toggle:not(.collapsed) .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**
 * Quick Filter
 */
.quick-filter {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  white-space: nowrap;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quick-filter__nav {
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  padding: 0;
  width: 24px;
  border-radius: 0.25rem;
  color: #32A1A9;
}

.quick-filter__nav:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

.quick-filter__nav.disabled {
  opacity: .5;
  color: #6c757d;
  cursor: default;
}

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

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

.quick-filter--scrollable {
  padding-left: 10px;
  padding-right: 10px;
}

.quick-filter:not(.quick-filter--scrollable) .quick-filter__nav {
  display: none;
}

.quick-filter:not(.quick-filter--scrollable) .quick-filter__container::before, .quick-filter:not(.quick-filter--scrollable) .quick-filter__container::after {
  display: none;
}

.quick-filter__container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: calc(1.4rem + .75rem + .4rem + 2px);
  overflow: hidden;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  position: relative;
  z-index: 0;
}

.quick-filter__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(transparent));
  background: -o-linear-gradient(left, #f0f0f0, transparent);
  background: linear-gradient(to right, #f0f0f0, transparent);
  z-index: 10;
  pointer-events: none;
}

.no-prev .quick-filter__container::before {
  content: none;
}

body.has-background .quick-filter__container::before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: -o-linear-gradient(left, #fff, transparent);
  background: linear-gradient(to right, #fff, transparent);
}

.quick-filter__container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f0f0f0), to(transparent));
  background: -o-linear-gradient(right, #f0f0f0, transparent);
  background: linear-gradient(to left, #f0f0f0, transparent);
}

.no-next .quick-filter__container::after {
  content: none;
}

body.has-background .quick-filter__container::after {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
  background: -o-linear-gradient(right, #fff, transparent);
  background: linear-gradient(to left, #fff, transparent);
}

.quick-filter__items-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% + 17px + .4rem);
  padding: 0.2rem 0 0.2rem 0.2rem;
  margin: -0.2rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
  /** Workaround padding-bottom not working in Firefox */
}

.quick-filter__items-wrapper::after {
  content: '';
  display: inline-block;
  width: 0.2rem;
  height: 1px;
  vertical-align: top;
}

.quick-filter__items-wrapper .filter-group {
  font-size: 1rem;
}

.quick-filter__items-wrapper .filter-group:not(:last-of-type) {
  margin-right: .2rem;
}

.quick-filter__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  -webkit-filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.125));
          filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.125));
}

.quick-filter__dropdown.show {
  z-index: 901;
}

.quick-filter__dropdown .filter-label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.quick-filter__dropdown .inner {
  background: #fff;
  padding: 20px 20px 0;
  position: relative;
  margin-top: 10px;
  border-radius: 0.25rem;
  max-height: 350px;
  overflow: auto;
}

html.is-ie .quick-filter__dropdown .inner {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.quick-filter__dropdown .inner::after {
  content: '';
  display: table;
  height: 20px;
  width: 100%;
}

.quick-filter__dropdown .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
  margin-left: -5px;
}

#all_filter_dropdown {
  width: 500px;
  max-width: 100%;
}

.filter-type__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-type label {
  margin-bottom: 0;
}

.filter-type label:first-of-type .text {
  border-radius: 0.25rem 0 0 0.25rem;
}

.filter-type label:last-of-type .text {
  border-radius: 0 0.25rem 0.25rem 0;
}

.filter-type .input {
  display: none;
}

.filter-type .text {
  display: inline-block;
  white-space: nowrap;
  padding: .375rem .75rem;
  background-color: #fff;
  color: #343a40;
  border: 1px solid #e6e6e6;
  min-width: 5.5rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.filter-type .text:hover, .filter-type .text:active {
  background-color: #fafafa;
}

.filter-type .text:focus {
  outline: none;
}

.filter-type .input.active + .text {
  position: relative;
  z-index: 1;
  background-color: #32A1A9;
  color: #fff;
  border-color: #2c8e95;
  cursor: default;
}

.filter-type .input.active + .text:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

.filter-view__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.65rem;
}

.filter-view .filter-label {
  display: block;
}

.filter-view label {
  display: inline-block;
  white-space: nowrap;
  margin-right: .35rem;
  margin-bottom: 0;
  cursor: pointer;
}

.filter-view label:last-of-type {
  margin-right: 0;
}

.filter-view svg {
  width: 1.5rem;
  height: 1.5rem;
}

.filter-view .input {
  display: none;
}

.filter-view .text {
  display: inline-block;
  color: #adb5bd;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filter-view .text:hover, .filter-view .text:active {
  color: #919ca6;
}

.filter-view .text:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

.filter-view .input.active + .text {
  color: #32A1A9;
  cursor: default;
}

.filter-price {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}

.filter-price__wrap {
  width: 12rem;
}

.filter-price .price-sum {
  font-size: .75rem;
}

#filter_range .price-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #6c757d;
}

#filter_range .price-bar {
  position: relative;
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
  background-color: #dee2e6;
}

#filter_range .ui-slider-range {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 100%;
  background-color: #6dcdd4;
}

#filter_range .ui-slider-handle {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #32A1A9;
  margin-top: -4px;
  margin-left: -6px;
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(70, 191, 200, 0.25);
          box-shadow: 0 0 0 0 rgba(70, 191, 200, 0.25);
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  -o-transition: box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
  cursor: pointer;
}

#filter_range .ui-slider-handle:focus {
  -webkit-box-shadow: 0 0 0 0.5rem rgba(70, 191, 200, 0.25);
          box-shadow: 0 0 0 0.5rem rgba(70, 191, 200, 0.25);
}

.component-popup .mfp-container {
  padding-left: 15px;
  padding-right: 15px;
}

.component-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  background: #6c757d;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.75rem;
  margin-right: -.75rem;
  color: #f8f9fa;
  font-size: .875rem;
  line-height: 1.5rem;
  text-align: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.component-popup__close:hover, .component-popup__close:active {
  background: #545b62;
}

.component-popup__close:focus {
  outline: none;
}

.mfp-zoom-up.mfp-bg {
  opacity: 0;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.mfp-zoom-up.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-zoom-up.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-zoom-up.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.mfp-zoom-up.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-up.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.mfp-slide-up.mfp-bg {
  opacity: 0;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.mfp-slide-up.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-slide-up.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-slide-up.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.mfp-slide-up.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mfp-slide-up.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

/**
 * Default popup style
 * :: The default style for general popup
 */
.component-popup-html, .component-popup-small, .component-popup-credit-card {
  position: relative;
  width: 768px;
  max-width: 100%;
  margin: 30px auto;
  background-color: #fff;
  padding: 25px 30px 35px 30px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
  border-radius: .675rem .675rem .675rem .675rem;
}

/**
 * Popup note style
 * :: Similar default style but more narrow
 */
.component-popup-small {
  width: 576px;
}

.component-popup-credit-card {
  width: 650px;
}

/**
 * Popup document style
 * :: Try to display as paper, LOL
 */
.component-popup-document {
  position: relative;
  max-width: 768px;
  width: 100%;
  margin: 2rem auto;
  background-color: #fff;
  padding: .5cm;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-radius: 0.675rem;
}

/**
 * Popup to display tab contents
 * :: This is specific style in some page only
 */
.component-popup-tabs {
  position: relative;
  background-color: #fff;
  max-width: 576px;
  width: 100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: .675rem;
}

.component-popup-tabs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.component-popup-tabs__tabs {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px;
}

.component-popup-tabs__tabs .tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e9ecef;
}

.component-popup-tabs__tabs .tab-list-heading {
  margin-bottom: 0.375rem;
}

.component-popup-tabs__tabs .tab-item {
  width: 100%;
  border-bottom: 1px solid #e9ecef;
}

.component-popup-tabs__tabs .tab-link {
  display: block;
  padding: .25rem 0;
}

.component-popup-tabs__tabs a.tab-link {
  position: relative;
  padding-right: 0.75rem;
}

.component-popup-tabs__tabs a.tab-link::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  right: 0;
  width: .75rem;
  margin-top: -.75rem;
  text-align: right;
}

.component-popup-tabs__tabs a.tab-link.active {
  color: #267c82;
}

.component-popup-tabs__contents .content__inner {
  padding: 20px;
}

.component-popup-tabs__contents .content__inner > p:last-of-type {
  margin-bottom: 0;
}

.component-popup-tabs__contents .content__title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.component-popup-tabs--accordion .component-popup-tabs__tabs {
  display: none;
}

.component-popup-tabs--accordion .component-popup-tabs__contents {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 20px;
  /** Bootstrap Override */
  /** /Bootstrap Override */
}

.component-popup-tabs--accordion .component-popup-tabs__contents .collapse-title {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: .5rem 1rem .5rem 0;
  margin: 0;
  display: block;
  position: relative;
}

.component-popup-tabs--accordion .component-popup-tabs__contents a.collapse-title::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1rem;
  line-height: 1;
  margin-top: -.5rem;
}

.component-popup-tabs--accordion .component-popup-tabs__contents a.collapse-title:not(.collapsed)::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.component-popup-tabs--accordion .component-popup-tabs__contents .content {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #e9ecef;
}

.component-popup-tabs--accordion .component-popup-tabs__contents .content__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.component-popup-tabs--accordion .component-popup-tabs__contents .content__title {
  display: none;
}

.component-popup-tabs--accordion .component-popup-tabs__contents .tab-pane {
  display: block;
}

.component-popup-tabs--accordion .component-popup-tabs__contents .fade {
  opacity: 1;
}

.component-popup-tabs--tabs {
  max-width: 950px;
}

.component-popup-tabs--tabs .component-popup-tabs__tabs {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.component-popup-tabs--tabs .component-popup-tabs__contents {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  /** Bootstrap Override */
  /** /Bootstrap Override */
}

.component-popup-tabs--tabs .component-popup-tabs__contents .collapse-title {
  display: none;
}

.component-popup-tabs--tabs .component-popup-tabs__contents .content {
  display: block;
}

.component-slider__slide img {
  display: block;
  width: 100%;
}

.component-slider__button {
  position: absolute;
  z-index: 1;
  font-size: 1.5rem;
  bottom: .5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.component-slider__button--next {
  right: .5rem;
  background-color: #343a40;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.component-slider__button--next::before {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

.component-slider__button--next:hover, .component-slider__button--next:active {
  background-color: #1d2124;
}

.component-slider__button--prev {
  right: 3.5rem;
  background-color: #f8f9fa;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.component-slider__button--prev::before {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

.component-slider__button--prev:hover, .component-slider__button--prev:active {
  background-color: #dae0e5;
}

.component-slider__pagination {
  position: absolute;
  z-index: 1;
  left: .5rem;
  bottom: .5rem;
  display: inline-block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 2rem;
  padding: 0 12px;
  border-radius: 1rem;
}

/**
 * Component Room Detail
 * เป็นส่วนป๊อปอัปที่จะแสดงข้อมูลรายละเอียดของห้อง
 */
.component-room-detail {
  width: 660px;
}

.component-room-detail__title {
  font-size: 1.75rem;
  font-weight: 400;
}

.component-room-detail__carousel {
  margin-bottom: 10px;
}

.component-room-detail__carousel-thumbs {
  margin-left: -2px;
  margin-right: -2px;
}

.component-room-detail__carousel-thumbs .swiper-slide img {
  border: 2px solid transparent;
  -webkit-transition: border 150ms;
  -o-transition: border 150ms;
  transition: border 150ms;
}

.component-room-detail__carousel-thumbs .swiper-slide-thumb-active img {
  border-color: #343a40;
}

.component-room-detail span {
  font-size: 0.9rem;
}

.component-room-detail .room-description {
  margin-top: 1.5rem;
}

.component-room-detail .room-description, .component-room-detail .room-sleeping-arrangements {
  margin-bottom: 2.2rem;
}

.component-room-detail__list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 200px 2;
     -moz-columns: 200px 2;
          columns: 200px 2;
}

.component-room-detail__list li {
  position: relative;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-top: 3px;
  padding-left: 0px;
  min-height: 0px;
}

.component-room-detail__list li i {
  font-size: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.component-room-detail__list li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.component-room-detail__list-title {
  font-size: 1rem;
  margin-bottom: .75rem;
}

.component-room-detail__list-title-custom {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.component-room-detail .component-room-detail__list.room-amenities {
  padding-bottom: 2rem;
}

.component-room-detail__info {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.component-room-detail__info .label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.component-room-detail__info .info {
  text-align: center;
  font-size: 12px;
}

.component-room-detail__info .info:not(:last-child) {
  margin-right: 1rem;
}

.component-room-detail__info .info .text {
  line-height: 1;
}

.component-room-detail__info .info-guest .text {
  font-size: 20px;
}

.component-room-detail__info .info-guest .text .room-capacity-panel {
  display: inline-table;
}

.component-room-detail__info .info-guest .text .room-capacity-panel .room-capacity {
  margin-right: 2px;
}

.component-room-detail__info .info-wifi .text {
  font-size: 20px;
}

.component-room-detail__info .info-bed .text {
  font-size: 14px;
}

.component-room-detail__info .info-space .number {
  font-size: 20px;
}

.component-room-detail__content {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.component-room-detail__content .info:not(:last-child) {
  border-right: 1px solid #e5e5e5;
  padding-right: 15px;
  margin-right: 15px;
}

.component-room-detail__content .info.sigle-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.component-room-detail__content .info .text {
  margin-left: 0.5rem;
}

.component-room-type__list .room-type-item {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0px 5px 5px 0px;
}

.component-room-type__list .room-type-item .room-type-card {
  padding: 10px;
  background-color: #f8f9fa;
  font-size: 0.8rem;
}

.component-room-type__list .room-type-item .room-type-card .header {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(173,181,189,0.61176);
}

.component-room-type__list .room-type-item .room-type-card .content {
  padding-top: 7px;
}

.component-room-type__list .room-type-item .room-type-card .content .bedtype-image-panel {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.component-room-type__list .room-type-item .room-type-card .content .bedtype-image-panel .and {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.component-room-detail .inclusion-details {
  margin-top: 1.3rem;
}

.side-panel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  max-width: 300px;
  height: 100%;
  overflow: auto;
  -webkit-box-shadow: .5rem 0 1rem transparent;
          box-shadow: .5rem 0 1rem transparent;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  -o-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.side-panel__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.side-panel-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f8f9fa;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.side-panel-swipe {
  position: fixed;
  top: 0;
  right: 0;
  width: 15px;
  height: 100vh;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  z-index: 999;
}

body.side-panel-show {
  overflow: hidden;
}

body.side-panel-show .side-panel {
  -webkit-box-shadow: 0.5rem 0 1rem rgba(0, 0, 0, 0.125);
          box-shadow: 0.5rem 0 1rem rgba(0, 0, 0, 0.125);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

body.side-panel-show .side-panel-bg {
  opacity: .65;
  visibility: visible;
}

.side-panel .panel-group {
  padding: 20px 2rem;
  border-bottom: 1px solid #e9ecef;
}

.side-panel .panel-group:last-of-type {
  border-bottom: none;
}

.side-panel .panel-label {
  font-size: 75%;
  font-weight: bold;
}

.side-menu {
  font-size: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
}

.side-menu__title {
  font-size: 90%;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0.5rem;
  color: #adb5bd;
}

.side-menu__list, .side-menu__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-menu__link {
  display: block;
  padding: .375rem 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #191919;
}

.side-menu__link:hover, .side-menu__link:active {
  background-color: #f8f9fa;
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
}

.side-menu__submenu {
  padding-left: 1rem;
  font-size: 1rem;
}

.side-menu__submenu .side-menu__link {
  background: none;
}

/**
 * Display on bottom of rate-listing page
 */
.component-summary {
  margin-bottom: 40px;
  color: #f8f9fa;
}

.component-summary__inner {
  padding: 20px 35px;
  background-color: #35302D;
}

.component-summary__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  font-size: 1.5rem;
}

.component-summary__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}

.component-summary__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.component-summary__list li {
  font-size: .875rem;
  border-bottom: 1px dashed #887b73;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.component-summary__list .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.5rem;
}

.component-summary__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.component-summary__total .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 0.5rem;
  margin-bottom: 0;
}

.component-summary__total .price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  font-size: 1.25rem;
}

.component-summary__total .price::after {
  display: block;
  clear: both;
  content: "";
}

.component-summary__total .price-text {
  text-align: right;
  float: left;
}

.component-summary__total .price-sum {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.component-summary__total .price-sum .currency {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
  font-size: .5em;
}

.component-summary__total .price-note {
  font-size: 12px;
}

.component-summary__total .price-submit {
  float: left;
  margin-left: 10px;
  padding-top: 0.25rem;
}

.component-summary__total .price-button {
  font-size: 14px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  width: 100px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/**
 * Display on bottom of screen and hide when component-summary appear on screen
 */
.component-summary-bar {
  background-color: #35302D;
  color: #f8f9fa;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 10px;
  z-index: 100;
  opacity: 1;
}

body:not(.loaded) .component-summary-bar {
  visibility: hidden;
}

.component-summary-bar__inner {
  padding: 20px 35px;
}

.component-summary-bar__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  font-size: 1.75em;
  font-size: 1.5rem;
}

.component-summary-bar__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}

.component-summary-bar__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.component-summary-bar__list li {
  font-size: .875rem;
  border-bottom: 1px dashed currentColor;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.component-summary-bar__list .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.5rem;
}

.component-summary-bar__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.component-summary-bar__total .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 0.5rem;
  margin-bottom: 0;
}

.component-summary-bar__total .price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  font-size: 1.25rem;
}

.component-summary-bar__total .price::after {
  display: block;
  clear: both;
  content: "";
}

.component-summary-bar__total .price-text {
  text-align: right;
  float: left;
}

.component-summary-bar__total .price-sum {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.component-summary-bar__total .price-sum .currency {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
  font-size: .5em;
}

.component-summary-bar__total .price-note {
  font-size: 12px;
}

.component-summary-bar__total .price-submit {
  float: left;
  margin-left: 10px;
  padding-top: 0.25rem;
}

.component-summary-bar__total .price-button {
  font-size: 14px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  width: 100px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.component-summary-bar--hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#toggle_summary_list {
  position: relative;
  border: 0;
  padding: 0;
  outline: 0;
  color: #fff;
  background: none;
  font-size: 16px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#toggle_summary_list .numofitem {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #dc3545;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  padding: 2px 6px;
}

#toggle_summary_list .numofitem:empty {
  display: none;
}

#summary {
  display: block;
}

.side-summary-panel {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.side-summary {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: .75rem;
}

.side-summary__title {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.side-summary__info::after {
  display: block;
  clear: both;
  content: "";
}

.side-summary__info .thumbnail {
  margin: 0 1rem 1rem 0;
  float: left;
}

.side-summary__info .thumbnail img {
  border-radius: .25rem;
}

.side-summary__info .name {
  font-weight: bold;
}

.side-summary__info .rating {
  color: #f5af18;
}

.side-summary__basket {
  margin-top: 1rem;
}

.side-summary__basket .voucher {
  margin-top: 0.5rem;
}

.side-summary__basket__list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.side-summary__subtotal-price {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 1rem;
}

.side-summary__subtotal-price .subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side-summary__subtotal-price .subtotal__price {
  text-align: right;
}

.side-summary__subtotal-price .taxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side-summary__subtotal-price .taxes__price {
  text-align: right;
}

.side-summary__total-price {
  background-color: #EBE8E1;
  color: #000;
  padding: .75rem;
  margin-top: 1rem;
  border-radius: .25rem;
}

.side-summary__total-price .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
}

.side-summary__total-price .total__price {
  font-size: 1rem;
}

.side-summary__total-price .grand-total-info span {
  padding: 10px;
  font-size: 0.8rem;
}

.side-summary__total-price .number {
  font-size: 2rem;
}

.side-summary__total-price .note {
  text-align: right;
  font-size: 80%;
}

.side-summary__pay {
  margin-top: 1rem;
}

.side-summary__pay .table {
  margin-bottom: 0;
}

.side-summary__pay tr + tr {
  border-top: 1px solid #dee2e6;
}

.side-summary__pay th, .side-summary__pay td {
  border-top: 0;
}

.side-summary__total-price-campaign {
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  padding: 0.5rem .75rem 0.75rem .75rem;
  margin-top: 1rem;
  border-radius: .25rem;
}

.side-summary__total-price-campaign .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-size: 1.1em;
  font-weight: 400;
}

.side-summary__total-price-campaign .total__price {
  font-size: 1rem;
}

.side-summary__total-price-campaign .grand-total-info span {
  padding: 10px;
  font-size: 0.8rem;
}

.side-summary__total-price-campaign .number {
  font-size: 1.5rem;
}

.side-summary__total-price-campaign .note {
  text-align: right;
  font-size: 80%;
}

.side-summary__pay-campaign {
  margin-top: 2rem;
}

.side-summary__pay-campaign .label {
  color: #29984b;
  font-size: 1.1rem;
  font-weight: bold;
}

.side-summary__pay-campaign .currency {
  color: #29984b;
  font-size: 1rem;
  font-weight: bold;
}

.side-summary__pay-campaign .number {
  color: #29984b;
  font-size: 1.1rem;
  font-weight: bold;
}

.side-summary__pay-campaign .campaign {
  border-radius: 10px;
  line-height: 1.1;
  width: 131px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
}

.side-summary__pay-campaign .campaign .name {
  color: #fff;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  font-style: italic;
}

.side-summary__pay-campaign .campaign .image {
  display: inline;
  width: 25px;
  height: 25px;
}

.side-summary__pay-campaign .campaign .logo {
  background-color: #ff9c0d;
  padding: 0px 10px 0px 0px;
  border-radius: 10px;
}

.side-summary__pay-campaign .table {
  margin-bottom: 0;
}

.side-summary__pay-campaign tr + tr {
  border-top: 1px solid #dee2e6;
}

.side-summary__pay-campaign th, .side-summary__pay-campaign td {
  border-top: 0;
}

.side-summary__total-price-campaign-final {
  background-color: #dff8ff;
  color: #000;
  margin-top: 0.5rem;
  border-radius: .25rem;
}

.side-summary__total-price-campaign-final .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
  padding: 1rem .75rem 0.2rem .75rem;
}

.side-summary__total-price-campaign-final .total__price {
  font-size: 1rem;
}

.side-summary__total-price-campaign-final .total__label {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

.side-summary__total-price-campaign-final .grand-total-info span {
  padding: 10px;
  font-size: 0.8rem;
}

.side-summary__total-price-campaign-final .number {
  font-size: 2rem;
  color: #954EC8;
  font-weight: bold;
}

.side-summary__total-price-campaign-final .note {
  text-align: right;
  font-size: 85%;
  padding: 0rem .75rem 1.5rem .75rem;
}

.side-summary__total-price-campaign-final .note-label {
  float: left;
  font-weight: bold;
}

.side-summary__ttg-block-note {
  margin-top: 0.5rem;
}

.side-summary__ttg-block-note .header {
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.side-summary__ttg-block-note .content {
  font-weight: bold;
  color: #2a984b;
}

/**
 * Basket in Side Summary component
 */
@-webkit-keyframes addItem {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes addItem {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes removeItem {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes removeItem {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.summary-rate-item {
  position: relative;
  background-color: #f8f9fa;
  border: 1px solid #EEEEEE;
  border-radius: 0.25rem;
  padding: .5rem .75rem;
  -webkit-animation: addItem 400ms 1 both;
          animation: addItem 400ms 1 both;
}

.summary-rate-item.removing {
  -webkit-animation: removeItem 400ms 1 both;
          animation: removeItem 400ms 1 both;
}

.summary-rate-item + .summary-rate-item {
  margin-top: 0.25rem;
}

.summary-rate-item__title {
  font-size: 13px;
  padding-right: 20px;
}

.summary-rate-item__title a {
  color: currentColor;
  border-bottom: 1px dotted currentColor;
  font-weight: 700;
}

.summary-rate-item__title a:hover, .summary-rate-item__title a:active {
  color: #32A1A9;
}

.summary-rate-item__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.25rem;
}

.summary-rate-item__options input,
.summary-rate-item__options select {
  width: auto;
  margin: 0 .25rem .25rem 0;
}

.summary-rate-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.25rem;
}

.summary-rate-item__meta .currency {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
}

.summary-rate-item__meta .__link-icon .icon {
  color: #32A1A9;
  font-size: 12px;
}

.summary-rate-item__close {
  position: absolute;
  top: 8px;
  right: 0.75rem;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  font-size: 1em;
  color: #6c757d;
  line-height: 1;
  cursor: pointer;
}

.summary-rate-item__close:hover, .summary-rate-item__close:active {
  color: #545b62;
}

.summary-rate-item .edit {
  text-decoration: underline;
  vertical-align: middle;
}

.summary-additional-item {
  position: relative;
  padding-right: 1.5rem;
  -webkit-animation: addItem 400ms 1;
          animation: addItem 400ms 1;
  font-size: 13px;
}

.summary-additional-item.removing {
  -webkit-animation: removeItem 400ms 1 both;
          animation: removeItem 400ms 1 both;
}

.summary-additional-item + .summary-additional-item {
  border-top: 1px solid #dee2e6;
}

.summary-additional-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.summary-additional-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.summary-additional-item__meta {
  margin-left: .5rem;
  margin-right: .5rem;
}

.summary-additional-item__price {
  white-space: nowrap;
}

.summary-additional-item__close {
  position: absolute;
  top: 50%;
  right: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  font-size: 1em;
  color: #6c757d;
  margin-top: -0.56em;
  line-height: 1;
  cursor: pointer;
}

.summary-additional-item__close:hover, .summary-additional-item__close:active {
  color: #545b62;
}

.animated {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.animated.addBasket {
  -webkit-animation-name: addBasket;
          animation-name: addBasket;
}

.animated.removeBasket {
  -webkit-animation-name: removeBasket;
          animation-name: removeBasket;
}

/**
 * Summary Box
 */
.summary-box {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.summary-box--hide {
  opacity: 0;
  visibility: hidden;
}

.summary-box__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: #35302D;
  color: #f8f9fa;
  font-size: 1.25rem;
  padding: .375rem 1.25rem;
  border-radius: 4.1875rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.summary-box__button:focus {
  outline: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), 0 0 0 2px #7a6e68;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), 0 0 0 2px #7a6e68;
}

.summary-box__button.blink-once {
  -webkit-animation-name: blink;
          animation-name: blink;
}

@-webkit-keyframes blink {
  from {
    background-color: #7a6e68;
  }
  to {
    background-color: #35302D;
  }
}

@keyframes blink {
  from {
    background-color: #7a6e68;
  }
  to {
    background-color: #35302D;
  }
}

#basket_additional,
#basket_voucher {
  padding-left: 0.75rem;
}

.addon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 1rem;
  border-radius: .25rem;
  border: 1px solid #EEEEEE;
  text-transform: none;
}

.addon__item + .addon__item {
  margin-top: 1rem;
}

.addon__item__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
  margin-right: 1rem;
}

.addon__item__thumbnail img {
  border-radius: 0.25rem;
}

.addon__item__content {
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  color: #6c757d;
}

.addon__item__content-title {
  margin-bottom: .5rem;
}

.addon__item__content-link {
  display: block;
  position: relative;
  color: #495057;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}

.addon__item__content-link::before {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -1.5rem;
  text-align: center;
  width: 1.5rem;
  line-height: 1.4;
}

.addon__item__content-link:hover, .addon__item__content-link:active {
  color: #495057;
}

.addon__item.show .addon__item__content-link::before {
  content: '\f146';
}

.addon__item__content-wrapper {
  overflow: hidden;
  max-height: 3rem;
  position: relative;
  -webkit-transition: max-height 350ms;
  -o-transition: max-height 350ms;
  transition: max-height 350ms;
  will-change: max-height;
}

.addon__item__content-wrapper::after {
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  height: calc(2rem * 1.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.addon__item.show .addon__item__content-wrapper::after {
  content: none;
}

.addon__item.shown .addon__item__content-wrapper {
  overflow: visible;
}

.addon__item__content-price {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #343a40;
}

.addon__item__price {
  font-weight: bold;
  color: #343a40;
  margin-top: 1rem;
}

.addon__item.show .addon__item__price {
  display: none;
}

.addon__item__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  justify-self: flex-end;
  margin-left: 1rem;
  padding-top: 1.5rem;
  display: none;
}

.addon__item.show .addon__item__button {
  visibility: hidden;
}

.addon__item .addon-form {
  font-size: 12px;
  margin-top: 3rem;
}

.addon__item .addon-condition {
  font-size: 11px;
  margin-bottom: 1rem;
}

.addon__item .add-button {
  min-width: 90px;
}

.addon__item .close-button {
  color: #343a40;
  font-weight: bold;
  text-decoration: underline;
}

.addon-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.addon-navigation__item {
  display: inline-block;
  margin-right: .25rem;
  margin-bottom: 0.25rem;
}

.addon-navigation__link {
  display: inline-block;
  padding: .375rem .75rem;
  background-color: #EEEEEE;
  color: #495057;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.addon-navigation__link:hover, .addon-navigation__link:active {
  background-color: #e1e1e1;
  color: #495057;
}

.addon-navigation__link.active {
  background-color: #343a40;
  color: #fff;
}

.component-payment__item {
  background-color: #EEEEEE;
  border-radius: 0.25rem;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.component-payment__item + .component-payment__item {
  margin-top: .5rem;
}

.component-payment__item.payment-selected {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.component-payment__heading {
  margin: 0;
}

.component-payment__heading-link {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.payment-selected .component-payment__heading-link {
  padding-top: 1.8rem;
}

.component-payment__heading-link {
  display: block;
  padding: .75rem 1.8rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  color: #6c757d;
}

.component-payment__heading-link:hover, .component-payment__heading-link:active {
  color: #495057;
}

.component-payment__heading-link::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  right: 1rem;
  width: 2rem;
  text-align: center;
}

.component-payment__heading-link:not(.collapsed) {
  color: #28a745;
}

.component-payment__heading-link:not(.collapsed) .tab-logo {
  display: none;
}

.component-payment__heading-link:not(.collapsed)::after {
  content: '\f00c';
}

.component-payment__content .inner {
  padding: 1rem 1.8rem 2.2rem;
}

.component-payment .tab-name {
  border: 0px solid;
  float: left;
  width: 250px;
}

.component-payment .payment-name {
  font-size: 1.25rem;
  font-weight: 400;
}

.component-payment .tab-logo {
  border: 0px solid;
  float: left;
  margin-top: -4px;
  margin-left: 10px;
}

.component-payment ul.accept-payment {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.component-payment ul.accept-payment li:not(:last-child) {
  margin-right: 0.5rem;
}

.component-payment ul.accept-payment li.card-item:not(:last-child) {
  margin-right: 0.75rem;
}

.component-payment ul.accept-payment .logo {
  width: auto;
  height: 28px;
}

.component-payment ul.accept-payment li img.card-border {
  /*        height: 35px;
        border: 1px solid #ccc;*/
}

.component-payment ul.heading-accept-payment {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.component-payment ul.heading-accept-payment li:not(:last-child) {
  margin-right: 0.5rem;
}

.component-payment ul.booking-with-confidence {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

.component-payment ul.booking-with-confidence .icon {
  color: #28a745;
}

.component-payment .note-credit_card {
  font-size: 80%;
  float: left;
  width: auto;
  color: #fff;
  background-color: #28a745;
  margin: 2.5rem -1.8rem -2.2rem;
  padding: 1rem 1.8rem;
  border-radius: 0 0 0.25rem 0.25rem;
}

.component-payment .note-credit_card .icon {
  float: left;
}

.component-payment .note-credit_card .text:last-of-type {
  margin-left: 90px;
  margin-bottom: 0;
}

.card-number-wrap {
  position: relative;
}

.card-number-wrap input {
  padding-right: 3rem;
}

.card-number-wrap .icon {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 3rem;
  height: 2.25rem;
  line-height: 2.0rem;
  text-align: center;
}

.card-number-wrap .icon img {
  display: inline-block;
  vertical-align: middle;
}

#twoctwop_direct_v_card_number.is-valid, #twoctwop_direct_v_card_number.is-invalid,
#paydollar_v_card_number.is-valid,
#paydollar_v_card_number.is-invalid,
#omise_v_card_number.is-valid,
#omise_v_card_number.is-invalid,
#v_card_number.is-valid,
#v_card_number.is-invalid {
  background-position: center right 2.75rem;
}

.step-navigation {
  background-color: #fff;
  color: #343a40;
}

.step-navigation a {
  color: #343a40;
}

.step-navigation a:hover, .step-navigation a:active {
  color: #343a40;
}

.step-navigation > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.step-navigation__back {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: inline-block;
}

.step-navigation__title {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.step-navigation__steps {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-left: auto;
}

.step-navigation__steps .page {
  background-color: #ced4da;
  display: inline-block;
  border-radius: 0.25rem;
  width: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #343a40;
  cursor: default;
}

.step-navigation__steps .page.current {
  background-color: #343a40;
  color: #fff;
}

.step-navigation__steps a.page:hover,
.step-navigation__steps a.page:active {
  color: #fff;
  background-color: #343a40;
  cursor: pointer;
}

#site_language_panel {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 78px auto 30px;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#site_language_panel .title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#site_language_panel .list-language {
  list-style: none;
  padding: 0;
  margin: 0;
}

#site_language_panel .list-language li {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e9ecef;
}

#site_language_panel .list-language a {
  display: block;
  padding: .325rem .5rem;
  color: #6c757d;
}

#site_language_panel .list-language a:hover, #site_language_panel .list-language a:active {
  color: #212529;
  background-color: #f8f9fa;
}

#site_language_panel .list-language a.current {
  pointer-events: none;
  background-color: #e9ecef;
  padding-left: .5rem;
  padding-right: .5rem;
}

#site_language_panel .list-language a.current .code {
  color: #fff;
}

#site_language_panel .list-language a .flag-icon {
  margin-right: 0.25rem;
}

#site_language_panel .columns {
  -webkit-columns: 150px auto;
     -moz-columns: 150px auto;
          columns: 150px auto;
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

#site_currency_panel {
  position: relative;
  width: 640px;
  max-width: 100%;
  margin: 78px auto 30px;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#site_currency_panel .title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#site_currency_panel .subtitle {
  font-size: .9rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

#site_currency_panel .list-currency {
  list-style: none;
  padding: 0;
  margin: 0;
}

#site_currency_panel .list-currency li {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e9ecef;
}

#site_currency_panel .list-currency a {
  display: block;
  padding: .325rem .5rem;
  color: #6c757d;
}

#site_currency_panel .list-currency a:hover, #site_currency_panel .list-currency a:active {
  color: #212529;
  background-color: #f8f9fa;
}

#site_currency_panel .list-currency a .code {
  display: inline-block;
  font-family: monospace;
  color: #32A1A9;
}

#site_currency_panel .list-currency a.current {
  pointer-events: none;
  background-color: #e9ecef;
  padding-left: .5rem;
  padding-right: .5rem;
}

#site_currency_panel .columns {
  -webkit-columns: 150px 3;
     -moz-columns: 150px 3;
          columns: 150px 3;
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.tag-badge {
  display: inline-block;
  padding: 0 .5em;
}

.tag-badge--primary {
  background-color: #32A1A9;
  color: #fff;
}

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

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

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

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

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

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

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

.tag-badge--treepoppy {
  background-color: #F99420;
  color: #fff;
}

.tag-badge--corn {
  background-color: #FBE34B;
  color: #000;
}

.tag-badge--citrus {
  background-color: #A5C637;
  color: #fff;
}

.tag-badge--pampas {
  background-color: #EBE8E1;
  color: #000;
}

.tag-badge--gallery {
  background-color: #EEEEEE;
  color: #000;
}

.tag-badge--dune {
  background-color: #35302D;
  color: #fff;
}

.component-horizontal-menu {
  background-color: #343a40;
  position: relative;
  z-index: 10;
}

.component-horizontal-menu a[href] {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.component-horizontal-menu a[href]:hover, .component-horizontal-menu a[href]:active {
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
}

.horizontal-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}

.horizontal-menu__item {
  display: inline-block;
  font-size: 1rem;
}

.horizontal-menu__link {
  color: #fff;
  display: inline-block;
  padding: .5rem .75rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.horizontal-menu__link:hover, .horizontal-menu__link:active {
  background-color: #32A1A9;
  color: #fff;
}

.horizontal-menu .has-sub-menu {
  position: relative;
}

.horizontal-menu .has-sub-menu:hover > .horizontal-menu__link, .horizontal-menu .has-sub-menu:active > .horizontal-menu__link {
  background-color: #32A1A9;
  color: #fff;
}

.horizontal-menu .has-sub-menu:hover .horizontal-menu__sub-menu, .horizontal-menu .has-sub-menu:active .horizontal-menu__sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.horizontal-menu__sub-menu {
  padding-top: 0.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.horizontal-menu__sub-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #343a40;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.has-sub-menu:last-child .horizontal-menu__sub-menu {
  left: auto;
  right: 0;
}

.horizontal-menu__sub-menu .horizontal-menu__link {
  white-space: nowrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-button {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: calc((1.5em + .75rem) * -1 / 2);
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
}

.header-button__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-button__item:not(:last-child) {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
}

.header-button__item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 1rem;
  background-color: #adb5bd;
  display: block;
  position: absolute;
  right: -0.5px;
  top: 50%;
  margin-top: -0.5rem;
}

.header-button__item.has-dropdown-panel {
  position: relative;
}

.header-button__item .dropdown-link::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin-left: 0.325rem;
}

.header-button__item .dropdown-panel {
  position: absolute;
  top: 100%;
  top: calc(100% + 4px);
  right: 0;
  -webkit-filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.125));
          filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.125));
}

.header-button__item .dropdown-panel__inner {
  background-color: #fff;
  border-radius: .25rem;
  min-width: 100%;
  padding: 1rem 1.25rem;
}

.header-button__item span {
  text-transform: uppercase;
}

.header-button__item.active span {
  background-color: #32A1A9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2.5px;
}

.header-button .link {
  color: #343a40;
  padding: .325rem 0;
  display: inline-block;
}

.header-button .link:hover, .header-button .link:active {
  color: #267c82;
}

.header-button .link .icon {
  margin-right: 0.25rem;
}

.header-button .link-language .flag-icon {
  vertical-align: 2px;
}

.header-button .link-redeem-voucher {
  background-color: #32A1A9;
  color: #f8f9fa;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
  padding: 0.3rem 0.7rem 0.3rem 0.5rem;
  border-radius: 0.25rem;
}

.header-button .link-redeem-voucher:hover, .header-button .link-redeem-voucher:active {
  background-color: #267c82;
}

.header-button .link-redeem-voucher span {
  vertical-align: middle;
}

.header-button .link-redeem-voucher .icon {
  margin-right: 0.25rem;
}

[data-room-available=true], .availability-header .state-sample-available::before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #32A1A9;
}

[data-room-available=false], .availability-header .state-sample-unavailable::before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #f8f9fa;
  background-image: url("../../resources/images/cross_1.svg");
  background-size: 100%;
}

.availability-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.availability-header .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 351px;
          flex: 0 0 351px;
  max-width: 351px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.availability-header .period-select {
  max-width: 160px;
}

.availability-header .state-sample-available {
  font-size: 12px;
}

.availability-header .state-sample-available::before {
  content: '';
  border: 1px solid #adb5bd;
  margin-right: 3px;
  vertical-align: -4px;
}

.availability-header .state-sample-unavailable {
  font-size: 12px;
}

.availability-header .state-sample-unavailable::before {
  content: '';
  border: 1px solid #adb5bd;
  margin-right: 3px;
  vertical-align: -4px;
}

.availability-title {
  font-size: 1.25rem;
}

.availability-table {
  display: table;
  width: 100%;
}

.availability-table__row {
  display: table-row;
  border-collapse: collapse;
}

.availability-table__row::after {
  display: block;
  clear: both;
  content: "";
}

.availability-table__room {
  padding-top: 0.2em;
}

.availability-table__calendar {
  display: table;
}

.availability-chart__header {
  position: relative;
  display: table;
  border-spacing: 1px;
  border-collapse: separate;
  border-collapse: collapse;
  font-size: 13px;
  margin-left: auto;
  margin-right: 0;
}

.availability-chart__body {
  width: 100%;
  margin-top: 4px;
}

.availability-chart__row {
  display: table-row;
}

.availability-chart__cell {
  display: table-cell;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border-left: 1px solid #fff;
}

.row-day .availability-chart__cell {
  background-color: #495057;
  color: #fff;
  height: auto;
  padding-top: 1px;
}

.row-day .availability-chart__cell:first-of-type {
  width: 26px;
  padding-left: 1px;
}

.row-day .availability-chart__cell:last-of-type {
  width: 26px;
  padding-right: 1px;
}

.row-date .availability-chart__cell {
  background-color: #ced4da;
  color: #000;
  height: auto;
  padding-top: 1px;
}

.row-date .availability-chart__cell:first-of-type {
  width: 26px;
  padding-left: 1px;
}

.row-date .availability-chart__cell:last-of-type {
  width: 26px;
  padding-right: 1px;
}

.availability-chart__button {
  position: absolute;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  padding: 0;
  width: 25px;
  height: 42px;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0.25rem;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.availability-chart__button--next {
  left: 100%;
}

.availability-chart__button--prev {
  right: 100%;
}

.availability-chart__button:hover, .availability-chart__button:active {
  color: #32A1A9;
}

.availability-chart__button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

.availability-chart .row-room {
  width: 100%;
}

.availability-chart .row-room::after {
  display: block;
  clear: both;
  content: "";
}

.availability-chart .row-room .room-title {
  float: left;
  padding-top: 3px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 370px);
}

.availability-chart .row-room .room-available {
  float: right;
  display: table;
  border-collapse: collapse;
}

.room-cell {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #adb5bd;
}

.room-cell:last-of-type {
  border-right-width: 1px;
}

.row-room:last-of-type .room-cell {
  border-bottom-width: 1px;
}

#availability_chart {
  padding: 30px 55px 30px 30px;
}

#availability_chart:not(.-multiple-rooms) .-multiple {
  display: none;
}

#availability_chart.-multiple-rooms .-multiple--d-block {
  display: block !important;
}

#availability_chart.-multiple-rooms .-multiple--d-inline-block {
  display: inline-block !important;
}

#availability_chart.-multiple-rooms .-multiple--d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#availability_chart.-multiple-rooms .-multiple--d-none {
  display: none !important;
}

.availability-search .form-group {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
}

.availability-search .form-group label {
  font-size: 12px;
}

.availability-search .form-group .help {
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  font-size: 75%;
  margin-top: 5px;
}

.availability-search #check_in_out {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.availability-search #check_in_out:not(.collapsed) {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.25);
}

.availability-search #a_promo {
  width: 80px;
}

.availability-search .search-button {
  white-space: nowrap;
  min-width: 90px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.availability-search .-hint {
  font-size: 80%;
  color: #adb5bd;
}

#availability_datepicker {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  padding-top: 10px;
  width: 34rem;
  -webkit-filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.125));
          filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.125));
}

#availability_datepicker .calendar-container {
  position: relative;
}

#availability_datepicker .calendar-container::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: 0;
  left: 88px;
  margin-left: -5px;
  margin-top: -5px;
}

#availability_datepicker .calendar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff;
  padding: 10px;
  border-radius: .5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html.is-ie #availability_datepicker .calendar-wrapper {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#availability_datepicker .calendar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
}

#availability_datepicker .calendar-pciker__title {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
}

#availability_datepicker .calendar-button {
  position: absolute;
  top: 8px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #32A1A9;
  border-radius: .25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #212529;
}

#availability_datepicker .calendar-button:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
}

#availability_datepicker .calendar-button-prev {
  left: 10px;
}

#availability_datepicker .calendar-button-next {
  right: 10px;
}

#availability_datepicker .calendar-button.is-disabled {
  opacity: .5;
  color: #6c757d;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

#availability_datepicker .calendar-button:not(.is-disabled):active {
  color: #267c82;
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
}

#availability_datepicker .cell {
  font-size: 80%;
}

.component-popup-availability-chart {
  margin-top: 78px;
}

.price-breakdown {
  display: none;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 11px;
  border-radius: .5rem;
  overflow: hidden;
  min-width: 160px;
  max-width: 100%;
  text-align: center;
  z-index: 10;
}

.price-breakdown__title {
  font-size: 12px;
  font-weight: 400;
  margin: -10px -10px 10px;
  padding: 10px;
  line-height: 1;
  background-color: #32A1A9;
  color: #fff;
}

.price-breakdown__body table {
  text-align: left;
  width: 100%;
}

.price-breakdown__body td {
  padding-top: .25em;
  padding-bottom: .25em;
}

.price-breakdown__body td:nth-of-type(2) {
  text-align: right;
}

.price-breakdown__body .row-subtotal,
.price-breakdown__body .row-total {
  border-top: 1px solid #EEEEEE;
}

.price-breakdown__body .row-subtotal td,
.price-breakdown__body .row-total td {
  padding-top: .5em;
  margin-top: .5em;
}

.price-breakdown__body .row-total {
  font-weight: 700;
}

.price-breakdown__body .row-total td:nth-of-type(2) {
  font-size: 12px;
  line-height: 1.2;
}

/**
 * 
 * 
 * Confirmation Paper
 */
.confirmation-paper {
  background-color: #fff;
  padding: 40px 20px 20px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 10pt;
}

.confirmation-paper table tr th {
  text-align: left;
}

/**
 * 
 * 
 * Confirmation Header
 */
.confirmation-header {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

/**
 * 
 * 
 * Confirmation Block
 */
.confirmation-block {
  page-break-inside: auto;
}

.confirmation-block::after {
  display: block;
  clear: both;
  content: "";
}

.confirmation-block + .confirmation-block {
  margin-top: 2.5rem;
}

.confirmation-block__title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.confirmation-block__property-map {
  width: 80%;
}

.confirmation-block .heading {
  background-color: #f8f9fa;
  margin-bottom: 0;
  padding: 6px 10px 4px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

.confirmation-block .table th, .confirmation-block .table td {
  padding-left: 0;
  padding-right: 0;
}

.confirmation-block .policy {
  margin-bottom: 0rem;
  color: #212529;
}

.confirmation-block .policy ~ .policy {
  margin-top: 1rem;
}

.confirmation-block .policy__title {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: .375rem;
  padding: 3px 8px 3px 8px;
  background-color: #FBE34B;
  color: #495057;
}

.confirmation-block .policy > p:last-of-type {
  margin-bottom: 0;
}

.confirmation-block .description {
  margin: 1rem 0rem 0rem 0rem;
  color: #212529;
}

.confirmation-block .description ~ .description {
  margin-top: 1rem;
}

.confirmation-block .description__title {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: .375rem;
  padding: 3px 8px 3px 8px;
  background-color: #e9ecef;
  color: #495057;
}

.confirmation-block.targeted .confirmation-block__title {
  /*    animation: titleNotice 600ms 3;*/
}

@-webkit-keyframes titleNotice {
  50% {
    color: #F99420;
  }
}

@keyframes titleNotice {
  50% {
    color: #F99420;
  }
}

/**
 * 
 * 
 * Confirmation List
 */
.confirmation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.confirmation-list__item {
  padding: 20px 18px;
  border: 1px solid #e9ecef;
  border-radius: .25rem;
}

.confirmation-list__item + .confirmation-list__item {
  margin-top: 1rem;
}

.confirmation-list .title {
  font-size: 1.125em;
  font-weight: 400;
  background-color: #e9ecef;
  padding: 10px 18px;
  border-radius: .25rem .25rem 0 0;
  margin: -20px -18px 20px;
  border-bottom: 1px solid #e9ecef;
}

/**
 * 
 * 
 * Summary
 */
.confirmation-summary .table {
  min-width: 280px;
  margin-bottom: 0;
}

.confirmation-summary .table th, .confirmation-summary .table td {
  padding-left: 0;
  padding-right: 0;
}

.confirmation-summary .table-responsive {
  margin-bottom: 1rem;
}

.confirmation-summary__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.confirmation-summary__primary .text {
  font-weight: bold;
}

.confirmation-summary__number {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
}

.confirmation-summary__number .text {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 2.25em;
  line-height: 1.2;
  color: #32A1A9;
}

.confirmation-summary__status, .confirmation-summary__date {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 1rem;
}

.confirmation-summary__campaign-logo {
  margin-top: 2.5rem;
}

.confirmation-summary__secondary .table th, .confirmation-summary__secondary .table td {
  padding-left: 10px;
  padding-right: 10px;
}

.confirmation-summary__secondary .table .column-label {
  width: 10rem;
}

/**
 * 
 * 
 * Room Rate
 */
.confirmation-roomrate .confirmation-roomrate__content + .confirmation-roomrate__content {
  margin-top: 1rem;
}

.confirmation-roomrate .title .room {
  font-weight: 700;
}

.confirmation-roomrate .title .note {
  font-size: .8em;
}

.confirmation-roomrate .title .promo {
  font-size: .8em;
}

.confirmation-roomrate .table {
  width: 100%;
}

.confirmation-roomrate .table th {
  padding-top: 0;
  padding-bottom: 0.25rem;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  line-height: 1.2;
}

.confirmation-roomrate .table th:not(:last-of-type) {
  padding-right: 1rem;
}

.confirmation-roomrate .table td {
  padding-top: 0;
  padding-bottom: 0;
}

.confirmation-roomrate .table td:not(:last-of-type) {
  padding-right: 1rem;
}

.confirmation-roomrate .table td .redeemed-text {
  margin-left: 5px;
  text-transform: lowercase;
}

.confirmation-roomrate .table-customer .column-prefix {
  width: 15%;
}

.confirmation-roomrate .table-customer .column-firstname {
  width: 19%;
}

.confirmation-roomrate .table-customer .column-lastname {
  width: 22%;
}

.confirmation-roomrate .table-customer .column-country {
  width: auto;
}

.confirmation-roomrate .table-detail .column-date {
  width: 34%;
}

.confirmation-roomrate .table-detail .column-rate {
  width: 22%;
}

.confirmation-roomrate .table-detail .column-guest {
  width: 22%;
}

.confirmation-roomrate .table-detail .column-country {
  width: 22%;
}

.confirmation-roomrate .list-include {
  margin-bottom: 1rem;
}

.confirmation-roomrate .list-include__title {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.confirmation-roomrate .list-include__list {
  list-style-type: disc;
  -webkit-columns: 200px 2;
     -moz-columns: 200px 2;
          columns: 200px 2;
  grid-column-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  max-width: 576px;
  list-style: none;
}

.confirmation-roomrate .list-include__list li {
  position: relative;
}

.confirmation-roomrate .list-include__list li::before {
  content: '\25cf';
  position: absolute;
  left: -1rem;
  margin-left: -2px;
}

.confirmation-roomrate .list-include__list li.plus::before {
  content: '\2b';
}

.confirmation-roomrate .column-include {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.confirmation-roomrate .column-include .list {
  list-style-type: disc;
  -webkit-columns: 200px 2;
     -moz-columns: 200px 2;
          columns: 200px 2;
  grid-column-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  max-width: 576px;
}

/**
 * 
 * 
 * Benefit
 */
.confirmation-benefit p {
  margin-bottom: .5em;
}

/**
 * 
 * 
 * Additional
 */
.confirmation-additional .column__title {
  font-size: 1em;
  font-weight: bold;
}

.confirmation-additional .column-detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.confirmation-additional .column-rate,
.confirmation-additional .column-order,
.confirmation-additional .column-total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* Optional Information Panel */
.confirmation-optional .table .column-label {
  width: 14rem;
}

/**
 * 
 * 
 * Payment
 */
.confirmation-payment .table {
  min-width: 280px;
  margin-bottom: 0;
}

.confirmation-payment .table th, .confirmation-payment .table td {
  padding-left: 0;
  padding-right: 0;
}

.confirmation-payment .table-responsive {
  margin-bottom: 1rem;
}

.confirmation-payment .table .column-label {
  width: 10rem;
}

.confirmation-payment__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.confirmation-payment__primary .text {
  font-weight: bold;
}

.confirmation-payment__total {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
}

.confirmation-payment__total .text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #32A1A9;
}

.confirmation-payment__total .currency {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
}

.confirmation-payment__deposit, .confirmation-payment__balance {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 1rem;
}

.confirmation-payment__secondary .content {
  padding: 5px 10px;
}

.confirmation-payment__secondary .table th, .confirmation-payment__secondary .table td {
  padding-left: 10px;
  padding-right: 10px;
}

/**
 * 
 * 
 * Direction
 */
.confirmation-direction__qrcode {
  width: 120px;
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 11px;
}

.confirmation-direction__qrcode canvas {
  max-width: 100%;
}

html.is-mobile .confirmation-direction__qrcode {
  display: none;
}

/**
 * 
 * 
 * Mobile
 */
.confirmation-mobile-menu {
  display: none;
  margin: 20px -15px;
}

.confirmation-mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.confirmation-mobile-menu__item + .confirmation-mobile-menu__item {
  margin-top: 2px;
}

.confirmation-mobile-menu button {
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: .75em 40px .75em 20px;
  font-size: 1rem;
  width: 100%;
  background-color: #6c757d;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}

.confirmation-mobile-menu button:hover, .confirmation-mobile-menu button:active {
  background-color: #60686f;
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
}

.confirmation-mobile-menu button:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25);
          box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25);
}

.confirmation-mobile-menu button::after {
  content: '\f138';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  right: 20px;
}

/**
 * 
 * 
 * Confirmation Mobile
 */
.confirmation-panel .float-panel__container {
  max-width: none;
}

.confirmation-panel .confirmation-mobile__body {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.confirmation-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

.confirmation-mobile .confirmation-block__title {
  display: none;
}

.confirmation-mobile__header {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #dee2e6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  z-index: 10;
}

.confirmation-mobile__header .title {
  display: block;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  padding: 14px 56px;
  line-height: 28px;
}

.confirmation-mobile__header .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.confirmation-mobile__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  padding: 20px;
}

/**
 * Sidebar
 */

.confirmation-sidebar .wrapper {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 0.75rem;
}

.confirmation-sidebar .wrapper.page-navigation {
  margin-bottom: 20px;
}

.confirmation-sidebar .wrapper.add-on-panel {
  max-width: 21cm;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid rgba(33, 37, 41, 0.3);
}

.confirmation-sidebar .wrapper.add-on-panel .gift-icon {
  font-size: 3rem;
  margin-right: 1.5rem;
  color: red;
}

/**
 * Page Navigation
 */
.page-navigation__title {
  font-size: 1rem;
  text-transform: uppercase;
}

.page-navigation__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.page-navigation__list li + li {
  border-top: 1px solid #ced4da;
}

.page-navigation__list a {
  text-transform: capitalize;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.booking-edit-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.booking-edit-menu__item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.booking-edit-menu__item:not(:last-child) {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.booking-edit-menu__link {
  display: block;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
}

#edit_card ul.accept-payment {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#edit_card ul.accept-payment li:not(:last-child) {
  margin-right: 0.5rem;
}

#edit_card ul.accept-payment .logo {
  width: auto;
  height: 28px;
}

#edit_card ul.booking-with-confidence {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

#edit_card ul.booking-with-confidence .icon {
  color: #28a745;
}

/* Campaign */
.travel-togetger-campaign {
  background-color: #fff;
  border: 2px solid rgba(33, 37, 41, 0.3);
  border-radius: 0.75rem;
  padding: 20px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.4;
}

.travel-togetger-campaign .main {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.travel-togetger-campaign .sub {
  font-size: 12px;
  color: #212529;
}

/**
 * for Print only
 */

.tippy-tooltip {
  padding: .75rem;
  border-radius: .5rem;
}

.hint-panel {
  text-align: left;
}

#session_notify {
  width: 375px;
}

#session_notify #defaultCountdown {
  font-weight: bold;
  padding: 0rem 0.25rem;
}

#session_notify div {
  padding-bottom: 0.25rem;
}

#session_notify div .text {
  text-align: center;
}

#session_notify .session-notify-action-panel {
  padding-top: 0.5rem;
  text-align: center;
}

.price-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  font-size: 90%;
  table-layout: fixed;
}

.price-table a {
  color: currentColor;
  text-decoration: underline;
}

.price-table a:hover, .price-table a:active {
  color: #32A1A9;
}

.price-table.rate-to-display-3 th, .price-table.rate-to-display-3 td {
  width: 253.33px;
}

.price-table th, .price-table td {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  width: 190px;
}

.price-table thead th:not(:first-of-type), .price-table thead td:not(:first-of-type),
.price-table tbody th:not(:first-of-type),
.price-table tbody td:not(:first-of-type) {
  border-left: 1px dashed #dee2e6;
}

.price-table thead th.no-data, .price-table thead td.no-data,
.price-table tbody th.no-data,
.price-table tbody td.no-data {
  border-left: 0;
}

.price-table tfoot th, .price-table tfoot td {
  padding-top: 1rem;
}

.price-table .row-counter {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
}

.price-table .row-counter td {
  padding-bottom: 0.4rem;
}

.price-table .row-name {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  text-transform: uppercase;
}

.price-table .row-name th {
  padding-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.price-table .row-marketing-text {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 1rem;
}

.price-table .row-marketing-text td {
  padding-bottom: 0.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  top: -3px;
  position: relative;
}

.price-table .row-topup-benefit-text {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 1rem;
}

.price-table .row-topup-benefit-text td {
  padding-bottom: 0.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.price-table .row-price td {
  padding-top: 0.5rem;
}

.price-table .row-price .price {
  font-size: 2em;
  color: #A5C637;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
}

.price-table .row-price .price .currency {
  font-size: 1rem;
  color: #212529;
  font-weight: bold;
  margin-right: 5px;
}

.price-table .row-price .sub-title {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  color: #f99420;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 2px;
}

.price-table .row-price .tax-and-fee-nightly {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-table .row-price .tax-and-fee-nightly .for-bed-text {
  margin-left: 2px;
}

.price-table .row-price .price-del del {
  color: #767676;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}

.price-table .row-price .price-del .marketing-text {
  display: inline-block;
  cursor: default;
}

.price-table .row-price .price-del .marketing-text__top-up-discount {
  display: inline-block;
  cursor: default;
}

.price-table .row-price .price-del .marketing-text__top-up-discount .text {
  font-family: 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  background-color: #FBE34B;
  font-size: 0.75rem;
  padding: 0.175rem 0.3rem;
}

.price-table .row-price .price-del .marketing-text .text {
  font-size: 0.75rem;
  border: 1px solid #F99420;
  color: #F99420;
  padding: 0.1rem 0.2rem;
}

.price-table .row-price .price-del + .price-del {
  margin-top: 0.2rem;
}

.price-table .row-price .price-del + .price-del del {
  font-size: 0.95rem;
  color: #696969;
}

.price-table .row-benefits {
  line-height: 1.2;
  color: #383838;
}

.price-table .row-benefits .list-benefit-title {
  margin-bottom: 5px;
}

.price-table .row-benefits td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.price-table .row-button button,
.price-table .row-button input[type=button] {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  min-width: 100px;
}

.price-table .row-button select {
  width: auto;
  min-width: 100px;
}

.price-table .row-note td {
  padding-bottom: 15px;
  vertical-align: top;
}

.price-table .list-benefits {
  margin-left: 2em;
  font-size: 0.86rem;
  line-height: 1.5;
}

.price-table .list-benefits li {
  padding-bottom: 0.1rem;
}

.price-table .list-benefits .fa-li {
  top: -0.1em;
  left: -1.8em;
}

.price-table .list-benefits .with-details .fa-li {
  top: 0.1em;
}

.price-table .list-benefits .fa-li.benefit {
  width: 1.3em;
}

.price-table .list-benefits .fa-li.fa-plus {
  top: 0em;
  font-weight: bold;
}

.price-table .list-benefits .icon.fa-li.fas.fa-plus {
  left: -2.1em;
}

.price-table .list-benefits .fa-li.fa-minus {
  top: 0em;
  left: -2.12em;
}

.price-table .list-benefits .fa-check.top-up {
  margin-top: 0.5em;
}

.price-table .list-benefits .tag-badge--corn {
  padding: 0.18em 0.4em 0.20em 0.4em;
  margin-top: 0.05em;
  display: inline-block;
}

.price-table .list-note {
  margin-left: 2em;
  margin-bottom: 0;
}

.price-table .jackpot {
  color: #A5C637;
}

.benefits-accordion,
.benefits-accordion .fa-plus {
  padding-top: 0.6rem;
}

.js-benefits-accordion.plus::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-left: 0.15rem;
}

.price-table-container {
  position: relative;
}

.price-table-container:not(.price-table-container--start)::before {
  content: '';
  width: 2rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.price-table-container:not(.price-table-container--end)::after {
  content: '';
  width: 2rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.price-table-container--start::before, .price-table-container--end::after {
  content: none;
}

.price-table-navigation {
  position: absolute;
  top: 160px;
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: none;
  margin-top: -24px;
  margin-right: -24px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.25));
  /*  
  Comment this section allow to display navigation for all screen size.
  @media (min-width: breakpoint('lg')) {
    display: none;
  }
  */
}

.price-table-navigation-next {
  right: 0;
}

.price-table-navigation-prev {
  left: -20px;
}

.price-table-container:not(.price-table-container--end) .price-table-navigation-next {
  visibility: visible;
  opacity: 1;
}

.price-table-container:not(.price-table-container--start) .price-table-navigation-prev {
  visibility: visible;
  opacity: 1;
}

.popup-vertical-tabs {
  margin-top: 78px;
  padding: 20px;
  border-radius: 0.75rem;
}

.popup-vertical-tabs .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  margin-top: -10px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #6c757d;
  border-radius: 10px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.popup-vertical-tabs .btn-close:hover, .popup-vertical-tabs .btn-close:active {
  background-color: #60686f;
}

.vertical-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.vertical-tabs div {
  padding-bottom: 1.2rem;
}

.vertical-tabs .inclusion-title .title {
  margin-bottom: 0px;
}

.vertical-tabs .inclusion-image {
  padding-bottom: 1.8rem;
}

.vertical-tabs .inclusion-image img {
  width: 100%;
}

.vertical-tabs .inclusion-details {
  font-size: 0.9rem;
}

.vertical-tabs__navigation {
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.vertical-tabs__navigation .nav {
  display: block;
}

.vertical-tabs__navigation .nav li {
  display: block;
}

.vertical-tabs__navigation .nav li + li {
  border-top: 1px solid #EEEEEE;
}

.vertical-tabs__navigation .nav-link {
  display: block;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.vertical-tabs__navigation .nav-link.active {
  color: #1b565a;
}

.vertical-tabs__navigation .nav-link[href] {
  padding-right: 12px;
}

.vertical-tabs__navigation .nav-link[href]::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}

.vertical-tabs .text {
  font-size: 0.9rem;
}

.vertical-tabs__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body .ui-blockui {
  opacity: 0;
}

body .ui-blockui-content {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

body .ui-blockui-content .spinner-border {
  width: 4em;
  height: 4em;
}

.popup-corner {
  position: fixed;
  background-color: white;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  bottom: 2rem;
  z-index: 100;
  width: 100%;
  max-width: 240px;
  border-radius: .5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
}

.popup-corner:not(.show) {
  display: none;
}

.popup-corner__title {
  background-color: #32A1A9;
  color: #fff;
  padding: .75rem 1.25rem;
}

.popup-corner__title::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  float: right;
  line-height: 1;
  margin-top: 0.2em;
}

.popup-corner__title.collapsed::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.popup-corner__body__inner {
  padding: 1.25rem;
}

.popup-corner__body__inner .require-login-popup .btn {
  background-color: #32A1A9;
  color: #fff;
}

.announce-primary {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-primary.announce-topbar .dismiss {
  color: #155724;
}

.announce-secondary {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-secondary.announce-topbar .dismiss {
  color: #155724;
}

.announce-success {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-success.announce-topbar .dismiss {
  color: #155724;
}

.announce-info {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-info.announce-topbar .dismiss {
  color: #155724;
}

.announce-warning {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-warning.announce-topbar .dismiss {
  color: #155724;
}

.announce-danger {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-danger.announce-topbar .dismiss {
  color: #155724;
}

.announce-light {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-light.announce-topbar .dismiss {
  color: #155724;
}

.announce-dark {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-dark.announce-topbar .dismiss {
  color: #155724;
}

.announce-treepoppy {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-treepoppy.announce-topbar .dismiss {
  color: #155724;
}

.announce-corn {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-corn.announce-topbar .dismiss {
  color: #155724;
}

.announce-citrus {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-citrus.announce-topbar .dismiss {
  color: #155724;
}

.announce-pampas {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-pampas.announce-topbar .dismiss {
  color: #155724;
}

.announce-gallery {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-gallery.announce-topbar .dismiss {
  color: #155724;
}

.announce-dune {
  color: #155724;
  background-color: #feca38;
  border-color: #feca38;
}

.announce-dune.announce-topbar .dismiss {
  color: #155724;
}

.announce-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  font-size: 1rem;
  display: none;
  overflow: hidden;
}

.announce-topbar__inner {
  padding: 1rem 35px 1rem 15px;
  text-align: center;
}

.announce-topbar__inner .bold {
  font-weight: bold;
}

.announce-topbar__inner .ui-widget {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
}

.announce-topbar__link {
  color: #0b96f3;
  text-decoration: underline;
  font-weight: bold;
}

.announce-topbar .dismiss {
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 15px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  margin-top: -0.5em;
  opacity: 0.75;
}

.announce-topbar .dismiss:hover, .announce-topbar .dismiss:active {
  opacity: 1;
}

#apc .hilight {
  position: relative;
  font-size: 0.9em;
}

#apc .hilight.clearfix .panel {
  margin-bottom: 1rem;
}

#apc .hilight .extra-benefit-text,
#apc .hilight .bold {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
}

#apc .hilight .main-text {
  padding: 10px 0px 0px 0px;
}

#apc .hilight .discount-panel {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.8;
}

#apc .hilight .discount-panel .discount {
  color: #32A1A9;
  font-size: 2.5em;
  line-height: 1;
}

#apc .marketing-text {
  font-size: 0.9em;
}

.confirmation-summary__secondary .table .column-label:lang(de) {
  width: 15rem;
}

.confirmation-payment__secondary .table .column-label:lang(de) {
  width: 12rem;
}

.rate-item__reserve input[type=submit]:lang(de) {
  font-size: 14px;
  width: auto;
  padding: 0.5rem;
}

.component-reservation__amount__item .label:lang(de) {
  white-space: normal;
}

#reservation_form .col-button:lang(de) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.confirmation-summary__secondary .table .column-label:lang(fr) {
  width: 14rem;
}

.popup-corner:lang(fr) {
  max-width: 275px;
}

.component-payment .tab-name:lang(ja) {
  min-width: 270px;
}

.rate-item__reserve input[type=submit]:lang(ja) {
  width: 130px;
}

.confirmation-summary__secondary .table .column-label:lang(ms) {
  width: 12rem;
}

.confirmation-payment__secondary .table .column-label:lang(ms) {
  width: 13rem;
}

.confirmation-summary__secondary .table .column-label:lang(ru) {
  width: 18rem;
}

.rate-item__reserve input[type=submit]:lang(ru) {
  width: auto;
  font-size: 12px;
  padding: 0.5rem 0.25rem;
}

.component-reservation__amount__item .label:lang(ru) {
  white-space: normal;
}

#reservation_form .col-amount:lang(ru) {
  max-width: 220px;
}

#reservation_form .col-button:lang(ru) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.component-reservation--disabled .component-reservation__search__button--modify:lang(ru) {
  white-space: normal;
  font-size: 0.9rem;
  padding: 2px 6px;
}

.price-table:lang(th) .list-benefits .tag-badge--corn {
  padding: 0.23em 0.2em 0.23em 0.4em;
}

.price-table:lang(th) .js-benefits-accordion::after {
  margin-left: 0.1rem;
}

.component-payment .tab-name:lang(th) {
  min-width: 260px;
}

.row-button:lang(th) input[type=submit] {
  width: 100px;
}

.popup-corner:lang(th) {
  max-width: 250px;
}

.rate-item__reserve input[type=submit]:lang(vi) {
  width: auto;
  padding: 0.5rem;
}

#reservation_form .col-amount:lang(vi) {
  max-width: 210px;
}

#reservation_form .col-button:lang(vi) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.component-reservation__amount__item .labe:lang(vi) {
  white-space: nowrap;
}

.ui-growl {
  z-index: 1043 !important;
}

.ui-growl .ui-shadow {
  -webkit-box-shadow: 0 5px 10px rgba(73, 80, 87, 0.8);
          box-shadow: 0 5px 10px rgba(73, 80, 87, 0.8);
}

.ui-growl .ui-state-highlight {
  padding-bottom: 5px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  background-color: rgba(255, 255, 255, 0.98);
  text-shadow: none;
  color: #000;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.98);
  opacity: 0.98;
}

.home-calendar-container {
  width: 1024px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body.has-background .home-calendar-container {
  background-color: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.home-calendar {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.home-calendar__inner {
  position: relative;
}

#home_calendar .calendar-picker__title {
  font-size: 1.75rem;
  padding-bottom: 1rem;
}

#home_calendar .text {
  margin-top: 0.5rem;
  margin-top: 1px;
  font-size: 80%;
  color: #6c757d;
}

#home_calendar .is-checkin .text, #home_calendar #reservation_calendar .is-checkout .text, #reservation_calendar #home_calendar .is-checkout .text,
#home_calendar .is-checkout .text {
  color: #fff;
}

#home_calendar .is-disabled .btn-day .date {
  opacity: .4;
}

#home_calendar .is-disabled.is-checkin .btn-day, #home_calendar #reservation_calendar .is-disabled.is-checkout .btn-day, #reservation_calendar #home_calendar .is-disabled.is-checkout .btn-day, #home_calendar .is-disabled.is-checkout .btn-day, #home_calendar .is-disabled.is-selected .btn-day {
  color: #555;
  background: #f0f0f0;
  outline-style: dashed;
  outline: 1px dashed #32A1A9;
  outline-color: #32A1A9;
}

#home_calendar .is-disabled:not(.is-selected) .text {
  opacity: 0.5;
}

#home_calendar .calendar-button-prev, #home_calendar .calendar-button-next {
  position: absolute;
  top: 218px;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: -1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
  cursor: pointer;
  color: #212529;
}

#home_calendar .calendar-button-prev:active, #home_calendar .calendar-button-next:active {
  color: #32A1A9;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#home_calendar .calendar-button-prev:focus, #home_calendar .calendar-button-next:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
}

#home_calendar .is-disabled.calendar-button-prev, #home_calendar .is-disabled.calendar-button-next {
  opacity: 0.3;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  cursor: not-allowed;
  display: none;
}

#home_calendar .calendar-button-prev {
  left: -3.5rem;
}

#home_calendar .calendar-button-next {
  right: -3.5rem;
}

.calendar-state__box {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -3px;
}

.calendar-state .is-available {
  background-color: #fff;
  border: 1px solid #ccc;
}

.calendar-state .is-not-available {
  background-color: #eee;
  border: 1px solid #ccc;
  background-image: url("../../resources/images/cross_1.svg");
  background-size: 100% 100%;
}

.calendar-state .is-selected {
  background-color: #fff;
  border: 1px solid #32A1A9;
}

.ui-widget-overlay {
  background: none;
}

.text-discount {
  color: #F99420;
  font-weight: bold;
}

.text-nocreditcard {
  font-size: 13px;
}

.list-policy-short {
  font-weight: 700;
  font-size: 13px;
}

.block-filter {
  margin-bottom: 40px;
}

.block-result .spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.ready .block-result .spinner {
  display: none;
}

.list-result {
  position: relative;
  margin: -7.5px;
  font-size: 0;
  display: none;
}

.list-result::after {
  display: block;
  clear: both;
  content: "";
}

[data-list-type=rooms] .list-room {
  display: block;
}

[data-list-type=rates] .list-rate {
  display: block;
}

[data-list-view=rows] .block-thumbnail,
[data-list-view=rows] .block-content__arrow,
[data-list-view=rows] .block-content__close,
[data-list-view=columns] .block-thumbnail,
[data-list-view=columns] .block-content__arrow,
[data-list-view=columns] .block-content__close {
  display: none !important;
}

[data-list-view=rows] .block-content,
[data-list-view=columns] .block-content {
  -webkit-filter: none;
          filter: none;
  display: block !important;
}

[data-list-view=rows] .content-rows,
[data-list-view=grid-rows] .content-rows {
  display: block;
}

[data-list-view=columns] .content-columns,
[data-list-view=grid-columns] .content-columns {
  display: block;
}

.block-thumbnail,
.block-content {
  font-size: 1rem;
}

.block-thumbnail {
  display: inline-block;
}

.block-content {
  float: left;
  width: 100%;
}

/**
 * Block Thumbnail
 */
.block-thumbnail {
  padding: 7.5px;
  width: 50%;
  max-width: 50%;
}

.block-thumbnail__inner {
  background-color: #fff;
}

.block-thumbnail__image {
  position: relative;
}

.block-thumbnail__image img {
  display: block;
  width: 100%;
}

.block-thumbnail__image .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f9fa;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}

.block-thumbnail__image .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Roboto Condensed", "Sarabun", sans-serif;
}

.block-thumbnail__image .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  text-align: center;
  white-space: nowrap;
}

.block-thumbnail__image .info .guest {
  display: block;
}

.block-thumbnail__image .info .dimension {
  display: block;
}

.block-thumbnail__content {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.block-thumbnail__content .price {
  font-size: .8rem;
  line-height: 1.2;
}

.block-thumbnail__content .price .l1, .block-thumbnail__content .price .l2, .block-thumbnail__content .price .l3 {
  display: block;
  text-align: right;
}

.block-thumbnail__content .price .l2 {
  line-height: 1;
}

.block-thumbnail__content .price .currency {
  font-size: 1rem;
}

.block-thumbnail__content .price .num {
  font-size: 1.75rem;
  font-weight: bold;
  color: #A5C637;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.block-thumbnail__content .reserve .btn-view {
  font-family: "Roboto Condensed", "Sarabun", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.125);
}

.block-thumbnail__content .reserve .btn-view::before {
  content: attr(data-text-show);
}

.block-thumbnail.active .block-thumbnail__content {
  background-color: #35302D;
  color: #fff;
}

.block-thumbnail.active .block-thumbnail__content .price .num {
  color: #fff;
}

.block-thumbnail.active .block-thumbnail__content .reserve .btn-view {
  background-color: #35302D;
  color: #fff;
  border-color: #6c625c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-thumbnail.active .block-thumbnail__content .reserve .btn-view::before {
  content: attr(data-text-hide);
}

/**
 * Block Rate
 */
.block-content {
  -webkit-filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.125));
          filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.125));
}

.block-content__gutter {
  position: relative;
  padding: 7.5px;
}

.block-content__inner {
  position: relative;
  background-color: #fff;
  padding: 20px 30px;
}

.block-content__arrow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.ready .block-content__arrow {
  display: block;
}

.block-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.block-content__column {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.block-content__header {
  margin-bottom: 12px;
}

.block-content__header .title {
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

.block-content__header .sub-title {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 1.1rem;
  margin-top: 0.25rem;
}

.block-content__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 1;
  border-radius: 0.25rem;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  padding: 0;
  color: #adb5bd;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.block-content__close:hover, .block-content__close:active {
  color: #6c757d;
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
}

.block-content__close:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 161, 169, 0.5);
}

.block-content .column-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.16667%;
          flex: 0 0 29.16667%;
  max-width: 29.16667%;
  padding-right: 15px;
}

.block-content .column-info__container {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.block-content .column-info .thumbnail {
  position: relative;
}

.block-content .column-info .thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.block-content .column-info .thumbnail .link {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  color: #f8f9fa;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.block-content .column-info .thumbnail .link:hover, .block-content .column-info .thumbnail .link:active {
  color: #32A1A9;
}

.block-content .column-info .thumbnail .tags {
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.block-content .column-info .content {
  position: relative;
}

.block-content .column-info .content .title {
  font-size: 1rem;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.block-content .column-info .content .dimension {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 13px;
  margin-bottom: 3px;
}

.block-content .column-info .content .link {
  font-size: 13px;
  text-decoration: underline;
}

.block-content .column-info .content .list-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #6c757d;
}

.block-content .column-info .content .list-info li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-bottom: 0.25rem;
}

.block-content .column-info .content .list-info li:not(:last-child) {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}

.block-content .column-info .content .list-info li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1em;
  background-color: currentColor;
  margin-top: -0.5em;
}

.block-content .column-info .content .list-info .text-or {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
}

.block-content .column-info .content .list-info .icon {
  display: inline-block;
  height: 1.125rem;
}

.block-content .column-info .content .list-info .room-capacity-panel {
  display: inline-table;
}

.block-content .column-info .content .list-info .room-capacity-panel .room-capacity {
  margin-left: 1px;
  margin-right: 1px;
}

.block-content .column-info .content .details-list-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #6c757d;
}

.block-content .column-info .content .details-list-info li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-bottom: 0.25rem;
}

.block-content .column-info .content .details-list-info .list-bedtype.is-shared-bedroom .text {
  margin-left: 0rem;
}

.block-content .column-info .content .details-list-info .list-bedtype .text {
  margin-left: 0.5rem;
  padding-top: 2px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 13px;
}

.block-content .column-info .content .details-list-info .list-bedtype:last-child {
  border-right: 0px;
}

.block-content .column-info .content .details-list-info .list-bedtype {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 0.5rem;
}

.block-content .column-info .content .details-list-info .list-bedtype.is-shared-bedroom {
  border-left: none;
  padding-left: 0rem;
}

.block-content .column-info .content .details-list-info .text-or {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
}

.block-content .column-info .content .details-list-info .icon {
  display: inline-block;
  height: 1.125rem;
}

.block-content .column-info .content .details-list-info .room-capacity-panel {
  display: inline-table;
}

.block-content .column-info .content .details-list-info .room-capacity-panel .room-capacity {
  margin-left: 1px;
  margin-right: 1px;
}

.block-content .column-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.83333%;
          flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

.block-content .btn-rate-toggle {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #F99420;
  font-weight: 700;
}

.block-content .btn-rate-toggle::before {
  content: attr(data-text-hide);
}

.block-content .btn-rate-toggle::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-left: 0.25rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block-content .btn-rate-toggle.collapsed::before {
  content: attr(data-text-show);
}

.block-content .btn-rate-toggle.collapsed::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.block-response {
  margin-bottom: 49px;
}

.block-response .soldout {
  text-align: center;
  color: #adb5bd;
}

.block-rates + .block-response {
  margin-bottom: 0;
}

.block-rates {
  position: relative;
  border-top: 1px solid #dee2e6;
}

.rate-head {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .825rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.rate-head .price {
  margin-left: auto;
  margin-right: 110px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: bold;
}

.rate-head .price.with-campaign {
  margin-right: 165px;
}

.rate-item {
  padding-left: 1.75rem;
}

.rate-item__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dee2e6;
}

.rate-item__excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.rate-item__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  margin-right: 10px;
}

.rate-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.rate-item__title .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.rate-item__title .title a {
  color: #000;
  position: relative;
}

.rate-item__title .title a.js-detail-toggle::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: .325rem;
}

.rate-item__title .title a.js-detail-toggle.collapsed::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.rate-item__title .dimension {
  font-size: 13px;
  margin-bottom: 5px;
}

.rate-item__title a.js-inline-room-detail {
  text-decoration: underline;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
}

.rate-item__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
  color: #495057;
  margin-left: 10px;
}

.rate-item__price .po,
.rate-item__price .pn,
.rate-item__price .pt {
  display: block;
}

.rate-item__price .po {
  font-size: 1rem;
}

.rate-item__price .pn {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #A5C637;
}

.rate-item__price .pn .currency {
  font-size: .5em;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  color: #000;
}

.rate-item__price .pt {
  font-size: 12px;
}

.rate-item__reserve {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  padding-top: 0.5rem;
  text-align: center;
  margin-left: 10px;
}

.rate-item__reserve select,
.rate-item__reserve button,
.rate-item__reserve input[type=submit] {
  width: 100px;
}

.rate-item__reserve select {
  font-size: 12px;
}

.rate-item__reserve button,
.rate-item__reserve input[type=submit] {
  font-size: 15px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.rate-item__reserve.with-campaign {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
  max-width: 155px;
}

.rate-item__reserve.with-campaign .block-want-to-book {
  float: none;
}

.rate-item__reserve.with-campaign .highlight-panel {
  margin-top: 0.8rem;
  float: none;
}

.rate-item__detail {
  margin-top: 20px;
}

.block__campaign .campaign {
  background-color: #dff8ff;
  padding: 12px 10px;
  border-radius: 10px;
  line-height: 1.1;
}

.block__campaign .campaign .name {
  color: #fff;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  font-style: italic;
}

.block__campaign .campaign .image {
  display: inline;
  width: 25px;
  height: 25px;
}

.block__campaign .campaign .logo {
  background-color: #ff9c0d;
  padding: 0px 10px 0px 0px;
  border-radius: 10px;
}

.block__campaign .campaign .price {
  margin-top: 5px;
}

.block__campaign .campaign .price .currency {
  color: #35302D;
  font-size: 0.95rem;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: bold;
}

.block__campaign .campaign .price .total-price {
  color: #954EC8;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.block__campaign .campaign .note {
  font-size: 8px;
  font-size: 0.8rem;
}

.block__campaign .campaign .reserve-btn {
  margin-top: 10px;
}

.block__campaign .campaign .reserve-btn.block-want-to-book {
  float: none;
}

.block__campaign .campaign .reserve-btn.highlight-panel {
  float: none;
}

.block__campaign.grid-item {
  position: absolute;
  padding: 5px;
}

.list-benefit {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.list-benefit li {
  display: inline-block;
}

.list-benefit li:not(:last-child) {
  margin-right: .5rem;
}

.list-benefit a {
  color: currentColor;
  text-decoration: underline;
}

.list-benefit a:hover, .list-benefit a:active {
  color: #32A1A9;
}

.list-benefit .text {
  display: inline-block;
}

.list-benefit .text img {
  width: 1.3em;
  margin-bottom: 4px;
}

.list-benefit-title {
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.list-benefit-full {
  -webkit-columns: 150px 2;
     -moz-columns: 150px 2;
          columns: 150px 2;
  grid-column-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  max-width: 570px;
  font-size: 13px;
  margin-left: 20px;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  line-height: 1.4;
}

.list-benefit-full a {
  color: #212529;
  text-decoration: underline;
}

.list-benefit-full a:hover {
  color: #32A1A9;
}

.list-benefit-full .fa-li.far.fa-plus {
  font-weight: bold;
}

.list-benefit-full.fa-ul {
  margin-left: 0;
}

.list-benefit-full.fa-ul > li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* IE 10+ */
  margin-left: 25px;
}

.list-benefit-full .tag-badge--corn {
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0em 0.5em;
}

.time-counter {
  display: inline-block;
  background-color: #dc3545;
  color: #f8f9fa;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: .9rem;
  text-align: center;
  padding: 0 .5em;
}

.list-discount-tags {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  margin-top: 0.25rem;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.list-discount-tags li {
  display: inline-block;
}

.list-discount-tags li:not(:last-child) {
  margin-right: 0.5rem;
}

.block-policy {
  font-size: .8rem;
}

.block-policy__title {
  color: #000;
  text-decoration: underline;
}

.block-policy__title::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-left: 0.25rem;
}

.block-policy__title.collapsed::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block-policy__title:hover, .block-policy__title:active {
  color: #000;
}

.block-want-to-book {
  font-size: 80%;
  font-weight: bold;
  float: left;
  text-align: center;
}

.block-want-to-book .title {
  display: block;
  font-size: 1.15em;
  color: #F99420;
  margin-bottom: 0.3rem;
}

.block-want-to-book:after {
  clear: both;
}

.clear {
  clear: both;
}

.highlight-panel {
  font-size: 90%;
  float: left;
  text-align: center;
  margin-top: 0.8rem;
}

.highlight-panel .title {
  display: block;
  color: #F99420;
}

.block-special-inclusion {
  font-size: 13px;
}

.block-special-inclusion .title {
  font-size: 1em;
}

.block-special-inclusion .list {
  font-size: 0.85rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  counter-reset: list-benefits;
}

.block-special-inclusion .list li::before {
  counter-increment: list-benefits;
  content: counter(list-benefits) ") ";
}

#list_rate .block-content .column-content {
  padding-left: 15px;
}

#list_rate .rate-item {
  padding-left: 0;
}

#list_rate .rate-item__title .title {
  margin-bottom: .125rem;
}

#list_rate .list-symbol {
  display: none;
  color: #6c757d;
}

#list_rate .list-symbol li:not(:last-child)::after {
  content: '|';
  margin-left: 0.5rem;
}

#list_rate .list-symbol .list-inline-item .room-capacity-panel {
  display: inline-block;
  vertical-align: middle;
}

#list_rate .details-list-info {
  display: none;
  color: #212529;
}

#list_rate .details-list-info .list-inline-item .room-capacity-panel {
  display: inline-block;
  vertical-align: middle;
}

#list_rate .details-list-info .list-bedtype.is-shared-bedroom .text {
  margin-left: 0rem;
}

#list_rate .details-list-info .list-bedtype .text {
  margin-left: 0.5rem;
  padding-top: 2px;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 13px;
}

#list_rate .details-list-info .list-bedtype {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 0.5rem;
}

#list_rate .details-list-info .list-bedtype.is-shared-bedroom {
  border-left: none;
  padding-left: 0rem;
}

#list_rate .details-list-info .list-bedtype:last-child {
  border-right: 0px;
}

.component-popup-reservation__title {
  font-size: 1.5rem;
}

.component-popup-reservation__table {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 12px;
}

.component-popup-reservation__table td, .component-popup-reservation__table th {
  padding: .375rem 10px;
}

.component-popup-reservation__table td:last-of-type, .component-popup-reservation__table th:last-of-type {
  text-align: right;
}

.component-popup-reservation__table .row-head {
  border-bottom: 1px solid #dee2e6;
}

.component-popup-reservation__table .row-subtotal {
  border-top: 1px solid #dee2e6;
}

.component-popup-reservation__table .row-total {
  font-size: 14px;
  font-weight: 700;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.component-popup-reservation__table .voucher-text {
  margin-left: 5px;
  text-transform: lowercase;
}

.content-rows,
.content-columns {
  display: none;
}

.list-none {
  background-color: #fff;
  border-radius: 0.5rem;
}

.list-none__content {
  text-align: center;
  padding: 70px 35px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

body.has-background .list-none__content {
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.list-none__content.other-property-list {
  padding: 50px 35px;
}

.list-none__content .header {
  font-family: "Roboto Condensed", "Sarabun", sans-serif;
  font-size: 1.5rem;
}

.js-detail-toggle::after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-left: 0.25rem;
}

.row-button input[type=submit] {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  width: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ui-widget-overlay {
  background: none;
}

/**
 * Block Contact master
 */
.block-credit-card-details,
.block-contact-details {
  padding: 30px 30px 50px;
  border-radius: .75rem;
  background-color: #fff;
}

.block-credit-card-details__section:not(:last-of-type),
.block-contact-details__section:not(:last-of-type) {
  margin-bottom: 4rem;
}

.block-credit-card-details label:not(.custom-control-label),
.block-contact-details label:not(.custom-control-label) {
  font-weight: bold;
}

.block-credit-card-details .title,
.block-contact-details .title {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.block-credit-card-details .invalid-feedback,
.block-contact-details .invalid-feedback {
  color: #b94a48;
  background-color: #f2dede;
  margin-top: 3px;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}

.block-credit-card-details .invalid-feedback {
  color: #b94a48;
  background-color: #f2dede;
  margin-top: 3px;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}

/**
 * Block Contact Information
 */
.block-contact-info label:not(.custom-control-label) {
  margin-bottom: 0.4rem;
}

.block-contact-info .col-prefix {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  max-width: 90px;
}

.block-contact-info .col-fname {
  -ms-flex-preferred-size: calc((100% - 90px) / 3);
      flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
}

.block-contact-info .col-lname {
  -ms-flex-preferred-size: calc((100% - 90px) / 3);
      flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
}

.block-contact-info .col-country {
  -ms-flex-preferred-size: calc((100% - 90px) / 3);
      flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
}

.block-contact-info .col-email {
  -ms-flex-preferred-size: calc(((100% - 90px) / 3) + 90px);
      flex-basis: calc(((100% - 90px) / 3) + 90px);
  max-width: calc(((100% - 90px) / 3) + 90px);
}

.block-contact-info .col-re_email {
  -ms-flex-preferred-size: calc((100% - 90px) / 3);
      flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
}

.block-contact-info .col-phone {
  -ms-flex-preferred-size: calc((100% - 90px) / 3);
      flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
}

.block-contact-info .table-responsive td {
  vertical-align: baseline;
}

.block-contact-info .table-responsive .ui-message-error {
  font-size: 80%;
  font-weight: bold;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  margin: 3px 0px 0px 0px;
  border: none;
  border-radius: 0rem;
}

.block-contact-info .table-responsive .ui-message-error .ui-message-error-detail {
  margin-left: 0px;
}

/**
 * Guest name fields
 */
#multiple_guest_names .wrapper {
  background-color: #f8f9fa;
  list-style: none;
  margin: 0;
  padding: 1rem .5rem 1rem 1rem;
}

#multiple_guest_names .item + .item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #dee2e6;
}

#multiple_guest_names .thumbnail {
  float: left;
  width: 100px;
  max-width: 100px;
  margin-right: 1rem;
  padding-top: .25rem;
}

#multiple_guest_names .content {
  margin-left: calc(100px + 1rem);
}

#multiple_guest_names .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.125rem;
}

#multiple_guest_names .table-responsive {
  padding: 4px;
  margin: -4px;
}

#multiple_guest_names .info-table {
  max-width: 100%;
}

#multiple_guest_names .info-table thead th {
  font-size: .8rem;
}

#multiple_guest_names .info-table tbody td {
  padding-top: 3px;
  padding-right: 0.5rem;
  vertical-align: top;
}

#multiple_guest_names .add-row-button {
  color: #32A1A9;
}

#multiple_guest_names .add-row-button:hover, #multiple_guest_names .add-row-button:active {
  border: 1px solid #32A1A9;
}

#multiple_guest_names .add-row-button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#multiple_guest_names .btn-del-row {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  color: #6c757d;
  border: 0;
}

#multiple_guest_names .btn-del-row:hover, #multiple_guest_names .btn-del-row:active {
  color: #545b62;
}

#multiple_guest_names label {
  margin-bottom: 0.125rem;
  display: block;
  font-size: .8rem;
}

#multiple_guest_names .field-prefix {
  width: 4rem;
}

#multiple_guest_names .field-fname,
#multiple_guest_names .field-lname,
#multiple_guest_names .field-country {
  width: 10rem;
}

/**
 * Block Payments
 */
.block-payments .alert-paid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-payments .need-validate .ui-message-error {
  font-size: 80%;
  font-weight: bold;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  margin: 3px;
  border: none;
  border-radius: 0rem;
}

.block-payments .need-validate .ui-message-error .ui-message-error-detail {
  margin-left: 0px;
}

/**
 * Block Optional Info
 */
.block-optional-info .col:not(:last-of-type) {
  border-right: 1px solid #EBE8E1;
}

.block-optional-info .column-left {
  padding-right: 30px;
}

.block-optional-info .column-right {
  padding-left: 30px;
}

.block-optional-info label {
  display: block;
}

.block-optional-info #arrive_by {
  width: 50%;
}

.block-optional-info #arrival_details {
  height: 56px;
}

.block-optional-info #request {
  height: 126px;
}

.block-travel-planners .title .icon {
  display: inline-block;
}

.block-travel-planners .title:not(.collapsed) .icon {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.block-tax-invoice-request .title .icon {
  display: inline-block;
}

.block-tax-invoice-request .title:not(.collapsed) .icon {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.block-tax-invoice-request #tax_invoice_request_address {
  height: 105px;
}

.block-registration-info .title .icon {
  display: inline-block;
}

.block-registration-info .title:not(.collapsed) .icon {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.block-registration-info img.logo {
  height: 76px;
}

/**
 * Terms & Conditions Popup
 */
#terms_and_conditions_doc ol,
#privacy_policy_doc ol {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  counter-reset: document;
}

#terms_and_conditions_doc ol li:last-child p:last-of-type,
#privacy_policy_doc ol li:last-child p:last-of-type {
  margin-bottom: 0;
}

#terms_and_conditions_doc h3,
#privacy_policy_doc h3 {
  font-weight: 700;
}

#terms_and_conditions_doc h3::before,
#privacy_policy_doc h3::before {
  content: counter(document) ".";
  counter-increment: document;
  display: inline-block;
  width: 1.25rem;
  text-align: center;
}

/**
 * Large submit button at bottom of page
 */
#make_payment_pgain,
#booking-button-verify-credit-card,
#reserve_form_submit {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}

/**
 * Basket in Reservation Summary
 */
#roomrate_basket li + li {
  margin-top: 0.25rem;
}

/**
 * Additional Basket in Reservation Summary
 */
#additional_basket li + li {
  border-top: 1px solid #dee2e6;
}

#make_payment_pgain.ui-state-default,
#booking-button-verify-credit-card.ui-state-default,
#reserve_form_submit.ui-state-default {
  color: #fff;
  background-image: none;
  background-color: #F99420;
  border-color: #F99420;
  text-shadow: none  !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
}

#make_payment_pgain:hover,
#booking-button-verify-credit-card:hover,
#reserve_form_submit:hover {
  opacity: 1;
}

#make_payment_pgain.ui-state-hover,
#booking-button-verify-credit-card.ui-state-hover,
#reserve_form_submit.ui-state-hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#make_payment_pgain .ui-button-text:after,
#booking-button-verify-credit-card .ui-button-text:after,
#reserve_form_submit .ui-button-text:after {
  content: "\f0da";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 0.5rem !important;
}

#make_payment_pgain.ui-button-text-only .ui-button-text,
#booking-button-verify-credit-card.ui-button-text-only .ui-button-text,
#reserve_form_submit.ui-button-text-only .ui-button-text {
  padding: .0rem 0rem;
}

#make_payment_pgain .btn-loading.btn-primary,
#booking-button-verify-credit-card .btn-loading.btn-primary,
#reserve_form_submit .btn-loading.btn-primary {
  color: transparent !important;
}

#make_payment_pgain.btn-loading,
#booking-button-verify-credit-card.btn-loading,
#reserve_form_submit.btn-loading {
  color: transparent !important;
}

.block-terms .custom-control .accept_hotel_policy_btn {
  color: #212529;
}

.block-terms .custom-control .custom-control-label {
  color: #212529;
}

.block-terms .custom-control .custom-control-label::before {
  border-color: #212529;
}

.block-terms .custom-control .custom-control-label a {
  font-weight: bold;
  text-decoration: underline;
}

.block-terms .custom-control .invalid-feedback {
  width: auto;
  display: inline-block;
  padding-right: 0.5rem;
}

/*
*
 * Block sign in info
 
.block-sign-in-info {
    
    border: 1px solid;
    padding: 10px;
    width: 560px;
    
  .column-left {
    padding-right: 30px;
    
  }

  .column-right {
    padding-left: 30px;
  }

  label {
    display: block;
  }

}*/
@supports (display: flex) {
  html {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer {
    justify-self: flex-end;
    margin-top: auto;
  }
}

#manage_booking_panel {
  background-color: #fff;
  border-radius: .3rem;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#form_edit_reservation #mod_checkin,
#form_edit_reservation #mod_checkout {
  cursor: default;
}

#mod_reservation_datepicker {
  position: absolute;
  top: 100%;
  padding-top: 1rem;
  left: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.125));
          filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.125));
}

#mod_reservation_datepicker .inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 0.25rem;
  max-width: none;
  min-width: 540px;
}

#mod_reservation_datepicker .arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 1rem;
  left: 5rem;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#mod_reservation_datepicker .tl-datepicker__title {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
}

#mod_reservation_datepicker .tl-datepicker__week {
  margin: .25rem 0;
}

#mod_reservation_datepicker .tl-datepicker__week .day {
  padding: .25rem;
}

#mod_reservation_datepicker .tl-datepicker__days .day {
  padding: 1px;
  background-color: #f0f0f0;
}

#mod_reservation_datepicker .tl-datepicker__days .day button {
  background-color: #fff;
  height: 2.75em;
  border: 1px solid transparent;
}

#mod_reservation_datepicker .tl-datepicker__days .is-select button {
  border-color: #32A1A9;
  background-color: #32A1A9;
  color: #fff;
}

#mod_reservation_datepicker .tl-datepicker__days .is-select.is-disable button {
  border-color: #6c757d;
}

#mod_reservation_datepicker .tl-datepicker__days .is-range button {
  border-color: #32A1A9;
}

#mod_reservation_datepicker .tl-datepicker__days .is-range.is-disable button {
  border-color: #6c757d;
}

#mod_reservation_datepicker .tl-datepicker__days .is-disable {
  background: none;
  border: 0;
}

#mod_reservation_datepicker .tl-datepicker__days .is-disable:not(.is-past) {
  background-color: #dee2e6;
}

#mod_reservation_datepicker .tl-datepicker__days .is-disable:not(.is-past) button {
  background-image: url("../../resources/images/cross_3.svg");
  background-size: 100%;
}

#mod_reservation_datepicker .calendar-button {
  position: absolute;
  top: calc(15px + 1rem);
  background: none;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 28px;
  width: 28px;
  text-align: center;
  color: #212529;
}

#mod_reservation_datepicker .calendar-button:active {
  color: #32A1A9;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
}

#mod_reservation_datepicker .calendar-button-prev {
  left: 15px;
}

#mod_reservation_datepicker .calendar-button-next {
  right: 15px;
}

#mod_reservation_datepicker .calendar-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#reservation_cancellation_successful {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#reservation_cancellation_successful .btn {
  padding: .8rem 1.5rem;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: 700;
}

#reservation_cancellation_successful .link {
  color: currentColor;
  text-decoration: underline;
}

#failure_message {
  width: 950px;
  margin: 0.65rem auto 1.5rem auto;
  max-width: 100%;
}

#failure_message .alert-warning {
  border-color: #ffbaba !important;
}

#reservation_payment_confirmation {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.block-payment-method, .block-payment-period {
  background-color: #fff;
  color: #6c757d;
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.block-payment-method label:not(.custom-control-label), .block-payment-period label:not(.custom-control-label) {
  font-weight: 700;
}

.block-payment-method__title {
  font-size: 1.75rem;
  padding: 10px 35px;
  border-bottom: 1px solid #ddd;
}

.block-payment-method__content {
  padding: 20px 35px;
}

.block-payment-method .wrapper, .block-payment-period .wrapper {
  width: 576px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block-payment-method .wrapper--creditcard, .block-payment-period .wrapper--creditcard {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.block-payment-method .price, .block-payment-period .price {
  font-size: 2.25rem;
  font-weight: 700;
  color: #6c757d;
  margin-top: 1.5rem;
}

.block-payment-method .price .currency, .block-payment-period .price .currency {
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
}

.block-payment-period__content {
  padding: 30px 35px;
  color: #6c757d;
}

.block-payment-period .counter {
  color: #28a745;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.payment-time-remaining.counter {
  color: #28a745;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

html.page-browser-is-not-support .container {
  width: 1110px;
}

html.page-browser-is-not-support, html.page-browser-is-not-support body {
  width: 100%;
  height: 100%;
}

html.page-browser-is-not-support .side-panel-button,
html.page-browser-is-not-support .site-footer {
  display: none;
}

html.page-browser-is-not-support .property-branding {
  margin-left: 0;
}

html.page-browser-is-not-support .header-button {
  margin-top: -15px;
}

html.page-browser-is-not-support .header-button__item {
  display: inline-block;
  margin-left: 20px;
}

html.page-browser-is-not-support .header-button .link {
  padding: 5.25px 0;
}

html.page-browser-is-not-support .horizontal-menu ul {
  padding: 0;
}

html.page-browser-is-not-support .horizontal-menu__item {
  font-size: 14px;
}

html.page-browser-is-not-support .horizontal-menu__link {
  padding: 7px 10.5px;
}

#better_browsers {
  text-align: center;
  padding-top: 100px;
}

#better_browsers .browser-logos {
  margin-top: 28px;
  margin-bottom: 28px;
}

#better_browsers .browser-logos a {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}

body.has-background #better_browsers .wrapper {
  background-color: #fff;
  text-align: center;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px;
}

#property_not_found {
  width: 420px;
  max-width: 100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: .5rem;
  background-color: #fff;
  margin-top: 10%;
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-align: center;
}

#property_not_found .icon {
  margin-bottom: 1.5rem;
  color: #ffc107;
}

#property_not_found .text {
  font-size: 1.5rem;
  text-transform: uppercase;
}

/**
 * Workaround Fix:
 * Something add inline style position:relative to <body>!!!!
 * Don't force meeee!!!!!
 */
body {
  position: inherit !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
  .container, .container-sm {
    max-width: 576px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .jumbotron {
    padding: 4rem 2rem;
  }
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .gutters-sm-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutters-sm-3 > .col,
  .gutters-sm-3 > [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutters-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-sm-5 > .col,
  .gutters-sm-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutters-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-sm-10 > .col,
  .gutters-sm-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spacer-sm-20 {
    height: 20px;
  }
  .spacer-sm-30 {
    height: 30px;
  }
  .spacer-sm-40 {
    height: 40px;
  }
  .spacer-sm-50 {
    height: 50px;
  }
  .spacer-sm-60 {
    height: 60px;
  }
  .spacer-sm-80 {
    height: 80px;
  }
  .spacer-sm-100 {
    height: 100px;
  }
  .columns-sm-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-sm-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-sm-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .font-size-sm-10 {
    font-size: 10px !important;
  }
  .font-size-sm-11 {
    font-size: 11px !important;
  }
  .font-size-sm-12 {
    font-size: 12px !important;
  }
  .font-size-sm-13 {
    font-size: 13px !important;
  }
  .font-size-sm-14 {
    font-size: 14px !important;
  }
  .font-size-sm-15 {
    font-size: 15px !important;
  }
  .font-size-sm-16 {
    font-size: 16px !important;
  }
  .font-size-sm-17 {
    font-size: 17px !important;
  }
  .font-size-sm-18 {
    font-size: 18px !important;
  }
  .font-size-sm-19 {
    font-size: 19px !important;
  }
  .font-size-sm-20 {
    font-size: 20px !important;
  }
  .font-size-sm-21 {
    font-size: 21px !important;
  }
  .font-size-sm-22 {
    font-size: 22px !important;
  }
  .font-size-sm-23 {
    font-size: 23px !important;
  }
  .font-size-sm-24 {
    font-size: 24px !important;
  }
  .font-size-sm-25 {
    font-size: 25px !important;
  }
  .font-size-sm-26 {
    font-size: 26px !important;
  }
  .font-size-sm-27 {
    font-size: 27px !important;
  }
  .font-size-sm-28 {
    font-size: 28px !important;
  }
  .font-size-sm-29 {
    font-size: 29px !important;
  }
  .font-size-sm-30 {
    font-size: 30px !important;
  }
  .font-size-sm-31 {
    font-size: 31px !important;
  }
  .font-size-sm-32 {
    font-size: 32px !important;
  }
  .font-size-sm-33 {
    font-size: 33px !important;
  }
  .font-size-sm-34 {
    font-size: 34px !important;
  }
  .font-size-sm-35 {
    font-size: 35px !important;
  }
  .font-size-sm-36 {
    font-size: 36px !important;
  }
  .font-size-sm-37 {
    font-size: 37px !important;
  }
  .font-size-sm-38 {
    font-size: 38px !important;
  }
  .font-size-sm-39 {
    font-size: 39px !important;
  }
  .font-size-sm-40 {
    font-size: 40px !important;
  }
  .font-size-sm-41 {
    font-size: 41px !important;
  }
  .font-size-sm-42 {
    font-size: 42px !important;
  }
  .font-size-sm-43 {
    font-size: 43px !important;
  }
  .font-size-sm-44 {
    font-size: 44px !important;
  }
  .font-size-sm-45 {
    font-size: 45px !important;
  }
  .font-size-sm-46 {
    font-size: 46px !important;
  }
  .font-size-sm-47 {
    font-size: 47px !important;
  }
  .font-size-sm-48 {
    font-size: 48px !important;
  }
  .font-size-sm-49 {
    font-size: 49px !important;
  }
  .font-size-sm-50 {
    font-size: 50px !important;
  }
  .font-size-sm-51 {
    font-size: 51px !important;
  }
  .font-size-sm-52 {
    font-size: 52px !important;
  }
  .font-size-sm-53 {
    font-size: 53px !important;
  }
  .font-size-sm-54 {
    font-size: 54px !important;
  }
  .font-size-sm-55 {
    font-size: 55px !important;
  }
  .font-size-sm-56 {
    font-size: 56px !important;
  }
  .font-size-sm-57 {
    font-size: 57px !important;
  }
  .font-size-sm-58 {
    font-size: 58px !important;
  }
  .font-size-sm-59 {
    font-size: 59px !important;
  }
  .font-size-sm-60 {
    font-size: 60px !important;
  }
  .font-size-sm-61 {
    font-size: 61px !important;
  }
  .font-size-sm-62 {
    font-size: 62px !important;
  }
  .font-size-sm-63 {
    font-size: 63px !important;
  }
  .font-size-sm-64 {
    font-size: 64px !important;
  }
  .font-size-sm-65 {
    font-size: 65px !important;
  }
  .font-size-sm-66 {
    font-size: 66px !important;
  }
  .font-size-sm-67 {
    font-size: 67px !important;
  }
  .font-size-sm-68 {
    font-size: 68px !important;
  }
  .font-size-sm-69 {
    font-size: 69px !important;
  }
  .font-size-sm-70 {
    font-size: 70px !important;
  }
  .font-size-sm-71 {
    font-size: 71px !important;
  }
  .font-size-sm-72 {
    font-size: 72px !important;
  }
  .mw-sm {
    max-width: 576px !important;
  }
  .step-navigation__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    text-align: center;
  }
  .confirmation-additional .column-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .confirmation-additional .column-rate,
  .confirmation-additional .column-order,
  .confirmation-additional .column-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    max-width: 22.22222%;
  }
  .confirmation-mobile-menu {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .container, .container-sm, .container-md {
    max-width: 768px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .gutters-md-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutters-md-3 > .col,
  .gutters-md-3 > [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutters-md-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-md-5 > .col,
  .gutters-md-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutters-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-md-10 > .col,
  .gutters-md-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spacer-md-20 {
    height: 20px;
  }
  .spacer-md-30 {
    height: 30px;
  }
  .spacer-md-40 {
    height: 40px;
  }
  .spacer-md-50 {
    height: 50px;
  }
  .spacer-md-60 {
    height: 60px;
  }
  .spacer-md-80 {
    height: 80px;
  }
  .spacer-md-100 {
    height: 100px;
  }
  .columns-md-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-md-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-md-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .font-size-md-10 {
    font-size: 10px !important;
  }
  .font-size-md-11 {
    font-size: 11px !important;
  }
  .font-size-md-12 {
    font-size: 12px !important;
  }
  .font-size-md-13 {
    font-size: 13px !important;
  }
  .font-size-md-14 {
    font-size: 14px !important;
  }
  .font-size-md-15 {
    font-size: 15px !important;
  }
  .font-size-md-16 {
    font-size: 16px !important;
  }
  .font-size-md-17 {
    font-size: 17px !important;
  }
  .font-size-md-18 {
    font-size: 18px !important;
  }
  .font-size-md-19 {
    font-size: 19px !important;
  }
  .font-size-md-20 {
    font-size: 20px !important;
  }
  .font-size-md-21 {
    font-size: 21px !important;
  }
  .font-size-md-22 {
    font-size: 22px !important;
  }
  .font-size-md-23 {
    font-size: 23px !important;
  }
  .font-size-md-24 {
    font-size: 24px !important;
  }
  .font-size-md-25 {
    font-size: 25px !important;
  }
  .font-size-md-26 {
    font-size: 26px !important;
  }
  .font-size-md-27 {
    font-size: 27px !important;
  }
  .font-size-md-28 {
    font-size: 28px !important;
  }
  .font-size-md-29 {
    font-size: 29px !important;
  }
  .font-size-md-30 {
    font-size: 30px !important;
  }
  .font-size-md-31 {
    font-size: 31px !important;
  }
  .font-size-md-32 {
    font-size: 32px !important;
  }
  .font-size-md-33 {
    font-size: 33px !important;
  }
  .font-size-md-34 {
    font-size: 34px !important;
  }
  .font-size-md-35 {
    font-size: 35px !important;
  }
  .font-size-md-36 {
    font-size: 36px !important;
  }
  .font-size-md-37 {
    font-size: 37px !important;
  }
  .font-size-md-38 {
    font-size: 38px !important;
  }
  .font-size-md-39 {
    font-size: 39px !important;
  }
  .font-size-md-40 {
    font-size: 40px !important;
  }
  .font-size-md-41 {
    font-size: 41px !important;
  }
  .font-size-md-42 {
    font-size: 42px !important;
  }
  .font-size-md-43 {
    font-size: 43px !important;
  }
  .font-size-md-44 {
    font-size: 44px !important;
  }
  .font-size-md-45 {
    font-size: 45px !important;
  }
  .font-size-md-46 {
    font-size: 46px !important;
  }
  .font-size-md-47 {
    font-size: 47px !important;
  }
  .font-size-md-48 {
    font-size: 48px !important;
  }
  .font-size-md-49 {
    font-size: 49px !important;
  }
  .font-size-md-50 {
    font-size: 50px !important;
  }
  .font-size-md-51 {
    font-size: 51px !important;
  }
  .font-size-md-52 {
    font-size: 52px !important;
  }
  .font-size-md-53 {
    font-size: 53px !important;
  }
  .font-size-md-54 {
    font-size: 54px !important;
  }
  .font-size-md-55 {
    font-size: 55px !important;
  }
  .font-size-md-56 {
    font-size: 56px !important;
  }
  .font-size-md-57 {
    font-size: 57px !important;
  }
  .font-size-md-58 {
    font-size: 58px !important;
  }
  .font-size-md-59 {
    font-size: 59px !important;
  }
  .font-size-md-60 {
    font-size: 60px !important;
  }
  .font-size-md-61 {
    font-size: 61px !important;
  }
  .font-size-md-62 {
    font-size: 62px !important;
  }
  .font-size-md-63 {
    font-size: 63px !important;
  }
  .font-size-md-64 {
    font-size: 64px !important;
  }
  .font-size-md-65 {
    font-size: 65px !important;
  }
  .font-size-md-66 {
    font-size: 66px !important;
  }
  .font-size-md-67 {
    font-size: 67px !important;
  }
  .font-size-md-68 {
    font-size: 68px !important;
  }
  .font-size-md-69 {
    font-size: 69px !important;
  }
  .font-size-md-70 {
    font-size: 70px !important;
  }
  .font-size-md-71 {
    font-size: 71px !important;
  }
  .font-size-md-72 {
    font-size: 72px !important;
  }
  .mw-md {
    max-width: 768px !important;
  }
  .component-reservation .form {
    max-width: 768px;
  }
  .component-popup-document {
    padding: 1cm;
  }
  .addon__item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .addon__item__button {
    display: block;
  }
  .block-thumbnail {
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 950px) {
  .container {
    max-width: 950px;
  }
  .container, .container-sm, .container-md, .container-lg {
    max-width: 950px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .gutters-lg-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutters-lg-3 > .col,
  .gutters-lg-3 > [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutters-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-lg-5 > .col,
  .gutters-lg-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutters-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-lg-10 > .col,
  .gutters-lg-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spacer-lg-20 {
    height: 20px;
  }
  .spacer-lg-30 {
    height: 30px;
  }
  .spacer-lg-40 {
    height: 40px;
  }
  .spacer-lg-50 {
    height: 50px;
  }
  .spacer-lg-60 {
    height: 60px;
  }
  .spacer-lg-80 {
    height: 80px;
  }
  .spacer-lg-100 {
    height: 100px;
  }
  .columns-lg-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-lg-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-lg-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .font-size-lg-10 {
    font-size: 10px !important;
  }
  .font-size-lg-11 {
    font-size: 11px !important;
  }
  .font-size-lg-12 {
    font-size: 12px !important;
  }
  .font-size-lg-13 {
    font-size: 13px !important;
  }
  .font-size-lg-14 {
    font-size: 14px !important;
  }
  .font-size-lg-15 {
    font-size: 15px !important;
  }
  .font-size-lg-16 {
    font-size: 16px !important;
  }
  .font-size-lg-17 {
    font-size: 17px !important;
  }
  .font-size-lg-18 {
    font-size: 18px !important;
  }
  .font-size-lg-19 {
    font-size: 19px !important;
  }
  .font-size-lg-20 {
    font-size: 20px !important;
  }
  .font-size-lg-21 {
    font-size: 21px !important;
  }
  .font-size-lg-22 {
    font-size: 22px !important;
  }
  .font-size-lg-23 {
    font-size: 23px !important;
  }
  .font-size-lg-24 {
    font-size: 24px !important;
  }
  .font-size-lg-25 {
    font-size: 25px !important;
  }
  .font-size-lg-26 {
    font-size: 26px !important;
  }
  .font-size-lg-27 {
    font-size: 27px !important;
  }
  .font-size-lg-28 {
    font-size: 28px !important;
  }
  .font-size-lg-29 {
    font-size: 29px !important;
  }
  .font-size-lg-30 {
    font-size: 30px !important;
  }
  .font-size-lg-31 {
    font-size: 31px !important;
  }
  .font-size-lg-32 {
    font-size: 32px !important;
  }
  .font-size-lg-33 {
    font-size: 33px !important;
  }
  .font-size-lg-34 {
    font-size: 34px !important;
  }
  .font-size-lg-35 {
    font-size: 35px !important;
  }
  .font-size-lg-36 {
    font-size: 36px !important;
  }
  .font-size-lg-37 {
    font-size: 37px !important;
  }
  .font-size-lg-38 {
    font-size: 38px !important;
  }
  .font-size-lg-39 {
    font-size: 39px !important;
  }
  .font-size-lg-40 {
    font-size: 40px !important;
  }
  .font-size-lg-41 {
    font-size: 41px !important;
  }
  .font-size-lg-42 {
    font-size: 42px !important;
  }
  .font-size-lg-43 {
    font-size: 43px !important;
  }
  .font-size-lg-44 {
    font-size: 44px !important;
  }
  .font-size-lg-45 {
    font-size: 45px !important;
  }
  .font-size-lg-46 {
    font-size: 46px !important;
  }
  .font-size-lg-47 {
    font-size: 47px !important;
  }
  .font-size-lg-48 {
    font-size: 48px !important;
  }
  .font-size-lg-49 {
    font-size: 49px !important;
  }
  .font-size-lg-50 {
    font-size: 50px !important;
  }
  .font-size-lg-51 {
    font-size: 51px !important;
  }
  .font-size-lg-52 {
    font-size: 52px !important;
  }
  .font-size-lg-53 {
    font-size: 53px !important;
  }
  .font-size-lg-54 {
    font-size: 54px !important;
  }
  .font-size-lg-55 {
    font-size: 55px !important;
  }
  .font-size-lg-56 {
    font-size: 56px !important;
  }
  .font-size-lg-57 {
    font-size: 57px !important;
  }
  .font-size-lg-58 {
    font-size: 58px !important;
  }
  .font-size-lg-59 {
    font-size: 59px !important;
  }
  .font-size-lg-60 {
    font-size: 60px !important;
  }
  .font-size-lg-61 {
    font-size: 61px !important;
  }
  .font-size-lg-62 {
    font-size: 62px !important;
  }
  .font-size-lg-63 {
    font-size: 63px !important;
  }
  .font-size-lg-64 {
    font-size: 64px !important;
  }
  .font-size-lg-65 {
    font-size: 65px !important;
  }
  .font-size-lg-66 {
    font-size: 66px !important;
  }
  .font-size-lg-67 {
    font-size: 67px !important;
  }
  .font-size-lg-68 {
    font-size: 68px !important;
  }
  .font-size-lg-69 {
    font-size: 69px !important;
  }
  .font-size-lg-70 {
    font-size: 70px !important;
  }
  .font-size-lg-71 {
    font-size: 71px !important;
  }
  .font-size-lg-72 {
    font-size: 72px !important;
  }
  .mw-lg {
    max-width: 950px !important;
  }
  .component-reservation .form {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .component-reservation .form > .group ~ .group {
    margin-left: 15px;
  }
  .component-reservation .form > .group.col-property ~ .group {
    margin-left: 0;
  }
  .component-reservation__hotels__button {
    min-height: auto;
    padding-bottom: 12px;
  }
  .component-reservation__hotels .hotel-selected {
    height: 2.25rem;
  }
  .component-reservation__hotels .hotel-selected .text {
    display: block;
    width: 100%;
    font-size: .9rem;
    max-height: 2.25rem;
    overflow: hidden;
    position: relative;
  }
  .component-reservation__hotels .hotel-selected .text::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: 1.25rem;
  }
  .component-reservation__hotels .hotel-select {
    height: calc(1.4em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }
  .component-reservation__calendar .v-date.v-date-checkin {
    margin-right: 1.75rem;
  }
  .group.col-property ~ .group .component-reservation__calendar .v-date.v-date-checkin {
    margin-right: 1.25rem;
  }
  .component-reservation__calendar__button {
    padding: 12px 15px;
  }
  .component-reservation__calendar .v-date {
    font-size: .8rem;
    margin-right: 1.25rem;
    width: 90px;
  }
  .component-reservation__calendar .v-icon {
    font-size: 1.5rem;
  }
  .component-reservation__amount__button {
    padding: 12px 15px;
  }
  .component-reservation__code {
    padding: 12px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
  .component-reservation__search {
    width: 150px;
    padding: 26px 15px 12px;
  }
  .component-reservation__search__button--modify {
    font-size: 1rem;
  }
  body.has-background .component-filter {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .filter-bar .filter-label {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .filter-bar__primary {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-bar__secondary {
    margin-top: 0;
  }
  .filter-bar__tertiary {
    margin-top: 0;
  }
  .filter-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-view__wrap {
    margin-top: 0;
  }
  .filter-view label {
    margin-right: 0.3rem;
  }
  .component-summary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .component-summary__detail {
    margin-left: 30px;
  }
  .component-summary__total .text {
    text-align: right;
  }
  .component-summary__total .price-submit {
    margin-left: 20px;
  }
  .component-summary-bar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .component-summary-bar__detail {
    margin-left: 30px;
  }
  .component-summary-bar__total .text {
    text-align: right;
  }
  .component-summary-bar__total .price-submit {
    margin-left: 20px;
  }
  .summary-box {
    display: none;
  }
  .confirmation-paper {
    width: 21cm;
    padding: 1cm 8mm;
  }
  .travel-togetger-campaign {
    width: 21cm;
  }
  #reservation_form .col-amount:lang(de) {
    max-width: 220px;
  }
  #reservation_form .col-amount:lang(ru) {
    max-width: 240px;
  }
  .component-reservation--disabled .component-reservation__search__button--modify:lang(ru) {
    white-space: nowrap;
  }
  #reservation_form .col-amount:lang(vi) {
    max-width: 225px;
  }
  .home-calendar {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  #home_calendar .calendar-button-prev, #home_calendar .calendar-button-next {
    top: 250px;
  }
  .rate-head .price.with-campaign {
    margin-right: 175px;
  }
  .rate-head .price {
    margin-right: 120px;
  }
  .rate-item__thumbnail {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    max-width: 120px;
    margin-right: 20px;
  }
  .rate-item__price {
    margin-left: 20px;
  }
  .rate-item__reserve {
    margin-left: 20px;
  }
  #list_rate .list-symbol {
    display: block;
  }
  #list_rate .details-list-info {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-xl {
    max-width: 1140px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .gutters-xl-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutters-xl-3 > .col,
  .gutters-xl-3 > [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutters-xl-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-xl-5 > .col,
  .gutters-xl-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutters-xl-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-xl-10 > .col,
  .gutters-xl-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spacer-xl-20 {
    height: 20px;
  }
  .spacer-xl-30 {
    height: 30px;
  }
  .spacer-xl-40 {
    height: 40px;
  }
  .spacer-xl-50 {
    height: 50px;
  }
  .spacer-xl-60 {
    height: 60px;
  }
  .spacer-xl-80 {
    height: 80px;
  }
  .spacer-xl-100 {
    height: 100px;
  }
  .columns-xl-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-xl-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-xl-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .font-size-xl-10 {
    font-size: 10px !important;
  }
  .font-size-xl-11 {
    font-size: 11px !important;
  }
  .font-size-xl-12 {
    font-size: 12px !important;
  }
  .font-size-xl-13 {
    font-size: 13px !important;
  }
  .font-size-xl-14 {
    font-size: 14px !important;
  }
  .font-size-xl-15 {
    font-size: 15px !important;
  }
  .font-size-xl-16 {
    font-size: 16px !important;
  }
  .font-size-xl-17 {
    font-size: 17px !important;
  }
  .font-size-xl-18 {
    font-size: 18px !important;
  }
  .font-size-xl-19 {
    font-size: 19px !important;
  }
  .font-size-xl-20 {
    font-size: 20px !important;
  }
  .font-size-xl-21 {
    font-size: 21px !important;
  }
  .font-size-xl-22 {
    font-size: 22px !important;
  }
  .font-size-xl-23 {
    font-size: 23px !important;
  }
  .font-size-xl-24 {
    font-size: 24px !important;
  }
  .font-size-xl-25 {
    font-size: 25px !important;
  }
  .font-size-xl-26 {
    font-size: 26px !important;
  }
  .font-size-xl-27 {
    font-size: 27px !important;
  }
  .font-size-xl-28 {
    font-size: 28px !important;
  }
  .font-size-xl-29 {
    font-size: 29px !important;
  }
  .font-size-xl-30 {
    font-size: 30px !important;
  }
  .font-size-xl-31 {
    font-size: 31px !important;
  }
  .font-size-xl-32 {
    font-size: 32px !important;
  }
  .font-size-xl-33 {
    font-size: 33px !important;
  }
  .font-size-xl-34 {
    font-size: 34px !important;
  }
  .font-size-xl-35 {
    font-size: 35px !important;
  }
  .font-size-xl-36 {
    font-size: 36px !important;
  }
  .font-size-xl-37 {
    font-size: 37px !important;
  }
  .font-size-xl-38 {
    font-size: 38px !important;
  }
  .font-size-xl-39 {
    font-size: 39px !important;
  }
  .font-size-xl-40 {
    font-size: 40px !important;
  }
  .font-size-xl-41 {
    font-size: 41px !important;
  }
  .font-size-xl-42 {
    font-size: 42px !important;
  }
  .font-size-xl-43 {
    font-size: 43px !important;
  }
  .font-size-xl-44 {
    font-size: 44px !important;
  }
  .font-size-xl-45 {
    font-size: 45px !important;
  }
  .font-size-xl-46 {
    font-size: 46px !important;
  }
  .font-size-xl-47 {
    font-size: 47px !important;
  }
  .font-size-xl-48 {
    font-size: 48px !important;
  }
  .font-size-xl-49 {
    font-size: 49px !important;
  }
  .font-size-xl-50 {
    font-size: 50px !important;
  }
  .font-size-xl-51 {
    font-size: 51px !important;
  }
  .font-size-xl-52 {
    font-size: 52px !important;
  }
  .font-size-xl-53 {
    font-size: 53px !important;
  }
  .font-size-xl-54 {
    font-size: 54px !important;
  }
  .font-size-xl-55 {
    font-size: 55px !important;
  }
  .font-size-xl-56 {
    font-size: 56px !important;
  }
  .font-size-xl-57 {
    font-size: 57px !important;
  }
  .font-size-xl-58 {
    font-size: 58px !important;
  }
  .font-size-xl-59 {
    font-size: 59px !important;
  }
  .font-size-xl-60 {
    font-size: 60px !important;
  }
  .font-size-xl-61 {
    font-size: 61px !important;
  }
  .font-size-xl-62 {
    font-size: 62px !important;
  }
  .font-size-xl-63 {
    font-size: 63px !important;
  }
  .font-size-xl-64 {
    font-size: 64px !important;
  }
  .font-size-xl-65 {
    font-size: 65px !important;
  }
  .font-size-xl-66 {
    font-size: 66px !important;
  }
  .font-size-xl-67 {
    font-size: 67px !important;
  }
  .font-size-xl-68 {
    font-size: 68px !important;
  }
  .font-size-xl-69 {
    font-size: 69px !important;
  }
  .font-size-xl-70 {
    font-size: 70px !important;
  }
  .font-size-xl-71 {
    font-size: 71px !important;
  }
  .font-size-xl-72 {
    font-size: 72px !important;
  }
  .mw-xl {
    max-width: 1200px !important;
  }
  .component-summary__title {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .component-summary__detail {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .component-summary__total .price-submit {
    margin-left: 35px;
  }
  .component-summary-bar__title {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .component-summary-bar__detail {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .component-summary-bar__total .price-submit {
    margin-left: 35px;
  }
  .addon__item__thumbnail {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
  }
  .confirmation-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
  .booking-edit-menu__list {
    display: block;
  }
  .booking-edit-menu__item {
    display: list-item;
  }
  .booking-edit-menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
  .booking-edit-menu__link {
    text-align: left;
  }
  #home_calendar .calendar-button-prev, #home_calendar .calendar-button-next {
    top: 265px;
  }
  .block-thumbnail {
    width: 25%;
    max-width: 25%;
  }
  .block-content__inner {
    padding: 25px 35px;
  }
  .block-content .column-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 20px;
  }
  .block-content .column-info .thumbnail .link {
    right: 1rem;
    bottom: 1rem;
  }
  .block-content .column-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .rate-head .price.with-campaign {
    margin-right: 195px;
  }
  .rate-head .price {
    margin-right: 135px;
  }
  .rate-item__thumbnail {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
    max-width: 170px;
  }
  .rate-item__price {
    margin-left: 35px;
  }
  .rate-item__reserve {
    margin-left: 35px;
  }
}
@media (min-width: 1310px) {
  .container {
    max-width: 1250px;
  }
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1250px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .gutters-xxl-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutters-xxl-3 > .col,
  .gutters-xxl-3 > [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutters-xxl-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-xxl-5 > .col,
  .gutters-xxl-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutters-xxl-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-xxl-10 > .col,
  .gutters-xxl-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spacer-xxl-20 {
    height: 20px;
  }
  .spacer-xxl-30 {
    height: 30px;
  }
  .spacer-xxl-40 {
    height: 40px;
  }
  .spacer-xxl-50 {
    height: 50px;
  }
  .spacer-xxl-60 {
    height: 60px;
  }
  .spacer-xxl-80 {
    height: 80px;
  }
  .spacer-xxl-100 {
    height: 100px;
  }
  .columns-xxl-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-xxl-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .columns-xxl-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .font-size-xxl-10 {
    font-size: 10px !important;
  }
  .font-size-xxl-11 {
    font-size: 11px !important;
  }
  .font-size-xxl-12 {
    font-size: 12px !important;
  }
  .font-size-xxl-13 {
    font-size: 13px !important;
  }
  .font-size-xxl-14 {
    font-size: 14px !important;
  }
  .font-size-xxl-15 {
    font-size: 15px !important;
  }
  .font-size-xxl-16 {
    font-size: 16px !important;
  }
  .font-size-xxl-17 {
    font-size: 17px !important;
  }
  .font-size-xxl-18 {
    font-size: 18px !important;
  }
  .font-size-xxl-19 {
    font-size: 19px !important;
  }
  .font-size-xxl-20 {
    font-size: 20px !important;
  }
  .font-size-xxl-21 {
    font-size: 21px !important;
  }
  .font-size-xxl-22 {
    font-size: 22px !important;
  }
  .font-size-xxl-23 {
    font-size: 23px !important;
  }
  .font-size-xxl-24 {
    font-size: 24px !important;
  }
  .font-size-xxl-25 {
    font-size: 25px !important;
  }
  .font-size-xxl-26 {
    font-size: 26px !important;
  }
  .font-size-xxl-27 {
    font-size: 27px !important;
  }
  .font-size-xxl-28 {
    font-size: 28px !important;
  }
  .font-size-xxl-29 {
    font-size: 29px !important;
  }
  .font-size-xxl-30 {
    font-size: 30px !important;
  }
  .font-size-xxl-31 {
    font-size: 31px !important;
  }
  .font-size-xxl-32 {
    font-size: 32px !important;
  }
  .font-size-xxl-33 {
    font-size: 33px !important;
  }
  .font-size-xxl-34 {
    font-size: 34px !important;
  }
  .font-size-xxl-35 {
    font-size: 35px !important;
  }
  .font-size-xxl-36 {
    font-size: 36px !important;
  }
  .font-size-xxl-37 {
    font-size: 37px !important;
  }
  .font-size-xxl-38 {
    font-size: 38px !important;
  }
  .font-size-xxl-39 {
    font-size: 39px !important;
  }
  .font-size-xxl-40 {
    font-size: 40px !important;
  }
  .font-size-xxl-41 {
    font-size: 41px !important;
  }
  .font-size-xxl-42 {
    font-size: 42px !important;
  }
  .font-size-xxl-43 {
    font-size: 43px !important;
  }
  .font-size-xxl-44 {
    font-size: 44px !important;
  }
  .font-size-xxl-45 {
    font-size: 45px !important;
  }
  .font-size-xxl-46 {
    font-size: 46px !important;
  }
  .font-size-xxl-47 {
    font-size: 47px !important;
  }
  .font-size-xxl-48 {
    font-size: 48px !important;
  }
  .font-size-xxl-49 {
    font-size: 49px !important;
  }
  .font-size-xxl-50 {
    font-size: 50px !important;
  }
  .font-size-xxl-51 {
    font-size: 51px !important;
  }
  .font-size-xxl-52 {
    font-size: 52px !important;
  }
  .font-size-xxl-53 {
    font-size: 53px !important;
  }
  .font-size-xxl-54 {
    font-size: 54px !important;
  }
  .font-size-xxl-55 {
    font-size: 55px !important;
  }
  .font-size-xxl-56 {
    font-size: 56px !important;
  }
  .font-size-xxl-57 {
    font-size: 57px !important;
  }
  .font-size-xxl-58 {
    font-size: 58px !important;
  }
  .font-size-xxl-59 {
    font-size: 59px !important;
  }
  .font-size-xxl-60 {
    font-size: 60px !important;
  }
  .font-size-xxl-61 {
    font-size: 61px !important;
  }
  .font-size-xxl-62 {
    font-size: 62px !important;
  }
  .font-size-xxl-63 {
    font-size: 63px !important;
  }
  .font-size-xxl-64 {
    font-size: 64px !important;
  }
  .font-size-xxl-65 {
    font-size: 65px !important;
  }
  .font-size-xxl-66 {
    font-size: 66px !important;
  }
  .font-size-xxl-67 {
    font-size: 67px !important;
  }
  .font-size-xxl-68 {
    font-size: 68px !important;
  }
  .font-size-xxl-69 {
    font-size: 69px !important;
  }
  .font-size-xxl-70 {
    font-size: 70px !important;
  }
  .font-size-xxl-71 {
    font-size: 71px !important;
  }
  .font-size-xxl-72 {
    font-size: 72px !important;
  }
  .mw-xxl {
    max-width: 1310px !important;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 949.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1309.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 950px !important;
  }
  .container {
    min-width: 950px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
  .confirmation-paper {
    font-size: 11pt;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .confirmation-paper .confirmation-block {
    display: block;
  }
  .confirmation-block .policy .policy__title {
    padding: 0;
    font-weight: bold;
  }
  .confirmation-list__item {
    border: 0.2mm solid #ced4da;
  }
  .confirmation-list .title {
    background: none;
    border-bottom: 0.2mm solid #ced4da;
  }
  .confirmation-additional .column-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .confirmation-additional .column-rate,
  .confirmation-additional .column-order,
  .confirmation-additional .column-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    max-width: 22.22222%;
  }
  html.is-mobile .confirmation-direction__qrcode {
    display: block;
  }
  @page {
    size: auto;
  }
  html,
  body {
    display: block !important;
    min-height: auto !important;
    overflow: visible !important;
  }
  body.confirmation-paper-printable {
    background: none;
    /**
     * Need to convert flex box to block because
     * PRINT layout conflict in Mozilla Firefox
     */
  }
  body.confirmation-paper-printable .row {
    display: block;
  }
  body.confirmation-paper-printable .row::after {
    display: block;
    clear: both;
    content: "";
  }
  body.confirmation-paper-printable .row > [class*=col-],
  body.confirmation-paper-printable .row > .col {
    float: left;
  }
  body.confirmation-paper-printable .site-header,
  body.confirmation-paper-printable .site-footer,
  body.confirmation-paper-printable .component-horizontal-menu,
  body.confirmation-paper-printable .step-navigation,
  body.confirmation-paper-printable .user-menu,
  body.confirmation-paper-printable .page-navigation,
  body.confirmation-paper-printable .confirmation-mobile-menu,
  body.confirmation-paper-printable .side-panel,
  body.confirmation-paper-printable .side-panel-bg,
  body.confirmation-paper-printable .side-panel-swipe {
    display: none;
  }
  body.confirmation-paper-printable #reservation_confirmation {
    padding: 0;
    background: none;
  }
  body.confirmation-paper-printable .print-break {
    page-break-before: always;
  }
  body.confirmation-paper-printable .confirmation-summary .row > .col-md-3,
  body.confirmation-paper-printable .confirmation-payment .row > .col-md-3 {
    width: 25%;
  }
  body.confirmation-paper-printable .confirmation-summary .row > .col-md-9,
  body.confirmation-paper-printable .confirmation-payment .row > .col-md-9 {
    width: 75%;
  }
  body.confirmation-paper-printable .confirmation-summary__number, body.confirmation-paper-printable .confirmation-summary__status, body.confirmation-paper-printable .confirmation-summary__date {
    text-align: left;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  body.confirmation-paper-printable .confirmation-payment__total, body.confirmation-paper-printable .confirmation-payment__deposit, body.confirmation-paper-printable .confirmation-payment__balance {
    text-align: left;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 950px) and (max-width: 1200px) {
  .component-reservation__hotels__button {
    width: 14rem;
  }
}
@media (min-width: 769px) {
  .confirmation-paper {
    margin-left: auto;
    margin-right: auto;
    border-radius: .75rem;
  }
  .travel-togetger-campaign {
    margin-left: auto;
    margin-right: auto;
    border-radius: .75rem;
  }
}
@media (min-width: breapoint("lg")) {
  .price-table {
    min-width: auto;
    min-width: unset;
    font-size: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
