﻿/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #FFFFFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

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

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

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

ol,
ul {
  padding-left: 2rem; }

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: 0.875em; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

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

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1620px; } }

.row {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 4.16667%; }

.col-2 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-3 {
  flex: 0 0 auto;
  width: 12.5%; }

.col-4 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-5 {
  flex: 0 0 auto;
  width: 20.83333%; }

.col-6 {
  flex: 0 0 auto;
  width: 25%; }

.col-7 {
  flex: 0 0 auto;
  width: 29.16667%; }

.col-8 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-9 {
  flex: 0 0 auto;
  width: 37.5%; }

.col-10 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-11 {
  flex: 0 0 auto;
  width: 45.83333%; }

.col-12 {
  flex: 0 0 auto;
  width: 50%; }

.col-13 {
  flex: 0 0 auto;
  width: 54.16667%; }

.col-14 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-15 {
  flex: 0 0 auto;
  width: 62.5%; }

.col-16 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-17 {
  flex: 0 0 auto;
  width: 70.83333%; }

.col-18 {
  flex: 0 0 auto;
  width: 75%; }

.col-19 {
  flex: 0 0 auto;
  width: 79.16667%; }

.col-20 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-21 {
  flex: 0 0 auto;
  width: 87.5%; }

.col-22 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-23 {
  flex: 0 0 auto;
  width: 95.83333%; }

.col-24 {
  flex: 0 0 auto;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16667%; }

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

.offset-15 {
  margin-left: 62.5%; }

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

.offset-17 {
  margin-left: 70.83333%; }

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

.offset-19 {
  margin-left: 79.16667%; }

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

.offset-21 {
  margin-left: 87.5%; }

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

.offset-23 {
  margin-left: 95.83333%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16667%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16667%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16667%; }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%; }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333%; }
  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16667%; }
  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%; }
  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333%; }
  .col-sm-24 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16667%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16667%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16667%; }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%; }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333%; }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16667%; }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%; }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333%; }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16667%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16667%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16667%; }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%; }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333%; }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16667%; }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%; }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333%; }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16667%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16667%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16667%; }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%; }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333%; }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16667%; }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%; }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333%; }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16667%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16667%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16667%; }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%; }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333%; }
  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16667%; }
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%; }
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333%; }
  .col-xxl-24 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 4.16667%; }
  .offset-xxl-2 {
    margin-left: 8.33333%; }
  .offset-xxl-3 {
    margin-left: 12.5%; }
  .offset-xxl-4 {
    margin-left: 16.66667%; }
  .offset-xxl-5 {
    margin-left: 20.83333%; }
  .offset-xxl-6 {
    margin-left: 25%; }
  .offset-xxl-7 {
    margin-left: 29.16667%; }
  .offset-xxl-8 {
    margin-left: 33.33333%; }
  .offset-xxl-9 {
    margin-left: 37.5%; }
  .offset-xxl-10 {
    margin-left: 41.66667%; }
  .offset-xxl-11 {
    margin-left: 45.83333%; }
  .offset-xxl-12 {
    margin-left: 50%; }
  .offset-xxl-13 {
    margin-left: 54.16667%; }
  .offset-xxl-14 {
    margin-left: 58.33333%; }
  .offset-xxl-15 {
    margin-left: 62.5%; }
  .offset-xxl-16 {
    margin-left: 66.66667%; }
  .offset-xxl-17 {
    margin-left: 70.83333%; }
  .offset-xxl-18 {
    margin-left: 75%; }
  .offset-xxl-19 {
    margin-left: 79.16667%; }
  .offset-xxl-20 {
    margin-left: 83.33333%; }
  .offset-xxl-21 {
    margin-left: 87.5%; }
  .offset-xxl-22 {
    margin-left: 91.66667%; }
  .offset-xxl-23 {
    margin-left: 95.83333%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.form-label {
  margin-bottom: 0.5rem; }

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (min-width: 1200px) {
    .form-control {
      font-size: 1.75rem; } }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control::placeholder {
    color: transparent; }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0; }
  @media (min-width: 1200px) {
    .input-group-text {
      font-size: 1.75rem; } }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.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;
  color: #FFFFFF;
  background-color: rgba(25, 135, 84, 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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  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;
  color: #FFFFFF;
  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.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem 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; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none; } }

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg); }

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none; } }

.accordion-button:hover {
  z-index: 2; }

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.accordion-item:not(:first-of-type) {
  border-top: 0; }

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.accordion-flush .accordion-item:first-child {
  border-top: 0; }

.accordion-flush .accordion-item:last-child {
  border-bottom: 0; }

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  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 > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

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

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

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

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

.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */; }

.card-header {
  padding: 0.5rem 1rem;
  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-footer {
  padding: 0.5rem 1rem;
  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.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  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-group > .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card: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; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #0d6efd; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1500px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #dee2e6 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0d6efd !important; }

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

.border-success {
  border-color: #198754 !important; }

.border-info {
  border-color: #0dcaf0 !important; }

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

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

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

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.border-0 {
  border-width: 0 !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !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; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !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; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

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

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

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

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

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

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 2.5rem !important; }

.gap-6 {
  gap: 3rem !important; }

.gap-7 {
  gap: 3.125rem !important; }

.gap-8 {
  gap: 3.75rem !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 2.5rem !important; }

.m-6 {
  margin: 3rem !important; }

.m-7 {
  margin: 3.125rem !important; }

.m-8 {
  margin: 3.75rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-7 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important; }

.mx-8 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-7 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important; }

.my-8 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 2.5rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mt-7 {
  margin-top: 3.125rem !important; }

.mt-8 {
  margin-top: 3.75rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 2.5rem !important; }

.me-6 {
  margin-right: 3rem !important; }

.me-7 {
  margin-right: 3.125rem !important; }

.me-8 {
  margin-right: 3.75rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 2.5rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.mb-7 {
  margin-bottom: 3.125rem !important; }

.mb-8 {
  margin-bottom: 3.75rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 2.5rem !important; }

.ms-6 {
  margin-left: 3rem !important; }

.ms-7 {
  margin-left: 3.125rem !important; }

.ms-8 {
  margin-left: 3.75rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 2.5rem !important; }

.p-6 {
  padding: 3rem !important; }

.p-7 {
  padding: 3.125rem !important; }

.p-8 {
  padding: 3.75rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.px-7 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important; }

.px-8 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.py-7 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important; }

.py-8 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 2.5rem !important; }

.pt-6 {
  padding-top: 3rem !important; }

.pt-7 {
  padding-top: 3.125rem !important; }

.pt-8 {
  padding-top: 3.75rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 2.5rem !important; }

.pe-6 {
  padding-right: 3rem !important; }

.pe-7 {
  padding-right: 3.125rem !important; }

.pe-8 {
  padding-right: 3.75rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 2.5rem !important; }

.pb-6 {
  padding-bottom: 3rem !important; }

.pb-7 {
  padding-bottom: 3.125rem !important; }

.pb-8 {
  padding-bottom: 3.75rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 2.5rem !important; }

.ps-6 {
  padding-left: 3rem !important; }

.ps-7 {
  padding-left: 3.125rem !important; }

.ps-8 {
  padding-left: 3.75rem !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-primary {
  color: #0d6efd !important; }

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

.text-success {
  color: #198754 !important; }

.text-info {
  color: #0dcaf0 !important; }

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

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

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

.text-dark {
  color: #212529 !important; }

.text-white {
  color: #FFFFFF !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-reset {
  color: inherit !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.bg-primary {
  background-color: #0d6efd !important; }

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

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

.bg-info {
  background-color: #0dcaf0 !important; }

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

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

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

.bg-dark {
  background-color: #212529 !important; }

.bg-body {
  background-color: #FFFFFF !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 2.5rem !important; }
  .gap-sm-6 {
    gap: 3rem !important; }
  .gap-sm-7 {
    gap: 3.125rem !important; }
  .gap-sm-8 {
    gap: 3.75rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 2.5rem !important; }
  .m-sm-6 {
    margin: 3rem !important; }
  .m-sm-7 {
    margin: 3.125rem !important; }
  .m-sm-8 {
    margin: 3.75rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-sm-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-sm-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 2.5rem !important; }
  .mt-sm-6 {
    margin-top: 3rem !important; }
  .mt-sm-7 {
    margin-top: 3.125rem !important; }
  .mt-sm-8 {
    margin-top: 3.75rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 2.5rem !important; }
  .me-sm-6 {
    margin-right: 3rem !important; }
  .me-sm-7 {
    margin-right: 3.125rem !important; }
  .me-sm-8 {
    margin-right: 3.75rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important; }
  .mb-sm-6 {
    margin-bottom: 3rem !important; }
  .mb-sm-7 {
    margin-bottom: 3.125rem !important; }
  .mb-sm-8 {
    margin-bottom: 3.75rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 2.5rem !important; }
  .ms-sm-6 {
    margin-left: 3rem !important; }
  .ms-sm-7 {
    margin-left: 3.125rem !important; }
  .ms-sm-8 {
    margin-left: 3.75rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 2.5rem !important; }
  .p-sm-6 {
    padding: 3rem !important; }
  .p-sm-7 {
    padding: 3.125rem !important; }
  .p-sm-8 {
    padding: 3.75rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-sm-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-sm-8 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 2.5rem !important; }
  .pt-sm-6 {
    padding-top: 3rem !important; }
  .pt-sm-7 {
    padding-top: 3.125rem !important; }
  .pt-sm-8 {
    padding-top: 3.75rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 2.5rem !important; }
  .pe-sm-6 {
    padding-right: 3rem !important; }
  .pe-sm-7 {
    padding-right: 3.125rem !important; }
  .pe-sm-8 {
    padding-right: 3.75rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important; }
  .pb-sm-6 {
    padding-bottom: 3rem !important; }
  .pb-sm-7 {
    padding-bottom: 3.125rem !important; }
  .pb-sm-8 {
    padding-bottom: 3.75rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 2.5rem !important; }
  .ps-sm-6 {
    padding-left: 3rem !important; }
  .ps-sm-7 {
    padding-left: 3.125rem !important; }
  .ps-sm-8 {
    padding-left: 3.75rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 2.5rem !important; }
  .gap-md-6 {
    gap: 3rem !important; }
  .gap-md-7 {
    gap: 3.125rem !important; }
  .gap-md-8 {
    gap: 3.75rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 2.5rem !important; }
  .m-md-6 {
    margin: 3rem !important; }
  .m-md-7 {
    margin: 3.125rem !important; }
  .m-md-8 {
    margin: 3.75rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-md-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-md-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 2.5rem !important; }
  .mt-md-6 {
    margin-top: 3rem !important; }
  .mt-md-7 {
    margin-top: 3.125rem !important; }
  .mt-md-8 {
    margin-top: 3.75rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 2.5rem !important; }
  .me-md-6 {
    margin-right: 3rem !important; }
  .me-md-7 {
    margin-right: 3.125rem !important; }
  .me-md-8 {
    margin-right: 3.75rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 2.5rem !important; }
  .mb-md-6 {
    margin-bottom: 3rem !important; }
  .mb-md-7 {
    margin-bottom: 3.125rem !important; }
  .mb-md-8 {
    margin-bottom: 3.75rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 2.5rem !important; }
  .ms-md-6 {
    margin-left: 3rem !important; }
  .ms-md-7 {
    margin-left: 3.125rem !important; }
  .ms-md-8 {
    margin-left: 3.75rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 2.5rem !important; }
  .p-md-6 {
    padding: 3rem !important; }
  .p-md-7 {
    padding: 3.125rem !important; }
  .p-md-8 {
    padding: 3.75rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-md-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-md-8 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 2.5rem !important; }
  .pt-md-6 {
    padding-top: 3rem !important; }
  .pt-md-7 {
    padding-top: 3.125rem !important; }
  .pt-md-8 {
    padding-top: 3.75rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 2.5rem !important; }
  .pe-md-6 {
    padding-right: 3rem !important; }
  .pe-md-7 {
    padding-right: 3.125rem !important; }
  .pe-md-8 {
    padding-right: 3.75rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 2.5rem !important; }
  .pb-md-6 {
    padding-bottom: 3rem !important; }
  .pb-md-7 {
    padding-bottom: 3.125rem !important; }
  .pb-md-8 {
    padding-bottom: 3.75rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 2.5rem !important; }
  .ps-md-6 {
    padding-left: 3rem !important; }
  .ps-md-7 {
    padding-left: 3.125rem !important; }
  .ps-md-8 {
    padding-left: 3.75rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 2.5rem !important; }
  .gap-lg-6 {
    gap: 3rem !important; }
  .gap-lg-7 {
    gap: 3.125rem !important; }
  .gap-lg-8 {
    gap: 3.75rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 2.5rem !important; }
  .m-lg-6 {
    margin: 3rem !important; }
  .m-lg-7 {
    margin: 3.125rem !important; }
  .m-lg-8 {
    margin: 3.75rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-lg-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-lg-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 2.5rem !important; }
  .mt-lg-6 {
    margin-top: 3rem !important; }
  .mt-lg-7 {
    margin-top: 3.125rem !important; }
  .mt-lg-8 {
    margin-top: 3.75rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 2.5rem !important; }
  .me-lg-6 {
    margin-right: 3rem !important; }
  .me-lg-7 {
    margin-right: 3.125rem !important; }
  .me-lg-8 {
    margin-right: 3.75rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important; }
  .mb-lg-6 {
    margin-bottom: 3rem !important; }
  .mb-lg-7 {
    margin-bottom: 3.125rem !important; }
  .mb-lg-8 {
    margin-bottom: 3.75rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 2.5rem !important; }
  .ms-lg-6 {
    margin-left: 3rem !important; }
  .ms-lg-7 {
    margin-left: 3.125rem !important; }
  .ms-lg-8 {
    margin-left: 3.75rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 2.5rem !important; }
  .p-lg-6 {
    padding: 3rem !important; }
  .p-lg-7 {
    padding: 3.125rem !important; }
  .p-lg-8 {
    padding: 3.75rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-lg-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-lg-8 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 2.5rem !important; }
  .pt-lg-6 {
    padding-top: 3rem !important; }
  .pt-lg-7 {
    padding-top: 3.125rem !important; }
  .pt-lg-8 {
    padding-top: 3.75rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 2.5rem !important; }
  .pe-lg-6 {
    padding-right: 3rem !important; }
  .pe-lg-7 {
    padding-right: 3.125rem !important; }
  .pe-lg-8 {
    padding-right: 3.75rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important; }
  .pb-lg-6 {
    padding-bottom: 3rem !important; }
  .pb-lg-7 {
    padding-bottom: 3.125rem !important; }
  .pb-lg-8 {
    padding-bottom: 3.75rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 2.5rem !important; }
  .ps-lg-6 {
    padding-left: 3rem !important; }
  .ps-lg-7 {
    padding-left: 3.125rem !important; }
  .ps-lg-8 {
    padding-left: 3.75rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 2.5rem !important; }
  .gap-xl-6 {
    gap: 3rem !important; }
  .gap-xl-7 {
    gap: 3.125rem !important; }
  .gap-xl-8 {
    gap: 3.75rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 2.5rem !important; }
  .m-xl-6 {
    margin: 3rem !important; }
  .m-xl-7 {
    margin: 3.125rem !important; }
  .m-xl-8 {
    margin: 3.75rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-xl-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-xl-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 2.5rem !important; }
  .mt-xl-6 {
    margin-top: 3rem !important; }
  .mt-xl-7 {
    margin-top: 3.125rem !important; }
  .mt-xl-8 {
    margin-top: 3.75rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 2.5rem !important; }
  .me-xl-6 {
    margin-right: 3rem !important; }
  .me-xl-7 {
    margin-right: 3.125rem !important; }
  .me-xl-8 {
    margin-right: 3.75rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important; }
  .mb-xl-6 {
    margin-bottom: 3rem !important; }
  .mb-xl-7 {
    margin-bottom: 3.125rem !important; }
  .mb-xl-8 {
    margin-bottom: 3.75rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 2.5rem !important; }
  .ms-xl-6 {
    margin-left: 3rem !important; }
  .ms-xl-7 {
    margin-left: 3.125rem !important; }
  .ms-xl-8 {
    margin-left: 3.75rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 2.5rem !important; }
  .p-xl-6 {
    padding: 3rem !important; }
  .p-xl-7 {
    padding: 3.125rem !important; }
  .p-xl-8 {
    padding: 3.75rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-xl-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-xl-8 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 2.5rem !important; }
  .pt-xl-6 {
    padding-top: 3rem !important; }
  .pt-xl-7 {
    padding-top: 3.125rem !important; }
  .pt-xl-8 {
    padding-top: 3.75rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 2.5rem !important; }
  .pe-xl-6 {
    padding-right: 3rem !important; }
  .pe-xl-7 {
    padding-right: 3.125rem !important; }
  .pe-xl-8 {
    padding-right: 3.75rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important; }
  .pb-xl-6 {
    padding-bottom: 3rem !important; }
  .pb-xl-7 {
    padding-bottom: 3.125rem !important; }
  .pb-xl-8 {
    padding-bottom: 3.75rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 2.5rem !important; }
  .ps-xl-6 {
    padding-left: 3rem !important; }
  .ps-xl-7 {
    padding-left: 3.125rem !important; }
  .ps-xl-8 {
    padding-left: 3.75rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1500px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !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: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 2.5rem !important; }
  .gap-xxl-6 {
    gap: 3rem !important; }
  .gap-xxl-7 {
    gap: 3.125rem !important; }
  .gap-xxl-8 {
    gap: 3.75rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 2.5rem !important; }
  .m-xxl-6 {
    margin: 3rem !important; }
  .m-xxl-7 {
    margin: 3.125rem !important; }
  .m-xxl-8 {
    margin: 3.75rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xxl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-xxl-8 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-xxl-8 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 2.5rem !important; }
  .mt-xxl-6 {
    margin-top: 3rem !important; }
  .mt-xxl-7 {
    margin-top: 3.125rem !important; }
  .mt-xxl-8 {
    margin-top: 3.75rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 2.5rem !important; }
  .me-xxl-6 {
    margin-right: 3rem !important; }
  .me-xxl-7 {
    margin-right: 3.125rem !important; }
  .me-xxl-8 {
    margin-right: 3.75rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 2.5rem !important; }
  .mb-xxl-6 {
    margin-bottom: 3rem !important; }
  .mb-xxl-7 {
    margin-bottom: 3.125rem !important; }
  .mb-xxl-8 {
    margin-bottom: 3.75rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 2.5rem !important; }
  .ms-xxl-6 {
    margin-left: 3rem !important; }
  .ms-xxl-7 {
    margin-left: 3.125rem !important; }
  .ms-xxl-8 {
    margin-left: 3.75rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 2.5rem !important; }
  .p-xxl-6 {
    padding: 3rem !important; }
  .p-xxl-7 {
    padding: 3.125rem !important; }
  .p-xxl-8 {
    padding: 3.75rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xxl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-xxl-8 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-xxl-8 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 2.5rem !important; }
  .pt-xxl-6 {
    padding-top: 3rem !important; }
  .pt-xxl-7 {
    padding-top: 3.125rem !important; }
  .pt-xxl-8 {
    padding-top: 3.75rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 2.5rem !important; }
  .pe-xxl-6 {
    padding-right: 3rem !important; }
  .pe-xxl-7 {
    padding-right: 3.125rem !important; }
  .pe-xxl-8 {
    padding-right: 3.75rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 2.5rem !important; }
  .pb-xxl-6 {
    padding-bottom: 3rem !important; }
  .pb-xxl-7 {
    padding-bottom: 3.125rem !important; }
  .pb-xxl-8 {
    padding-bottom: 3.75rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 2.5rem !important; }
  .ps-xxl-6 {
    padding-left: 3rem !important; }
  .ps-xxl-7 {
    padding-left: 3.125rem !important; }
  .ps-xxl-8 {
    padding-left: 3.75rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
/*Circular*/
@font-face {
  font-family: 'CircularBook';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Book.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-black';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Black.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-Medium';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Medium.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-bold';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Bold.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-black-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-BlackItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-bold-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-BoldItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-Medium-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-MediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Authenia';
  font-display: swap;
  src: url("/Assets/fonts/Authenia/MIKAMELVAS-AUTHENIASOLID.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
body {
  font-family: "CircularBook";
  color: #000000; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  display: inline-block;
  max-width: 100%;
  width: 100%; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "CircularPro-black"; }

h1 {
  font-size: 120px;
  line-height: 1; }
  @media (max-width: 1499.98px) {
    h1 {
      font-size: 64px; } }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 90px;
  line-height: 1.2;
  margin-bottom: 0px; }
  @media (max-width: 1499.98px) {
    h2 {
      font-size: 58px; } }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 0px; }
  @media (max-width: 1499.98px) {
    h3 {
      font-size: 52px; } }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0px; }
  @media (max-width: 1499.98px) {
    h4 {
      font-size: 40px; } }
  @media (max-width: 991.98px) {
    h4 {
      font-size: 32px; } }

h5 {
  font-size: 36px;
  margin-bottom: 0px; }

h6 {
  font-size: 28px;
  margin-bottom: 0px; }
  @media (max-width: 1499.98px) {
    h6 {
      font-size: 24px; } }
  @media (max-width: 991.98px) {
    h6 {
      font-size: 21px; } }

/*override heading styles*/
.heading-a {
  font-size: 120px; }

h1 span, .heading-a span {
  font-size: 190px;
  color: #E83352;
  font-family: 'Authenia'; }
  @media (max-width: 1499.98px) {
    h1 span, .heading-a span {
      font-size: 100px; } }

.heading-b {
  font-size: 90px; }

h2 span, .heading-b span {
  font-size: 130px;
  color: #E83352;
  font-family: 'Authenia'; }
  @media (max-width: 1499.98px) {
    h2 span, .heading-b span {
      font-size: 90px; } }
  @media (max-width: 991.98px) {
    h2 span, .heading-b span {
      font-size: 52px; } }

.heading-c {
  font-size: 72px; }

h3 span, .heading-c span {
  font-size: 100px;
  color: #E83352;
  font-family: 'Authenia'; }
  @media (max-width: 1499.98px) {
    h3 span, .heading-c span {
      font-size: 72px; } }

/*end override heading styles*/
.sub-heading {
  color: #666867;
  font-family: 'CircularBook';
  text-transform: uppercase;
  line-height: 2rem; }

p {
  font-size: 24px;
  line-height: 1.33333;
  font-weight: 300; }
  @media (max-width: 991.98px) {
    p {
      font-size: 18px; } }

table {
  width: 100%; }

table th {
  font-weight: bold;
  padding: 5px; }

table td {
  padding: 5px; }

bold, strong {
  font-family: 'CircularPro-bold';
  font-weight: normal; }

em, i {
  font-style: italic; }

.label {
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  background: transparent;
  color: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

ol, ul {
  padding-left: 1rem; }

ul ::marker {
  color: #a18f5b;
  width: 5px;
  height: 5px; }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
.has-bg-image, .has-parallax {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.has-bg-video {
  object-fit: cover; }

.has-parallax {
  background-attachment: fixed; }

.bg-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.bg-full.with-gallery {
  height: calc(100% - 100px); }
  @media (max-width: 575px) {
    .bg-full.with-gallery {
      height: calc(100% - 80px); } }

.gallery-summary {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px; }
  @media (max-width: 575px) {
    .gallery-summary {
      height: 80px; } }
  .gallery-summary ul {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    height: calc(100px - 20px);
    margin: 10px 0;
    padding: 0; }
    @media (max-width: 575px) {
      .gallery-summary ul {
        height: calc(80px - 20px); } }
    .gallery-summary ul li {
      list-style-type: none;
      display: inline-block;
      width: calc(25% - 7.5px);
      height: 80px;
      margin-right: 10px;
      cursor: pointer; }
      @media (max-width: 575px) {
        .gallery-summary ul li {
          height: 60px; } }
      .gallery-summary ul li span.img-bg {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center; }
        .gallery-summary ul li span.img-bg span.more {
          position: absolute;
          background-color: rgba(0, 0, 0, 0.5);
          height: 100%;
          width: 100%;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          text-align: center; }
          @media (max-width: 575px) {
            .gallery-summary ul li span.img-bg span.more span.more-text {
              display: none; } }
    .gallery-summary ul li:last-child {
      margin-right: 0; }

.has-shadow {
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }

.hover-scale,
.hover-scale .has-bg-image {
  transition: all .2s ease-in-out; }
  .hover-scale :hover,
  .hover-scale .has-bg-image :hover {
    transform: scale(1.1); }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #000;
  z-index: 2; }

.bg-pink {
  background-color: #ea3352 !important; }

.bg-b-pink:before {
  background-color: #ea3352 !important; }

.bg-a-pink:before {
  background-color: #ea3352 !important; }

.bg-gold {
  background-color: #fcc417 !important; }

.bg-b-gold:before {
  background-color: #fcc417 !important; }

.bg-a-gold:before {
  background-color: #fcc417 !important; }

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

.bg-b-light-gold:before {
  background-color: #fff3d2 !important; }

.bg-a-light-gold:before {
  background-color: #fff3d2 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-b-white:before {
  background-color: #fff !important; }

.bg-a-white:before {
  background-color: #fff !important; }

.bg-black {
  background-color: #000 !important; }

.bg-b-black:before {
  background-color: #000 !important; }

.bg-a-black:before {
  background-color: #000 !important; }

.bg-blue {
  background-color: #c9e3e0 !important; }

.bg-b-blue:before {
  background-color: #c9e3e0 !important; }

.bg-a-blue:before {
  background-color: #c9e3e0 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-b-transparent:before {
  background-color: transparent !important; }

.bg-a-transparent:before {
  background-color: transparent !important; }

.background-color-bottom {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 0; }
  @media (max-width: 991px) {
    .background-color-bottom {
      height: 100px; } }

/* IOS disabled background fixed, but distorts the image cause its still set to the entire page
    this should set it to the container.
*/
@supports (-webkit-overflow-scrolling: touch) {
  .has-parallax {
    background-attachment: scroll; } }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
a.btn, .btn {
  font-size: 18px;
  line-height: 56px;
  font-family: 'CircularPro-bold';
  color: #fff;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  height: 56px;
  padding: 0 38px;
  display: inline-block; }
  @media (max-width: 991px) {
    a.btn, .btn {
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      padding: 0 20px; } }

a.btn.pink, .btn.pink {
  background-color: #E83352;
  border-color: #E83352; }

a.btn.pink:hover, .btn.pink:hover {
  background-color: #BD1A61;
  border-color: #BD1A61; }

a.btn.reverse.pink, .btn.reverse.pink {
  background-color: #BD1A61;
  border-color: #BD1A61; }

a.btn.reverse.pink:hover, .btn.reverse.pink:hover {
  background-color: #E83352;
  border-color: #E83352; }

a.btn.gold, .btn.gold {
  background-color: #FCC41F;
  border-color: #FCC41F; }

a.btn.gold:hover, .btn.gold:hover {
  background-color: #C69521;
  border-color: #C69521; }

a.btn.reverse.gold, .btn.reverse.gold {
  background-color: #C69521;
  border-color: #C69521; }

a.btn.gold.reverse:hover, .btn.gold.reverse:hover {
  background-color: #FCC41F;
  border-color: #FCC41F; }

a.btn.white, .btn.white {
  background-color: #FFFFFF;
  border-color: #5A5D5C;
  color: #5A5D5C; }

a.btn.white:hover, .btn.white:hover {
  background-color: #5A5D5C;
  color: #FFFFFF; }

a.btn.reverse.white, .btn.reverse.white {
  background-color: #5A5D5C;
  border-color: #5A5D5C;
  color: #FFFFFF; }

a.btn.reverse.white:hover, .btn.reverse.white:hover {
  background-color: #FFFFFF;
  color: #5A5D5C; }

a.btn.black, .btn.black {
  background-color: #333333;
  border-color: #333333; }

a.btn.black:hover, .btn.black:hover {
  background-color: #000000;
  border-color: #000000; }

a.btn.transparent, .btn.transparent {
  background-color: transparent;
  border-color: #000000;
  color: #000000; }

a.btn.transparent:hover, .btn.transparent:hover {
  background-color: #5A5D5C;
  border-color: #5A5D5C;
  color: #FFFFFF; }

a.btn.block, .btn.block {
  display: block; }

a.btn.btn-text-white, .btn.btn-text-white {
  color: #fff; }

a.btn.btn-text-black, .btn.btn-text-black {
  color: #000; }

.btn ~ .btn {
  margin-left: 10px; }

.text-image-block-content-text .btn ~ .btn {
  margin-left: 0; }

.btn.btn--print span {
  display: block;
  background-image: url(/Assets/img/printer.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px 23px;
  padding-left: 35px;
  height: 100%; }

.btn.btn--email span {
  display: block;
  background-image: url(/Assets/img/email.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px 24px;
  padding-left: 36px;
  height: 100%;
  position: relative; }

.btn.btn--calendar span {
  display: block;
  background-image: url(/Assets/img/calendar.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
  padding-left: 36px;
  height: 100%;
  position: relative; }

.btn.btn--email span.submit::before {
  content: 'Submit';
  position: relative; }

.btn.btn--email.sent {
  background-color: #BD1A61;
  border-color: #BD1A61; }

.btn.btn--email.error {
  background-color: #5A5D5C;
  border-color: #5A5D5C; }

.btn.btn--email.sent span {
  display: block;
  background-image: url(/Assets/img/paper-plane.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  padding-left: 36px;
  height: 100%; }

.btn.btn--email.error span {
  display: block;
  background-image: url(/Assets/img/error-cross.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-left: 30px;
  height: 100%; }

.btn.btn--email.sent span.submit::before {
  content: 'Sent!';
  position: relative; }

.btn.btn--email.error span.submit::before {
  content: 'Failed';
  position: relative; }

.btn.btn--continue {
  background-image: url(/Assets/img/location-marker-white.svg);
  background-repeat: no-repeat; }

.btn.btn--map span {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 14px 20px;
  background-image: url(/Assets/img/location-marker-white.svg); }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
body:not(.img-heading) .section-header-2 ul.menu-nav-items li.smaller-font a span.icon {
  background-image: url("/Assets/img/bed-icon.svg"); }
  body:not(.img-heading) .section-header-2 ul.menu-nav-items li.smaller-font a span.icon.logged-in {
    background-image: url("/Assets/img/profile-icon.svg"); }

body:not(.img-heading) .section-header-2 ul.menu-nav-items li.smaller-font ~ li.smaller-font a span.icon {
  background-image: url("/Assets/img/profile-icon.svg"); }

.img-heading .section-header .header ul li.expandable, .img-heading .section-header-2 .header ul li.expandable {
  background: url("/Assets/img/arrow-down-white.svg") no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  padding-right: 20px;
  cursor: pointer; }
  @media (max-width: 1499px) {
    .img-heading .section-header .header ul li.expandable, .img-heading .section-header-2 .header ul li.expandable {
      background-size: 14px 14px; } }

.img-heading .section-header .header ul li a, .img-heading .section-header-2 .header ul li a {
  color: #FFFFFF; }

.img-heading .section-header .header .site-logo, .img-heading .section-header-2 .header .site-logo {
  display: none; }

.img-heading .section-header .header .site-logo-white, .img-heading .section-header-2 .header .site-logo-white {
  display: flex; }
  @media (max-width: 1499px) {
    .img-heading .section-header .header .site-logo-white img, .img-heading .section-header-2 .header .site-logo-white img {
      max-height: 50px; } }
  @media (max-width: 1199px) {
    .img-heading .section-header .header .site-logo-white img, .img-heading .section-header-2 .header .site-logo-white img {
      max-height: 40px;
      margin: 10px 0; } }

@media (max-width: 1199px) {
  .img-heading .section-header .header .container, .img-heading .section-header-2 .header .container {
    max-width: unset;
    padding: unset; }
    .img-heading .section-header .header .container .site-logo, .img-heading .section-header-2 .header .container .site-logo {
      margin-left: 12px; } }

@media (max-width: 991px) {
  .img-heading .section-header .header .container, .img-heading .section-header-2 .header .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem); }
    .img-heading .section-header .header .container .site-logo, .img-heading .section-header-2 .header .container .site-logo {
      margin-left: unset; } }

.img-heading .section-header ul li a.nav-menu, .img-heading .section-header-2 ul li a.nav-menu {
  background-image: url("/Assets/img/menu-white.svg"); }

.img-heading .section-header .site-logo a.nav-menu, .img-heading .section-header .site-logo-white a.nav-menu, .img-heading .section-header-2 .site-logo a.nav-menu, .img-heading .section-header-2 .site-logo-white a.nav-menu {
  background-image: url("/Assets/img/menu-white.svg"); }

@media (max-width: 991px) {
  .img-heading .section-header .site-logo, .img-heading .section-header .site-logo-white, .img-heading .section-header-2 .site-logo, .img-heading .section-header-2 .site-logo-white {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.section-header .topline-navigation, .section-header-2 .topline-navigation {
  background-color: #FCC41F;
  height: 44px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 211; }
  @media (max-width: 991px) {
    .section-header .topline-navigation, .section-header-2 .topline-navigation {
      top: unset;
      padding: 0;
      bottom: 0; } }
  @media (max-width: 991px) {
    .section-header .topline-navigation .container, .section-header-2 .topline-navigation .container {
      max-width: unset;
      padding: 0; } }
  .section-header .topline-navigation ul, .section-header-2 .topline-navigation ul {
    line-height: 44px;
    font-size: 14px; }
    @media (max-width: 991px) {
      .section-header .topline-navigation ul, .section-header-2 .topline-navigation ul {
        width: 100%;
        display: flex;
        justify-content: center; } }
    .section-header .topline-navigation ul li:first-child, .section-header-2 .topline-navigation ul li:first-child {
      padding-left: 25px; }
      @media (max-width: 991px) {
        .section-header .topline-navigation ul li:first-child, .section-header-2 .topline-navigation ul li:first-child {
          padding-left: 0; } }
    .section-header .topline-navigation ul li, .section-header-2 .topline-navigation ul li {
      position: relative;
      padding-left: 25px;
      padding-right: 0; }
      .section-header .topline-navigation ul li.expandable, .section-header-2 .topline-navigation ul li.expandable {
        background: url("/Assets/img/arrow-down.svg") no-repeat;
        background-position: right center;
        background-size: 16px 16px;
        padding-right: 25px;
        cursor: pointer; }
        @media (max-width: 1499px) {
          .section-header .topline-navigation ul li.expandable, .section-header-2 .topline-navigation ul li.expandable {
            background-size: 14px 14px; } }
      @media (max-width: 991px) {
        .section-header .topline-navigation ul li, .section-header-2 .topline-navigation ul li {
          width: 50%;
          display: flex;
          justify-content: center;
          padding-left: 0; } }
      .section-header .topline-navigation ul li a, .section-header-2 .topline-navigation ul li a {
        color: #000000; }
        @media (max-width: 991px) {
          .section-header .topline-navigation ul li a, .section-header-2 .topline-navigation ul li a {
            position: relative;
            width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 20px; } }
        .section-header .topline-navigation ul li a span.icon, .section-header-2 .topline-navigation ul li a span.icon {
          height: 18px;
          position: absolute;
          left: 0;
          min-width: 18px;
          max-width: 24px;
          background-size: contain;
          background-repeat: no-repeat;
          top: 13px; }
          @media (max-width: 991px) {
            .section-header .topline-navigation ul li a span.icon, .section-header-2 .topline-navigation ul li a span.icon {
              position: relative;
              margin-right: 10px;
              top: 0; } }
    .section-header .topline-navigation ul li:after, .section-header-2 .topline-navigation ul li:after {
      position: relative;
      content: '|';
      color: rgba(0, 0, 0, 0.2);
      padding: 0 20px;
      right: 0; }
      @media (max-width: 991px) {
        .section-header .topline-navigation ul li:after, .section-header-2 .topline-navigation ul li:after {
          position: absolute;
          padding: 0;
          top: 0;
          right: -2px; } }
    .section-header .topline-navigation ul li:last-child:after, .section-header-2 .topline-navigation ul li:last-child:after {
      display: none; }

.section-header .header, .section-header-2 .header {
  position: relative;
  /*        height: 110px;*/ }
  @media (max-width: 991px) {
    .section-header .header, .section-header-2 .header {
      top: 0;
      position: fixed;
      width: 100%;
      background-color: transparent;
      left: 0;
      z-index: 210;
      height: auto;
      padding: 0; } }
  @media (max-width: 991px) {
    .section-header .header .container, .section-header-2 .header .container {
      max-width: unset; } }
  .section-header .header ul, .section-header-2 .header ul {
    line-height: 30px;
    font-size: 18px;
    font-family: "CircularPro-bold";
    margin-bottom: 0; }
    .section-header .header ul.menu-nav-items, .section-header-2 .header ul.menu-nav-items {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: fit-content; }
      @media (max-width: 1499px) {
        .section-header .header ul.menu-nav-items, .section-header-2 .header ul.menu-nav-items {
          font-size: 16px;
          line-height: 26px; } }
    .section-header .header ul li, .section-header-2 .header ul li {
      padding: 0 0.8rem; }
      .section-header .header ul li a, .section-header-2 .header ul li a {
        color: #000000; }
      .section-header .header ul li a.active, .section-header-2 .header ul li a.active {
        color: #E83352; }
    .section-header .header ul li:last-child, .section-header-2 .header ul li:last-child {
      float: right;
      display: flex; }

.section-header .site-logo, .section-header .site-logo-white, .section-header-2 .site-logo, .section-header-2 .site-logo-white {
  position: relative;
  z-index: 102; }
  @media (max-width: 991px) {
    .section-header .site-logo, .section-header .site-logo-white, .section-header-2 .site-logo, .section-header-2 .site-logo-white {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (max-width: 1199px) {
    .section-header .site-logo img, .section-header .site-logo-white img, .section-header-2 .site-logo img, .section-header-2 .site-logo-white img {
      max-height: 40px;
      margin: 10px 0; } }

.section-header .site-logo-white, .section-header-2 .site-logo-white {
  display: none; }

.section-header ul, .section-header-2 ul {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 102; }
  .section-header ul li, .section-header-2 ul li {
    display: inline-block;
    padding: 0 1rem;
    margin: 0; }
    .section-header ul li.expandable, .section-header-2 ul li.expandable {
      background: url("/Assets/img/arrow-down.svg") no-repeat;
      background-position: right center;
      background-size: 16px 16px;
      padding-right: 25px;
      cursor: pointer; }
      @media (max-width: 1499px) {
        .section-header ul li.expandable, .section-header-2 ul li.expandable {
          background-size: 14px 14px; } }
      .section-header ul li.expandable ul.sub-menu, .section-header-2 ul li.expandable ul.sub-menu {
        position: absolute;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #E83352;
        padding: 20px;
        z-index: 204; }
        .section-header ul li.expandable ul.sub-menu li, .section-header-2 ul li.expandable ul.sub-menu li {
          padding: 10px 30px !important;
          background-color: #E83352;
          width: 100%;
          text-align: center;
          font-size: 18px;
          line-height: 30px;
          display: block; }
          .section-header ul li.expandable ul.sub-menu li:last-child, .section-header-2 ul li.expandable ul.sub-menu li:last-child {
            position: unset !important;
            right: unset !important; }
          .section-header ul li.expandable ul.sub-menu li a, .section-header-2 ul li.expandable ul.sub-menu li a {
            color: #fff !important; }
    .section-header ul li.expandable:hover ul.sub-menu, .section-header-2 ul li.expandable:hover ul.sub-menu {
      display: flex; }
  .section-header ul li:first-child, .section-header-2 ul li:first-child {
    padding-left: 0; }
  .section-header ul li:last-child, .section-header-2 ul li:last-child {
    padding-right: 0; }
  .section-header ul li a.nav-menu, .section-header-2 ul li a.nav-menu {
    display: inline-block;
    background-image: url("/Assets/img/menu-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 24px;
    height: 24px;
    width: 30px; }

.section-header .site-logo a.nav-menu, .section-header .site-logo-white a.nav-menu, .section-header-2 .site-logo a.nav-menu, .section-header-2 .site-logo-white a.nav-menu {
  display: inline-block;
  background-image: url("/Assets/img/menu-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 24px;
  height: 24px;
  width: 30px; }

.section-header .modal-menu, .section-header-2 .modal-menu {
  display: none;
  position: fixed;
  background-color: #E83352;
  width: 48vw;
  height: calc(100vh - 44px);
  top: 44px;
  right: 0;
  z-index: 201;
  padding: 154px 0 0 0; }
  @media (max-width: 991px) {
    .section-header .modal-menu, .section-header-2 .modal-menu {
      width: 100%;
      height: 100%;
      top: 0; } }

.section-header .menu-items, .section-header-2 .menu-items {
  display: none;
  z-index: 202;
  max-height: calc(100vh - 154px);
  position: fixed;
  width: 100%;
  top: 154px;
  bottom: 0;
  left: 0;
  right: 0;
  /* .menu-links {
        height: 100%;
        max-height: calc(100% - 400px - 7vh);
        overflow-y: scroll;
        position: relative;
        width: 100%;
    }*/ }
  @media (max-width: 1499px) {
    .section-header .menu-items, .section-header-2 .menu-items {
      top: 115px;
      padding: 0 16px; } }
  @media (max-width: 991px) {
    .section-header .menu-items, .section-header-2 .menu-items {
      top: calc(60px + 25px);
      padding: 0 16px; } }
  .section-header .menu-items .row, .section-header-2 .menu-items .row {
    height: 100%; }
  @media (max-width: 991px) {
    .section-header .menu-items .menu-links, .section-header-2 .menu-items .menu-links {
      padding: 0 0 0 20px; } }
  .section-header .menu-items ul, .section-header-2 .menu-items ul {
    display: block;
    font-family: 'CircularPro-bold';
    font-size: 48px;
    line-height: 90px;
    margin-bottom: 40px; }
    @media (max-width: 1499px) {
      .section-header .menu-items ul, .section-header-2 .menu-items ul {
        font-size: 38px;
        line-height: 65px; } }
    @media (max-width: 1199px) {
      .section-header .menu-items ul, .section-header-2 .menu-items ul {
        font-size: 32px;
        line-height: 60px; } }
    @media (max-width: 991px) {
      .section-header .menu-items ul, .section-header-2 .menu-items ul {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 25px; } }
    .section-header .menu-items ul li, .section-header-2 .menu-items ul li {
      display: block;
      padding: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .section-header .menu-items ul li, .section-header-2 .menu-items ul li {
          padding-bottom: 15px; } }
    .section-header .menu-items ul a, .section-header-2 .menu-items ul a {
      color: #FFFFFF; }
  .section-header .menu-items ul.smaller, .section-header-2 .menu-items ul.smaller {
    font-size: 18px;
    line-height: 22px; }
    .section-header .menu-items ul.smaller li, .section-header-2 .menu-items ul.smaller li {
      padding-bottom: 1.5rem; }
      @media (max-width: 991px) {
        .section-header .menu-items ul.smaller li, .section-header-2 .menu-items ul.smaller li {
          padding-bottom: 12px; } }

.section-header-2 .topline-navigation {
  top: 0; }
  @media (max-width: 991px) {
    .section-header-2 .topline-navigation {
      background-color: #E0E0E0; } }
  .section-header-2 .topline-navigation ul li a span.icon {
    background-image: url("/Assets/img/bed-icon.svg");
    width: 100%; }
    .section-header-2 .topline-navigation ul li a span.icon.logged-in {
      background-image: url("/Assets/img/profile-icon.svg"); }
  .section-header-2 .topline-navigation ul li ~ li a span.icon {
    background-image: url("/Assets/img/profile-icon.svg");
    width: auto; }
  .section-header-2 .topline-navigation ul li:after {
    position: relative;
    content: '|';
    color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    right: 0; }
    @media (max-width: 991px) {
      .section-header-2 .topline-navigation ul li:after {
        position: absolute;
        padding: 0;
        top: 0;
        right: -2px; } }
  .section-header-2 .topline-navigation ul li:last-child:after {
    display: none; }

.section-header-2 ul li a.nav-menu {
  background-image: url("/Assets/img/menu-white.svg");
  width: 60px;
  height: 48px;
  background-color: #E83352; }

@media (max-width: 991px) {
  .section-header-2 .site-logo a.nav-menu, .section-header-2 .site-logo-white a.nav-menu {
    background-image: url(/Assets/img/menu-white.svg);
    height: 41px;
    width: 46px;
    background-color: #E83352; } }

.section-header-2 .header {
  position: relative;
  /*        height: 110px;*/ }
  @media (max-width: 991px) {
    .section-header-2 .header {
      top: 44px;
      position: fixed;
      width: 100%;
      background-color: transparent;
      left: 0;
      z-index: 200;
      /*height: 60px;*/
      padding: 0; } }

.section-header-2 .modal-menu {
  top: 0;
  height: 100vh;
  width: 48vw; }
  @media (max-width: 1499px) {
    .section-header-2 .modal-menu {
      width: 60vw; } }
  @media (max-width: 1199px) {
    .section-header-2 .modal-menu {
      width: 65vw; } }
  @media (max-width: 991px) {
    .section-header-2 .modal-menu {
      width: 100%;
      height: 100%;
      top: 0; } }

@media (min-width: calc(1499px + 1px)) {
  .section-header-2 .menu-items ul {
    line-height: 80px; } }

.section-header-2 ul.menu-nav-items > li:last-child {
  margin-left: 1.2rem; }

.section-header-2 .menu-items ul li.smaller-font, .section-header-2 ul.menu-nav-items li.smaller-font {
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  font-size: 14px;
  font-family: "CircularBook"; }
  .section-header-2 .menu-items ul li.smaller-font.expandable, .section-header-2 ul.menu-nav-items li.smaller-font.expandable {
    background: url("/Assets/img/arrow-down.svg") no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    padding-right: 25px;
    cursor: pointer; }
    @media (max-width: 1499px) {
      .section-header-2 .menu-items ul li.smaller-font.expandable, .section-header-2 ul.menu-nav-items li.smaller-font.expandable {
        background-size: 14px 14px; } }
  @media (max-width: 991px) {
    .section-header-2 .menu-items ul li.smaller-font, .section-header-2 ul.menu-nav-items li.smaller-font {
      width: 50%;
      display: flex;
      justify-content: center;
      padding-left: 0; } }
  .section-header-2 .menu-items ul li.smaller-font a, .section-header-2 ul.menu-nav-items li.smaller-font a {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .section-header-2 .menu-items ul li.smaller-font a, .section-header-2 ul.menu-nav-items li.smaller-font a {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center; } }
    .section-header-2 .menu-items ul li.smaller-font a span.icon, .section-header-2 ul.menu-nav-items li.smaller-font a span.icon {
      height: 18px;
      position: relative;
      left: -5px;
      min-width: 18px;
      max-width: 24px;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .section-header-2 .menu-items ul li.smaller-font a span.icon, .section-header-2 ul.menu-nav-items li.smaller-font a span.icon {
          position: relative;
          margin-right: 10px;
          top: 0; } }

.section-header-2 .menu-items ul li.smaller-font, .section-header-2 ul.menu-nav-items li.smaller-font {
  display: flex;
  align-items: center;
  /*
        @include breakpoint-up-lg {
            &:after {
                content: '';
                width: 1px;
                height: 20px;
                background-color: #fff;
                opacity: 0.5;
                position: absolute;
                left: 0;
            }
        }*/ }
  .section-header-2 .menu-items ul li.smaller-font a span.icon, .section-header-2 ul.menu-nav-items li.smaller-font a span.icon {
    background-image: url("/Assets/img/bed-icon-white.svg");
    width: 24px; }
    .section-header-2 .menu-items ul li.smaller-font a span.icon.logged-in, .section-header-2 ul.menu-nav-items li.smaller-font a span.icon.logged-in {
      background-image: url("/Assets/img/profile-icon-white.svg");
      width: unset; }

.section-header-2 .menu-items ul li.smaller-font ~ li.smaller-font a span.icon, .section-header-2 ul.menu-nav-items li.smaller-font ~ li.smaller-font a span.icon {
  background-image: url("/Assets/img/profile-icon-white.svg");
  width: unset; }

@media (min-width: calc(991px + 1px)) {
  .section-header-2 .menu-items ul li.smaller-font ~ li.smaller-font:after, .section-header-2 ul.menu-nav-items li.smaller-font ~ li.smaller-font:after {
    content: none; } }

.section-header-2 .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #000;
  opacity: 0.5; }

@media (max-width: 991px) {
  .section-header.menu-open .header, .section-header-2.menu-open .header {
    display: none; } }

.section-header.menu-open ul li a.nav-menu, .section-header-2.menu-open ul li a.nav-menu {
  background-image: url("/Assets/img/menu-white-toggle.svg");
  background-size: 23px 23px;
  height: 23px;
  width: 23px;
  margin: 0 4.5px; }

.section-header.menu-open ul.menu-nav-items, .section-header-2.menu-open ul.menu-nav-items {
  z-index: 204;
  display: none; }

@media (max-width: 991px) {
  .section-header.menu-open .site-logo, .section-header.menu-open .site-logo-white, .section-header-2.menu-open .site-logo, .section-header-2.menu-open .site-logo-white {
    display: none !important; } }

.section-header.menu-open .menu-items, .section-header-2.menu-open .menu-items {
  display: block; }
  .section-header.menu-open .menu-items .menu-links, .section-header-2.menu-open .menu-items .menu-links {
    position: relative;
    height: 100%; }
    .section-header.menu-open .menu-items .menu-links a.nav-menu, .section-header-2.menu-open .menu-items .menu-links a.nav-menu {
      background-image: url("/Assets/img/menu-white-toggle.svg");
      background-size: 23px 23px;
      height: 23px;
      width: 23px;
      margin: 0 4.5px;
      display: block;
      position: relative;
      right: 0;
      z-index: 205; }
      @media (max-width: 991px) {
        .section-header.menu-open .menu-items .menu-links a.nav-menu, .section-header-2.menu-open .menu-items .menu-links a.nav-menu {
          margin-top: 0; } }
    .section-header.menu-open .menu-items .menu-links .menu-ul, .section-header-2.menu-open .menu-items .menu-links .menu-ul {
      overflow-y: auto;
      height: calc(100% - 154px);
      scrollbar-color: white gray; }
    .section-header.menu-open .menu-items .menu-links ul.menu-nav-items, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items {
      line-height: 24px;
      font-size: 18px;
      font-family: "CircularPro-bold";
      margin-bottom: 0;
      display: flex;
      position: relative;
      top: -62px; }
      @media (max-width: 1499px) {
        .section-header.menu-open .menu-items .menu-links ul.menu-nav-items, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items {
          font-size: 16px;
          line-height: 21px;
          top: -40px; } }
      @media (max-width: 991px) {
        .section-header.menu-open .menu-items .menu-links ul.menu-nav-items, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items {
          display: block;
          top: unset;
          font-size: 28px;
          line-height: 1.2; } }
      .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li {
        padding: 0 1.2rem; }
        @media (max-width: 1199px) {
          .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li {
            padding: 0 1rem; } }
        @media (max-width: 991px) {
          .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li {
            padding: 0;
            padding-bottom: 15px; } }
        .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li.expandable, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li.expandable {
          background: url("/Assets/img/arrow-down-white.svg") no-repeat;
          background-position: right center;
          background-size: 16px 16px;
          padding-right: 25px !important;
          cursor: pointer; }
          @media (max-width: 1499px) {
            .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li.expandable, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li.expandable {
              background-size: 14px 14px; } }
          @media (max-width: 991px) {
            .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li.expandable, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li.expandable {
              background-size: 0; }
              .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li.expandable ul.sub-menu, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li.expandable ul.sub-menu {
                display: none; } }
      .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li:first-child, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li:first-child {
        padding-left: 0; }
      .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child {
        position: absolute;
        padding: 0;
        right: 0; }
        @media (max-width: 1199px) {
          .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child {
            right: -20px; } }
        @media (max-width: 1050px) {
          .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child {
            right: -5px; } }
        @media (max-width: 991px) {
          .section-header.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child, .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child {
            top: -65px;
            right: 0; } }
  .section-header.menu-open .menu-items ul li a, .section-header-2.menu-open .menu-items ul li a {
    color: #FFFFFF; }

.section-header.menu-open .modal-menu, .section-header-2.menu-open .modal-menu {
  display: block; }

.section-header-2.menu-open .menu-items {
  display: block; }
  .section-header-2.menu-open .menu-items .h-inherit {
    height: inherit; }
  .section-header-2.menu-open .menu-items .menu-links {
    position: relative; }
    .section-header-2.menu-open .menu-items .menu-links a.nav-menu {
      background-image: url("/Assets/img/menu-white-toggle.svg");
      background-size: 48px 48px;
      height: 48px;
      width: 48px;
      margin: 0 4.5px;
      display: block;
      position: relative;
      right: 0;
      z-index: 205; }
      @media (max-width: 991px) {
        .section-header-2.menu-open .menu-items .menu-links a.nav-menu {
          margin-top: 0;
          background-size: 30px 30px;
          height: 30px;
          width: 30px; } }
    .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child {
      top: 0;
      /*@include breakpoint-up-lg {
                            position: fixed;
                            top: 30px;
                            right: 35px;
                        }*/ }
      @media (min-width: calc(991px + 1px)) {
        .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child {
          position: fixed;
          top: 15px;
          right: 15px; } }
      @media (min-width: calc(1499px + 1px)) {
        .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li:last-child {
          position: fixed;
          top: 30px;
          right: 35px; } }
    @media (min-width: calc(991px + 1px)) {
      .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li.smaller-font {
        padding: 0 1.2rem; }
        .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li.smaller-font:after {
          background-color: #fff !important;
          opacity: 0.5 !important; } }
    @media (min-width: calc(991px + 1px)) {
      .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li.smaller-font {
        padding-left: 1.4rem !important;
        padding-right: 0.8rem !important; } }
    @media (min-width: calc(991px + 1px)) {
      .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li.smaller-font ~ li.smaller-font {
        padding-left: 0.8rem !important;
        padding-right: 0 !important; } }
    @media (max-width: 991px) {
      .section-header-2.menu-open .menu-items .menu-links ul li a {
        font-size: 21px; }
      .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items {
        margin-bottom: 30px; }
        .section-header-2.menu-open .menu-items .menu-links ul.menu-nav-items li a {
          font-size: 28px; } }

.page.scroll .section-header:not([class*="menu-open"]) .header, .page.scroll .section-header-2:not([class*="menu-open"]) .header, .page.has-messaging .section-header:not([class*="menu-open"]) .header, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header {
  position: fixed;
  width: 100%;
  background-color: #E0E0E0;
  top: 44px;
  left: 0;
  z-index: 210;
  /*            height: 60px;
*/
  padding: 0; }
  @media (max-width: 991px) {
    .page.scroll .section-header:not([class*="menu-open"]) .header, .page.scroll .section-header-2:not([class*="menu-open"]) .header, .page.has-messaging .section-header:not([class*="menu-open"]) .header, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header {
      top: 0; } }
  .page.scroll .section-header:not([class*="menu-open"]) .header .site-logo, .page.scroll .section-header-2:not([class*="menu-open"]) .header .site-logo, .page.has-messaging .section-header:not([class*="menu-open"]) .header .site-logo, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header .site-logo {
    display: flex; }
    .page.scroll .section-header:not([class*="menu-open"]) .header .site-logo img, .page.scroll .section-header-2:not([class*="menu-open"]) .header .site-logo img, .page.has-messaging .section-header:not([class*="menu-open"]) .header .site-logo img, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header .site-logo img {
      max-height: 40px;
      margin: 10px 0; }
  .page.scroll .section-header:not([class*="menu-open"]) .header .site-logo-white, .page.scroll .section-header-2:not([class*="menu-open"]) .header .site-logo-white, .page.has-messaging .section-header:not([class*="menu-open"]) .header .site-logo-white, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header .site-logo-white {
    display: none; }
  .page.scroll .section-header:not([class*="menu-open"]) .header ul, .page.scroll .section-header-2:not([class*="menu-open"]) .header ul, .page.has-messaging .section-header:not([class*="menu-open"]) .header ul, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header ul {
    /*line-height: 60px;*/ }
    .page.scroll .section-header:not([class*="menu-open"]) .header ul li.expandable, .page.scroll .section-header-2:not([class*="menu-open"]) .header ul li.expandable, .page.has-messaging .section-header:not([class*="menu-open"]) .header ul li.expandable, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header ul li.expandable {
      background: url("/Assets/img/arrow-down.svg") no-repeat;
      background-position: right center;
      background-size: 16px 16px;
      padding-right: 20px;
      cursor: pointer; }
      @media (max-width: 1499px) {
        .page.scroll .section-header:not([class*="menu-open"]) .header ul li.expandable, .page.scroll .section-header-2:not([class*="menu-open"]) .header ul li.expandable, .page.has-messaging .section-header:not([class*="menu-open"]) .header ul li.expandable, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header ul li.expandable {
          background-size: 14px 14px; } }
      .page.scroll .section-header:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu, .page.scroll .section-header-2:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu, .page.has-messaging .section-header:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu {
        margin-top: -5px;
        background-color: #E0E0E0; }
        .page.scroll .section-header:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu li, .page.scroll .section-header-2:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu li, .page.has-messaging .section-header:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu li, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu li {
          background-color: #E0E0E0; }
          .page.scroll .section-header:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu li a, .page.scroll .section-header-2:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu li a, .page.has-messaging .section-header:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu li a, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header ul li.expandable ul.sub-menu li a {
            color: #333 !important; }
    .page.scroll .section-header:not([class*="menu-open"]) .header ul li a, .page.scroll .section-header-2:not([class*="menu-open"]) .header ul li a, .page.has-messaging .section-header:not([class*="menu-open"]) .header ul li a, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header ul li a {
      color: #000000; }
    .page.scroll .section-header:not([class*="menu-open"]) .header ul li a.nav-menu, .page.scroll .section-header-2:not([class*="menu-open"]) .header ul li a.nav-menu, .page.has-messaging .section-header:not([class*="menu-open"]) .header ul li a.nav-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header ul li a.nav-menu {
      background-image: url(/Assets/img/menu-black.svg); }
  .page.scroll .section-header:not([class*="menu-open"]) .header .site-logo a.nav-menu, .page.scroll .section-header:not([class*="menu-open"]) .header .site-logo-white a.nav-menu, .page.scroll .section-header-2:not([class*="menu-open"]) .header .site-logo a.nav-menu, .page.scroll .section-header-2:not([class*="menu-open"]) .header .site-logo-white a.nav-menu, .page.has-messaging .section-header:not([class*="menu-open"]) .header .site-logo a.nav-menu, .page.has-messaging .section-header:not([class*="menu-open"]) .header .site-logo-white a.nav-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header .site-logo a.nav-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header .site-logo-white a.nav-menu {
    background-image: url(/Assets/img/menu-black.svg);
    margin-top: 15px; }
    @media (max-width: 991px) {
      .page.scroll .section-header:not([class*="menu-open"]) .header .site-logo a.nav-menu, .page.scroll .section-header:not([class*="menu-open"]) .header .site-logo-white a.nav-menu, .page.scroll .section-header-2:not([class*="menu-open"]) .header .site-logo a.nav-menu, .page.scroll .section-header-2:not([class*="menu-open"]) .header .site-logo-white a.nav-menu, .page.has-messaging .section-header:not([class*="menu-open"]) .header .site-logo a.nav-menu, .page.has-messaging .section-header:not([class*="menu-open"]) .header .site-logo-white a.nav-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header .site-logo a.nav-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header .site-logo-white a.nav-menu {
        margin-top: 0; } }

.page.scroll .section-header-2:not([class*="menu-open"]) .header, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header {
  top: 0; }
  @media (max-width: 991px) {
    .page.scroll .section-header-2:not([class*="menu-open"]) .header, .page.has-messaging .section-header-2:not([class*="menu-open"]) .header {
      top: 44px;
      height: auto; } }

.page.scroll .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li:last-child, .page.has-messaging .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li:last-child {
  padding: 10px 12px; }

@media (min-width: calc(991px + 1px)) {
  .page.scroll .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li.smaller-font:after, .page.has-messaging .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li.smaller-font:after {
    background-color: #000;
    opacity: 0.2; } }

.page.scroll .section-header-2:not([class*="menu-open"]) a.nav-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) a.nav-menu {
  background-image: url(/Assets/img/menu-white.svg) !important;
  height: 42px;
  width: 48px;
  background-color: #E83352; }

.page.scroll .section-header-2:not([class*="menu-open"]) .site-logo a.nav-menu, .page.scroll .section-header-2:not([class*="menu-open"]) .site-logo-white a.nav-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) .site-logo a.nav-menu, .page.has-messaging .section-header-2:not([class*="menu-open"]) .site-logo-white a.nav-menu {
  background-image: url(/Assets/img/menu-white.svg);
  height: 41px;
  width: 46px;
  background-color: #E83352; }

.page.scroll .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li.smaller-font a span.icon, .page.has-messaging .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li.smaller-font a span.icon {
  background-image: url("/Assets/img/bed-icon.svg"); }
  .page.scroll .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li.smaller-font a span.icon.logged-in, .page.has-messaging .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li.smaller-font a span.icon.logged-in {
    background-image: url("/Assets/img/profile-icon.svg"); }

.page.scroll .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li.smaller-font ~ li.smaller-font a span.icon, .page.has-messaging .section-header-2:not([class*="menu-open"]) ul.menu-nav-items li.smaller-font ~ li.smaller-font a span.icon {
  background-image: url("/Assets/img/profile-icon.svg"); }

.page.scroll.modal-menu--open .section-header .header, .page.scroll.modal-menu--open .section-header-2 .header {
  z-index: 10; }
  @media (max-width: 991px) {
    .page.scroll.modal-menu--open .section-header .header, .page.scroll.modal-menu--open .section-header-2 .header {
      z-index: 210;
      background-color: transparent; }
      .page.scroll.modal-menu--open .section-header .header .site-logo, .page.scroll.modal-menu--open .section-header-2 .header .site-logo {
        display: none; }
      .page.scroll.modal-menu--open .section-header .header .site-logo-white, .page.scroll.modal-menu--open .section-header-2 .header .site-logo-white {
        display: flex; } }
  .page.scroll.modal-menu--open .section-header .header ul, .page.scroll.modal-menu--open .section-header-2 .header ul {
    z-index: 210; }
    .page.scroll.modal-menu--open .section-header .header ul li a, .page.scroll.modal-menu--open .section-header-2 .header ul li a {
      color: #fff; }

.page.scroll.modal-menu--open .section-header-2 .header {
  z-index: 201; }

.page.scroll.modal-menu--open .section-header-2 ul.menu-nav-items li.smaller-font a span.icon {
  background-image: url("/Assets/img/bed-icon-white.svg"); }
  .page.scroll.modal-menu--open .section-header-2 ul.menu-nav-items li.smaller-font a span.icon.logged-in {
    background-image: url("/Assets/img/profile-icon-white.svg"); }

.page.scroll.modal-menu--open .section-header-2 ul.menu-nav-items li.smaller-font ~ li.smaller-font a span.icon {
  background-image: url("/Assets/img/profile-icon-white.svg"); }

.page.scroll.modal-menu--open .section-header-2 a.nav-menu {
  background-image: url("/Assets/img/menu-white-toggle.svg") !important; }

.modal-login--open #overlay,
.modal-register--open #overlay,
.modal-forgot-password--open #overlay,
.modal-reset-password--open #overlay,
.modal-find-booking--open #overlay,
.modal-booking-alist-prompt--open #overlay {
  display: block; }

.modal-login--open {
  overflow-y: hidden; }
  .modal-login--open #overlay {
    z-index: 20999; }
  .modal-login--open #login-modal {
    display: block;
    z-index: 21000; }

.modal-register--open {
  overflow-y: hidden; }
  .modal-register--open #overlay {
    z-index: 20999; }
  .modal-register--open #register-modal {
    display: block;
    z-index: 21000; }

.modal-forgot-password--open {
  overflow-y: hidden; }
  .modal-forgot-password--open #overlay {
    z-index: 21001; }
  .modal-forgot-password--open #forgot-password-modal {
    display: block;
    z-index: 21002; }

.modal-reset-password--open {
  overflow-y: hidden; }
  .modal-reset-password--open #overlay {
    z-index: 21001; }
  .modal-reset-password--open #reset-password-modal {
    display: block;
    z-index: 21002; }

.modal-find-booking--open {
  overflow-y: hidden; }
  .modal-find-booking--open #overlay {
    z-index: 20999; }
  .modal-find-booking--open #find-booking-modal {
    display: block;
    z-index: 21000; }

.modal-booking-alist-prompt--open #booking-alist-prompt-modal {
  display: block; }

.no-topline .section-header.menu-open .modal-menu, .no-topline .section-header-2.menu-open .modal-menu {
  height: 100vh;
  top: 0; }

.page div.book-now.book-now--alternative {
  display: none; }

.page.modal-menu--open div.book-now.book-now--alternative {
  display: block; }

.loader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px; }
  .loader .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px; }
    .loader .lds-dual-ring:after {
      content: " ";
      display: block;
      width: 58px;
      height: 58px;
      margin: 8px;
      border-radius: 50%;
      border: 6px solid #fff;
      border-color: #000 transparent #000 transparent;
      animation: lds-dual-ring 1.2s linear infinite; }
    .loader .lds-dual-ring--inverted:after {
      border: 6px solid #000;
      border-color: #fff transparent #fff transparent; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
.footer-section {
  background-color: #C9E3E0;
  padding: 70px 0; }
  @media (max-width: 991px) {
    .footer-section {
      padding: 30px 20px; } }
  .footer-section .container {
    padding: 0; }
    @media (max-width: 1660px) and (min-width: 1500px) {
      .footer-section .container {
        padding: 0 20px; } }
  @media (max-width: 991px) {
    .footer-section .site-logo {
      display: flex;
      justify-content: center; } }
  @media (max-width: 991px) {
    .footer-section .site-logo img {
      max-height: 40px; } }
  .footer-section .footer-row {
    margin-top: 50px;
    justify-content: center; }
    @media (max-width: 991px) {
      .footer-section .footer-row {
        margin-top: 30px; } }
    @media (max-width: 991px) {
      .footer-section .footer-row .footer-column {
        display: flex;
        justify-content: center;
        padding-left: 0; } }
    @media (max-width: 991px) {
      .footer-section .footer-row ul {
        flex: 1;
        padding-left: 10px; } }
    .footer-section .footer-row ul li {
      font-size: 16px;
      line-height: 44px;
      list-style-type: none;
      font-family: 'CircularBook'; }
      @media (max-width: 991px) {
        .footer-section .footer-row ul li {
          line-height: unset;
          padding: 10px 0;
          font-size: 14px; } }
      .footer-section .footer-row ul li a {
        color: #000; }
        .footer-section .footer-row ul li a span {
          font-family: 'CircularPro-bold'; }
    .footer-section .footer-row-primary-menu-items {
      margin-bottom: 4rem; }
      @media (max-width: 991px) {
        .footer-section .footer-row-primary-menu-items {
          margin-bottom: 3rem; } }
    .footer-section .footer-row-hotels {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-left: 10%; }
      @media (max-width: 991px) {
        .footer-section .footer-row-hotels {
          padding-left: 10px;
          display: unset; } }
      .footer-section .footer-row-hotels div {
        width: 50%;
        float: right; }
      .footer-section .footer-row-hotels div:first-of-type {
        float: left; }
      .footer-section .footer-row-hotels ul {
        padding-left: 0; }
      .footer-section .footer-row-hotels span {
        font-family: 'CircularPro-bold';
        line-height: 44px;
        font-size: 16px; }
        @media (max-width: 991px) {
          .footer-section .footer-row-hotels span {
            font-size: 14px; } }
  .footer-section .slick-list {
    padding: 0 35% 0 0 !important; }
  @media (max-width: 991px) {
    .footer-section-insta {
      margin-top: 30px; } }
  @media (max-width: 991px) {
    .footer-section-insta {
      margin-left: unset;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .footer-section-insta h4 {
    font-size: 24px;
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer-section-insta h4 {
        display: flex;
        justify-content: center;
        width: auto;
        align-items: center;
        margin-bottom: 20px; } }
  .footer-section-insta h4::before {
    width: 30px;
    height: 30px;
    content: '';
    background-image: url("/Assets/img/instagram.png");
    background-size: 30px;
    position: absolute;
    left: 0; }
  .footer-section-insta-feed {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .footer-section-insta-feed {
        width: 100%; } }
    .footer-section-insta-feed .insta-img {
      width: 173px;
      height: 173px; }
      @media (max-width: 767px) {
        .footer-section-insta-feed .insta-img {
          width: unset;
          height: unset; } }
  @media (max-width: 991px) {
    .footer-section-insta a {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .footer-section-insta a span {
      height: 400px; } }
  @media (max-width: 575px) {
    .footer-section-insta a span {
      height: 350px; } }
  @media (max-width: 400px) {
    .footer-section-insta a span {
      height: 225px; } }
  .footer-section-newsletter {
    width: 100%; }
    @media (min-width: calc(1499px + 1px)) {
      .footer-section-newsletter {
        width: 684px; } }
    @media (max-width: 991px) {
      .footer-section-newsletter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px; } }
    .footer-section-newsletter h4 {
      font-size: 24px;
      position: relative;
      padding: 0 0 0 44px;
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .footer-section-newsletter h4 {
          display: flex;
          justify-content: center;
          width: auto;
          align-items: center; } }
    .footer-section-newsletter h4::before {
      width: 34px;
      height: 30px;
      content: '';
      background-image: url("/Assets/img/newsletter-icon.svg");
      background-size: 34px 30px;
      position: absolute;
      left: 0; }
    .footer-section-newsletter p {
      font-size: 21px;
      color: #333;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .footer-section-newsletter p {
          text-align: center; } }
    @media (max-width: 991px) {
      .footer-section-newsletter .umbraco-forms-form {
        width: 100%; } }
    @media (min-width: calc(575px + 1px)) {
      .footer-section-newsletter .umbraco-forms-form p.recaptcha-msg {
        margin: 20px 0 0 0 !important; } }
    .footer-section-newsletter .umbraco-forms-form fieldset {
      margin-bottom: 10px;
      padding-right: 0; }
    .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 575px) {
        .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container {
          flex-direction: column;
          align-items: center; } }
      .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container .umbraco-forms-field {
        width: 33.3%; }
        @media (min-width: calc(575px + 1px)) {
          .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container .umbraco-forms-field.email {
            width: 66.6%;
            padding-top: 10px; } }
        @media (max-width: 575px) {
          .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container .umbraco-forms-field {
            width: 100%; } }
        .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container .umbraco-forms-field:last-of-type .umbraco-forms-field-wrapper {
          margin-left: 20px; }
          @media (max-width: 991px) {
            .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container .umbraco-forms-field:last-of-type .umbraco-forms-field-wrapper {
              margin-left: 15px; } }
          @media (max-width: 575px) {
            .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container .umbraco-forms-field:last-of-type .umbraco-forms-field-wrapper {
              margin-left: 0;
              margin-top: 10px; } }
      .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container label {
        display: none; }
      .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container input {
        margin: 0;
        height: 60px;
        border: 2px solid #5A5D5C;
        font-size: 18px;
        padding-left: 20px; }
        .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container input.text {
          width: 100%;
          background-color: transparent;
          max-width: unset !important; }
          .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container input.text::placeholder {
            color: #000; }
          @media (max-width: 575px) {
            .footer-section-newsletter .umbraco-forms-form .umbraco-forms-container input.text {
              max-width: unset !important; } }
    .footer-section-newsletter .umbraco-forms-form .umbraco-forms-navigation {
      width: 100%;
      margin-left: auto; }
      @media (max-width: 767px) {
        .footer-section-newsletter .umbraco-forms-form .umbraco-forms-navigation {
          width: 100%; } }
      .footer-section-newsletter .umbraco-forms-form .umbraco-forms-navigation > div {
        height: 60px;
        width: 180px;
        margin-left: auto; }
        @media (max-width: 991px) {
          .footer-section-newsletter .umbraco-forms-form .umbraco-forms-navigation > div {
            margin: 0 auto; } }
        .footer-section-newsletter .umbraco-forms-form .umbraco-forms-navigation > div input {
          background-color: #E83352;
          color: #fff;
          width: 100%;
          border: none; }

.footer-section-bottom {
  background-color: #000;
  height: 100px; }
  @media (max-width: 991px) {
    .footer-section-bottom {
      height: auto;
      margin-bottom: 44px;
      padding: 20px 0; } }
  @media (min-width: calc(991px + 1px)) {
    .footer-section-bottom .h-lg-100 {
      height: 100%; } }
  .footer-section-bottom .footer-logo {
    margin-right: 40px; }
    @media (max-width: 991px) {
      .footer-section-bottom .footer-logo {
        margin-bottom: 10px;
        margin-right: 0px; } }
  .footer-section-bottom p {
    font-family: 'CircularBook';
    font-size: 16px;
    color: #fff;
    margin: 0; }
  .footer-section-bottom ul {
    display: inline-block; }
    @media (max-width: 991px) {
      .footer-section-bottom ul {
        margin-bottom: 20px; } }
    .footer-section-bottom ul li {
      display: inline-block;
      list-style-type: none;
      margin: 0 20px;
      padding: 0; }
      .footer-section-bottom ul li a {
        color: #fff; }
        .footer-section-bottom ul li a img {
          max-height: 30px;
          max-width: 30px; }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
/*Circular*/
@font-face {
  font-family: 'CircularBook';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Book.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-black';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Black.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-Medium';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Medium.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-bold';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Bold.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-black-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-BlackItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-bold-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-BoldItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-Medium-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-MediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Authenia';
  font-display: swap;
  src: url("/Assets/fonts/Authenia/MIKAMELVAS-AUTHENIASOLID.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.modal {
  background-color: #fff;
  position: fixed;
  z-index: 1002;
  border-radius: 5px;
  display: none; }

.modal .container, .signup-form-block .container {
  max-width: 100%; }

.modal .modal-container, .signup-form-block .modal-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.modal .modal-left, .signup-form-block .modal-left {
  background-color: #C9E3E0;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative; }
  @media (max-width: 991px) {
    .modal .modal-left, .signup-form-block .modal-left {
      order: 2;
      border-top-left-radius: 0;
      border-bottom-right-radius: 5px; } }
  .modal .modal-left img, .signup-form-block .modal-left img {
    max-height: 220px;
    max-width: 220px;
    margin: 0 auto 40px; }
    @media (max-width: 1199px) {
      .modal .modal-left img, .signup-form-block .modal-left img {
        max-height: 180px;
        max-width: 180px; } }
  .modal .modal-left-content, .signup-form-block .modal-left-content {
    max-width: 80%;
    margin: 0 10%;
    text-align: left;
    color: #000; }
    .modal .modal-left-content ul, .modal .modal-left-content ol, .signup-form-block .modal-left-content ul, .signup-form-block .modal-left-content ol {
      color: #666867;
      list-style-type: disc; }
      .modal .modal-left-content ul li:first-child, .modal .modal-left-content ol li:first-child, .signup-form-block .modal-left-content ul li:first-child, .signup-form-block .modal-left-content ol li:first-child {
        padding: 0 1rem; }
      .modal .modal-left-content ul li, .modal .modal-left-content ol li, .signup-form-block .modal-left-content ul li, .signup-form-block .modal-left-content ol li {
        list-style-type: disc;
        display: list-item; }
    .modal .modal-left-content p, .signup-form-block .modal-left-content p {
      color: #000; }
  .modal .modal-left-img, .signup-form-block .modal-left-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 304px;
    min-height: 304px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .modal .modal-left-img, .signup-form-block .modal-left-img {
        max-width: 305px;
        margin-left: auto;
        margin-right: auto; } }
    .modal .modal-left-img .round-label, .signup-form-block .modal-left-img .round-label {
      position: absolute;
      top: 0;
      left: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1.2;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      color: #fff;
      z-index: 2; }
      @media (max-width: 1499px) {
        .modal .modal-left-img .round-label, .signup-form-block .modal-left-img .round-label {
          width: 140px;
          height: 140px; } }
      @media (max-width: 1199px) {
        .modal .modal-left-img .round-label, .signup-form-block .modal-left-img .round-label {
          width: 120px;
          height: 120px;
          left: 10px; } }
    .modal .modal-left-img .round-label.bg-black, .signup-form-block .modal-left-img .round-label.bg-black {
      background-color: #333333 !important; }
    .modal .modal-left-img .round-label.bg-white, .signup-form-block .modal-left-img .round-label.bg-white {
      background-color: #FFFFFF !important; }
    .modal .modal-left-img .round-label.bg-pink, .signup-form-block .modal-left-img .round-label.bg-pink {
      background-color: #E83352 !important; }
    .modal .modal-left-img .round-label.bg-gold, .signup-form-block .modal-left-img .round-label.bg-gold {
      background-color: #FCC41F !important; }
    .modal .modal-left-img .round-label.black, .signup-form-block .modal-left-img .round-label.black {
      color: #333333 !important; }
    .modal .modal-left-img .round-label.white, .signup-form-block .modal-left-img .round-label.white {
      color: #FFFFFF !important; }
    .modal .modal-left-img .round-label.pink, .signup-form-block .modal-left-img .round-label.pink {
      color: #E83352 !important; }
    .modal .modal-left-img .round-label.gold, .signup-form-block .modal-left-img .round-label.gold {
      color: #FCC41F !important; }
  .modal .modal-left h3, .signup-form-block .modal-left h3 {
    font-size: 20px;
    margin-bottom: 15px; }
    @media (max-width: 1199px) {
      .modal .modal-left h3, .signup-form-block .modal-left h3 {
        font-size: 18px; } }
  .modal .modal-left p, .signup-form-block .modal-left p {
    font-size: 18px;
    line-height: 1.2; }
    @media (max-width: 1199px) {
      .modal .modal-left p, .signup-form-block .modal-left p {
        font-size: 16px; } }
  .modal .modal-left h3 a::after, .signup-form-block .modal-left h3 a::after {
    content: ">";
    padding-left: 5px;
    font-size: 26px; }

@media (max-width: 991px) {
  .modal .modal-right, .signup-form-block .modal-right {
    order: 1; } }

.modal .modal-right h3, .signup-form-block .modal-right h3 {
  font-size: 28px;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .modal .modal-right h3, .signup-form-block .modal-right h3 {
      font-size: 22px; } }

.modal .modal-right h4, .signup-form-block .modal-right h4 {
  font-size: 16px;
  color: #666867;
  font-family: 'CircularBook';
  margin-bottom: 15px; }

.modal .modal-right p, .signup-form-block .modal-right p {
  font-family: "CircularPro-black";
  font-size: 18px;
  margin: 40px 0 20px; }

.modal .modal-right form, .signup-form-block .modal-right form {
  padding: 0 70px 0 10%;
  width: 100%; }
  @media (max-width: 991px) {
    .modal .modal-right form, .signup-form-block .modal-right form {
      padding: 0 50px 0 10%; } }
  .modal .modal-right form fieldset, .signup-form-block .modal-right form fieldset {
    margin-bottom: 10px; }
  .modal .modal-right form fieldset.m-p, .signup-form-block .modal-right form fieldset.m-p {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .modal .modal-right form fieldset.m-p, .signup-form-block .modal-right form fieldset.m-p {
        margin-bottom: 70px; } }
  .modal .modal-right form input[type=text], .modal .modal-right form input[type=password], .modal .modal-right form input[type=checkbox], .modal .modal-right form input[type=submit], .modal .modal-right form input[type=tel], .modal .modal-right form input[type=email], .modal .modal-right form select, .signup-form-block .modal-right form input[type=text], .signup-form-block .modal-right form input[type=password], .signup-form-block .modal-right form input[type=checkbox], .signup-form-block .modal-right form input[type=submit], .signup-form-block .modal-right form input[type=tel], .signup-form-block .modal-right form input[type=email], .signup-form-block .modal-right form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none !important; }
  .modal .modal-right form input[type=text], .modal .modal-right form input[type=password], .modal .modal-right form input[type=checkbox], .modal .modal-right form input[type=tel], .modal .modal-right form input[type=email], .modal .modal-right form select, .signup-form-block .modal-right form input[type=text], .signup-form-block .modal-right form input[type=password], .signup-form-block .modal-right form input[type=checkbox], .signup-form-block .modal-right form input[type=tel], .signup-form-block .modal-right form input[type=email], .signup-form-block .modal-right form select {
    border-color: #E0E0E0;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px; }
  .modal .modal-right form input[type=checkbox], .signup-form-block .modal-right form input[type=checkbox] {
    width: 30px;
    height: 30px;
    position: relative; }
  .modal .modal-right form input[type=checkbox]:checked, .signup-form-block .modal-right form input[type=checkbox]:checked {
    position: relative; }
  .modal .modal-right form input[type=text], .modal .modal-right form input[type=password], .modal .modal-right form input[type=tel], .modal .modal-right form input[type=email], .modal .modal-right form select, .signup-form-block .modal-right form input[type=text], .signup-form-block .modal-right form input[type=password], .signup-form-block .modal-right form input[type=tel], .signup-form-block .modal-right form input[type=email], .signup-form-block .modal-right form select {
    width: 100%;
    padding: 15px;
    background-color: #FFFFFF; }
    @media (max-width: 991px) {
      .modal .modal-right form input[type=text], .modal .modal-right form input[type=password], .modal .modal-right form input[type=tel], .modal .modal-right form input[type=email], .modal .modal-right form select, .signup-form-block .modal-right form input[type=text], .signup-form-block .modal-right form input[type=password], .signup-form-block .modal-right form input[type=tel], .signup-form-block .modal-right form input[type=email], .signup-form-block .modal-right form select {
        padding: 10px; } }
  .modal .modal-right form input[type=text].text-half, .signup-form-block .modal-right form input[type=text].text-half {
    width: 49%;
    margin-left: 2%;
    float: left; }
  .modal .modal-right form input[type=text].text-half:first-child, .signup-form-block .modal-right form input[type=text].text-half:first-child {
    width: 49%;
    margin-left: 0;
    float: left; }
  .modal .modal-right form input::-webkit-input-placeholder, .signup-form-block .modal-right form input::-webkit-input-placeholder {
    color: #000000; }
  .modal .modal-right form input::-moz-placeholder, .signup-form-block .modal-right form input::-moz-placeholder {
    color: #000000; }
  .modal .modal-right form input:-ms-input-placeholder, .signup-form-block .modal-right form input:-ms-input-placeholder {
    color: #000000; }
  .modal .modal-right form input:-moz-placeholder, .signup-form-block .modal-right form input:-moz-placeholder {
    color: #000000; }
  .modal .modal-right form input[type=submit], .signup-form-block .modal-right form input[type=submit] {
    border: none;
    background-color: #E83352;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-size: 18px; }
    @media (max-width: 991px) {
      .modal .modal-right form input[type=submit], .signup-form-block .modal-right form input[type=submit] {
        height: 50px;
        line-height: 50px;
        padding: 0 20px; } }
  .modal .modal-right form input[type=submit]:hover, .modal .modal-right form input[type=submit]:focus, .signup-form-block .modal-right form input[type=submit]:hover, .signup-form-block .modal-right form input[type=submit]:focus {
    background-color: #333333; }
  .modal .modal-right form label, .signup-form-block .modal-right form label {
    position: relative;
    width: 100%; }
    .modal .modal-right form label span.label, .modal .modal-right form label span.label-small, .signup-form-block .modal-right form label span.label, .signup-form-block .modal-right form label span.label-small {
      position: absolute;
      text-transform: none;
      font-family: 'CircularBook';
      margin-left: 10px; }
    .modal .modal-right form label span.label, .signup-form-block .modal-right form label span.label {
      line-height: 30px;
      font-weight: bold;
      font-size: 18px; }
    .modal .modal-right form label span.label-small, .signup-form-block .modal-right form label span.label-small {
      line-height: 18px;
      font-size: 14px; }
      .modal .modal-right form label span.label-small span, .signup-form-block .modal-right form label span.label-small span {
        color: #666867; }
      @media (max-width: 1023px) {
        .modal .modal-right form label span.label-small, .signup-form-block .modal-right form label span.label-small {
          font-size: 11px;
          line-height: 13px; } }
      @media (max-width: 991px) {
        .modal .modal-right form label span.label-small, .signup-form-block .modal-right form label span.label-small {
          font-size: 14px;
          line-height: 18px; } }
    .modal .modal-right form label span.checked:after, .signup-form-block .modal-right form label span.checked:after {
      content: "";
      position: absolute;
      display: none; }
    .modal .modal-right form label input:checked ~ .checked:after, .signup-form-block .modal-right form label input:checked ~ .checked:after {
      display: block; }
    .modal .modal-right form label span.checked:after, .signup-form-block .modal-right form label span.checked:after {
      left: 11px;
      top: 4px;
      width: 8px;
      height: 16px;
      border: solid #000000;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .modal .modal-right form label.select, .signup-form-block .modal-right form label.select {
    position: relative; }
  .modal .modal-right form label.select::after, .signup-form-block .modal-right form label.select::after {
    content: "";
    background: url("/Assets/img/down-small.svg") no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 10px; }
  .modal .modal-right form .hide-fields, .signup-form-block .modal-right form .hide-fields {
    display: none; }

.modal .modal-right.fb h3, .signup-form-block .modal-right.fb h3 {
  margin-bottom: 5px; }

.modal .modal-right.fb p, .signup-form-block .modal-right.fb p {
  font-family: 'CircularBook';
  color: #5A5D5C;
  font-size: 18px;
  margin: 0 0 20px; }

.modal .modal-right.fb form label, .signup-form-block .modal-right.fb form label {
  font-size: 14px; }

.modal .modal-fw, .signup-form-block .modal-fw {
  padding: 8%; }
  .modal .modal-fw h3, .signup-form-block .modal-fw h3 {
    font-size: 28px;
    margin-bottom: 15px; }
    @media (max-width: 1199px) {
      .modal .modal-fw h3, .signup-form-block .modal-fw h3 {
        font-size: 22px; } }
  .modal .modal-fw p.content, .signup-form-block .modal-fw p.content {
    font-family: "CircularBook";
    color: #5A5D5C;
    font-size: 18px;
    margin: 0 0 30px; }
    @media (max-width: 991px) {
      .modal .modal-fw p.content, .signup-form-block .modal-fw p.content {
        font-size: 15px; } }
  .modal .modal-fw p.content-link, .signup-form-block .modal-fw p.content-link {
    margin-bottom: 0; }
  .modal .modal-fw p.content-link a, .signup-form-block .modal-fw p.content-link a {
    font-family: "CircularPro-black";
    color: #000000;
    font-size: 18px; }
  .modal .modal-fw p.content-link a::before, .signup-form-block .modal-fw p.content-link a::before {
    content: "<";
    font-family: "CircularBook";
    padding-right: 8px;
    font-size: 22px; }

.modal .close-modal, .signup-form-block .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  background-color: #000000;
  border-top-right-radius: 4px; }
  .modal .close-modal span, .signup-form-block .close-modal span {
    background-image: url(/Assets/img/close.svg);
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
    height: 34px;
    width: 34px;
    position: relative;
    display: inline-block;
    top: 18px;
    left: 18px; }
    @media (max-width: 991px) {
      .modal .close-modal span, .signup-form-block .close-modal span {
        background-size: 28px 28px;
        height: 28px;
        width: 28px;
        top: 11px;
        left: 11px; } }
  @media (max-width: 991px) {
    .modal .close-modal, .signup-form-block .close-modal {
      height: 50px;
      width: 50px; } }

.modal .modal-error, .modal .modal-success, .signup-form-block .modal-error, .signup-form-block .modal-success {
  padding: 0 0 20px 0;
  display: inline-block;
  font-family: 'CircularPro-bold'; }

.modal .modal-error, .signup-form-block .modal-error {
  color: white;
  background: #E83352;
  padding: 10px !important; }
  .modal .modal-error a, .signup-form-block .modal-error a {
    text-decoration: underline; }

.modal .label-largest, .signup-form-block .label-largest {
  font-size: 48px;
  font-family: 'CircularPro-bold';
  line-height: 56px; }
  @media (max-width: 1199px) {
    .modal .label-largest, .signup-form-block .label-largest {
      font-size: 34px;
      line-height: 38px; } }
  @media (max-width: 991px) {
    .modal .label-largest, .signup-form-block .label-largest {
      font-size: 33px; } }

.modal .label-larger, .signup-form-block .label-larger {
  font-size: 40px;
  font-family: 'CircularPro-bold';
  line-height: 27px; }
  @media (max-width: 1199px) {
    .modal .label-larger, .signup-form-block .label-larger {
      font-size: 28px;
      line-height: 18px; } }
  @media (max-width: 991px) {
    .modal .label-larger, .signup-form-block .label-larger {
      font-size: 27px;
      line-height: 18px; } }

.modal .label-large, .signup-form-block .label-large {
  font-size: 36px;
  font-family: 'CircularPro-bold';
  line-height: 40px; }
  @media (max-width: 1199px) {
    .modal .label-large, .signup-form-block .label-large {
      font-size: 24px;
      line-height: 1; } }
  @media (max-width: 991px) {
    .modal .label-large, .signup-form-block .label-large {
      font-size: 21px;
      line-height: 1; } }

.modal .label-medium, .signup-form-block .label-medium {
  font-size: 22px;
  font-family: 'CircularPro-bold';
  line-height: 27px; }
  @media (max-width: 1199px) {
    .modal .label-medium, .signup-form-block .label-medium {
      font-size: 18px;
      line-height: 21px; } }
  @media (max-width: 991px) {
    .modal .label-medium, .signup-form-block .label-medium {
      font-size: 15px;
      line-height: 18px; } }

.modal .label-small, .signup-form-block .label-small {
  font-size: 16px;
  font-family: "CircularBook";
  line-height: 1.2; }
  @media (max-width: 1199px) {
    .modal .label-small, .signup-form-block .label-small {
      font-size: 12px; } }
  @media (max-width: 991px) {
    .modal .label-small, .signup-form-block .label-small {
      font-size: 11px; } }

#login-modal,
#find-booking-modal,
#forgot-password-modal,
#reset-password-modal,
#register-modal {
  height: unset !important;
  width: 735px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  overflow-y: auto !important; }
  #login-modal .modal-left,
  #find-booking-modal .modal-left,
  #forgot-password-modal .modal-left,
  #reset-password-modal .modal-left,
  #register-modal .modal-left {
    text-align: unset;
    padding-right: 3rem !important; }
    #login-modal .modal-left h3,
    #find-booking-modal .modal-left h3,
    #forgot-password-modal .modal-left h3,
    #reset-password-modal .modal-left h3,
    #register-modal .modal-left h3 {
      font-size: 28px;
      margin-bottom: 15px; }
    #login-modal .modal-left form fieldset,
    #find-booking-modal .modal-left form fieldset,
    #forgot-password-modal .modal-left form fieldset,
    #reset-password-modal .modal-left form fieldset,
    #register-modal .modal-left form fieldset {
      margin: 15px 0; }
      #login-modal .modal-left form fieldset label,
      #find-booking-modal .modal-left form fieldset label,
      #forgot-password-modal .modal-left form fieldset label,
      #reset-password-modal .modal-left form fieldset label,
      #register-modal .modal-left form fieldset label {
        position: relative;
        width: 100%; }
        #login-modal .modal-left form fieldset label .label,
        #find-booking-modal .modal-left form fieldset label .label,
        #forgot-password-modal .modal-left form fieldset label .label,
        #reset-password-modal .modal-left form fieldset label .label,
        #register-modal .modal-left form fieldset label .label {
          position: absolute;
          text-transform: none;
          font-family: 'CircularBook';
          margin-left: 25px;
          font-size: unset;
          font-weight: unset;
          line-height: 44px; }
          #login-modal .modal-left form fieldset label .label-small,
          #find-booking-modal .modal-left form fieldset label .label-small,
          #forgot-password-modal .modal-left form fieldset label .label-small,
          #reset-password-modal .modal-left form fieldset label .label-small,
          #register-modal .modal-left form fieldset label .label-small {
            position: absolute;
            text-transform: none;
            font-family: 'CircularBook';
            margin-left: 25px;
            font-size: 14px;
            font-weight: unset;
            line-height: 18px; }
        #login-modal .modal-left form fieldset label.select::after,
        #find-booking-modal .modal-left form fieldset label.select::after,
        #forgot-password-modal .modal-left form fieldset label.select::after,
        #reset-password-modal .modal-left form fieldset label.select::after,
        #register-modal .modal-left form fieldset label.select::after {
          content: "";
          background: url(/Assets/img/down-small.svg) no-repeat;
          position: absolute;
          top: 50%;
          right: 15px;
          width: 20px;
          height: 10px;
          transform: translateY(6px); }
      #login-modal .modal-left form fieldset input[type="text"],
      #login-modal .modal-left form fieldset input[type="password"],
      #login-modal .modal-left form fieldset input[type="email"],
      #login-modal .modal-left form fieldset input[type="tel"],
      #login-modal .modal-left form fieldset select,
      #find-booking-modal .modal-left form fieldset input[type="text"],
      #find-booking-modal .modal-left form fieldset input[type="password"],
      #find-booking-modal .modal-left form fieldset input[type="email"],
      #find-booking-modal .modal-left form fieldset input[type="tel"],
      #find-booking-modal .modal-left form fieldset select,
      #forgot-password-modal .modal-left form fieldset input[type="text"],
      #forgot-password-modal .modal-left form fieldset input[type="password"],
      #forgot-password-modal .modal-left form fieldset input[type="email"],
      #forgot-password-modal .modal-left form fieldset input[type="tel"],
      #forgot-password-modal .modal-left form fieldset select,
      #reset-password-modal .modal-left form fieldset input[type="text"],
      #reset-password-modal .modal-left form fieldset input[type="password"],
      #reset-password-modal .modal-left form fieldset input[type="email"],
      #reset-password-modal .modal-left form fieldset input[type="tel"],
      #reset-password-modal .modal-left form fieldset select,
      #register-modal .modal-left form fieldset input[type="text"],
      #register-modal .modal-left form fieldset input[type="password"],
      #register-modal .modal-left form fieldset input[type="email"],
      #register-modal .modal-left form fieldset input[type="tel"],
      #register-modal .modal-left form fieldset select {
        width: 100%;
        padding: 12px 15px;
        margin: 10px 0;
        border-style: solid;
        border-width: 1px;
        border-color: #5A5D5C; }
        #login-modal .modal-left form fieldset input[type="text"]:focus-visible,
        #login-modal .modal-left form fieldset input[type="password"]:focus-visible,
        #login-modal .modal-left form fieldset input[type="email"]:focus-visible,
        #login-modal .modal-left form fieldset input[type="tel"]:focus-visible,
        #login-modal .modal-left form fieldset select:focus-visible,
        #find-booking-modal .modal-left form fieldset input[type="text"]:focus-visible,
        #find-booking-modal .modal-left form fieldset input[type="password"]:focus-visible,
        #find-booking-modal .modal-left form fieldset input[type="email"]:focus-visible,
        #find-booking-modal .modal-left form fieldset input[type="tel"]:focus-visible,
        #find-booking-modal .modal-left form fieldset select:focus-visible,
        #forgot-password-modal .modal-left form fieldset input[type="text"]:focus-visible,
        #forgot-password-modal .modal-left form fieldset input[type="password"]:focus-visible,
        #forgot-password-modal .modal-left form fieldset input[type="email"]:focus-visible,
        #forgot-password-modal .modal-left form fieldset input[type="tel"]:focus-visible,
        #forgot-password-modal .modal-left form fieldset select:focus-visible,
        #reset-password-modal .modal-left form fieldset input[type="text"]:focus-visible,
        #reset-password-modal .modal-left form fieldset input[type="password"]:focus-visible,
        #reset-password-modal .modal-left form fieldset input[type="email"]:focus-visible,
        #reset-password-modal .modal-left form fieldset input[type="tel"]:focus-visible,
        #reset-password-modal .modal-left form fieldset select:focus-visible,
        #register-modal .modal-left form fieldset input[type="text"]:focus-visible,
        #register-modal .modal-left form fieldset input[type="password"]:focus-visible,
        #register-modal .modal-left form fieldset input[type="email"]:focus-visible,
        #register-modal .modal-left form fieldset input[type="tel"]:focus-visible,
        #register-modal .modal-left form fieldset select:focus-visible {
          outline-width: 0px; }
        #login-modal .modal-left form fieldset input[type="text"].text-half,
        #login-modal .modal-left form fieldset input[type="password"].text-half,
        #login-modal .modal-left form fieldset input[type="email"].text-half,
        #login-modal .modal-left form fieldset input[type="tel"].text-half,
        #login-modal .modal-left form fieldset select.text-half,
        #find-booking-modal .modal-left form fieldset input[type="text"].text-half,
        #find-booking-modal .modal-left form fieldset input[type="password"].text-half,
        #find-booking-modal .modal-left form fieldset input[type="email"].text-half,
        #find-booking-modal .modal-left form fieldset input[type="tel"].text-half,
        #find-booking-modal .modal-left form fieldset select.text-half,
        #forgot-password-modal .modal-left form fieldset input[type="text"].text-half,
        #forgot-password-modal .modal-left form fieldset input[type="password"].text-half,
        #forgot-password-modal .modal-left form fieldset input[type="email"].text-half,
        #forgot-password-modal .modal-left form fieldset input[type="tel"].text-half,
        #forgot-password-modal .modal-left form fieldset select.text-half,
        #reset-password-modal .modal-left form fieldset input[type="text"].text-half,
        #reset-password-modal .modal-left form fieldset input[type="password"].text-half,
        #reset-password-modal .modal-left form fieldset input[type="email"].text-half,
        #reset-password-modal .modal-left form fieldset input[type="tel"].text-half,
        #reset-password-modal .modal-left form fieldset select.text-half,
        #register-modal .modal-left form fieldset input[type="text"].text-half,
        #register-modal .modal-left form fieldset input[type="password"].text-half,
        #register-modal .modal-left form fieldset input[type="email"].text-half,
        #register-modal .modal-left form fieldset input[type="tel"].text-half,
        #register-modal .modal-left form fieldset select.text-half {
          width: 49%;
          margin-left: 2%;
          float: left; }
          #login-modal .modal-left form fieldset input[type="text"].text-half:first-child,
          #login-modal .modal-left form fieldset input[type="password"].text-half:first-child,
          #login-modal .modal-left form fieldset input[type="email"].text-half:first-child,
          #login-modal .modal-left form fieldset input[type="tel"].text-half:first-child,
          #login-modal .modal-left form fieldset select.text-half:first-child,
          #find-booking-modal .modal-left form fieldset input[type="text"].text-half:first-child,
          #find-booking-modal .modal-left form fieldset input[type="password"].text-half:first-child,
          #find-booking-modal .modal-left form fieldset input[type="email"].text-half:first-child,
          #find-booking-modal .modal-left form fieldset input[type="tel"].text-half:first-child,
          #find-booking-modal .modal-left form fieldset select.text-half:first-child,
          #forgot-password-modal .modal-left form fieldset input[type="text"].text-half:first-child,
          #forgot-password-modal .modal-left form fieldset input[type="password"].text-half:first-child,
          #forgot-password-modal .modal-left form fieldset input[type="email"].text-half:first-child,
          #forgot-password-modal .modal-left form fieldset input[type="tel"].text-half:first-child,
          #forgot-password-modal .modal-left form fieldset select.text-half:first-child,
          #reset-password-modal .modal-left form fieldset input[type="text"].text-half:first-child,
          #reset-password-modal .modal-left form fieldset input[type="password"].text-half:first-child,
          #reset-password-modal .modal-left form fieldset input[type="email"].text-half:first-child,
          #reset-password-modal .modal-left form fieldset input[type="tel"].text-half:first-child,
          #reset-password-modal .modal-left form fieldset select.text-half:first-child,
          #register-modal .modal-left form fieldset input[type="text"].text-half:first-child,
          #register-modal .modal-left form fieldset input[type="password"].text-half:first-child,
          #register-modal .modal-left form fieldset input[type="email"].text-half:first-child,
          #register-modal .modal-left form fieldset input[type="tel"].text-half:first-child,
          #register-modal .modal-left form fieldset select.text-half:first-child {
            margin-left: 0%; }
      #login-modal .modal-left form fieldset input[type=checkbox],
      #find-booking-modal .modal-left form fieldset input[type=checkbox],
      #forgot-password-modal .modal-left form fieldset input[type=checkbox],
      #reset-password-modal .modal-left form fieldset input[type=checkbox],
      #register-modal .modal-left form fieldset input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        box-shadow: none !important;
        width: 44px;
        height: 44px;
        position: relative;
        border-color: #5A5D5C;
        border-style: solid;
        border-width: 1px; }
      #login-modal .modal-left form fieldset span.checked:after,
      #find-booking-modal .modal-left form fieldset span.checked:after,
      #forgot-password-modal .modal-left form fieldset span.checked:after,
      #reset-password-modal .modal-left form fieldset span.checked:after,
      #register-modal .modal-left form fieldset span.checked:after {
        content: "";
        position: absolute;
        display: none; }
      #login-modal .modal-left form fieldset input:checked ~ .checked:after,
      #find-booking-modal .modal-left form fieldset input:checked ~ .checked:after,
      #forgot-password-modal .modal-left form fieldset input:checked ~ .checked:after,
      #reset-password-modal .modal-left form fieldset input:checked ~ .checked:after,
      #register-modal .modal-left form fieldset input:checked ~ .checked:after {
        display: block; }
      #login-modal .modal-left form fieldset span.checked:after,
      #find-booking-modal .modal-left form fieldset span.checked:after,
      #forgot-password-modal .modal-left form fieldset span.checked:after,
      #reset-password-modal .modal-left form fieldset span.checked:after,
      #register-modal .modal-left form fieldset span.checked:after {
        left: 15px;
        top: 5px;
        width: 14px;
        height: 28px;
        border: solid #000000;
        border-width: 0 4px 4px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #login-modal .modal-left form fieldset select,
      #find-booking-modal .modal-left form fieldset select,
      #forgot-password-modal .modal-left form fieldset select,
      #reset-password-modal .modal-left form fieldset select,
      #register-modal .modal-left form fieldset select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        box-shadow: none !important; }
      #login-modal .modal-left form fieldset.submit-modal-form,
      #find-booking-modal .modal-left form fieldset.submit-modal-form,
      #forgot-password-modal .modal-left form fieldset.submit-modal-form,
      #reset-password-modal .modal-left form fieldset.submit-modal-form,
      #register-modal .modal-left form fieldset.submit-modal-form {
        text-align: center; }
        #login-modal .modal-left form fieldset.submit-modal-form input[type=submit],
        #find-booking-modal .modal-left form fieldset.submit-modal-form input[type=submit],
        #forgot-password-modal .modal-left form fieldset.submit-modal-form input[type=submit],
        #reset-password-modal .modal-left form fieldset.submit-modal-form input[type=submit],
        #register-modal .modal-left form fieldset.submit-modal-form input[type=submit] {
          border: none;
          background-color: #E83352;
          color: #FFFFFF;
          height: 50px;
          line-height: 50px;
          padding: 0 25px;
          font-size: 18px; }
    #login-modal .modal-left form .forgot-password,
    #login-modal .modal-left form .back-to-login,
    #find-booking-modal .modal-left form .forgot-password,
    #find-booking-modal .modal-left form .back-to-login,
    #forgot-password-modal .modal-left form .forgot-password,
    #forgot-password-modal .modal-left form .back-to-login,
    #reset-password-modal .modal-left form .forgot-password,
    #reset-password-modal .modal-left form .back-to-login,
    #register-modal .modal-left form .forgot-password,
    #register-modal .modal-left form .back-to-login {
      text-align: center;
      font-weight: bold;
      padding: unset;
      margin: 25px 0 0 0; }
    #login-modal .modal-left form p,
    #find-booking-modal .modal-left form p,
    #forgot-password-modal .modal-left form p,
    #reset-password-modal .modal-left form p,
    #register-modal .modal-left form p {
      padding-bottom: 20px; }
    #login-modal .modal-left .modal-error,
    #find-booking-modal .modal-left .modal-error,
    #forgot-password-modal .modal-left .modal-error,
    #reset-password-modal .modal-left .modal-error,
    #register-modal .modal-left .modal-error {
      padding: unset; }
  #login-modal .modal-right,
  #find-booking-modal .modal-right,
  #forgot-password-modal .modal-right,
  #reset-password-modal .modal-right,
  #register-modal .modal-right {
    height: unset; }
    #login-modal .modal-right-inner,
    #find-booking-modal .modal-right-inner,
    #forgot-password-modal .modal-right-inner,
    #reset-password-modal .modal-right-inner,
    #register-modal .modal-right-inner {
      text-align: center; }
      #login-modal .modal-right-inner img,
      #find-booking-modal .modal-right-inner img,
      #forgot-password-modal .modal-right-inner img,
      #reset-password-modal .modal-right-inner img,
      #register-modal .modal-right-inner img {
        padding-bottom: 20px; }
      #login-modal .modal-right-inner h3,
      #find-booking-modal .modal-right-inner h3,
      #forgot-password-modal .modal-right-inner h3,
      #reset-password-modal .modal-right-inner h3,
      #register-modal .modal-right-inner h3 {
        font-size: 20px !important;
        margin-bottom: unset; }
      #login-modal .modal-right-inner p,
      #find-booking-modal .modal-right-inner p,
      #forgot-password-modal .modal-right-inner p,
      #reset-password-modal .modal-right-inner p,
      #register-modal .modal-right-inner p {
        position: relative;
        font-size: 12px !important;
        font-family: "CircularBook" !important;
        margin: 20px 0 !important;
        width: 60%;
        left: 50%;
        transform: translateX(-50%); }
    #login-modal .modal-right .close-modal,
    #find-booking-modal .modal-right .close-modal,
    #forgot-password-modal .modal-right .close-modal,
    #reset-password-modal .modal-right .close-modal,
    #register-modal .modal-right .close-modal {
      width: 3rem;
      height: 3rem; }
      #login-modal .modal-right .close-modal span,
      #find-booking-modal .modal-right .close-modal span,
      #forgot-password-modal .modal-right .close-modal span,
      #reset-password-modal .modal-right .close-modal span,
      #register-modal .modal-right .close-modal span {
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  @media (max-width: 991px) {
    #login-modal,
    #find-booking-modal,
    #forgot-password-modal,
    #reset-password-modal,
    #register-modal {
      position: fixed !important;
      width: 90% !important;
      max-width: 600px;
      height: fit-content !important;
      max-height: calc(100vh - 200px) !important;
      border-radius: 5px !important; }
      #login-modal .modal-left,
      #find-booking-modal .modal-left,
      #forgot-password-modal .modal-left,
      #reset-password-modal .modal-left,
      #register-modal .modal-left {
        order: 1;
        padding: 2rem !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        #login-modal .modal-left form fieldset.submit-modal-form,
        #find-booking-modal .modal-left form fieldset.submit-modal-form,
        #forgot-password-modal .modal-left form fieldset.submit-modal-form,
        #reset-password-modal .modal-left form fieldset.submit-modal-form,
        #register-modal .modal-left form fieldset.submit-modal-form {
          text-align: unset;
          margin: unset; }
        #login-modal .modal-left form .forgot-password,
        #login-modal .modal-left form .back-to-login,
        #find-booking-modal .modal-left form .forgot-password,
        #find-booking-modal .modal-left form .back-to-login,
        #forgot-password-modal .modal-left form .forgot-password,
        #forgot-password-modal .modal-left form .back-to-login,
        #reset-password-modal .modal-left form .forgot-password,
        #reset-password-modal .modal-left form .back-to-login,
        #register-modal .modal-left form .forgot-password,
        #register-modal .modal-left form .back-to-login {
          text-align: unset; }
      #login-modal .modal-right,
      #find-booking-modal .modal-right,
      #forgot-password-modal .modal-right,
      #reset-password-modal .modal-right,
      #register-modal .modal-right {
        order: 2; }
        #login-modal .modal-right-inner,
        #find-booking-modal .modal-right-inner,
        #forgot-password-modal .modal-right-inner,
        #reset-password-modal .modal-right-inner,
        #register-modal .modal-right-inner {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          text-align: unset;
          align-items: center;
          justify-content: center; }
          #login-modal .modal-right-inner div,
          #find-booking-modal .modal-right-inner div,
          #forgot-password-modal .modal-right-inner div,
          #reset-password-modal .modal-right-inner div,
          #register-modal .modal-right-inner div {
            padding-left: 2rem; }
            #login-modal .modal-right-inner div p,
            #find-booking-modal .modal-right-inner div p,
            #forgot-password-modal .modal-right-inner div p,
            #reset-password-modal .modal-right-inner div p,
            #register-modal .modal-right-inner div p {
              left: unset;
              transform: unset;
              width: unset;
              margin: 10px 0 !important; }
        #login-modal .modal-right .close-modal,
        #find-booking-modal .modal-right .close-modal,
        #forgot-password-modal .modal-right .close-modal,
        #reset-password-modal .modal-right .close-modal,
        #register-modal .modal-right .close-modal {
          width: 2rem;
          height: 2rem; }
          #login-modal .modal-right .close-modal span,
          #find-booking-modal .modal-right .close-modal span,
          #forgot-password-modal .modal-right .close-modal span,
          #reset-password-modal .modal-right .close-modal span,
          #register-modal .modal-right .close-modal span {
            width: 12px; } }
  @media (max-width: 575px) {
    #login-modal,
    #find-booking-modal,
    #forgot-password-modal,
    #reset-password-modal,
    #register-modal {
      width: 100% !important;
      height: 100% !important;
      max-width: unset !important;
      max-height: unset !important;
      border-radius: unset !important;
      align-content: center !important; }
      #login-modal .modal-left, #login-modal .modal-right-inner, #login-modal .close-modal,
      #find-booking-modal .modal-left,
      #find-booking-modal .modal-right-inner,
      #find-booking-modal .close-modal,
      #forgot-password-modal .modal-left,
      #forgot-password-modal .modal-right-inner,
      #forgot-password-modal .close-modal,
      #reset-password-modal .modal-left,
      #reset-password-modal .modal-right-inner,
      #reset-password-modal .close-modal,
      #register-modal .modal-left,
      #register-modal .modal-right-inner,
      #register-modal .close-modal {
        border-radius: unset !important; } }
  @media (orientation: landscape) and (max-height: 575px) {
    #login-modal,
    #find-booking-modal,
    #forgot-password-modal,
    #reset-password-modal,
    #register-modal {
      width: 100% !important;
      height: 100% !important;
      max-width: unset !important;
      max-height: unset !important;
      border-radius: unset !important;
      align-content: center !important; }
      #login-modal .modal-left, #login-modal .modal-right-inner, #login-modal .close-modal,
      #find-booking-modal .modal-left,
      #find-booking-modal .modal-right-inner,
      #find-booking-modal .close-modal,
      #forgot-password-modal .modal-left,
      #forgot-password-modal .modal-right-inner,
      #forgot-password-modal .close-modal,
      #reset-password-modal .modal-left,
      #reset-password-modal .modal-right-inner,
      #reset-password-modal .close-modal,
      #register-modal .modal-left,
      #register-modal .modal-right-inner,
      #register-modal .close-modal {
        border-radius: unset !important; } }

#login-modal,
#register-modal {
  background-color: #C9E3E0; }
  #login-modal .modal-left,
  #register-modal .modal-left {
    background-color: #C9E3E0; }
    #login-modal .modal-left-heading,
    #register-modal .modal-left-heading {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      text-align: unset;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px; }
      #login-modal .modal-left-heading h3,
      #register-modal .modal-left-heading h3 {
        font-size: 28px;
        margin: 0 15px; }
      #login-modal .modal-left-heading img,
      #register-modal .modal-left-heading img {
        width: 100px;
        height: 100px;
        margin: unset; }
    #login-modal .modal-left form fieldset input[type="text"],
    #login-modal .modal-left form fieldset input[type="password"],
    #login-modal .modal-left form fieldset input[type="email"],
    #login-modal .modal-left form fieldset input[type="tel"],
    #register-modal .modal-left form fieldset input[type="text"],
    #register-modal .modal-left form fieldset input[type="password"],
    #register-modal .modal-left form fieldset input[type="email"],
    #register-modal .modal-left form fieldset input[type="tel"] {
      background-color: #C9E3E0; }
  #login-modal .modal-right-inner,
  #register-modal .modal-right-inner {
    background-color: #FFFFFF;
    padding-bottom: 42px; }
    #login-modal .modal-right-inner img,
    #register-modal .modal-right-inner img {
      width: 100%; }
  @media (max-width: 991px) {
    #login-modal .modal-right-inner,
    #register-modal .modal-right-inner {
      padding: 2rem 0;
      margin: 0 2rem;
      background-color: #C9E3E0;
      border-top: 1px solid black; }
      #login-modal .modal-right-inner p,
      #register-modal .modal-right-inner p {
        left: unset;
        transform: unset;
        width: unset;
        margin: 10px 0 !important; } }

#login-modal .modal-left form fieldset input[type="text"],
#login-modal .modal-left form fieldset input[type="password"],
#login-modal .modal-left form fieldset input[type="email"],
#login-modal .modal-left form fieldset input[type="tel"] {
  margin: 15px 0; }

#login-modal .modal-right-inner h3.manage-bookings {
  padding: 15px 0; }

#login-modal .modal-right-inner div.manage-bookings {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 2rem; }
  #login-modal .modal-right-inner div.manage-bookings h3 {
    padding-bottom: 2rem; }

#register-modal {
  width: 992px !important; }
  #register-modal .modal-left form fieldset input[type="text"],
  #register-modal .modal-left form fieldset input[type="password"],
  #register-modal .modal-left form fieldset input[type="email"],
  #register-modal .modal-left form fieldset input[type="tel"] {
    margin: 5px 0; }
  #register-modal .modal-right-inner .modal-right-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 304px;
    min-height: 304px;
    margin-bottom: 30px; }
    #register-modal .modal-right-inner .modal-right-img .round-label {
      position: absolute;
      top: 0;
      left: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1.2;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      color: #fff;
      z-index: 2; }
      #register-modal .modal-right-inner .modal-right-img .round-label p {
        left: unset;
        transform: unset; }
    #register-modal .modal-right-inner .modal-right-img img {
      width: 80%;
      margin: 30px auto; }
  #register-modal .modal-right-inner .modal-right-content p {
    font-size: 18px !important; }
  @media (max-width: 991px) {
    #register-modal {
      width: 90% !important; }
      #register-modal .modal-left form fieldset.m-p {
        height: 100px; }
      #register-modal .modal-right-inner div {
        padding-left: unset; }
      #register-modal .modal-right-inner .modal-right-img img {
        width: 50%; } }
  @media (max-width: 767px) {
    #register-modal {
      width: 100% !important;
      height: 100% !important;
      max-width: unset !important;
      max-height: unset !important;
      border-radius: unset !important;
      align-content: center !important; }
      #register-modal .modal-left, #register-modal .modal-right-inner, #register-modal .close-modal {
        border-radius: unset !important; }
      #register-modal .modal-right-inner .modal-right-img img {
        width: 300px;
        max-width: 80%; } }
  @media (orientation: landscape) and (max-height: 767px) {
    #register-modal {
      width: 100% !important;
      height: 100% !important;
      max-width: unset !important;
      max-height: unset !important;
      border-radius: unset !important;
      align-content: center !important; }
      #register-modal .modal-left, #register-modal .modal-right-inner, #register-modal .close-modal {
        border-radius: unset !important; }
      #register-modal .modal-right-inner .modal-right-img img {
        width: 300px;
        max-width: 80%; } }
  @media (max-width: 575px) {
    #register-modal .modal-left form fieldset.m-p {
      height: 120px; }
    #register-modal .modal-right-inner .modal-right-img {
      height: unset;
      min-height: unset;
      margin-bottom: unset; }
      #register-modal .modal-right-inner .modal-right-img .round-label {
        width: 100px;
        height: 100px; } }
  @media (orientation: landscape) and (max-height: 575px) {
    #register-modal .modal-left form fieldset.m-p {
      height: 120px; }
    #register-modal .modal-right-inner .modal-right-img {
      height: unset;
      min-height: unset;
      margin-bottom: unset; }
      #register-modal .modal-right-inner .modal-right-img .round-label {
        width: 100px;
        height: 100px; } }

#find-booking-modal .modal-left,
#forgot-password-modal .modal-left,
#reset-password-modal .modal-left {
  background-color: #FFFFFF; }
  #find-booking-modal .modal-left form fieldset input[type="text"],
  #find-booking-modal .modal-left form fieldset input[type="password"],
  #find-booking-modal .modal-left form fieldset input[type="email"],
  #find-booking-modal .modal-left form fieldset select,
  #forgot-password-modal .modal-left form fieldset input[type="text"],
  #forgot-password-modal .modal-left form fieldset input[type="password"],
  #forgot-password-modal .modal-left form fieldset input[type="email"],
  #forgot-password-modal .modal-left form fieldset select,
  #reset-password-modal .modal-left form fieldset input[type="text"],
  #reset-password-modal .modal-left form fieldset input[type="password"],
  #reset-password-modal .modal-left form fieldset input[type="email"],
  #reset-password-modal .modal-left form fieldset select {
    background-color: #FFFFFF; }

#find-booking-modal .modal-right-inner,
#forgot-password-modal .modal-right-inner,
#reset-password-modal .modal-right-inner {
  background-color: #C9E3E0;
  padding: 42px 0; }
  #find-booking-modal .modal-right-inner img,
  #forgot-password-modal .modal-right-inner img,
  #reset-password-modal .modal-right-inner img {
    width: 100px;
    left: 50%;
    transform: translateX(-50%); }

@media (max-width: 991px) {
  #find-booking-modal .modal-right-inner,
  #forgot-password-modal .modal-right-inner,
  #reset-password-modal .modal-right-inner {
    padding: 2rem; }
    #find-booking-modal .modal-right-inner img,
    #forgot-password-modal .modal-right-inner img,
    #reset-password-modal .modal-right-inner img {
      height: 80px;
      width: 80px;
      left: unset;
      transform: unset;
      padding: unset; } }

#login-modal.ih {
  height: 590px;
  top: calc(50vh - 295px); }

#booking-alist-prompt-modal {
  width: 36vw;
  height: 340px;
  left: 32vw;
  top: calc(50vh - 170px); }
  @media (max-width: 1678px) {
    #booking-alist-prompt-modal {
      width: 52vw;
      left: 24vw; } }
  @media (max-width: 1199px) {
    #booking-alist-prompt-modal {
      width: 60vw;
      left: 20vw; } }
  @media (max-width: 1023px) {
    #booking-alist-prompt-modal {
      width: 64vw;
      left: 18vw; } }
  @media (max-width: 767px) {
    #booking-alist-prompt-modal {
      position: absolute;
      height: 420px;
      top: 10vh;
      width: 88vw;
      left: 5vw;
      border-radius: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; } }

#register-modal {
  width: 58vw;
  height: 700px;
  left: 21vw;
  top: calc(50vh - 350px); }
  @media (max-width: 1678px) {
    #register-modal {
      width: 68vw;
      left: 17vw; } }
  @media (max-width: 1199px) {
    #register-modal {
      width: 86vw;
      left: 7vw; } }
  @media (max-width: 1023px) {
    #register-modal {
      width: 86vw;
      left: 7vw; } }
  @media (max-width: 991px) {
    #register-modal {
      position: absolute;
      top: 10vh;
      width: 80vw;
      left: 10vw;
      border-radius: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; } }
  #register-modal .modal-left img {
    max-height: 260px;
    max-width: 260px;
    margin: 0 calc(50% - 130px);
    position: absolute;
    bottom: 0;
    left: 0; }

.signup-form-block .modal-left img {
  max-height: 260px;
  max-width: 260px;
  margin: 0 calc(50% - 130px);
  position: absolute;
  bottom: 0;
  left: 0; }

.book-bar {
  /*hard coded for now!*/
  /*position: absolute;*/
  margin: 0 auto;
  background-color: #fff;
  height: 60px;
  text-align: center;
  max-width: 1024px;
  width: 100%;
  border-radius: 0.25rem; }
  .book-bar .form-select-container {
    position: relative; }
  .book-bar .month-wrapper table.month1,
  .book-bar .month-wrapper table.month2 {
    width: unset; }
  .book-bar .form-select-container.active .form-select {
    background-image: url(/Assets/img/arrow-up-book-bar.svg); }
  .book-bar .form-select-container.error {
    border: solid 3px #E83352;
    margin: -3px 0; }
  .book-bar .form-select-container.active .form-select-open {
    display: block; }
  .book-bar .form-select-open {
    position: absolute;
    top: 59px;
    width: 100%;
    z-index: 102;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background-color: #FFFFFF;
    border-bottom: solid 1px #E0E0E0;
    border-left: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
    text-align: left;
    padding: 1rem 0;
    z-index: 201;
    display: none; }
    .book-bar .form-select-open ul, .book-bar .form-select-open li, .book-bar .form-select-open ul li a, .book-bar .form-select-open ol li a {
      list-style-type: none;
      font-family: 'CircularBook';
      line-height: 2rem;
      color: #5A5D5C; }
    .book-bar .form-select-open p, .book-bar .form-select-open legend {
      font-size: 14px;
      text-align: center;
      color: #000000;
      font-family: 'CircularPro-bold'; }
    .book-bar .form-select-open ol {
      margin: 0 0 20px 0;
      padding: 0;
      text-align: center; }
      .book-bar .form-select-open ol li {
        display: inline-block;
        padding: 0 10px 10px; }
        .book-bar .form-select-open ol li a {
          background-color: transparent;
          border: 1px solid #E0E0E0;
          height: 40px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          width: 40px;
          display: block;
          text-align: center;
          line-height: 40px;
          font-weight: bold; }
        .book-bar .form-select-open ol li a:hover, .book-bar .form-select-open ol li a:focus, .book-bar .form-select-open ol li a.active {
          background-color: #FCC41F; }
    .book-bar .form-select-open ul:not(.guests) {
      margin: 0;
      padding: 0; }
      .book-bar .form-select-open ul:not(.guests) li {
        padding-left: 1.5rem; }
        .book-bar .form-select-open ul:not(.guests) li a {
          display: block;
          width: 100%; }
          .book-bar .form-select-open ul:not(.guests) li a span {
            font-size: 11px;
            padding: 0 10px; }
        .book-bar .form-select-open ul:not(.guests) li a:hover, .book-bar .form-select-open ul:not(.guests) li a:focus {
          color: #000000; }
        .book-bar .form-select-open ul:not(.guests) li a:hover:before, .book-bar .form-select-open ul:not(.guests) li a:focus:before {
          position: absolute;
          content: '-';
          left: 10px; }
    .book-bar .form-select-open fieldset {
      margin-top: 20px;
      display: none; }
    .book-bar .form-select-open fieldset.active {
      display: block; }
    .book-bar .form-select-open fieldset:first-child {
      margin-top: 0; }
    .book-bar .form-select-open ul.guests {
      display: flex;
      margin: 0;
      padding: 0; }
    .book-bar .form-select-open ul.guests li {
      border: solid 1px #E0E0E0;
      text-align: center;
      width: calc(50% - 10px);
      margin-left: 10px;
      margin-right: 0; }
    .book-bar .form-select-open ul.guests li:last-child {
      margin-left: 0;
      border-left: none; }
    .book-bar .form-select-open ul.guests a {
      display: block;
      background-color: #FFFFFF; }
    .book-bar .form-select-open ul.guests a.active, .book-bar .form-select-open ul.guests a:hover, .book-bar .form-select-open ul.guests a:focus {
      background-color: #FCC41F; }
    .book-bar .form-select-open label.accessible {
      display: inline;
      color: #5A5D5C;
      font-family: 'CircularPro-bold';
      font-size: 14px;
      margin-left: 10px;
      padding-top: 5px;
      margin-top: 10px;
      text-align: center;
      width: 100%;
      cursor: pointer; }
    .book-bar .form-select-open .regular-checkbox {
      display: none; }
    .book-bar .form-select-open .regular-checkbox + label {
      display: inline-block;
      position: relative; }
    .book-bar .form-select-open .regular-checkbox + label:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 3px;
      color: #FFFFFF;
      background-color: #FFFFFF;
      border: solid 1px #E0E0E0;
      width: 24px;
      height: 24px; }
    .book-bar .form-select-open .regular-checkbox:checked + label:after {
      content: '\2714';
      font-size: 16px;
      position: absolute;
      top: 0px;
      left: 3px;
      color: #FFFFFF;
      background-color: #FCC41F;
      border: solid 1px #FCC41F;
      width: 24px;
      height: 24px; }
    .book-bar .form-select-open.rooms {
      max-height: 450px;
      overflow-y: auto;
      overflow-x: hidden; }
  .book-bar #booking-bar-staydatespickerselector {
    width: 100%;
    height: 100%; }
  .book-bar .form-select {
    border-radius: 0;
    color: #000000;
    border-right: solid 1px #5A5D5C;
    outline: none;
    cursor: pointer;
    text-align: left;
    background-image: url(/Assets/img/arrow-down-book-bar.svg); }
  .book-bar .form-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .book-bar label.form-select {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 30px !important; }
  .book-bar .form-select.form-select-first {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .book-bar .form-select::-webkit-input-placeholder {
    color: #5A5D5C; }
  .book-bar .form-select::-moz-placeholder {
    color: #5A5D5C; }
  .book-bar .form-select:-ms-input-placeholder {
    color: #5A5D5C; }
  .book-bar .form-select:-moz-placeholder {
    color: #5A5D5C; }
  .book-bar .form-select.promo {
    background-color: #E0E0E0;
    background-image: none;
    font-family: 'CircularBook';
    text-transform: uppercase;
    padding: 0.375rem 0;
    text-align: left;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMy4yNDUgNGwtMTEuMjQ1IDE0LjM3NC0xMS4yMTktMTQuMzc0LS43ODEuNjE5IDEyIDE1LjM4MSAxMi0xNS4zOTEtLjc1NS0uNjA5eiIvPjwvc3ZnPg==); }
    .book-bar .form-select.promo.logged-in {
      background-image: none;
      cursor: default; }
  .book-bar .form-select.promo::-webkit-input-placeholder {
    font-size: 12px;
    border-bottom: solid 1px #666867;
    color: #666867;
    padding-bottom: 5px;
    position: relative; }
  .book-bar .form-select.promo::-moz-placeholder {
    font-size: 12px;
    border-bottom: solid 1px #666867;
    color: #666867;
    padding-bottom: 5px; }
  .book-bar .form-select.promo:-ms-input-placeholder {
    font-size: 12px;
    border-bottom: solid 1px #666867;
    color: #666867;
    padding-bottom: 5px; }
  .book-bar .form-select.promo:-moz-placeholder {
    font-size: 12px;
    border-bottom: solid 1px #666867;
    color: #666867;
    padding-bottom: 5px; }
  .book-bar .b-r-1 {
    border-right: solid 1px #E0E0E0; }
  @media (max-width: 1199px) {
    .book-bar {
      max-width: 950px; } }
  .book-bar .btn {
    height: 60px;
    width: 100%;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-content: center; }
  @media (max-width: 1499px) {
    .book-bar {
      height: 45px;
      /*  .btn {
                height: 45px;
                line-height: 45px;
            }*/ } }
  @media (max-width: 991px) {
    .book-bar {
      display: none; } }
  .book-bar .book-now-label {
    max-width: 160px;
    display: none; }
    .book-bar .book-now-label .btn {
      border: none; }
    .book-bar .book-now-label a {
      color: #fff;
      font-family: "CircularPro-black";
      font-size: 24px; }
      @media (max-width: 1199px) {
        .book-bar .book-now-label a {
          font-size: 21px; } }
  .book-bar--with-video:not(.book-bar--fixed) {
    display: none; }
  .book-bar--fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0;
    background-color: #E83352;
    height: unset;
    z-index: 199;
    max-height: 100px;
    max-width: unset; }
    .book-bar--fixed .book-now-label {
      display: flex; }
    .book-bar--fixed form {
      margin-bottom: 0;
      margin: 0 auto;
      max-width: 1280px;
      padding: 0 20px; }
      .book-bar--fixed form .form-select-open {
        top: unset;
        bottom: 59px;
        width: 100%;
        z-index: 102;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        background-color: #FFFFFF;
        border-bottom: solid 1px #E0E0E0;
        border-left: solid 1px #E0E0E0;
        border-right: solid 1px #E0E0E0;
        text-align: left;
        padding: 1rem 0;
        z-index: 201;
        display: none; }
      .book-bar--fixed form button.btn.pink {
        background-color: #FCC41F !important;
        border-color: #FCC41F !important;
        color: #000; }
    .book-bar--fixed .form-select-container.error .form-select-container.active .form-select {
      background-image: url(/Assets/img/arrow-up-book-bar-white.svg); }
    .book-bar--fixed .form-select-container.error .form-select {
      background-image: url(/Assets/img/arrow-down-book-bar-white.svg); }
    .book-bar--fixed .form-select-container.error .form-select {
      background-color: #E83352 !important;
      color: #fff !important;
      border: 1px solid #fff !important; }

.book-bar--mobile {
  position: fixed;
  bottom: 0;
  z-index: 20000;
  width: 100%;
  background-color: #fff; }
  .book-bar--mobile .mcode-tooltip {
    display: none;
    z-index: 4;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    bottom: calc(100%);
    background: #E83352;
    border: #E83352;
    color: white;
    font-size: 14px !important;
    width: 275px; }
  .book-bar--mobile .mcode-tooltip p {
    font-size: 16px !important;
    margin-bottom: 0; }
  .book-bar--mobile .mcode-tooltip::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-25px);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #E83352; }
  .book-bar--mobile .promo-code-input:hover + .mcode-tooltip,
  .book-bar--mobile .promo-code-input:active + .mcode-tooltip {
    display: block; }
  .book-bar--mobile__content {
    padding: 0 20px 10px 20px;
    height: calc(100vh - 60px); }
  .book-bar--mobile p.book-now, .book-bar--mobile a.book-now {
    color: #fff;
    font-size: 21px;
    font-family: "CircularPro-bold";
    background-color: #E83352;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    height: 60px; }
    .book-bar--mobile p.book-now:after, .book-bar--mobile a.book-now:after {
      content: '';
      position: absolute;
      right: 20px;
      width: 15px;
      height: 8px;
      background-size: 15px 8px;
      background-repeat: no-repeat;
      background-image: url(/Assets/img/arrow-up-book-bar-white.svg); }
    .book-bar--mobile p.book-now.expanded:after, .book-bar--mobile a.book-now.expanded:after {
      background-image: url(/Assets/img/arrow-down-book-bar-white.svg); }
  .book-bar--mobile .form-select-container {
    position: relative;
    height: 60px;
    border: 1px solid #ccc; }
  .book-bar--mobile .form-select-container.active .form-select {
    background-image: url(/Assets/img/arrow-up-book-bar.svg); }
  .book-bar--mobile .form-select-container.error {
    border: solid 3px #E83352;
    margin: -3px 0; }
  .book-bar--mobile .form-select-container.active .form-select-open {
    display: block; }
  .book-bar--mobile .form-select-open {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 102;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #FFFFFF;
    border-bottom: solid 1px #E0E0E0;
    border-left: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
    text-align: left;
    padding: 1rem 0;
    z-index: 201;
    display: none;
    height: 450px;
    max-height: 80vh;
    overflow: auto; }
    .book-bar--mobile .form-select-open ul, .book-bar--mobile .form-select-open li, .book-bar--mobile .form-select-open ul li a, .book-bar--mobile .form-select-open ol li a {
      list-style-type: none;
      font-family: 'CircularBook';
      line-height: 2rem;
      color: #5A5D5C; }
    .book-bar--mobile .form-select-open p, .book-bar--mobile .form-select-open legend {
      font-size: 14px;
      text-align: center;
      color: #000000;
      font-family: 'CircularPro-bold'; }
    .book-bar--mobile .form-select-open ol {
      margin: 0 0 20px 0;
      padding: 0;
      text-align: center; }
      .book-bar--mobile .form-select-open ol li {
        display: inline-block;
        padding: 0 10px 10px; }
        .book-bar--mobile .form-select-open ol li a {
          background-color: transparent;
          border: 1px solid #E0E0E0;
          height: 40px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          width: 40px;
          display: block;
          text-align: center;
          line-height: 40px;
          font-weight: bold; }
        .book-bar--mobile .form-select-open ol li a:hover, .book-bar--mobile .form-select-open ol li a:focus, .book-bar--mobile .form-select-open ol li a.active {
          background-color: #FCC41F; }
    .book-bar--mobile .form-select-open ul:not(.guests) {
      margin: 0;
      padding: 0; }
      .book-bar--mobile .form-select-open ul:not(.guests) li {
        padding-left: 1.5rem; }
        .book-bar--mobile .form-select-open ul:not(.guests) li a {
          display: block;
          width: 100%; }
          .book-bar--mobile .form-select-open ul:not(.guests) li a span {
            font-size: 11px;
            padding: 0 10px; }
        .book-bar--mobile .form-select-open ul:not(.guests) li a:hover, .book-bar--mobile .form-select-open ul:not(.guests) li a:focus {
          color: #000000; }
        .book-bar--mobile .form-select-open ul:not(.guests) li a:hover:before, .book-bar--mobile .form-select-open ul:not(.guests) li a:focus:before {
          position: absolute;
          content: '-';
          left: 10px; }
    .book-bar--mobile .form-select-open fieldset {
      margin-top: 20px;
      display: none; }
    .book-bar--mobile .form-select-open fieldset.active {
      display: block; }
    .book-bar--mobile .form-select-open fieldset:first-child {
      margin-top: 0; }
    .book-bar--mobile .form-select-open ul.guests {
      display: flex;
      margin: 0;
      padding: 0; }
    .book-bar--mobile .form-select-open ul.guests li {
      border: solid 1px #E0E0E0;
      text-align: center;
      width: calc(50% - 10px);
      margin-left: 10px;
      margin-right: 0; }
    .book-bar--mobile .form-select-open ul.guests li:last-child {
      margin-left: 0;
      border-left: none; }
    .book-bar--mobile .form-select-open ul.guests a {
      display: block;
      background-color: #FFFFFF; }
    .book-bar--mobile .form-select-open ul.guests a.active, .book-bar--mobile .form-select-open ul.guests a:hover, .book-bar--mobile .form-select-open ul.guests a:focus {
      background-color: #FCC41F; }
    .book-bar--mobile .form-select-open label.accessible {
      display: inline;
      color: #5A5D5C;
      font-family: 'CircularPro-bold';
      font-size: 14px;
      margin-left: 10px;
      padding-top: 5px;
      margin-top: 10px;
      padding-left: 45px;
      top: 7px;
      text-align: center;
      cursor: pointer; }
    .book-bar--mobile .form-select-open .regular-checkbox {
      display: none; }
    .book-bar--mobile .form-select-open .regular-checkbox + label {
      display: inline-block;
      position: relative; }
    .book-bar--mobile .form-select-open .regular-checkbox + label:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 3px;
      color: #FFFFFF;
      background-color: #FFFFFF;
      border: solid 1px #333333;
      width: 30px;
      height: 30px; }
    .book-bar--mobile .form-select-open .regular-checkbox:checked + label:after {
      content: '\2714';
      font-size: 24px;
      position: absolute;
      top: 0px;
      left: 3px;
      color: #FFFFFF;
      background-color: #FCC41F;
      border: solid 1px #FCC41F;
      width: 30px;
      height: 30px; }
    .book-bar--mobile .form-select-open.rooms {
      max-height: 50vh;
      overflow: auto; }
  .book-bar--mobile #booking-bar-staydatespickerselector {
    width: 100%;
    height: 100%; }
  .book-bar--mobile .form-select {
    border-radius: 0;
    color: #000000;
    border-right: solid 1px #5A5D5C;
    outline: none;
    cursor: pointer;
    text-align: left;
    background-image: url(/Assets/img/arrow-down-book-bar.svg); }
  .book-bar--mobile .form-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .book-bar--mobile label.form-select {
    display: flex;
    align-items: center;
    text-align: left; }
  .book-bar--mobile .form-select.form-select-first {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .book-bar--mobile .form-select::-webkit-input-placeholder {
    color: #5A5D5C; }
  .book-bar--mobile .form-select::-moz-placeholder {
    color: #5A5D5C; }
  .book-bar--mobile .form-select:-ms-input-placeholder {
    color: #5A5D5C; }
  .book-bar--mobile .form-select:-moz-placeholder {
    color: #5A5D5C; }
  .book-bar--mobile .form-select.promo {
    background-color: #E0E0E0;
    background-image: none;
    font-family: 'CircularBook';
    text-transform: uppercase;
    padding: 0.375rem 0;
    text-align: left;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMy4yNDUgNGwtMTEuMjQ1IDE0LjM3NC0xMS4yMTktMTQuMzc0LS43ODEuNjE5IDEyIDE1LjM4MSAxMi0xNS4zOTEtLjc1NS0uNjA5eiIvPjwvc3ZnPg==); }
    .book-bar--mobile .form-select.promo.logged-in {
      background-image: none;
      cursor: default; }
  .book-bar--mobile .form-select.promo::-webkit-input-placeholder {
    font-size: 12px;
    border-bottom: solid 1px #666867;
    color: #666867;
    padding-bottom: 5px;
    position: relative; }
  .book-bar--mobile .form-select.promo::-moz-placeholder {
    font-size: 12px;
    border-bottom: solid 1px #666867;
    color: #666867;
    padding-bottom: 5px; }
  .book-bar--mobile .form-select.promo:-ms-input-placeholder {
    font-size: 12px;
    border-bottom: solid 1px #666867;
    color: #666867;
    padding-bottom: 5px; }
  .book-bar--mobile .form-select.promo:-moz-placeholder {
    font-size: 12px;
    border-bottom: solid 1px #666867;
    color: #666867;
    padding-bottom: 5px; }
  .book-bar--mobile .b-r-1 {
    border-right: solid 1px #E0E0E0; }
  .book-bar--mobile .btn {
    height: 60px;
    width: 100%;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-content: center; }
  .book-bar--mobile--fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0;
    background-color: #E83352;
    height: unset;
    z-index: 199;
    max-height: 100px;
    max-width: unset; }
    .book-bar--mobile--fixed form {
      margin-bottom: 0;
      margin: 0 auto;
      max-width: 1024px; }
      .book-bar--mobile--fixed form .form-select-open {
        top: unset;
        bottom: 59px;
        width: 100%;
        z-index: 102;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        background-color: #FFFFFF;
        border-bottom: solid 1px #E0E0E0;
        border-left: solid 1px #E0E0E0;
        border-right: solid 1px #E0E0E0;
        text-align: left;
        padding: 1rem 0;
        z-index: 201;
        display: none; }
      .book-bar--mobile--fixed form button.btn.pink {
        background-color: #FCC41F !important;
        border-color: #FCC41F !important;
        color: #000; }
    .book-bar--mobile--fixed .form-select-container.error .form-select-container.active .form-select {
      background-image: url(/Assets/img/arrow-up-book-bar-white.svg); }
    .book-bar--mobile--fixed .form-select-container.error .form-select {
      background-image: url(/Assets/img/arrow-down-book-bar-white.svg); }
    .book-bar--mobile--fixed .form-select-container.error .form-select {
      background-color: #E83352 !important;
      color: #fff !important;
      border: 1px solid #fff !important; }
  .book-bar--mobile .promo-code-input {
    text-decoration: underline;
    font-size: 16px; }
    .book-bar--mobile .promo-code-input::placeholder {
      font-size: 16px; }
  .book-bar--mobile button.btn-search {
    height: 60px;
    border: none;
    font-size: 18px;
    font-family: 'CircularPro-bold';
    color: #000;
    align-items: center; }
  .book-bar--mobile .no-border {
    border: none; }
  .book-bar--mobile .custom-bottom-0 {
    bottom: 0 !important; }

.hotel-label {
  padding: 5px 10px;
  font-size: 18px;
  color: #000; }

.promo-code-input {
  max-width: 110px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #BABABA;
  outline: none; }

.promo-code-input::placeholder {
  font-size: 12px;
  color: #666; }

.flex-normal {
  flex: 1; }

.flex-bigger {
  flex: 1.2; }

.flex-smaller {
  flex: 0.8; }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
.calendar-page {
  padding: 21.5px; }
  .calendar-page h1, .calendar-page .intro-block h1 {
    font-size: 60px; }
  .calendar-page__filters {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .calendar-page__filters {
        padding: 0; } }
    .calendar-page__filters span {
      font-family: 'CircularPro-bold';
      font-size: 18px; }
    .calendar-page__filters select {
      padding: 15px;
      padding-right: 30px;
      background-color: transparent;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url(/Assets/img/arrow-down.svg);
      background-repeat: no-repeat;
      background-position: right 10px top 50%;
      background-size: 13px auto; }
      @media (max-width: 991px) {
        .calendar-page__filters select {
          padding: 15px 10px;
          width: 100%;
          max-width: 160px; } }
    .calendar-page__filters select, .calendar-page__filters option {
      font-family: 'CircularPro-bold';
      font-size: 18px; }
      @media (max-width: 991px) {
        .calendar-page__filters select, .calendar-page__filters option {
          font-size: 16px; } }
  @media (max-width: 991px) {
    .calendar-page__categories {
      margin-top: 30px; } }
  .calendar-page__categories li {
    font-family: 'CircularPro-bold';
    font-size: 18px;
    margin: 0 30px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .calendar-page__categories li {
        margin: 0 20px; } }
    @media (max-width: 991px) {
      .calendar-page__categories li {
        margin: 0 15px 15px 15px; } }
  .calendar-page__categories li:hover {
    color: #C69521; }
  .calendar-page__categories li.active {
    color: #C69521;
    text-decoration: underline;
    text-underline-offset: 15px; }
    @media (max-width: 991px) {
      .calendar-page__categories li.active {
        text-underline-offset: 10px; } }
  .calendar-page ul {
    padding-left: 0;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .calendar-page__item {
    position: relative; }
    .calendar-page__item h3 {
      font-size: 24px; }
      @media (max-width: 991px) {
        .calendar-page__item h3 {
          font-size: 21px; } }
    .calendar-page__item p {
      font-size: 16px; }
    .calendar-page__item .date {
      font-size: 30px;
      font-weight: bold;
      color: #E83352;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .calendar-page__item .date {
          font-size: 24px; } }
    .calendar-page__item--content {
      position: relative;
      z-index: 1;
      /*bottom: 0;
            left: 0;
            width: calc(100% - 80px);*/
      padding: 30px;
      margin: 0 30px;
      transform: translateY(-50%);
      background-color: #fff;
      border-bottom: 5px solid #000; }
      @media (max-width: 991px) {
        .calendar-page__item--content {
          transform: none;
          margin: 0;
          padding: 0 20px;
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      .calendar-page__item--content .location, .calendar-page__item--content a {
        font-size: 18px;
        font-weight: bold; }
    @media (max-width: 991px) {
      .calendar-page__item--small {
        display: flex; } }
    @media (max-width: 575px) {
      .calendar-page__item--small {
        display: block; } }
    .calendar-page__item--small .calendar-page__item--content {
      padding-bottom: 0; }
      @media (max-width: 575px) {
        .calendar-page__item--small .calendar-page__item--content {
          padding-top: 30px;
          padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .calendar-page__item--big .calendar-page__item--content {
        padding-top: 30px;
        padding-bottom: 20px; } }
  .calendar-page .column-padding {
    padding: 15px;
    margin-bottom: -75px; }
    @media (max-width: 991px) {
      .calendar-page .column-padding {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px; } }
  .calendar-page .no-events {
    font-size: 20px; }
  .calendar-page .load-more {
    cursor: pointer;
    z-index: 100;
    position: relative; }

/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
/*Circular*/
@font-face {
  font-family: 'CircularBook';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Book.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-black';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Black.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-Medium';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Medium.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-bold';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-Bold.woff") format("woff"), url("/Assets/fonts/Circular/CircularPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-black-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-BlackItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-bold-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-BoldItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CircularPro-Medium-italic';
  font-display: swap;
  src: url("/Assets/fonts/Circular/CircularPro-MediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Authenia';
  font-display: swap;
  src: url("/Assets/fonts/Authenia/MIKAMELVAS-AUTHENIASOLID.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.stay-dates-picker__container, .book-bar--mobile .stay-dates-picker__container {
  position: absolute;
  background-color: #FFFFFF;
  top: 59px;
  z-index: 205;
  border-bottom: solid 1px #E0E0E0;
  border-left: solid 1px #E0E0E0;
  border-right: solid 1px #E0E0E0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.book-bar--with-video .stay-dates-picker__container,
.book-bar--fixed .stay-dates-picker__container {
  position: absolute;
  background-color: #FFFFFF;
  top: unset;
  bottom: 59px;
  z-index: 205;
  border-bottom: solid 1px #E0E0E0;
  border-left: solid 1px #E0E0E0;
  border-right: solid 1px #E0E0E0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset; }

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  font-size: 12px;
  line-height: 20px;
  color: #5A5D5C;
  -webkit-box-sizing: initial;
  box-sizing: initial; }

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0; }

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  width: 100%;
  height: 100%; }

.date-picker-wrapper.single-date {
  width: auto; }

.date-picker-wrapper .footer {
  display: none; }

.date-picker-wrapper b {
  color: #666;
  font-weight: 700; }

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline; }

.date-picker-wrapper .month-name {
  text-transform: uppercase; }

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline; }

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal; }

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01; }

.date-picker-wrapper .month-wrapper {
  cursor: default;
  position: relative;
  _overflow: hidden;
  height: 100%; }

.date-picker-wrapper .month-wrapper table {
  height: 100%;
  margin: 0 auto; }

.book-bar--fixed .date-picker-wrapper .month-wrapper table, .book-bar--mobile .date-picker-wrapper .month-wrapper table {
  background-color: #fff; }

@media (min-width: 992px) and (max-width: 1050px) {
  .book-bar--fixed .date-picker-wrapper .month-wrapper table .day {
    padding: 13px 13px; } }

.date-picker-wrapper .month-wrapper table.month2 {
  float: left; }

.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 20px 0; }

.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px; }

.date-picker-wrapper .month-wrapper table .day {
  padding: 15px 15px;
  line-height: 1;
  color: #fff;
  cursor: default;
  transition: all ease 0.25s; }
  .date-picker-wrapper .month-wrapper table .day:after {
    position: absolute;
    top: 0;
    background-color: transparent;
    display: block;
    color: transparent;
    content: " ";
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 2px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    transition: none;
    opacity: 0;
    font-size: 11px; }
  .date-picker-wrapper .month-wrapper table .day.first-date-selected {
    background-color: #FCC41F !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: relative; }
    .date-picker-wrapper .month-wrapper table .day.first-date-selected:after {
      top: -15px;
      background-color: #FCC41F;
      content: "IN";
      opacity: 1;
      color: #5A5D5C;
      transition: all ease 0.25s;
      transition-delay: 0.25s; }
  .date-picker-wrapper .month-wrapper table .day.last-date-selected {
    background-color: #FCC41F !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: relative; }
    .date-picker-wrapper .month-wrapper table .day.last-date-selected:after {
      top: -15px;
      background-color: #FCC41F;
      content: "OUT";
      opacity: 1;
      color: #5A5D5C;
      transition: all ease 0.25s;
      transition-delay: 0.25s; }

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default; }

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #FCC41F; }

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase; }

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important; }

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap; }

.date-picker-wrapper .time label {
  white-space: nowrap; }

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #5A5D5C;
  cursor: pointer; }

.date-picker-wrapper .month-wrapper table .day.toMonth.invalid {
  color: #484848;
  background-color: #E0E0E0;
  cursor: pointer; }

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #FCC41F; }

/*.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none;
}*/
/*.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5;
}*/
.date-picker-wrapper table .caption {
  padding: 0; }

.date-picker-wrapper table .caption > th {
  padding: 0; }

.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  padding: 0;
  width: auto; }

.date-picker-wrapper table .caption .prev {
  line-height: 1;
  color: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMCAuNzU1bC0xNC4zNzQgMTEuMjQ1IDE0LjM3NCAxMS4yMTktLjYxOS43ODEtMTUuMzgxLTEyIDE1LjM5MS0xMiAuNjA5Ljc1NXoiLz48L3N2Zz4=); }

.date-picker-wrapper table .caption .next {
  line-height: 1;
  color: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  float: right;
  background-repeat: no-repeat;
  background-size: 12px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00IC43NTVsMTQuMzc0IDExLjI0NS0xNC4zNzQgMTEuMjE5LjYxOS43ODEgMTUuMzgxLTEyLTE1LjM5MS0xMi0uNjA5Ljc1NXoiLz48L3N2Zz4=); }

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: #FCC41F; }

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0; }

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden; }

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative; }

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee; }

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white; }

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white; }

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3; }

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3; }

.date-picker-wrapper .selected-days {
  display: none; }

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0; }

.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none; }

.date-picker-wrapper .drp_top-bar .default-top {
  display: block; }

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red; }

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block; }

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333; }

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial; }

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); }

.date-picker-wrapper .time {
  position: relative; }

.date-picker-wrapper.single-month .time {
  display: block; }

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px; }

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.date-picker-wrapper .time1 {
  float: left; }

.date-picker-wrapper .time2 {
  float: right; }

.date-picker-wrapper .hour {
  text-align: right; }

.minute {
  text-align: right; }

.date-picker-wrapper .hide {
  display: none; }

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px; }

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none; }

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer; }

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold; }

@media (min-width: calc(991px + 1px)) {
  #booking-bar-staydatespickerselector .date-picker-wrapper .month-wrapper {
    display: inline-flex;
    width: auto !important;
    justify-content: flex-start; }
  #booking-bar-staydatespickerselector .date-picker-wrapper .time {
    display: none; }
  #booking-bar-staydatespickerselector .date-picker-wrapper .gap {
    background-color: transparent;
    visibility: hidden !important; } }

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
    min-height: fit-content !important; }
  .page-component,
  .hotels-grid-block__hotel,
  .modal-container,
  .calendar-page__item,
  .our-hotels__list div,
  .general-enquiries__list div,
  .room-item,
  .rates-list,
  .extras,
  .details-container,
  .payment-container {
    break-inside: avoid !important; }
  .section-header-2,
  .book-bar--fixed,
  .book-bar--mobile,
  .weglot-container,
  .tt_widget {
    display: none !important; }
  .video-wrapper {
    display: none !important; }
  .slick-slider .slick-list {
    overflow: visible !important;
    width: auto !important; }
    .slick-slider .slick-list .slick-track {
      flex-direction: column !important;
      width: auto !important; }
      .slick-slider .slick-list .slick-track .slick-slide {
        display: block !important;
        overflow: visible !important;
        width: 100% !important;
        height: fit-content !important;
        margin: 0 0 30px 0 !important;
        break-inside: avoid !important; }
        .slick-slider .slick-list .slick-track .slick-slide blockquote {
          break-inside: avoid !important; }
      .slick-slider .slick-list .slick-track .slick-slide.slick-cloned {
        display: none !important; }
      .slick-slider .slick-list .slick-track .slick-slide.video-wrapper {
        display: none !important; }
  .carousel-block-slider .slick-slide {
    max-width: 100% !important;
    width: 100% !important;
    height: 435px !important;
    break-inside: avoid !important; }
  :not(.heading-block-list) > * > .slick-slider .slick-track,
  :not(.heading-block-list) > * > .slick-slider .slick-list {
    height: auto !important;
    transform: none !important;
    overflow: visible !important; }
  .heading-block-list {
    margin-top: 0px !important; }
    .heading-block-list .c-banners .slick-track .slick-slide {
      margin-bottom: 0 !important; }
  .slick-arrow,
  .slick-dots,
  .custom-dots {
    display: none !important; }
  .collapse:not(.show) {
    display: block !important; }
  .faqs-block .outer-accordion .accordion-item {
    break-inside: avoid !important; }
    .faqs-block .outer-accordion .accordion-item .accordion-header-outer a {
      background-color: #C9E3E0 !important; }
    .faqs-block .outer-accordion .accordion-item .accordion-body {
      background-color: rgba(201, 227, 224, 0.5) !important; }
      .faqs-block .outer-accordion .accordion-item .accordion-body .inner-accordion .accordion-item {
        break-inside: avoid !important;
        background-color: transparent !important; }
        .faqs-block .outer-accordion .accordion-item .accordion-body .inner-accordion .accordion-item .accordion-body {
          background-color: #FFFFFF !important; }
  .gallery-block-component__gallery > div {
    all: unset !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    break-inside: avoid !important; }
  .grid-component__container .col {
    break-inside: avoid !important;
    height: auto !important; }
    .grid-component__container .col .card {
      break-inside: avoid !important;
      height: auto !important; }
      .grid-component__container .col .card .card-body {
        padding: 20px 40px !important; }
  .our-hotels__list__item,
  .general-enquiries__list__item {
    display: block !important;
    break-inside: avoid !important; }
  .text-image-block-III-imgs .animation {
    margin-top: 0 !important; }
  .feature-block-with-image-image {
    display: block !important; }
  .bg-light-gold {
    background-color: unset !important; }
  .room-item .single-image {
    min-height: 220px !important; }
  .room-item .vel-modal {
    display: none !important; } }

html, body {
  font-size: 16px;
  font-family: "CircularBook", sans-serif;
  font-style: normal;
  line-height: 1.25; }

body.page {
  padding-top: 88px; }
  body.page.alternative {
    padding-top: 44px; }
    @media (max-width: 991px) {
      body.page.alternative {
        padding-top: 125px; } }

body.no-header {
  padding-top: 0; }

body.no-topline {
  padding-top: 0; }

body.gallery--open {
  overflow: hidden; }

.section-content .content .component.c-banners:first-child {
  position: relative;
  z-index: 100; }

.book-now a {
  position: fixed;
  z-index: 205;
  background-image: url("/Assets/img/book-now-button.svg");
  background-repeat: no-repeat;
  background-size: 240px 240px;
  height: 240px;
  width: 240px;
  bottom: 25px;
  right: 25px; }
  @media (max-width: 1499px) {
    .book-now a {
      background-size: 185px 185px;
      height: 185px;
      width: 185px;
      bottom: 10px;
      right: 10px; } }
  @media (max-width: 991px) {
    .book-now a {
      height: 140px;
      width: 140px;
      background-size: 140px 140px;
      bottom: 50px;
      right: 5px; } }

.book-now a:hover {
  background-image: url("/Assets/img/book-now-button-hover.svg"); }

a {
  color: #E83352; }

.black {
  color: #333 !important; }

.block-list .page-component {
  max-width: 1920px;
  margin: 0 auto; }
  .block-list .page-component .page-component-inner {
    padding: 0 0 100px 0; }
    @media (max-width: 1499px) {
      .block-list .page-component .page-component-inner {
        padding: 0 0 80px 0; } }
    @media (max-width: 991px) {
      .block-list .page-component .page-component-inner {
        padding-bottom: 60px; } }
    .block-list .page-component .page-component-inner.padding-top-lg {
      padding-top: 140px; }
    .block-list .page-component .page-component-inner .uppercase {
      text-transform: uppercase;
      letter-spacing: 2px; }
  .block-list .page-component.full {
    max-width: unset; }

.block-list .page-component:first-child .page-component-inner {
  padding: 0 0 100px 0; }
  @media (max-width: 1499px) {
    .block-list .page-component:first-child .page-component-inner {
      padding: 0 0 80px 0; } }
  @media (max-width: 991px) {
    .block-list .page-component:first-child .page-component-inner {
      padding-bottom: 60px; } }
  .block-list .page-component:first-child .page-component-inner .hotel-map-block {
    margin-top: -100px; }
    @media (max-width: 991px) {
      .block-list .page-component:first-child .page-component-inner .hotel-map-block {
        margin-top: -50px; } }

.block-list.blog .page-component .page-component-inner {
  padding: 0 0 80px 0; }
  @media (max-width: 991px) {
    .block-list.blog .page-component .page-component-inner {
      padding-bottom: 60px; } }

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }

.grecaptcha-badge {
  visibility: hidden; }

p.recaptcha-msg {
  font-size: 12px !important;
  color: #5A5D5C !important;
  font-family: 'CircularBook' !important;
  margin: 20px 0 !important; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.cursor-pointer {
  cursor: pointer; }

.code-input {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  max-width: 300px;
  margin: 0 auto; }

.digit-input {
  height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 5px; }

.spinner-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spinner-rotation 1s linear infinite; }
  .spinner-loader-small {
    width: 18px;
    height: 18px; }
  .spinner-loader-dark {
    border: 5px solid #000;
    border-bottom-color: transparent; }

@keyframes spinner-rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.remember-me {
  line-height: 1.25 !important; }

.remember-me-small {
  font-size: 14px;
  display: block;
  font-weight: normal; }
