@charset "UTF-8";
ul, ol {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  list-style-type: square; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --shakespeare: #3fa9d2;
  --jelly_bean: #276fa6;
  --haiti: #141833;
  --darkgray: #a9a9a9;
  --primary: #3fa9d2;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'DM Sans',  sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --breakpoint-2xl: 1400px;
  --breakpoint-3xl: 1600px;
  --breakpoint-4xl: 1800px;
  --breakpoint-5xl: 2000px;
  text-underline-position: under; }

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

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

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

body {
  margin: 0;
  font-family: 'DM Sans',  sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.618;
  color: #646464;
  text-align: left;
  background-color: #f0f0f0;
  --home-left-offset: 10vw; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.618rem;
  margin-bottom: 1.618rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3fa9d2;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #257d9f;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.618rem;
  font-family: 'DM Serif Display',  serif;
  font-weight: 400;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1.618rem;
  color: #646464; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.618em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.618;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a6d7ea;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(63, 169, 210, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.618em + 0.75rem);
  background-repeat: no-repeat;
  background-position: center right calc(0.4045em + 0.1875rem);
  background-size: calc(0.809em + 0.375rem) calc(0.809em + 0.375rem);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiMyOGE3NDUiPjxwYXRoIGQ9Ik0yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXoiLz48L3N2Zz4='); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(0.809em + 0.375rem) calc(0.809em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.618em + 0.75rem);
  background-repeat: no-repeat;
  background-position: center right calc(0.4045em + 0.1875rem);
  background-size: calc(0.809em + 0.375rem) calc(0.809em + 0.375rem);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSItMiAtMiA3IDciIGZpbGw9IiNkYzM1NDUiPjxwYXRoIHN0cm9rZT0iI2RjMzU0NSIgZD0iTTAgMGwzIDNtMC0zTDAgMyIvPjxjaXJjbGUgcj0iLjUiLz48Y2lyY2xlIGN4PSIzIiByPSIuNSIvPjxjaXJjbGUgY3k9IjMiIHI9Ii41Ii8+PGNpcmNsZSBjeD0iMyIgY3k9IjMiIHI9Ii41Ii8+PC9zdmc+'); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(0.809em + 0.375rem) calc(0.809em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #646464;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.2666666667rem;
  line-height: 1.618;
  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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #646464;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(63, 169, 210, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: white;
  background-color: #3fa9d2;
  border-color: #3fa9d2; }
  .btn-primary:hover {
    color: white;
    background-color: #2d96be;
    border-color: #2a8db4; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 182, 217, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: white;
    background-color: #3fa9d2;
    border-color: #3fa9d2; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #2a8db4;
    border-color: #2885aa; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(92, 182, 217, 0.5); }

.btn-secondary {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: white;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: white;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: white;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: white;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: white;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: white;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: white;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: white;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: white;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 176, 6, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: rgba(0, 0, 0, 0.7);
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(233, 176, 6, 0.5); }

.btn-danger {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: white;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: rgba(0, 0, 0, 0.7);
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 227, 228, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: rgba(0, 0, 0, 0.7);
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: rgba(0, 0, 0, 0.7);
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 227, 228, 0.5); }

.btn-dark {
  color: white;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: white;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #3fa9d2;
  border-color: #3fa9d2; }
  .btn-outline-primary:hover {
    color: white;
    background-color: #3fa9d2;
    border-color: #3fa9d2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 169, 210, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3fa9d2;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: white;
    background-color: #3fa9d2;
    border-color: #3fa9d2; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(63, 169, 210, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: white;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: white;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: rgba(0, 0, 0, 0.7);
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: rgba(0, 0, 0, 0.7);
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #3fa9d2;
  text-decoration: none; }
  .btn-link:hover {
    color: #257d9f;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #c7c7c7;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3fa9d2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.618;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f0f0f0;
    border-color: #dee2e6 #dee2e6 #f0f0f0; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #21586d;
  background-color: #d9eef6;
  border-color: #c9e7f2; }
  .alert-primary hr {
    border-top-color: #b4deed; }
  .alert-primary .alert-link {
    color: #153846; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger, .alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr, .alert-error hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link, .alert-error .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  outline: 0;
  height: 100vh;
  overflow: hidden; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: auto; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.618; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'DM Sans',  sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.618;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #646464; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #3fa9d2 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2a8db4 !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #3fa9d2 !important; }

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

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

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports (display: flow-root) {
  .clearfix {
    display: flow-root; }
    .clearfix::after {
      content: none; } }

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

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

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

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

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

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

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

.d-flex, .form__display-group, .form__display-group .form-group.file, .language__list, .how_to_get\@map {
  display: flex !important; }

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; } }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before, .how_to_get\@map--map:before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item, .embed-responsive img,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-29by20::before {
  padding-top: 68.9655172414%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before, .how_to_get\@map--map:before {
  padding-top: 100%; }

.embed-responsive-3by2::before {
  padding-top: 66.6666666667%; }

.embed-responsive-5by3::before {
  padding-top: 60%; }

.embed-responsive-10by7::before {
  padding-top: 70%; }

.embed-responsive-2by1::before {
  padding-top: 50%; }

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

.flex-column, .how_to_get\@map {
  flex-direction: column !important; }

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

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

.flex-wrap, .form__display-group {
  flex-wrap: wrap !important; }

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

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

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

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

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

.flex-shrink-0, .language__list-item {
  flex-shrink: 0 !important; }

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

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

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

.justify-content-center, .language__list-link {
  justify-content: center !important; }

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

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

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

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

.align-items-center, .language__list, .language__list-link {
  align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row, .how_to_get\@map {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

.position-relative, .restaurant-info, .restaurant-info__container {
  position: relative !important; }

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #3fa9d2 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #257d9f !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #646464 !important; }

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.embed-responsive img {
  object-fit: cover; }

.btn-shakespeare {
  color: white;
  background-color: #3fa9d2;
  border-color: #3fa9d2; }
  .btn-shakespeare:hover {
    color: white;
    background-color: #33b7eb;
    border-color: #2ab4ea; }
  .btn-shakespeare:focus, .btn-shakespeare.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 182, 217, 0.5); }
  .btn-shakespeare.disabled, .btn-shakespeare:disabled {
    color: white;
    background-color: #3fa9d2;
    border-color: #3fa9d2; }
  .btn-shakespeare:not(:disabled):not(.disabled):active, .btn-shakespeare:not(:disabled):not(.disabled).active,
  .show > .btn-shakespeare.dropdown-toggle {
    color: white;
    background-color: #2a8db4;
    border-color: #2885aa; }
    .btn-shakespeare:not(:disabled):not(.disabled):active:focus, .btn-shakespeare:not(:disabled):not(.disabled).active:focus,
    .show > .btn-shakespeare.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(92, 182, 217, 0.5); }

.btn-jelly_bean {
  color: white;
  background-color: #276fa6;
  border-color: #276fa6; }
  .btn-jelly_bean:hover {
    color: white;
    background-color: #358fc9;
    border-color: #3389c1; }
  .btn-jelly_bean:focus, .btn-jelly_bean.focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 133, 179, 0.5); }
  .btn-jelly_bean.disabled, .btn-jelly_bean:disabled {
    color: white;
    background-color: #276fa6;
    border-color: #276fa6; }
  .btn-jelly_bean:not(:disabled):not(.disabled):active, .btn-jelly_bean:not(:disabled):not(.disabled).active,
  .show > .btn-jelly_bean.dropdown-toggle {
    color: white;
    background-color: #1d537d;
    border-color: #1b4c72; }
    .btn-jelly_bean:not(:disabled):not(.disabled):active:focus, .btn-jelly_bean:not(:disabled):not(.disabled).active:focus,
    .show > .btn-jelly_bean.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(71, 133, 179, 0.5); }

.btn-haiti {
  color: white;
  background-color: #141833;
  border-color: #141833; }
  .btn-haiti:hover {
    color: white;
    background-color: #242c54;
    border-color: #21294d; }
  .btn-haiti:focus, .btn-haiti.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 59, 82, 0.5); }
  .btn-haiti.disabled, .btn-haiti:disabled {
    color: white;
    background-color: #141833;
    border-color: #141833; }
  .btn-haiti:not(:disabled):not(.disabled):active, .btn-haiti:not(:disabled):not(.disabled).active,
  .show > .btn-haiti.dropdown-toggle {
    color: white;
    background-color: #06070e;
    border-color: #020205; }
    .btn-haiti:not(:disabled):not(.disabled):active:focus, .btn-haiti:not(:disabled):not(.disabled).active:focus,
    .show > .btn-haiti.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 59, 82, 0.5); }

.btn-darkgray {
  color: white;
  background-color: #a9a9a9;
  border-color: #a9a9a9; }
  .btn-darkgray:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #c1c1c1;
    border-color: #bcbcbc; }
  .btn-darkgray:focus, .btn-darkgray.focus {
    box-shadow: 0 0 0 0.2rem rgba(182, 182, 182, 0.5); }
  .btn-darkgray.disabled, .btn-darkgray:disabled {
    color: white;
    background-color: #a9a9a9;
    border-color: #a9a9a9; }
  .btn-darkgray:not(:disabled):not(.disabled):active, .btn-darkgray:not(:disabled):not(.disabled).active,
  .show > .btn-darkgray.dropdown-toggle {
    color: white;
    background-color: #908f8f;
    border-color: #898989; }
    .btn-darkgray:not(:disabled):not(.disabled):active:focus, .btn-darkgray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darkgray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(182, 182, 182, 0.5); }

.btn-outline-shakespeare {
  color: #3fa9d2;
  border-color: #3fa9d2; }
  .btn-outline-shakespeare:hover {
    color: white;
    background-color: #3fa9d2;
    border-color: #3fa9d2; }
  .btn-outline-shakespeare:focus, .btn-outline-shakespeare.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 169, 210, 0.5); }
  .btn-outline-shakespeare.disabled, .btn-outline-shakespeare:disabled {
    color: #3fa9d2;
    background-color: transparent; }
  .btn-outline-shakespeare:not(:disabled):not(.disabled):active, .btn-outline-shakespeare:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shakespeare.dropdown-toggle {
    color: white;
    background-color: #3fa9d2;
    border-color: #3fa9d2; }
    .btn-outline-shakespeare:not(:disabled):not(.disabled):active:focus, .btn-outline-shakespeare:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-shakespeare.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(63, 169, 210, 0.5); }

.btn-outline-jelly_bean {
  color: #276fa6;
  border-color: #276fa6; }
  .btn-outline-jelly_bean:hover {
    color: white;
    background-color: #276fa6;
    border-color: #276fa6; }
  .btn-outline-jelly_bean:focus, .btn-outline-jelly_bean.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 111, 166, 0.5); }
  .btn-outline-jelly_bean.disabled, .btn-outline-jelly_bean:disabled {
    color: #276fa6;
    background-color: transparent; }
  .btn-outline-jelly_bean:not(:disabled):not(.disabled):active, .btn-outline-jelly_bean:not(:disabled):not(.disabled).active,
  .show > .btn-outline-jelly_bean.dropdown-toggle {
    color: white;
    background-color: #276fa6;
    border-color: #276fa6; }
    .btn-outline-jelly_bean:not(:disabled):not(.disabled):active:focus, .btn-outline-jelly_bean:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-jelly_bean.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 111, 166, 0.5); }

.btn-outline-haiti {
  color: #141833;
  border-color: #141833; }
  .btn-outline-haiti:hover {
    color: white;
    background-color: #141833;
    border-color: #141833; }
  .btn-outline-haiti:focus, .btn-outline-haiti.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 24, 51, 0.5); }
  .btn-outline-haiti.disabled, .btn-outline-haiti:disabled {
    color: #141833;
    background-color: transparent; }
  .btn-outline-haiti:not(:disabled):not(.disabled):active, .btn-outline-haiti:not(:disabled):not(.disabled).active,
  .show > .btn-outline-haiti.dropdown-toggle {
    color: white;
    background-color: #141833;
    border-color: #141833; }
    .btn-outline-haiti:not(:disabled):not(.disabled):active:focus, .btn-outline-haiti:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-haiti.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(20, 24, 51, 0.5); }

.btn-outline-darkgray {
  color: #a9a9a9;
  border-color: #a9a9a9; }
  .btn-outline-darkgray:hover {
    color: white;
    background-color: #a9a9a9;
    border-color: #a9a9a9; }
  .btn-outline-darkgray:focus, .btn-outline-darkgray.focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 169, 169, 0.5); }
  .btn-outline-darkgray.disabled, .btn-outline-darkgray:disabled {
    color: #a9a9a9;
    background-color: transparent; }
  .btn-outline-darkgray:not(:disabled):not(.disabled):active, .btn-outline-darkgray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-darkgray.dropdown-toggle {
    color: white;
    background-color: #a9a9a9;
    border-color: #a9a9a9; }
    .btn-outline-darkgray:not(:disabled):not(.disabled):active:focus, .btn-outline-darkgray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-darkgray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(169, 169, 169, 0.5); }

.btn-outline-white {
  color: white;
  border-color: white; }
  .btn-outline-white:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: white;
    border-color: white; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: white;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: rgba(0, 0, 0, 0.7);
    background-color: white;
    border-color: white; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 1.618rem !important; }

.mr-1,
.mx-1 {
  margin-right: 1.618rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 1.618rem !important; }

.ml-1,
.mx-1 {
  margin-left: 1.618rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 3.236rem !important; }

.mr-2,
.mx-2 {
  margin-right: 3.236rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 3.236rem !important; }

.ml-2,
.mx-2 {
  margin-left: 3.236rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 4.854rem !important; }

.mr-3,
.mx-3 {
  margin-right: 4.854rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 4.854rem !important; }

.ml-3,
.mx-3 {
  margin-left: 4.854rem !important; }

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

.mt-4,
.my-4 {
  margin-top: 6.472rem !important; }

.mr-4,
.mx-4 {
  margin-right: 6.472rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 6.472rem !important; }

.ml-4,
.mx-4 {
  margin-left: 6.472rem !important; }

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

.mt-5,
.my-5 {
  margin-top: 8.09rem !important; }

.mr-5,
.mx-5 {
  margin-right: 8.09rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 8.09rem !important; }

.ml-5,
.mx-5 {
  margin-left: 8.09rem !important; }

.m-0\.125 {
  margin: 0.20225rem !important; }

.mt-0\.125,
.my-0\.125 {
  margin-top: 0.20225rem !important; }

.mr-0\.125,
.mx-0\.125 {
  margin-right: 0.20225rem !important; }

.mb-0\.125,
.my-0\.125 {
  margin-bottom: 0.20225rem !important; }

.ml-0\.125,
.mx-0\.125 {
  margin-left: 0.20225rem !important; }

.m-0\.25 {
  margin: 0.4045rem !important; }

.mt-0\.25,
.my-0\.25 {
  margin-top: 0.4045rem !important; }

.mr-0\.25,
.mx-0\.25 {
  margin-right: 0.4045rem !important; }

.mb-0\.25,
.my-0\.25 {
  margin-bottom: 0.4045rem !important; }

.ml-0\.25,
.mx-0\.25 {
  margin-left: 0.4045rem !important; }

.m-0\.5 {
  margin: 0.809rem !important; }

.mt-0\.5,
.my-0\.5 {
  margin-top: 0.809rem !important; }

.mr-0\.5,
.mx-0\.5 {
  margin-right: 0.809rem !important; }

.mb-0\.5,
.my-0\.5 {
  margin-bottom: 0.809rem !important; }

.ml-0\.5,
.mx-0\.5 {
  margin-left: 0.809rem !important; }

.m-0\.75 {
  margin: 1.2135rem !important; }

.mt-0\.75,
.my-0\.75 {
  margin-top: 1.2135rem !important; }

.mr-0\.75,
.mx-0\.75 {
  margin-right: 1.2135rem !important; }

.mb-0\.75,
.my-0\.75 {
  margin-bottom: 1.2135rem !important; }

.ml-0\.75,
.mx-0\.75 {
  margin-left: 1.2135rem !important; }

.m-1\.25 {
  margin: 2.0225rem !important; }

.mt-1\.25,
.my-1\.25 {
  margin-top: 2.0225rem !important; }

.mr-1\.25,
.mx-1\.25 {
  margin-right: 2.0225rem !important; }

.mb-1\.25,
.my-1\.25 {
  margin-bottom: 2.0225rem !important; }

.ml-1\.25,
.mx-1\.25 {
  margin-left: 2.0225rem !important; }

.m-1\.5 {
  margin: 2.427rem !important; }

.mt-1\.5,
.my-1\.5 {
  margin-top: 2.427rem !important; }

.mr-1\.5,
.mx-1\.5 {
  margin-right: 2.427rem !important; }

.mb-1\.5,
.my-1\.5 {
  margin-bottom: 2.427rem !important; }

.ml-1\.5,
.mx-1\.5 {
  margin-left: 2.427rem !important; }

.m-1\.75 {
  margin: 2.8315rem !important; }

.mt-1\.75,
.my-1\.75 {
  margin-top: 2.8315rem !important; }

.mr-1\.75,
.mx-1\.75 {
  margin-right: 2.8315rem !important; }

.mb-1\.75,
.my-1\.75 {
  margin-bottom: 2.8315rem !important; }

.ml-1\.75,
.mx-1\.75 {
  margin-left: 2.8315rem !important; }

.m-2\.5 {
  margin: 4.045rem !important; }

.mt-2\.5,
.my-2\.5 {
  margin-top: 4.045rem !important; }

.mr-2\.5,
.mx-2\.5 {
  margin-right: 4.045rem !important; }

.mb-2\.5,
.my-2\.5 {
  margin-bottom: 4.045rem !important; }

.ml-2\.5,
.mx-2\.5 {
  margin-left: 4.045rem !important; }

.m-3\.5 {
  margin: 5.663rem !important; }

.mt-3\.5,
.my-3\.5 {
  margin-top: 5.663rem !important; }

.mr-3\.5,
.mx-3\.5 {
  margin-right: 5.663rem !important; }

.mb-3\.5,
.my-3\.5 {
  margin-bottom: 5.663rem !important; }

.ml-3\.5,
.mx-3\.5 {
  margin-left: 5.663rem !important; }

.m-4\.5 {
  margin: 7.281rem !important; }

.mt-4\.5,
.my-4\.5 {
  margin-top: 7.281rem !important; }

.mr-4\.5,
.mx-4\.5 {
  margin-right: 7.281rem !important; }

.mb-4\.5,
.my-4\.5 {
  margin-bottom: 7.281rem !important; }

.ml-4\.5,
.mx-4\.5 {
  margin-left: 7.281rem !important; }

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

.mt-6,
.my-6 {
  margin-top: 9.708rem !important; }

.mr-6,
.mx-6 {
  margin-right: 9.708rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 9.708rem !important; }

.ml-6,
.mx-6 {
  margin-left: 9.708rem !important; }

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

.mt-7,
.my-7 {
  margin-top: 11.326rem !important; }

.mr-7,
.mx-7 {
  margin-right: 11.326rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 11.326rem !important; }

.ml-7,
.mx-7 {
  margin-left: 11.326rem !important; }

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

.mt-8,
.my-8 {
  margin-top: 12.944rem !important; }

.mr-8,
.mx-8 {
  margin-right: 12.944rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 12.944rem !important; }

.ml-8,
.mx-8 {
  margin-left: 12.944rem !important; }

.m-9 {
  margin: 14.562rem !important; }

.mt-9,
.my-9 {
  margin-top: 14.562rem !important; }

.mr-9,
.mx-9 {
  margin-right: 14.562rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 14.562rem !important; }

.ml-9,
.mx-9 {
  margin-left: 14.562rem !important; }

.m-10 {
  margin: 16.18rem !important; }

.mt-10,
.my-10 {
  margin-top: 16.18rem !important; }

.mr-10,
.mx-10 {
  margin-right: 16.18rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 16.18rem !important; }

.ml-10,
.mx-10 {
  margin-left: 16.18rem !important; }

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 1.618rem !important; }

.pr-1,
.px-1 {
  padding-right: 1.618rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 1.618rem !important; }

.pl-1,
.px-1 {
  padding-left: 1.618rem !important; }

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

.pt-2,
.py-2 {
  padding-top: 3.236rem !important; }

.pr-2,
.px-2 {
  padding-right: 3.236rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 3.236rem !important; }

.pl-2,
.px-2 {
  padding-left: 3.236rem !important; }

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

.pt-3,
.py-3 {
  padding-top: 4.854rem !important; }

.pr-3,
.px-3 {
  padding-right: 4.854rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 4.854rem !important; }

.pl-3,
.px-3 {
  padding-left: 4.854rem !important; }

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

.pt-4,
.py-4 {
  padding-top: 6.472rem !important; }

.pr-4,
.px-4 {
  padding-right: 6.472rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 6.472rem !important; }

.pl-4,
.px-4 {
  padding-left: 6.472rem !important; }

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

.pt-5,
.py-5 {
  padding-top: 8.09rem !important; }

.pr-5,
.px-5 {
  padding-right: 8.09rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 8.09rem !important; }

.pl-5,
.px-5 {
  padding-left: 8.09rem !important; }

.p-0\.125 {
  padding: 0.20225rem !important; }

.pt-0\.125,
.py-0\.125 {
  padding-top: 0.20225rem !important; }

.pr-0\.125,
.px-0\.125 {
  padding-right: 0.20225rem !important; }

.pb-0\.125,
.py-0\.125 {
  padding-bottom: 0.20225rem !important; }

.pl-0\.125,
.px-0\.125 {
  padding-left: 0.20225rem !important; }

.p-0\.25 {
  padding: 0.4045rem !important; }

.pt-0\.25,
.py-0\.25 {
  padding-top: 0.4045rem !important; }

.pr-0\.25,
.px-0\.25 {
  padding-right: 0.4045rem !important; }

.pb-0\.25,
.py-0\.25 {
  padding-bottom: 0.4045rem !important; }

.pl-0\.25,
.px-0\.25 {
  padding-left: 0.4045rem !important; }

.p-0\.5 {
  padding: 0.809rem !important; }

.pt-0\.5,
.py-0\.5 {
  padding-top: 0.809rem !important; }

.pr-0\.5,
.px-0\.5 {
  padding-right: 0.809rem !important; }

.pb-0\.5,
.py-0\.5 {
  padding-bottom: 0.809rem !important; }

.pl-0\.5,
.px-0\.5 {
  padding-left: 0.809rem !important; }

.p-0\.75 {
  padding: 1.2135rem !important; }

.pt-0\.75,
.py-0\.75 {
  padding-top: 1.2135rem !important; }

.pr-0\.75,
.px-0\.75 {
  padding-right: 1.2135rem !important; }

.pb-0\.75,
.py-0\.75 {
  padding-bottom: 1.2135rem !important; }

.pl-0\.75,
.px-0\.75 {
  padding-left: 1.2135rem !important; }

.p-1\.25 {
  padding: 2.0225rem !important; }

.pt-1\.25,
.py-1\.25 {
  padding-top: 2.0225rem !important; }

.pr-1\.25,
.px-1\.25 {
  padding-right: 2.0225rem !important; }

.pb-1\.25,
.py-1\.25 {
  padding-bottom: 2.0225rem !important; }

.pl-1\.25,
.px-1\.25 {
  padding-left: 2.0225rem !important; }

.p-1\.5 {
  padding: 2.427rem !important; }

.pt-1\.5,
.py-1\.5 {
  padding-top: 2.427rem !important; }

.pr-1\.5,
.px-1\.5 {
  padding-right: 2.427rem !important; }

.pb-1\.5,
.py-1\.5 {
  padding-bottom: 2.427rem !important; }

.pl-1\.5,
.px-1\.5 {
  padding-left: 2.427rem !important; }

.p-1\.75 {
  padding: 2.8315rem !important; }

.pt-1\.75,
.py-1\.75 {
  padding-top: 2.8315rem !important; }

.pr-1\.75,
.px-1\.75 {
  padding-right: 2.8315rem !important; }

.pb-1\.75,
.py-1\.75 {
  padding-bottom: 2.8315rem !important; }

.pl-1\.75,
.px-1\.75 {
  padding-left: 2.8315rem !important; }

.p-2\.5 {
  padding: 4.045rem !important; }

.pt-2\.5,
.py-2\.5 {
  padding-top: 4.045rem !important; }

.pr-2\.5,
.px-2\.5 {
  padding-right: 4.045rem !important; }

.pb-2\.5,
.py-2\.5 {
  padding-bottom: 4.045rem !important; }

.pl-2\.5,
.px-2\.5 {
  padding-left: 4.045rem !important; }

.p-3\.5 {
  padding: 5.663rem !important; }

.pt-3\.5,
.py-3\.5 {
  padding-top: 5.663rem !important; }

.pr-3\.5,
.px-3\.5 {
  padding-right: 5.663rem !important; }

.pb-3\.5,
.py-3\.5 {
  padding-bottom: 5.663rem !important; }

.pl-3\.5,
.px-3\.5 {
  padding-left: 5.663rem !important; }

.p-4\.5 {
  padding: 7.281rem !important; }

.pt-4\.5,
.py-4\.5 {
  padding-top: 7.281rem !important; }

.pr-4\.5,
.px-4\.5 {
  padding-right: 7.281rem !important; }

.pb-4\.5,
.py-4\.5 {
  padding-bottom: 7.281rem !important; }

.pl-4\.5,
.px-4\.5 {
  padding-left: 7.281rem !important; }

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

.pt-6,
.py-6 {
  padding-top: 9.708rem !important; }

.pr-6,
.px-6 {
  padding-right: 9.708rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 9.708rem !important; }

.pl-6,
.px-6 {
  padding-left: 9.708rem !important; }

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

.pt-7,
.py-7 {
  padding-top: 11.326rem !important; }

.pr-7,
.px-7 {
  padding-right: 11.326rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 11.326rem !important; }

.pl-7,
.px-7 {
  padding-left: 11.326rem !important; }

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

.pt-8,
.py-8 {
  padding-top: 12.944rem !important; }

.pr-8,
.px-8 {
  padding-right: 12.944rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 12.944rem !important; }

.pl-8,
.px-8 {
  padding-left: 12.944rem !important; }

.p-9 {
  padding: 14.562rem !important; }

.pt-9,
.py-9 {
  padding-top: 14.562rem !important; }

.pr-9,
.px-9 {
  padding-right: 14.562rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 14.562rem !important; }

.pl-9,
.px-9 {
  padding-left: 14.562rem !important; }

.p-10 {
  padding: 16.18rem !important; }

.pt-10,
.py-10 {
  padding-top: 16.18rem !important; }

.pr-10,
.px-10 {
  padding-right: 16.18rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 16.18rem !important; }

.pl-10,
.px-10 {
  padding-left: 16.18rem !important; }

.m-n1 {
  margin: -1.618rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -1.618rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -1.618rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -1.618rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -1.618rem !important; }

.m-n2 {
  margin: -3.236rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -3.236rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -3.236rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -3.236rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -3.236rem !important; }

.m-n3 {
  margin: -4.854rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -4.854rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -4.854rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -4.854rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -4.854rem !important; }

.m-n4 {
  margin: -6.472rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -6.472rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -6.472rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -6.472rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -6.472rem !important; }

.m-n5 {
  margin: -8.09rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -8.09rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -8.09rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -8.09rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -8.09rem !important; }

.m-n0\.125 {
  margin: -0.20225rem !important; }

.mt-n0\.125,
.my-n0\.125 {
  margin-top: -0.20225rem !important; }

.mr-n0\.125,
.mx-n0\.125 {
  margin-right: -0.20225rem !important; }

.mb-n0\.125,
.my-n0\.125 {
  margin-bottom: -0.20225rem !important; }

.ml-n0\.125,
.mx-n0\.125 {
  margin-left: -0.20225rem !important; }

.m-n0\.25 {
  margin: -0.4045rem !important; }

.mt-n0\.25,
.my-n0\.25 {
  margin-top: -0.4045rem !important; }

.mr-n0\.25,
.mx-n0\.25 {
  margin-right: -0.4045rem !important; }

.mb-n0\.25,
.my-n0\.25 {
  margin-bottom: -0.4045rem !important; }

.ml-n0\.25,
.mx-n0\.25 {
  margin-left: -0.4045rem !important; }

.m-n0\.5 {
  margin: -0.809rem !important; }

.mt-n0\.5,
.my-n0\.5 {
  margin-top: -0.809rem !important; }

.mr-n0\.5,
.mx-n0\.5 {
  margin-right: -0.809rem !important; }

.mb-n0\.5,
.my-n0\.5 {
  margin-bottom: -0.809rem !important; }

.ml-n0\.5,
.mx-n0\.5 {
  margin-left: -0.809rem !important; }

.m-n0\.75 {
  margin: -1.2135rem !important; }

.mt-n0\.75,
.my-n0\.75 {
  margin-top: -1.2135rem !important; }

.mr-n0\.75,
.mx-n0\.75 {
  margin-right: -1.2135rem !important; }

.mb-n0\.75,
.my-n0\.75 {
  margin-bottom: -1.2135rem !important; }

.ml-n0\.75,
.mx-n0\.75 {
  margin-left: -1.2135rem !important; }

.m-n1\.25 {
  margin: -2.0225rem !important; }

.mt-n1\.25,
.my-n1\.25 {
  margin-top: -2.0225rem !important; }

.mr-n1\.25,
.mx-n1\.25 {
  margin-right: -2.0225rem !important; }

.mb-n1\.25,
.my-n1\.25 {
  margin-bottom: -2.0225rem !important; }

.ml-n1\.25,
.mx-n1\.25 {
  margin-left: -2.0225rem !important; }

.m-n1\.5 {
  margin: -2.427rem !important; }

.mt-n1\.5,
.my-n1\.5 {
  margin-top: -2.427rem !important; }

.mr-n1\.5,
.mx-n1\.5 {
  margin-right: -2.427rem !important; }

.mb-n1\.5,
.my-n1\.5 {
  margin-bottom: -2.427rem !important; }

.ml-n1\.5,
.mx-n1\.5 {
  margin-left: -2.427rem !important; }

.m-n1\.75 {
  margin: -2.8315rem !important; }

.mt-n1\.75,
.my-n1\.75 {
  margin-top: -2.8315rem !important; }

.mr-n1\.75,
.mx-n1\.75 {
  margin-right: -2.8315rem !important; }

.mb-n1\.75,
.my-n1\.75 {
  margin-bottom: -2.8315rem !important; }

.ml-n1\.75,
.mx-n1\.75 {
  margin-left: -2.8315rem !important; }

.m-n2\.5 {
  margin: -4.045rem !important; }

.mt-n2\.5,
.my-n2\.5 {
  margin-top: -4.045rem !important; }

.mr-n2\.5,
.mx-n2\.5 {
  margin-right: -4.045rem !important; }

.mb-n2\.5,
.my-n2\.5 {
  margin-bottom: -4.045rem !important; }

.ml-n2\.5,
.mx-n2\.5 {
  margin-left: -4.045rem !important; }

.m-n3\.5 {
  margin: -5.663rem !important; }

.mt-n3\.5,
.my-n3\.5 {
  margin-top: -5.663rem !important; }

.mr-n3\.5,
.mx-n3\.5 {
  margin-right: -5.663rem !important; }

.mb-n3\.5,
.my-n3\.5 {
  margin-bottom: -5.663rem !important; }

.ml-n3\.5,
.mx-n3\.5 {
  margin-left: -5.663rem !important; }

.m-n4\.5 {
  margin: -7.281rem !important; }

.mt-n4\.5,
.my-n4\.5 {
  margin-top: -7.281rem !important; }

.mr-n4\.5,
.mx-n4\.5 {
  margin-right: -7.281rem !important; }

.mb-n4\.5,
.my-n4\.5 {
  margin-bottom: -7.281rem !important; }

.ml-n4\.5,
.mx-n4\.5 {
  margin-left: -7.281rem !important; }

.m-n6 {
  margin: -9.708rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -9.708rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -9.708rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -9.708rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -9.708rem !important; }

.m-n7 {
  margin: -11.326rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -11.326rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -11.326rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -11.326rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -11.326rem !important; }

.m-n8 {
  margin: -12.944rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -12.944rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -12.944rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -12.944rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -12.944rem !important; }

.m-n9 {
  margin: -14.562rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -14.562rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -14.562rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -14.562rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -14.562rem !important; }

.m-n10 {
  margin: -16.18rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -16.18rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -16.18rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -16.18rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -16.18rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 1.618rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1.618rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1.618rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1.618rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1.618rem !important; }
  .m-sm-2 {
    margin: 3.236rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 3.236rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 3.236rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 3.236rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 3.236rem !important; }
  .m-sm-3 {
    margin: 4.854rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 4.854rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 4.854rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 4.854rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 4.854rem !important; }
  .m-sm-4 {
    margin: 6.472rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 6.472rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 6.472rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 6.472rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 6.472rem !important; }
  .m-sm-5 {
    margin: 8.09rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 8.09rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 8.09rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 8.09rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 8.09rem !important; }
  .m-sm-0\.125 {
    margin: 0.20225rem !important; }
  .mt-sm-0\.125,
  .my-sm-0\.125 {
    margin-top: 0.20225rem !important; }
  .mr-sm-0\.125,
  .mx-sm-0\.125 {
    margin-right: 0.20225rem !important; }
  .mb-sm-0\.125,
  .my-sm-0\.125 {
    margin-bottom: 0.20225rem !important; }
  .ml-sm-0\.125,
  .mx-sm-0\.125 {
    margin-left: 0.20225rem !important; }
  .m-sm-0\.25 {
    margin: 0.4045rem !important; }
  .mt-sm-0\.25,
  .my-sm-0\.25 {
    margin-top: 0.4045rem !important; }
  .mr-sm-0\.25,
  .mx-sm-0\.25 {
    margin-right: 0.4045rem !important; }
  .mb-sm-0\.25,
  .my-sm-0\.25 {
    margin-bottom: 0.4045rem !important; }
  .ml-sm-0\.25,
  .mx-sm-0\.25 {
    margin-left: 0.4045rem !important; }
  .m-sm-0\.5 {
    margin: 0.809rem !important; }
  .mt-sm-0\.5,
  .my-sm-0\.5 {
    margin-top: 0.809rem !important; }
  .mr-sm-0\.5,
  .mx-sm-0\.5 {
    margin-right: 0.809rem !important; }
  .mb-sm-0\.5,
  .my-sm-0\.5 {
    margin-bottom: 0.809rem !important; }
  .ml-sm-0\.5,
  .mx-sm-0\.5 {
    margin-left: 0.809rem !important; }
  .m-sm-0\.75 {
    margin: 1.2135rem !important; }
  .mt-sm-0\.75,
  .my-sm-0\.75 {
    margin-top: 1.2135rem !important; }
  .mr-sm-0\.75,
  .mx-sm-0\.75 {
    margin-right: 1.2135rem !important; }
  .mb-sm-0\.75,
  .my-sm-0\.75 {
    margin-bottom: 1.2135rem !important; }
  .ml-sm-0\.75,
  .mx-sm-0\.75 {
    margin-left: 1.2135rem !important; }
  .m-sm-1\.25 {
    margin: 2.0225rem !important; }
  .mt-sm-1\.25,
  .my-sm-1\.25 {
    margin-top: 2.0225rem !important; }
  .mr-sm-1\.25,
  .mx-sm-1\.25 {
    margin-right: 2.0225rem !important; }
  .mb-sm-1\.25,
  .my-sm-1\.25 {
    margin-bottom: 2.0225rem !important; }
  .ml-sm-1\.25,
  .mx-sm-1\.25 {
    margin-left: 2.0225rem !important; }
  .m-sm-1\.5 {
    margin: 2.427rem !important; }
  .mt-sm-1\.5,
  .my-sm-1\.5 {
    margin-top: 2.427rem !important; }
  .mr-sm-1\.5,
  .mx-sm-1\.5 {
    margin-right: 2.427rem !important; }
  .mb-sm-1\.5,
  .my-sm-1\.5 {
    margin-bottom: 2.427rem !important; }
  .ml-sm-1\.5,
  .mx-sm-1\.5 {
    margin-left: 2.427rem !important; }
  .m-sm-1\.75 {
    margin: 2.8315rem !important; }
  .mt-sm-1\.75,
  .my-sm-1\.75 {
    margin-top: 2.8315rem !important; }
  .mr-sm-1\.75,
  .mx-sm-1\.75 {
    margin-right: 2.8315rem !important; }
  .mb-sm-1\.75,
  .my-sm-1\.75 {
    margin-bottom: 2.8315rem !important; }
  .ml-sm-1\.75,
  .mx-sm-1\.75 {
    margin-left: 2.8315rem !important; }
  .m-sm-2\.5 {
    margin: 4.045rem !important; }
  .mt-sm-2\.5,
  .my-sm-2\.5 {
    margin-top: 4.045rem !important; }
  .mr-sm-2\.5,
  .mx-sm-2\.5 {
    margin-right: 4.045rem !important; }
  .mb-sm-2\.5,
  .my-sm-2\.5 {
    margin-bottom: 4.045rem !important; }
  .ml-sm-2\.5,
  .mx-sm-2\.5 {
    margin-left: 4.045rem !important; }
  .m-sm-3\.5 {
    margin: 5.663rem !important; }
  .mt-sm-3\.5,
  .my-sm-3\.5 {
    margin-top: 5.663rem !important; }
  .mr-sm-3\.5,
  .mx-sm-3\.5 {
    margin-right: 5.663rem !important; }
  .mb-sm-3\.5,
  .my-sm-3\.5 {
    margin-bottom: 5.663rem !important; }
  .ml-sm-3\.5,
  .mx-sm-3\.5 {
    margin-left: 5.663rem !important; }
  .m-sm-4\.5 {
    margin: 7.281rem !important; }
  .mt-sm-4\.5,
  .my-sm-4\.5 {
    margin-top: 7.281rem !important; }
  .mr-sm-4\.5,
  .mx-sm-4\.5 {
    margin-right: 7.281rem !important; }
  .mb-sm-4\.5,
  .my-sm-4\.5 {
    margin-bottom: 7.281rem !important; }
  .ml-sm-4\.5,
  .mx-sm-4\.5 {
    margin-left: 7.281rem !important; }
  .m-sm-6 {
    margin: 9.708rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 9.708rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 9.708rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 9.708rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 9.708rem !important; }
  .m-sm-7 {
    margin: 11.326rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 11.326rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 11.326rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 11.326rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 11.326rem !important; }
  .m-sm-8 {
    margin: 12.944rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 12.944rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 12.944rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 12.944rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 12.944rem !important; }
  .m-sm-9 {
    margin: 14.562rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 14.562rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 14.562rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 14.562rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 14.562rem !important; }
  .m-sm-10 {
    margin: 16.18rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 16.18rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 16.18rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 16.18rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 16.18rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 1.618rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1.618rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1.618rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1.618rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1.618rem !important; }
  .p-sm-2 {
    padding: 3.236rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 3.236rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 3.236rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 3.236rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 3.236rem !important; }
  .p-sm-3 {
    padding: 4.854rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 4.854rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 4.854rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 4.854rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 4.854rem !important; }
  .p-sm-4 {
    padding: 6.472rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 6.472rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 6.472rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 6.472rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 6.472rem !important; }
  .p-sm-5 {
    padding: 8.09rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 8.09rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 8.09rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 8.09rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 8.09rem !important; }
  .p-sm-0\.125 {
    padding: 0.20225rem !important; }
  .pt-sm-0\.125,
  .py-sm-0\.125 {
    padding-top: 0.20225rem !important; }
  .pr-sm-0\.125,
  .px-sm-0\.125 {
    padding-right: 0.20225rem !important; }
  .pb-sm-0\.125,
  .py-sm-0\.125 {
    padding-bottom: 0.20225rem !important; }
  .pl-sm-0\.125,
  .px-sm-0\.125 {
    padding-left: 0.20225rem !important; }
  .p-sm-0\.25 {
    padding: 0.4045rem !important; }
  .pt-sm-0\.25,
  .py-sm-0\.25 {
    padding-top: 0.4045rem !important; }
  .pr-sm-0\.25,
  .px-sm-0\.25 {
    padding-right: 0.4045rem !important; }
  .pb-sm-0\.25,
  .py-sm-0\.25 {
    padding-bottom: 0.4045rem !important; }
  .pl-sm-0\.25,
  .px-sm-0\.25 {
    padding-left: 0.4045rem !important; }
  .p-sm-0\.5 {
    padding: 0.809rem !important; }
  .pt-sm-0\.5,
  .py-sm-0\.5 {
    padding-top: 0.809rem !important; }
  .pr-sm-0\.5,
  .px-sm-0\.5 {
    padding-right: 0.809rem !important; }
  .pb-sm-0\.5,
  .py-sm-0\.5 {
    padding-bottom: 0.809rem !important; }
  .pl-sm-0\.5,
  .px-sm-0\.5 {
    padding-left: 0.809rem !important; }
  .p-sm-0\.75 {
    padding: 1.2135rem !important; }
  .pt-sm-0\.75,
  .py-sm-0\.75 {
    padding-top: 1.2135rem !important; }
  .pr-sm-0\.75,
  .px-sm-0\.75 {
    padding-right: 1.2135rem !important; }
  .pb-sm-0\.75,
  .py-sm-0\.75 {
    padding-bottom: 1.2135rem !important; }
  .pl-sm-0\.75,
  .px-sm-0\.75 {
    padding-left: 1.2135rem !important; }
  .p-sm-1\.25 {
    padding: 2.0225rem !important; }
  .pt-sm-1\.25,
  .py-sm-1\.25 {
    padding-top: 2.0225rem !important; }
  .pr-sm-1\.25,
  .px-sm-1\.25 {
    padding-right: 2.0225rem !important; }
  .pb-sm-1\.25,
  .py-sm-1\.25 {
    padding-bottom: 2.0225rem !important; }
  .pl-sm-1\.25,
  .px-sm-1\.25 {
    padding-left: 2.0225rem !important; }
  .p-sm-1\.5 {
    padding: 2.427rem !important; }
  .pt-sm-1\.5,
  .py-sm-1\.5 {
    padding-top: 2.427rem !important; }
  .pr-sm-1\.5,
  .px-sm-1\.5 {
    padding-right: 2.427rem !important; }
  .pb-sm-1\.5,
  .py-sm-1\.5 {
    padding-bottom: 2.427rem !important; }
  .pl-sm-1\.5,
  .px-sm-1\.5 {
    padding-left: 2.427rem !important; }
  .p-sm-1\.75 {
    padding: 2.8315rem !important; }
  .pt-sm-1\.75,
  .py-sm-1\.75 {
    padding-top: 2.8315rem !important; }
  .pr-sm-1\.75,
  .px-sm-1\.75 {
    padding-right: 2.8315rem !important; }
  .pb-sm-1\.75,
  .py-sm-1\.75 {
    padding-bottom: 2.8315rem !important; }
  .pl-sm-1\.75,
  .px-sm-1\.75 {
    padding-left: 2.8315rem !important; }
  .p-sm-2\.5 {
    padding: 4.045rem !important; }
  .pt-sm-2\.5,
  .py-sm-2\.5 {
    padding-top: 4.045rem !important; }
  .pr-sm-2\.5,
  .px-sm-2\.5 {
    padding-right: 4.045rem !important; }
  .pb-sm-2\.5,
  .py-sm-2\.5 {
    padding-bottom: 4.045rem !important; }
  .pl-sm-2\.5,
  .px-sm-2\.5 {
    padding-left: 4.045rem !important; }
  .p-sm-3\.5 {
    padding: 5.663rem !important; }
  .pt-sm-3\.5,
  .py-sm-3\.5 {
    padding-top: 5.663rem !important; }
  .pr-sm-3\.5,
  .px-sm-3\.5 {
    padding-right: 5.663rem !important; }
  .pb-sm-3\.5,
  .py-sm-3\.5 {
    padding-bottom: 5.663rem !important; }
  .pl-sm-3\.5,
  .px-sm-3\.5 {
    padding-left: 5.663rem !important; }
  .p-sm-4\.5 {
    padding: 7.281rem !important; }
  .pt-sm-4\.5,
  .py-sm-4\.5 {
    padding-top: 7.281rem !important; }
  .pr-sm-4\.5,
  .px-sm-4\.5 {
    padding-right: 7.281rem !important; }
  .pb-sm-4\.5,
  .py-sm-4\.5 {
    padding-bottom: 7.281rem !important; }
  .pl-sm-4\.5,
  .px-sm-4\.5 {
    padding-left: 7.281rem !important; }
  .p-sm-6 {
    padding: 9.708rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 9.708rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 9.708rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 9.708rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 9.708rem !important; }
  .p-sm-7 {
    padding: 11.326rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 11.326rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 11.326rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 11.326rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 11.326rem !important; }
  .p-sm-8 {
    padding: 12.944rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 12.944rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 12.944rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 12.944rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 12.944rem !important; }
  .p-sm-9 {
    padding: 14.562rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 14.562rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 14.562rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 14.562rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 14.562rem !important; }
  .p-sm-10 {
    padding: 16.18rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 16.18rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 16.18rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 16.18rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 16.18rem !important; }
  .m-sm-n1 {
    margin: -1.618rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1.618rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1.618rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1.618rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1.618rem !important; }
  .m-sm-n2 {
    margin: -3.236rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -3.236rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -3.236rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -3.236rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -3.236rem !important; }
  .m-sm-n3 {
    margin: -4.854rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -4.854rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -4.854rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -4.854rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -4.854rem !important; }
  .m-sm-n4 {
    margin: -6.472rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -6.472rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -6.472rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -6.472rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -6.472rem !important; }
  .m-sm-n5 {
    margin: -8.09rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -8.09rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -8.09rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -8.09rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -8.09rem !important; }
  .m-sm-n0\.125 {
    margin: -0.20225rem !important; }
  .mt-sm-n0\.125,
  .my-sm-n0\.125 {
    margin-top: -0.20225rem !important; }
  .mr-sm-n0\.125,
  .mx-sm-n0\.125 {
    margin-right: -0.20225rem !important; }
  .mb-sm-n0\.125,
  .my-sm-n0\.125 {
    margin-bottom: -0.20225rem !important; }
  .ml-sm-n0\.125,
  .mx-sm-n0\.125 {
    margin-left: -0.20225rem !important; }
  .m-sm-n0\.25 {
    margin: -0.4045rem !important; }
  .mt-sm-n0\.25,
  .my-sm-n0\.25 {
    margin-top: -0.4045rem !important; }
  .mr-sm-n0\.25,
  .mx-sm-n0\.25 {
    margin-right: -0.4045rem !important; }
  .mb-sm-n0\.25,
  .my-sm-n0\.25 {
    margin-bottom: -0.4045rem !important; }
  .ml-sm-n0\.25,
  .mx-sm-n0\.25 {
    margin-left: -0.4045rem !important; }
  .m-sm-n0\.5 {
    margin: -0.809rem !important; }
  .mt-sm-n0\.5,
  .my-sm-n0\.5 {
    margin-top: -0.809rem !important; }
  .mr-sm-n0\.5,
  .mx-sm-n0\.5 {
    margin-right: -0.809rem !important; }
  .mb-sm-n0\.5,
  .my-sm-n0\.5 {
    margin-bottom: -0.809rem !important; }
  .ml-sm-n0\.5,
  .mx-sm-n0\.5 {
    margin-left: -0.809rem !important; }
  .m-sm-n0\.75 {
    margin: -1.2135rem !important; }
  .mt-sm-n0\.75,
  .my-sm-n0\.75 {
    margin-top: -1.2135rem !important; }
  .mr-sm-n0\.75,
  .mx-sm-n0\.75 {
    margin-right: -1.2135rem !important; }
  .mb-sm-n0\.75,
  .my-sm-n0\.75 {
    margin-bottom: -1.2135rem !important; }
  .ml-sm-n0\.75,
  .mx-sm-n0\.75 {
    margin-left: -1.2135rem !important; }
  .m-sm-n1\.25 {
    margin: -2.0225rem !important; }
  .mt-sm-n1\.25,
  .my-sm-n1\.25 {
    margin-top: -2.0225rem !important; }
  .mr-sm-n1\.25,
  .mx-sm-n1\.25 {
    margin-right: -2.0225rem !important; }
  .mb-sm-n1\.25,
  .my-sm-n1\.25 {
    margin-bottom: -2.0225rem !important; }
  .ml-sm-n1\.25,
  .mx-sm-n1\.25 {
    margin-left: -2.0225rem !important; }
  .m-sm-n1\.5 {
    margin: -2.427rem !important; }
  .mt-sm-n1\.5,
  .my-sm-n1\.5 {
    margin-top: -2.427rem !important; }
  .mr-sm-n1\.5,
  .mx-sm-n1\.5 {
    margin-right: -2.427rem !important; }
  .mb-sm-n1\.5,
  .my-sm-n1\.5 {
    margin-bottom: -2.427rem !important; }
  .ml-sm-n1\.5,
  .mx-sm-n1\.5 {
    margin-left: -2.427rem !important; }
  .m-sm-n1\.75 {
    margin: -2.8315rem !important; }
  .mt-sm-n1\.75,
  .my-sm-n1\.75 {
    margin-top: -2.8315rem !important; }
  .mr-sm-n1\.75,
  .mx-sm-n1\.75 {
    margin-right: -2.8315rem !important; }
  .mb-sm-n1\.75,
  .my-sm-n1\.75 {
    margin-bottom: -2.8315rem !important; }
  .ml-sm-n1\.75,
  .mx-sm-n1\.75 {
    margin-left: -2.8315rem !important; }
  .m-sm-n2\.5 {
    margin: -4.045rem !important; }
  .mt-sm-n2\.5,
  .my-sm-n2\.5 {
    margin-top: -4.045rem !important; }
  .mr-sm-n2\.5,
  .mx-sm-n2\.5 {
    margin-right: -4.045rem !important; }
  .mb-sm-n2\.5,
  .my-sm-n2\.5 {
    margin-bottom: -4.045rem !important; }
  .ml-sm-n2\.5,
  .mx-sm-n2\.5 {
    margin-left: -4.045rem !important; }
  .m-sm-n3\.5 {
    margin: -5.663rem !important; }
  .mt-sm-n3\.5,
  .my-sm-n3\.5 {
    margin-top: -5.663rem !important; }
  .mr-sm-n3\.5,
  .mx-sm-n3\.5 {
    margin-right: -5.663rem !important; }
  .mb-sm-n3\.5,
  .my-sm-n3\.5 {
    margin-bottom: -5.663rem !important; }
  .ml-sm-n3\.5,
  .mx-sm-n3\.5 {
    margin-left: -5.663rem !important; }
  .m-sm-n4\.5 {
    margin: -7.281rem !important; }
  .mt-sm-n4\.5,
  .my-sm-n4\.5 {
    margin-top: -7.281rem !important; }
  .mr-sm-n4\.5,
  .mx-sm-n4\.5 {
    margin-right: -7.281rem !important; }
  .mb-sm-n4\.5,
  .my-sm-n4\.5 {
    margin-bottom: -7.281rem !important; }
  .ml-sm-n4\.5,
  .mx-sm-n4\.5 {
    margin-left: -7.281rem !important; }
  .m-sm-n6 {
    margin: -9.708rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -9.708rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -9.708rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -9.708rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -9.708rem !important; }
  .m-sm-n7 {
    margin: -11.326rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -11.326rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -11.326rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -11.326rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -11.326rem !important; }
  .m-sm-n8 {
    margin: -12.944rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -12.944rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -12.944rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -12.944rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -12.944rem !important; }
  .m-sm-n9 {
    margin: -14.562rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -14.562rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -14.562rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -14.562rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -14.562rem !important; }
  .m-sm-n10 {
    margin: -16.18rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -16.18rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -16.18rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -16.18rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -16.18rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 1.618rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1.618rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1.618rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1.618rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1.618rem !important; }
  .m-md-2 {
    margin: 3.236rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 3.236rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 3.236rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 3.236rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 3.236rem !important; }
  .m-md-3 {
    margin: 4.854rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 4.854rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 4.854rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 4.854rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 4.854rem !important; }
  .m-md-4 {
    margin: 6.472rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 6.472rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 6.472rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 6.472rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 6.472rem !important; }
  .m-md-5 {
    margin: 8.09rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 8.09rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 8.09rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 8.09rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 8.09rem !important; }
  .m-md-0\.125 {
    margin: 0.20225rem !important; }
  .mt-md-0\.125,
  .my-md-0\.125 {
    margin-top: 0.20225rem !important; }
  .mr-md-0\.125,
  .mx-md-0\.125 {
    margin-right: 0.20225rem !important; }
  .mb-md-0\.125,
  .my-md-0\.125 {
    margin-bottom: 0.20225rem !important; }
  .ml-md-0\.125,
  .mx-md-0\.125 {
    margin-left: 0.20225rem !important; }
  .m-md-0\.25 {
    margin: 0.4045rem !important; }
  .mt-md-0\.25,
  .my-md-0\.25 {
    margin-top: 0.4045rem !important; }
  .mr-md-0\.25,
  .mx-md-0\.25 {
    margin-right: 0.4045rem !important; }
  .mb-md-0\.25,
  .my-md-0\.25 {
    margin-bottom: 0.4045rem !important; }
  .ml-md-0\.25,
  .mx-md-0\.25 {
    margin-left: 0.4045rem !important; }
  .m-md-0\.5 {
    margin: 0.809rem !important; }
  .mt-md-0\.5,
  .my-md-0\.5 {
    margin-top: 0.809rem !important; }
  .mr-md-0\.5,
  .mx-md-0\.5 {
    margin-right: 0.809rem !important; }
  .mb-md-0\.5,
  .my-md-0\.5 {
    margin-bottom: 0.809rem !important; }
  .ml-md-0\.5,
  .mx-md-0\.5 {
    margin-left: 0.809rem !important; }
  .m-md-0\.75 {
    margin: 1.2135rem !important; }
  .mt-md-0\.75,
  .my-md-0\.75 {
    margin-top: 1.2135rem !important; }
  .mr-md-0\.75,
  .mx-md-0\.75 {
    margin-right: 1.2135rem !important; }
  .mb-md-0\.75,
  .my-md-0\.75 {
    margin-bottom: 1.2135rem !important; }
  .ml-md-0\.75,
  .mx-md-0\.75 {
    margin-left: 1.2135rem !important; }
  .m-md-1\.25 {
    margin: 2.0225rem !important; }
  .mt-md-1\.25,
  .my-md-1\.25 {
    margin-top: 2.0225rem !important; }
  .mr-md-1\.25,
  .mx-md-1\.25 {
    margin-right: 2.0225rem !important; }
  .mb-md-1\.25,
  .my-md-1\.25 {
    margin-bottom: 2.0225rem !important; }
  .ml-md-1\.25,
  .mx-md-1\.25 {
    margin-left: 2.0225rem !important; }
  .m-md-1\.5 {
    margin: 2.427rem !important; }
  .mt-md-1\.5,
  .my-md-1\.5 {
    margin-top: 2.427rem !important; }
  .mr-md-1\.5,
  .mx-md-1\.5 {
    margin-right: 2.427rem !important; }
  .mb-md-1\.5,
  .my-md-1\.5 {
    margin-bottom: 2.427rem !important; }
  .ml-md-1\.5,
  .mx-md-1\.5 {
    margin-left: 2.427rem !important; }
  .m-md-1\.75 {
    margin: 2.8315rem !important; }
  .mt-md-1\.75,
  .my-md-1\.75 {
    margin-top: 2.8315rem !important; }
  .mr-md-1\.75,
  .mx-md-1\.75 {
    margin-right: 2.8315rem !important; }
  .mb-md-1\.75,
  .my-md-1\.75 {
    margin-bottom: 2.8315rem !important; }
  .ml-md-1\.75,
  .mx-md-1\.75 {
    margin-left: 2.8315rem !important; }
  .m-md-2\.5 {
    margin: 4.045rem !important; }
  .mt-md-2\.5,
  .my-md-2\.5 {
    margin-top: 4.045rem !important; }
  .mr-md-2\.5,
  .mx-md-2\.5 {
    margin-right: 4.045rem !important; }
  .mb-md-2\.5,
  .my-md-2\.5 {
    margin-bottom: 4.045rem !important; }
  .ml-md-2\.5,
  .mx-md-2\.5 {
    margin-left: 4.045rem !important; }
  .m-md-3\.5 {
    margin: 5.663rem !important; }
  .mt-md-3\.5,
  .my-md-3\.5 {
    margin-top: 5.663rem !important; }
  .mr-md-3\.5,
  .mx-md-3\.5 {
    margin-right: 5.663rem !important; }
  .mb-md-3\.5,
  .my-md-3\.5 {
    margin-bottom: 5.663rem !important; }
  .ml-md-3\.5,
  .mx-md-3\.5 {
    margin-left: 5.663rem !important; }
  .m-md-4\.5 {
    margin: 7.281rem !important; }
  .mt-md-4\.5,
  .my-md-4\.5 {
    margin-top: 7.281rem !important; }
  .mr-md-4\.5,
  .mx-md-4\.5 {
    margin-right: 7.281rem !important; }
  .mb-md-4\.5,
  .my-md-4\.5 {
    margin-bottom: 7.281rem !important; }
  .ml-md-4\.5,
  .mx-md-4\.5 {
    margin-left: 7.281rem !important; }
  .m-md-6 {
    margin: 9.708rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 9.708rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 9.708rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 9.708rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 9.708rem !important; }
  .m-md-7 {
    margin: 11.326rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 11.326rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 11.326rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 11.326rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 11.326rem !important; }
  .m-md-8 {
    margin: 12.944rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 12.944rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 12.944rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 12.944rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 12.944rem !important; }
  .m-md-9 {
    margin: 14.562rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 14.562rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 14.562rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 14.562rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 14.562rem !important; }
  .m-md-10 {
    margin: 16.18rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 16.18rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 16.18rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 16.18rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 16.18rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 1.618rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1.618rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1.618rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1.618rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1.618rem !important; }
  .p-md-2 {
    padding: 3.236rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 3.236rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 3.236rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 3.236rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 3.236rem !important; }
  .p-md-3 {
    padding: 4.854rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 4.854rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 4.854rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 4.854rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 4.854rem !important; }
  .p-md-4 {
    padding: 6.472rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 6.472rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 6.472rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 6.472rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 6.472rem !important; }
  .p-md-5 {
    padding: 8.09rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 8.09rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 8.09rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 8.09rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 8.09rem !important; }
  .p-md-0\.125 {
    padding: 0.20225rem !important; }
  .pt-md-0\.125,
  .py-md-0\.125 {
    padding-top: 0.20225rem !important; }
  .pr-md-0\.125,
  .px-md-0\.125 {
    padding-right: 0.20225rem !important; }
  .pb-md-0\.125,
  .py-md-0\.125 {
    padding-bottom: 0.20225rem !important; }
  .pl-md-0\.125,
  .px-md-0\.125 {
    padding-left: 0.20225rem !important; }
  .p-md-0\.25 {
    padding: 0.4045rem !important; }
  .pt-md-0\.25,
  .py-md-0\.25 {
    padding-top: 0.4045rem !important; }
  .pr-md-0\.25,
  .px-md-0\.25 {
    padding-right: 0.4045rem !important; }
  .pb-md-0\.25,
  .py-md-0\.25 {
    padding-bottom: 0.4045rem !important; }
  .pl-md-0\.25,
  .px-md-0\.25 {
    padding-left: 0.4045rem !important; }
  .p-md-0\.5 {
    padding: 0.809rem !important; }
  .pt-md-0\.5,
  .py-md-0\.5 {
    padding-top: 0.809rem !important; }
  .pr-md-0\.5,
  .px-md-0\.5 {
    padding-right: 0.809rem !important; }
  .pb-md-0\.5,
  .py-md-0\.5 {
    padding-bottom: 0.809rem !important; }
  .pl-md-0\.5,
  .px-md-0\.5 {
    padding-left: 0.809rem !important; }
  .p-md-0\.75 {
    padding: 1.2135rem !important; }
  .pt-md-0\.75,
  .py-md-0\.75 {
    padding-top: 1.2135rem !important; }
  .pr-md-0\.75,
  .px-md-0\.75 {
    padding-right: 1.2135rem !important; }
  .pb-md-0\.75,
  .py-md-0\.75 {
    padding-bottom: 1.2135rem !important; }
  .pl-md-0\.75,
  .px-md-0\.75 {
    padding-left: 1.2135rem !important; }
  .p-md-1\.25 {
    padding: 2.0225rem !important; }
  .pt-md-1\.25,
  .py-md-1\.25 {
    padding-top: 2.0225rem !important; }
  .pr-md-1\.25,
  .px-md-1\.25 {
    padding-right: 2.0225rem !important; }
  .pb-md-1\.25,
  .py-md-1\.25 {
    padding-bottom: 2.0225rem !important; }
  .pl-md-1\.25,
  .px-md-1\.25 {
    padding-left: 2.0225rem !important; }
  .p-md-1\.5 {
    padding: 2.427rem !important; }
  .pt-md-1\.5,
  .py-md-1\.5 {
    padding-top: 2.427rem !important; }
  .pr-md-1\.5,
  .px-md-1\.5 {
    padding-right: 2.427rem !important; }
  .pb-md-1\.5,
  .py-md-1\.5 {
    padding-bottom: 2.427rem !important; }
  .pl-md-1\.5,
  .px-md-1\.5 {
    padding-left: 2.427rem !important; }
  .p-md-1\.75 {
    padding: 2.8315rem !important; }
  .pt-md-1\.75,
  .py-md-1\.75 {
    padding-top: 2.8315rem !important; }
  .pr-md-1\.75,
  .px-md-1\.75 {
    padding-right: 2.8315rem !important; }
  .pb-md-1\.75,
  .py-md-1\.75 {
    padding-bottom: 2.8315rem !important; }
  .pl-md-1\.75,
  .px-md-1\.75 {
    padding-left: 2.8315rem !important; }
  .p-md-2\.5 {
    padding: 4.045rem !important; }
  .pt-md-2\.5,
  .py-md-2\.5 {
    padding-top: 4.045rem !important; }
  .pr-md-2\.5,
  .px-md-2\.5 {
    padding-right: 4.045rem !important; }
  .pb-md-2\.5,
  .py-md-2\.5 {
    padding-bottom: 4.045rem !important; }
  .pl-md-2\.5,
  .px-md-2\.5 {
    padding-left: 4.045rem !important; }
  .p-md-3\.5 {
    padding: 5.663rem !important; }
  .pt-md-3\.5,
  .py-md-3\.5 {
    padding-top: 5.663rem !important; }
  .pr-md-3\.5,
  .px-md-3\.5 {
    padding-right: 5.663rem !important; }
  .pb-md-3\.5,
  .py-md-3\.5 {
    padding-bottom: 5.663rem !important; }
  .pl-md-3\.5,
  .px-md-3\.5 {
    padding-left: 5.663rem !important; }
  .p-md-4\.5 {
    padding: 7.281rem !important; }
  .pt-md-4\.5,
  .py-md-4\.5 {
    padding-top: 7.281rem !important; }
  .pr-md-4\.5,
  .px-md-4\.5 {
    padding-right: 7.281rem !important; }
  .pb-md-4\.5,
  .py-md-4\.5 {
    padding-bottom: 7.281rem !important; }
  .pl-md-4\.5,
  .px-md-4\.5 {
    padding-left: 7.281rem !important; }
  .p-md-6 {
    padding: 9.708rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 9.708rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 9.708rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 9.708rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 9.708rem !important; }
  .p-md-7 {
    padding: 11.326rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 11.326rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 11.326rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 11.326rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 11.326rem !important; }
  .p-md-8 {
    padding: 12.944rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 12.944rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 12.944rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 12.944rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 12.944rem !important; }
  .p-md-9 {
    padding: 14.562rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 14.562rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 14.562rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 14.562rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 14.562rem !important; }
  .p-md-10 {
    padding: 16.18rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 16.18rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 16.18rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 16.18rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 16.18rem !important; }
  .m-md-n1 {
    margin: -1.618rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1.618rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1.618rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1.618rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1.618rem !important; }
  .m-md-n2 {
    margin: -3.236rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -3.236rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -3.236rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -3.236rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -3.236rem !important; }
  .m-md-n3 {
    margin: -4.854rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -4.854rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -4.854rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -4.854rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -4.854rem !important; }
  .m-md-n4 {
    margin: -6.472rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -6.472rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -6.472rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -6.472rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -6.472rem !important; }
  .m-md-n5 {
    margin: -8.09rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -8.09rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -8.09rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -8.09rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -8.09rem !important; }
  .m-md-n0\.125 {
    margin: -0.20225rem !important; }
  .mt-md-n0\.125,
  .my-md-n0\.125 {
    margin-top: -0.20225rem !important; }
  .mr-md-n0\.125,
  .mx-md-n0\.125 {
    margin-right: -0.20225rem !important; }
  .mb-md-n0\.125,
  .my-md-n0\.125 {
    margin-bottom: -0.20225rem !important; }
  .ml-md-n0\.125,
  .mx-md-n0\.125 {
    margin-left: -0.20225rem !important; }
  .m-md-n0\.25 {
    margin: -0.4045rem !important; }
  .mt-md-n0\.25,
  .my-md-n0\.25 {
    margin-top: -0.4045rem !important; }
  .mr-md-n0\.25,
  .mx-md-n0\.25 {
    margin-right: -0.4045rem !important; }
  .mb-md-n0\.25,
  .my-md-n0\.25 {
    margin-bottom: -0.4045rem !important; }
  .ml-md-n0\.25,
  .mx-md-n0\.25 {
    margin-left: -0.4045rem !important; }
  .m-md-n0\.5 {
    margin: -0.809rem !important; }
  .mt-md-n0\.5,
  .my-md-n0\.5 {
    margin-top: -0.809rem !important; }
  .mr-md-n0\.5,
  .mx-md-n0\.5 {
    margin-right: -0.809rem !important; }
  .mb-md-n0\.5,
  .my-md-n0\.5 {
    margin-bottom: -0.809rem !important; }
  .ml-md-n0\.5,
  .mx-md-n0\.5 {
    margin-left: -0.809rem !important; }
  .m-md-n0\.75 {
    margin: -1.2135rem !important; }
  .mt-md-n0\.75,
  .my-md-n0\.75 {
    margin-top: -1.2135rem !important; }
  .mr-md-n0\.75,
  .mx-md-n0\.75 {
    margin-right: -1.2135rem !important; }
  .mb-md-n0\.75,
  .my-md-n0\.75 {
    margin-bottom: -1.2135rem !important; }
  .ml-md-n0\.75,
  .mx-md-n0\.75 {
    margin-left: -1.2135rem !important; }
  .m-md-n1\.25 {
    margin: -2.0225rem !important; }
  .mt-md-n1\.25,
  .my-md-n1\.25 {
    margin-top: -2.0225rem !important; }
  .mr-md-n1\.25,
  .mx-md-n1\.25 {
    margin-right: -2.0225rem !important; }
  .mb-md-n1\.25,
  .my-md-n1\.25 {
    margin-bottom: -2.0225rem !important; }
  .ml-md-n1\.25,
  .mx-md-n1\.25 {
    margin-left: -2.0225rem !important; }
  .m-md-n1\.5 {
    margin: -2.427rem !important; }
  .mt-md-n1\.5,
  .my-md-n1\.5 {
    margin-top: -2.427rem !important; }
  .mr-md-n1\.5,
  .mx-md-n1\.5 {
    margin-right: -2.427rem !important; }
  .mb-md-n1\.5,
  .my-md-n1\.5 {
    margin-bottom: -2.427rem !important; }
  .ml-md-n1\.5,
  .mx-md-n1\.5 {
    margin-left: -2.427rem !important; }
  .m-md-n1\.75 {
    margin: -2.8315rem !important; }
  .mt-md-n1\.75,
  .my-md-n1\.75 {
    margin-top: -2.8315rem !important; }
  .mr-md-n1\.75,
  .mx-md-n1\.75 {
    margin-right: -2.8315rem !important; }
  .mb-md-n1\.75,
  .my-md-n1\.75 {
    margin-bottom: -2.8315rem !important; }
  .ml-md-n1\.75,
  .mx-md-n1\.75 {
    margin-left: -2.8315rem !important; }
  .m-md-n2\.5 {
    margin: -4.045rem !important; }
  .mt-md-n2\.5,
  .my-md-n2\.5 {
    margin-top: -4.045rem !important; }
  .mr-md-n2\.5,
  .mx-md-n2\.5 {
    margin-right: -4.045rem !important; }
  .mb-md-n2\.5,
  .my-md-n2\.5 {
    margin-bottom: -4.045rem !important; }
  .ml-md-n2\.5,
  .mx-md-n2\.5 {
    margin-left: -4.045rem !important; }
  .m-md-n3\.5 {
    margin: -5.663rem !important; }
  .mt-md-n3\.5,
  .my-md-n3\.5 {
    margin-top: -5.663rem !important; }
  .mr-md-n3\.5,
  .mx-md-n3\.5 {
    margin-right: -5.663rem !important; }
  .mb-md-n3\.5,
  .my-md-n3\.5 {
    margin-bottom: -5.663rem !important; }
  .ml-md-n3\.5,
  .mx-md-n3\.5 {
    margin-left: -5.663rem !important; }
  .m-md-n4\.5 {
    margin: -7.281rem !important; }
  .mt-md-n4\.5,
  .my-md-n4\.5 {
    margin-top: -7.281rem !important; }
  .mr-md-n4\.5,
  .mx-md-n4\.5 {
    margin-right: -7.281rem !important; }
  .mb-md-n4\.5,
  .my-md-n4\.5 {
    margin-bottom: -7.281rem !important; }
  .ml-md-n4\.5,
  .mx-md-n4\.5 {
    margin-left: -7.281rem !important; }
  .m-md-n6 {
    margin: -9.708rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -9.708rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -9.708rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -9.708rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -9.708rem !important; }
  .m-md-n7 {
    margin: -11.326rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -11.326rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -11.326rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -11.326rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -11.326rem !important; }
  .m-md-n8 {
    margin: -12.944rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -12.944rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -12.944rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -12.944rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -12.944rem !important; }
  .m-md-n9 {
    margin: -14.562rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -14.562rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -14.562rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -14.562rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -14.562rem !important; }
  .m-md-n10 {
    margin: -16.18rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -16.18rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -16.18rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -16.18rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -16.18rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 1.618rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1.618rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1.618rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1.618rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1.618rem !important; }
  .m-lg-2 {
    margin: 3.236rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 3.236rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 3.236rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 3.236rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 3.236rem !important; }
  .m-lg-3 {
    margin: 4.854rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 4.854rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 4.854rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 4.854rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 4.854rem !important; }
  .m-lg-4 {
    margin: 6.472rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 6.472rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 6.472rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 6.472rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 6.472rem !important; }
  .m-lg-5 {
    margin: 8.09rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 8.09rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 8.09rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 8.09rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 8.09rem !important; }
  .m-lg-0\.125 {
    margin: 0.20225rem !important; }
  .mt-lg-0\.125,
  .my-lg-0\.125 {
    margin-top: 0.20225rem !important; }
  .mr-lg-0\.125,
  .mx-lg-0\.125 {
    margin-right: 0.20225rem !important; }
  .mb-lg-0\.125,
  .my-lg-0\.125 {
    margin-bottom: 0.20225rem !important; }
  .ml-lg-0\.125,
  .mx-lg-0\.125 {
    margin-left: 0.20225rem !important; }
  .m-lg-0\.25 {
    margin: 0.4045rem !important; }
  .mt-lg-0\.25,
  .my-lg-0\.25 {
    margin-top: 0.4045rem !important; }
  .mr-lg-0\.25,
  .mx-lg-0\.25 {
    margin-right: 0.4045rem !important; }
  .mb-lg-0\.25,
  .my-lg-0\.25 {
    margin-bottom: 0.4045rem !important; }
  .ml-lg-0\.25,
  .mx-lg-0\.25 {
    margin-left: 0.4045rem !important; }
  .m-lg-0\.5 {
    margin: 0.809rem !important; }
  .mt-lg-0\.5,
  .my-lg-0\.5 {
    margin-top: 0.809rem !important; }
  .mr-lg-0\.5,
  .mx-lg-0\.5 {
    margin-right: 0.809rem !important; }
  .mb-lg-0\.5,
  .my-lg-0\.5 {
    margin-bottom: 0.809rem !important; }
  .ml-lg-0\.5,
  .mx-lg-0\.5 {
    margin-left: 0.809rem !important; }
  .m-lg-0\.75 {
    margin: 1.2135rem !important; }
  .mt-lg-0\.75,
  .my-lg-0\.75 {
    margin-top: 1.2135rem !important; }
  .mr-lg-0\.75,
  .mx-lg-0\.75 {
    margin-right: 1.2135rem !important; }
  .mb-lg-0\.75,
  .my-lg-0\.75 {
    margin-bottom: 1.2135rem !important; }
  .ml-lg-0\.75,
  .mx-lg-0\.75 {
    margin-left: 1.2135rem !important; }
  .m-lg-1\.25 {
    margin: 2.0225rem !important; }
  .mt-lg-1\.25,
  .my-lg-1\.25 {
    margin-top: 2.0225rem !important; }
  .mr-lg-1\.25,
  .mx-lg-1\.25 {
    margin-right: 2.0225rem !important; }
  .mb-lg-1\.25,
  .my-lg-1\.25 {
    margin-bottom: 2.0225rem !important; }
  .ml-lg-1\.25,
  .mx-lg-1\.25 {
    margin-left: 2.0225rem !important; }
  .m-lg-1\.5 {
    margin: 2.427rem !important; }
  .mt-lg-1\.5,
  .my-lg-1\.5 {
    margin-top: 2.427rem !important; }
  .mr-lg-1\.5,
  .mx-lg-1\.5 {
    margin-right: 2.427rem !important; }
  .mb-lg-1\.5,
  .my-lg-1\.5 {
    margin-bottom: 2.427rem !important; }
  .ml-lg-1\.5,
  .mx-lg-1\.5 {
    margin-left: 2.427rem !important; }
  .m-lg-1\.75 {
    margin: 2.8315rem !important; }
  .mt-lg-1\.75,
  .my-lg-1\.75 {
    margin-top: 2.8315rem !important; }
  .mr-lg-1\.75,
  .mx-lg-1\.75 {
    margin-right: 2.8315rem !important; }
  .mb-lg-1\.75,
  .my-lg-1\.75 {
    margin-bottom: 2.8315rem !important; }
  .ml-lg-1\.75,
  .mx-lg-1\.75 {
    margin-left: 2.8315rem !important; }
  .m-lg-2\.5 {
    margin: 4.045rem !important; }
  .mt-lg-2\.5,
  .my-lg-2\.5 {
    margin-top: 4.045rem !important; }
  .mr-lg-2\.5,
  .mx-lg-2\.5 {
    margin-right: 4.045rem !important; }
  .mb-lg-2\.5,
  .my-lg-2\.5 {
    margin-bottom: 4.045rem !important; }
  .ml-lg-2\.5,
  .mx-lg-2\.5 {
    margin-left: 4.045rem !important; }
  .m-lg-3\.5 {
    margin: 5.663rem !important; }
  .mt-lg-3\.5,
  .my-lg-3\.5 {
    margin-top: 5.663rem !important; }
  .mr-lg-3\.5,
  .mx-lg-3\.5 {
    margin-right: 5.663rem !important; }
  .mb-lg-3\.5,
  .my-lg-3\.5 {
    margin-bottom: 5.663rem !important; }
  .ml-lg-3\.5,
  .mx-lg-3\.5 {
    margin-left: 5.663rem !important; }
  .m-lg-4\.5 {
    margin: 7.281rem !important; }
  .mt-lg-4\.5,
  .my-lg-4\.5 {
    margin-top: 7.281rem !important; }
  .mr-lg-4\.5,
  .mx-lg-4\.5 {
    margin-right: 7.281rem !important; }
  .mb-lg-4\.5,
  .my-lg-4\.5 {
    margin-bottom: 7.281rem !important; }
  .ml-lg-4\.5,
  .mx-lg-4\.5 {
    margin-left: 7.281rem !important; }
  .m-lg-6 {
    margin: 9.708rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 9.708rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 9.708rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 9.708rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 9.708rem !important; }
  .m-lg-7 {
    margin: 11.326rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 11.326rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 11.326rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 11.326rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 11.326rem !important; }
  .m-lg-8 {
    margin: 12.944rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 12.944rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 12.944rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 12.944rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 12.944rem !important; }
  .m-lg-9 {
    margin: 14.562rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 14.562rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 14.562rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 14.562rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 14.562rem !important; }
  .m-lg-10 {
    margin: 16.18rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 16.18rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 16.18rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 16.18rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 16.18rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 1.618rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1.618rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1.618rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1.618rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1.618rem !important; }
  .p-lg-2 {
    padding: 3.236rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 3.236rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 3.236rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 3.236rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 3.236rem !important; }
  .p-lg-3 {
    padding: 4.854rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 4.854rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 4.854rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 4.854rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 4.854rem !important; }
  .p-lg-4 {
    padding: 6.472rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 6.472rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 6.472rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 6.472rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 6.472rem !important; }
  .p-lg-5 {
    padding: 8.09rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 8.09rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 8.09rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 8.09rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 8.09rem !important; }
  .p-lg-0\.125 {
    padding: 0.20225rem !important; }
  .pt-lg-0\.125,
  .py-lg-0\.125 {
    padding-top: 0.20225rem !important; }
  .pr-lg-0\.125,
  .px-lg-0\.125 {
    padding-right: 0.20225rem !important; }
  .pb-lg-0\.125,
  .py-lg-0\.125 {
    padding-bottom: 0.20225rem !important; }
  .pl-lg-0\.125,
  .px-lg-0\.125 {
    padding-left: 0.20225rem !important; }
  .p-lg-0\.25 {
    padding: 0.4045rem !important; }
  .pt-lg-0\.25,
  .py-lg-0\.25 {
    padding-top: 0.4045rem !important; }
  .pr-lg-0\.25,
  .px-lg-0\.25 {
    padding-right: 0.4045rem !important; }
  .pb-lg-0\.25,
  .py-lg-0\.25 {
    padding-bottom: 0.4045rem !important; }
  .pl-lg-0\.25,
  .px-lg-0\.25 {
    padding-left: 0.4045rem !important; }
  .p-lg-0\.5 {
    padding: 0.809rem !important; }
  .pt-lg-0\.5,
  .py-lg-0\.5 {
    padding-top: 0.809rem !important; }
  .pr-lg-0\.5,
  .px-lg-0\.5 {
    padding-right: 0.809rem !important; }
  .pb-lg-0\.5,
  .py-lg-0\.5 {
    padding-bottom: 0.809rem !important; }
  .pl-lg-0\.5,
  .px-lg-0\.5 {
    padding-left: 0.809rem !important; }
  .p-lg-0\.75 {
    padding: 1.2135rem !important; }
  .pt-lg-0\.75,
  .py-lg-0\.75 {
    padding-top: 1.2135rem !important; }
  .pr-lg-0\.75,
  .px-lg-0\.75 {
    padding-right: 1.2135rem !important; }
  .pb-lg-0\.75,
  .py-lg-0\.75 {
    padding-bottom: 1.2135rem !important; }
  .pl-lg-0\.75,
  .px-lg-0\.75 {
    padding-left: 1.2135rem !important; }
  .p-lg-1\.25 {
    padding: 2.0225rem !important; }
  .pt-lg-1\.25,
  .py-lg-1\.25 {
    padding-top: 2.0225rem !important; }
  .pr-lg-1\.25,
  .px-lg-1\.25 {
    padding-right: 2.0225rem !important; }
  .pb-lg-1\.25,
  .py-lg-1\.25 {
    padding-bottom: 2.0225rem !important; }
  .pl-lg-1\.25,
  .px-lg-1\.25 {
    padding-left: 2.0225rem !important; }
  .p-lg-1\.5 {
    padding: 2.427rem !important; }
  .pt-lg-1\.5,
  .py-lg-1\.5 {
    padding-top: 2.427rem !important; }
  .pr-lg-1\.5,
  .px-lg-1\.5 {
    padding-right: 2.427rem !important; }
  .pb-lg-1\.5,
  .py-lg-1\.5 {
    padding-bottom: 2.427rem !important; }
  .pl-lg-1\.5,
  .px-lg-1\.5 {
    padding-left: 2.427rem !important; }
  .p-lg-1\.75 {
    padding: 2.8315rem !important; }
  .pt-lg-1\.75,
  .py-lg-1\.75 {
    padding-top: 2.8315rem !important; }
  .pr-lg-1\.75,
  .px-lg-1\.75 {
    padding-right: 2.8315rem !important; }
  .pb-lg-1\.75,
  .py-lg-1\.75 {
    padding-bottom: 2.8315rem !important; }
  .pl-lg-1\.75,
  .px-lg-1\.75 {
    padding-left: 2.8315rem !important; }
  .p-lg-2\.5 {
    padding: 4.045rem !important; }
  .pt-lg-2\.5,
  .py-lg-2\.5 {
    padding-top: 4.045rem !important; }
  .pr-lg-2\.5,
  .px-lg-2\.5 {
    padding-right: 4.045rem !important; }
  .pb-lg-2\.5,
  .py-lg-2\.5 {
    padding-bottom: 4.045rem !important; }
  .pl-lg-2\.5,
  .px-lg-2\.5 {
    padding-left: 4.045rem !important; }
  .p-lg-3\.5 {
    padding: 5.663rem !important; }
  .pt-lg-3\.5,
  .py-lg-3\.5 {
    padding-top: 5.663rem !important; }
  .pr-lg-3\.5,
  .px-lg-3\.5 {
    padding-right: 5.663rem !important; }
  .pb-lg-3\.5,
  .py-lg-3\.5 {
    padding-bottom: 5.663rem !important; }
  .pl-lg-3\.5,
  .px-lg-3\.5 {
    padding-left: 5.663rem !important; }
  .p-lg-4\.5 {
    padding: 7.281rem !important; }
  .pt-lg-4\.5,
  .py-lg-4\.5 {
    padding-top: 7.281rem !important; }
  .pr-lg-4\.5,
  .px-lg-4\.5 {
    padding-right: 7.281rem !important; }
  .pb-lg-4\.5,
  .py-lg-4\.5 {
    padding-bottom: 7.281rem !important; }
  .pl-lg-4\.5,
  .px-lg-4\.5 {
    padding-left: 7.281rem !important; }
  .p-lg-6 {
    padding: 9.708rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 9.708rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 9.708rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 9.708rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 9.708rem !important; }
  .p-lg-7 {
    padding: 11.326rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 11.326rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 11.326rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 11.326rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 11.326rem !important; }
  .p-lg-8 {
    padding: 12.944rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 12.944rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 12.944rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 12.944rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 12.944rem !important; }
  .p-lg-9 {
    padding: 14.562rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 14.562rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 14.562rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 14.562rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 14.562rem !important; }
  .p-lg-10 {
    padding: 16.18rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 16.18rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 16.18rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 16.18rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 16.18rem !important; }
  .m-lg-n1 {
    margin: -1.618rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1.618rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1.618rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1.618rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1.618rem !important; }
  .m-lg-n2 {
    margin: -3.236rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -3.236rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -3.236rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -3.236rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -3.236rem !important; }
  .m-lg-n3 {
    margin: -4.854rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -4.854rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -4.854rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -4.854rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -4.854rem !important; }
  .m-lg-n4 {
    margin: -6.472rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -6.472rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -6.472rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -6.472rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -6.472rem !important; }
  .m-lg-n5 {
    margin: -8.09rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -8.09rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -8.09rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -8.09rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -8.09rem !important; }
  .m-lg-n0\.125 {
    margin: -0.20225rem !important; }
  .mt-lg-n0\.125,
  .my-lg-n0\.125 {
    margin-top: -0.20225rem !important; }
  .mr-lg-n0\.125,
  .mx-lg-n0\.125 {
    margin-right: -0.20225rem !important; }
  .mb-lg-n0\.125,
  .my-lg-n0\.125 {
    margin-bottom: -0.20225rem !important; }
  .ml-lg-n0\.125,
  .mx-lg-n0\.125 {
    margin-left: -0.20225rem !important; }
  .m-lg-n0\.25 {
    margin: -0.4045rem !important; }
  .mt-lg-n0\.25,
  .my-lg-n0\.25 {
    margin-top: -0.4045rem !important; }
  .mr-lg-n0\.25,
  .mx-lg-n0\.25 {
    margin-right: -0.4045rem !important; }
  .mb-lg-n0\.25,
  .my-lg-n0\.25 {
    margin-bottom: -0.4045rem !important; }
  .ml-lg-n0\.25,
  .mx-lg-n0\.25 {
    margin-left: -0.4045rem !important; }
  .m-lg-n0\.5 {
    margin: -0.809rem !important; }
  .mt-lg-n0\.5,
  .my-lg-n0\.5 {
    margin-top: -0.809rem !important; }
  .mr-lg-n0\.5,
  .mx-lg-n0\.5 {
    margin-right: -0.809rem !important; }
  .mb-lg-n0\.5,
  .my-lg-n0\.5 {
    margin-bottom: -0.809rem !important; }
  .ml-lg-n0\.5,
  .mx-lg-n0\.5 {
    margin-left: -0.809rem !important; }
  .m-lg-n0\.75 {
    margin: -1.2135rem !important; }
  .mt-lg-n0\.75,
  .my-lg-n0\.75 {
    margin-top: -1.2135rem !important; }
  .mr-lg-n0\.75,
  .mx-lg-n0\.75 {
    margin-right: -1.2135rem !important; }
  .mb-lg-n0\.75,
  .my-lg-n0\.75 {
    margin-bottom: -1.2135rem !important; }
  .ml-lg-n0\.75,
  .mx-lg-n0\.75 {
    margin-left: -1.2135rem !important; }
  .m-lg-n1\.25 {
    margin: -2.0225rem !important; }
  .mt-lg-n1\.25,
  .my-lg-n1\.25 {
    margin-top: -2.0225rem !important; }
  .mr-lg-n1\.25,
  .mx-lg-n1\.25 {
    margin-right: -2.0225rem !important; }
  .mb-lg-n1\.25,
  .my-lg-n1\.25 {
    margin-bottom: -2.0225rem !important; }
  .ml-lg-n1\.25,
  .mx-lg-n1\.25 {
    margin-left: -2.0225rem !important; }
  .m-lg-n1\.5 {
    margin: -2.427rem !important; }
  .mt-lg-n1\.5,
  .my-lg-n1\.5 {
    margin-top: -2.427rem !important; }
  .mr-lg-n1\.5,
  .mx-lg-n1\.5 {
    margin-right: -2.427rem !important; }
  .mb-lg-n1\.5,
  .my-lg-n1\.5 {
    margin-bottom: -2.427rem !important; }
  .ml-lg-n1\.5,
  .mx-lg-n1\.5 {
    margin-left: -2.427rem !important; }
  .m-lg-n1\.75 {
    margin: -2.8315rem !important; }
  .mt-lg-n1\.75,
  .my-lg-n1\.75 {
    margin-top: -2.8315rem !important; }
  .mr-lg-n1\.75,
  .mx-lg-n1\.75 {
    margin-right: -2.8315rem !important; }
  .mb-lg-n1\.75,
  .my-lg-n1\.75 {
    margin-bottom: -2.8315rem !important; }
  .ml-lg-n1\.75,
  .mx-lg-n1\.75 {
    margin-left: -2.8315rem !important; }
  .m-lg-n2\.5 {
    margin: -4.045rem !important; }
  .mt-lg-n2\.5,
  .my-lg-n2\.5 {
    margin-top: -4.045rem !important; }
  .mr-lg-n2\.5,
  .mx-lg-n2\.5 {
    margin-right: -4.045rem !important; }
  .mb-lg-n2\.5,
  .my-lg-n2\.5 {
    margin-bottom: -4.045rem !important; }
  .ml-lg-n2\.5,
  .mx-lg-n2\.5 {
    margin-left: -4.045rem !important; }
  .m-lg-n3\.5 {
    margin: -5.663rem !important; }
  .mt-lg-n3\.5,
  .my-lg-n3\.5 {
    margin-top: -5.663rem !important; }
  .mr-lg-n3\.5,
  .mx-lg-n3\.5 {
    margin-right: -5.663rem !important; }
  .mb-lg-n3\.5,
  .my-lg-n3\.5 {
    margin-bottom: -5.663rem !important; }
  .ml-lg-n3\.5,
  .mx-lg-n3\.5 {
    margin-left: -5.663rem !important; }
  .m-lg-n4\.5 {
    margin: -7.281rem !important; }
  .mt-lg-n4\.5,
  .my-lg-n4\.5 {
    margin-top: -7.281rem !important; }
  .mr-lg-n4\.5,
  .mx-lg-n4\.5 {
    margin-right: -7.281rem !important; }
  .mb-lg-n4\.5,
  .my-lg-n4\.5 {
    margin-bottom: -7.281rem !important; }
  .ml-lg-n4\.5,
  .mx-lg-n4\.5 {
    margin-left: -7.281rem !important; }
  .m-lg-n6 {
    margin: -9.708rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -9.708rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -9.708rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -9.708rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -9.708rem !important; }
  .m-lg-n7 {
    margin: -11.326rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -11.326rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -11.326rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -11.326rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -11.326rem !important; }
  .m-lg-n8 {
    margin: -12.944rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -12.944rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -12.944rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -12.944rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -12.944rem !important; }
  .m-lg-n9 {
    margin: -14.562rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -14.562rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -14.562rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -14.562rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -14.562rem !important; }
  .m-lg-n10 {
    margin: -16.18rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -16.18rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -16.18rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -16.18rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -16.18rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 1.618rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1.618rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1.618rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1.618rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1.618rem !important; }
  .m-xl-2 {
    margin: 3.236rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 3.236rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 3.236rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 3.236rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 3.236rem !important; }
  .m-xl-3 {
    margin: 4.854rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 4.854rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 4.854rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 4.854rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 4.854rem !important; }
  .m-xl-4 {
    margin: 6.472rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 6.472rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 6.472rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 6.472rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 6.472rem !important; }
  .m-xl-5 {
    margin: 8.09rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 8.09rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 8.09rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 8.09rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 8.09rem !important; }
  .m-xl-0\.125 {
    margin: 0.20225rem !important; }
  .mt-xl-0\.125,
  .my-xl-0\.125 {
    margin-top: 0.20225rem !important; }
  .mr-xl-0\.125,
  .mx-xl-0\.125 {
    margin-right: 0.20225rem !important; }
  .mb-xl-0\.125,
  .my-xl-0\.125 {
    margin-bottom: 0.20225rem !important; }
  .ml-xl-0\.125,
  .mx-xl-0\.125 {
    margin-left: 0.20225rem !important; }
  .m-xl-0\.25 {
    margin: 0.4045rem !important; }
  .mt-xl-0\.25,
  .my-xl-0\.25 {
    margin-top: 0.4045rem !important; }
  .mr-xl-0\.25,
  .mx-xl-0\.25 {
    margin-right: 0.4045rem !important; }
  .mb-xl-0\.25,
  .my-xl-0\.25 {
    margin-bottom: 0.4045rem !important; }
  .ml-xl-0\.25,
  .mx-xl-0\.25 {
    margin-left: 0.4045rem !important; }
  .m-xl-0\.5 {
    margin: 0.809rem !important; }
  .mt-xl-0\.5,
  .my-xl-0\.5 {
    margin-top: 0.809rem !important; }
  .mr-xl-0\.5,
  .mx-xl-0\.5 {
    margin-right: 0.809rem !important; }
  .mb-xl-0\.5,
  .my-xl-0\.5 {
    margin-bottom: 0.809rem !important; }
  .ml-xl-0\.5,
  .mx-xl-0\.5 {
    margin-left: 0.809rem !important; }
  .m-xl-0\.75 {
    margin: 1.2135rem !important; }
  .mt-xl-0\.75,
  .my-xl-0\.75 {
    margin-top: 1.2135rem !important; }
  .mr-xl-0\.75,
  .mx-xl-0\.75 {
    margin-right: 1.2135rem !important; }
  .mb-xl-0\.75,
  .my-xl-0\.75 {
    margin-bottom: 1.2135rem !important; }
  .ml-xl-0\.75,
  .mx-xl-0\.75 {
    margin-left: 1.2135rem !important; }
  .m-xl-1\.25 {
    margin: 2.0225rem !important; }
  .mt-xl-1\.25,
  .my-xl-1\.25 {
    margin-top: 2.0225rem !important; }
  .mr-xl-1\.25,
  .mx-xl-1\.25 {
    margin-right: 2.0225rem !important; }
  .mb-xl-1\.25,
  .my-xl-1\.25 {
    margin-bottom: 2.0225rem !important; }
  .ml-xl-1\.25,
  .mx-xl-1\.25 {
    margin-left: 2.0225rem !important; }
  .m-xl-1\.5 {
    margin: 2.427rem !important; }
  .mt-xl-1\.5,
  .my-xl-1\.5 {
    margin-top: 2.427rem !important; }
  .mr-xl-1\.5,
  .mx-xl-1\.5 {
    margin-right: 2.427rem !important; }
  .mb-xl-1\.5,
  .my-xl-1\.5 {
    margin-bottom: 2.427rem !important; }
  .ml-xl-1\.5,
  .mx-xl-1\.5 {
    margin-left: 2.427rem !important; }
  .m-xl-1\.75 {
    margin: 2.8315rem !important; }
  .mt-xl-1\.75,
  .my-xl-1\.75 {
    margin-top: 2.8315rem !important; }
  .mr-xl-1\.75,
  .mx-xl-1\.75 {
    margin-right: 2.8315rem !important; }
  .mb-xl-1\.75,
  .my-xl-1\.75 {
    margin-bottom: 2.8315rem !important; }
  .ml-xl-1\.75,
  .mx-xl-1\.75 {
    margin-left: 2.8315rem !important; }
  .m-xl-2\.5 {
    margin: 4.045rem !important; }
  .mt-xl-2\.5,
  .my-xl-2\.5 {
    margin-top: 4.045rem !important; }
  .mr-xl-2\.5,
  .mx-xl-2\.5 {
    margin-right: 4.045rem !important; }
  .mb-xl-2\.5,
  .my-xl-2\.5 {
    margin-bottom: 4.045rem !important; }
  .ml-xl-2\.5,
  .mx-xl-2\.5 {
    margin-left: 4.045rem !important; }
  .m-xl-3\.5 {
    margin: 5.663rem !important; }
  .mt-xl-3\.5,
  .my-xl-3\.5 {
    margin-top: 5.663rem !important; }
  .mr-xl-3\.5,
  .mx-xl-3\.5 {
    margin-right: 5.663rem !important; }
  .mb-xl-3\.5,
  .my-xl-3\.5 {
    margin-bottom: 5.663rem !important; }
  .ml-xl-3\.5,
  .mx-xl-3\.5 {
    margin-left: 5.663rem !important; }
  .m-xl-4\.5 {
    margin: 7.281rem !important; }
  .mt-xl-4\.5,
  .my-xl-4\.5 {
    margin-top: 7.281rem !important; }
  .mr-xl-4\.5,
  .mx-xl-4\.5 {
    margin-right: 7.281rem !important; }
  .mb-xl-4\.5,
  .my-xl-4\.5 {
    margin-bottom: 7.281rem !important; }
  .ml-xl-4\.5,
  .mx-xl-4\.5 {
    margin-left: 7.281rem !important; }
  .m-xl-6 {
    margin: 9.708rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 9.708rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 9.708rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 9.708rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 9.708rem !important; }
  .m-xl-7 {
    margin: 11.326rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 11.326rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 11.326rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 11.326rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 11.326rem !important; }
  .m-xl-8 {
    margin: 12.944rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 12.944rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 12.944rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 12.944rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 12.944rem !important; }
  .m-xl-9 {
    margin: 14.562rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 14.562rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 14.562rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 14.562rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 14.562rem !important; }
  .m-xl-10 {
    margin: 16.18rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 16.18rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 16.18rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 16.18rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 16.18rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 1.618rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1.618rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1.618rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1.618rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1.618rem !important; }
  .p-xl-2 {
    padding: 3.236rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 3.236rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 3.236rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 3.236rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 3.236rem !important; }
  .p-xl-3 {
    padding: 4.854rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 4.854rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 4.854rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 4.854rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 4.854rem !important; }
  .p-xl-4 {
    padding: 6.472rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 6.472rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 6.472rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 6.472rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 6.472rem !important; }
  .p-xl-5 {
    padding: 8.09rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 8.09rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 8.09rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 8.09rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 8.09rem !important; }
  .p-xl-0\.125 {
    padding: 0.20225rem !important; }
  .pt-xl-0\.125,
  .py-xl-0\.125 {
    padding-top: 0.20225rem !important; }
  .pr-xl-0\.125,
  .px-xl-0\.125 {
    padding-right: 0.20225rem !important; }
  .pb-xl-0\.125,
  .py-xl-0\.125 {
    padding-bottom: 0.20225rem !important; }
  .pl-xl-0\.125,
  .px-xl-0\.125 {
    padding-left: 0.20225rem !important; }
  .p-xl-0\.25 {
    padding: 0.4045rem !important; }
  .pt-xl-0\.25,
  .py-xl-0\.25 {
    padding-top: 0.4045rem !important; }
  .pr-xl-0\.25,
  .px-xl-0\.25 {
    padding-right: 0.4045rem !important; }
  .pb-xl-0\.25,
  .py-xl-0\.25 {
    padding-bottom: 0.4045rem !important; }
  .pl-xl-0\.25,
  .px-xl-0\.25 {
    padding-left: 0.4045rem !important; }
  .p-xl-0\.5 {
    padding: 0.809rem !important; }
  .pt-xl-0\.5,
  .py-xl-0\.5 {
    padding-top: 0.809rem !important; }
  .pr-xl-0\.5,
  .px-xl-0\.5 {
    padding-right: 0.809rem !important; }
  .pb-xl-0\.5,
  .py-xl-0\.5 {
    padding-bottom: 0.809rem !important; }
  .pl-xl-0\.5,
  .px-xl-0\.5 {
    padding-left: 0.809rem !important; }
  .p-xl-0\.75 {
    padding: 1.2135rem !important; }
  .pt-xl-0\.75,
  .py-xl-0\.75 {
    padding-top: 1.2135rem !important; }
  .pr-xl-0\.75,
  .px-xl-0\.75 {
    padding-right: 1.2135rem !important; }
  .pb-xl-0\.75,
  .py-xl-0\.75 {
    padding-bottom: 1.2135rem !important; }
  .pl-xl-0\.75,
  .px-xl-0\.75 {
    padding-left: 1.2135rem !important; }
  .p-xl-1\.25 {
    padding: 2.0225rem !important; }
  .pt-xl-1\.25,
  .py-xl-1\.25 {
    padding-top: 2.0225rem !important; }
  .pr-xl-1\.25,
  .px-xl-1\.25 {
    padding-right: 2.0225rem !important; }
  .pb-xl-1\.25,
  .py-xl-1\.25 {
    padding-bottom: 2.0225rem !important; }
  .pl-xl-1\.25,
  .px-xl-1\.25 {
    padding-left: 2.0225rem !important; }
  .p-xl-1\.5 {
    padding: 2.427rem !important; }
  .pt-xl-1\.5,
  .py-xl-1\.5 {
    padding-top: 2.427rem !important; }
  .pr-xl-1\.5,
  .px-xl-1\.5 {
    padding-right: 2.427rem !important; }
  .pb-xl-1\.5,
  .py-xl-1\.5 {
    padding-bottom: 2.427rem !important; }
  .pl-xl-1\.5,
  .px-xl-1\.5 {
    padding-left: 2.427rem !important; }
  .p-xl-1\.75 {
    padding: 2.8315rem !important; }
  .pt-xl-1\.75,
  .py-xl-1\.75 {
    padding-top: 2.8315rem !important; }
  .pr-xl-1\.75,
  .px-xl-1\.75 {
    padding-right: 2.8315rem !important; }
  .pb-xl-1\.75,
  .py-xl-1\.75 {
    padding-bottom: 2.8315rem !important; }
  .pl-xl-1\.75,
  .px-xl-1\.75 {
    padding-left: 2.8315rem !important; }
  .p-xl-2\.5 {
    padding: 4.045rem !important; }
  .pt-xl-2\.5,
  .py-xl-2\.5 {
    padding-top: 4.045rem !important; }
  .pr-xl-2\.5,
  .px-xl-2\.5 {
    padding-right: 4.045rem !important; }
  .pb-xl-2\.5,
  .py-xl-2\.5 {
    padding-bottom: 4.045rem !important; }
  .pl-xl-2\.5,
  .px-xl-2\.5 {
    padding-left: 4.045rem !important; }
  .p-xl-3\.5 {
    padding: 5.663rem !important; }
  .pt-xl-3\.5,
  .py-xl-3\.5 {
    padding-top: 5.663rem !important; }
  .pr-xl-3\.5,
  .px-xl-3\.5 {
    padding-right: 5.663rem !important; }
  .pb-xl-3\.5,
  .py-xl-3\.5 {
    padding-bottom: 5.663rem !important; }
  .pl-xl-3\.5,
  .px-xl-3\.5 {
    padding-left: 5.663rem !important; }
  .p-xl-4\.5 {
    padding: 7.281rem !important; }
  .pt-xl-4\.5,
  .py-xl-4\.5 {
    padding-top: 7.281rem !important; }
  .pr-xl-4\.5,
  .px-xl-4\.5 {
    padding-right: 7.281rem !important; }
  .pb-xl-4\.5,
  .py-xl-4\.5 {
    padding-bottom: 7.281rem !important; }
  .pl-xl-4\.5,
  .px-xl-4\.5 {
    padding-left: 7.281rem !important; }
  .p-xl-6 {
    padding: 9.708rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 9.708rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 9.708rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 9.708rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 9.708rem !important; }
  .p-xl-7 {
    padding: 11.326rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 11.326rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 11.326rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 11.326rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 11.326rem !important; }
  .p-xl-8 {
    padding: 12.944rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 12.944rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 12.944rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 12.944rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 12.944rem !important; }
  .p-xl-9 {
    padding: 14.562rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 14.562rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 14.562rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 14.562rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 14.562rem !important; }
  .p-xl-10 {
    padding: 16.18rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 16.18rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 16.18rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 16.18rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 16.18rem !important; }
  .m-xl-n1 {
    margin: -1.618rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1.618rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1.618rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1.618rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1.618rem !important; }
  .m-xl-n2 {
    margin: -3.236rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -3.236rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -3.236rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -3.236rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -3.236rem !important; }
  .m-xl-n3 {
    margin: -4.854rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -4.854rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -4.854rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -4.854rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -4.854rem !important; }
  .m-xl-n4 {
    margin: -6.472rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -6.472rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -6.472rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -6.472rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -6.472rem !important; }
  .m-xl-n5 {
    margin: -8.09rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -8.09rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -8.09rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -8.09rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -8.09rem !important; }
  .m-xl-n0\.125 {
    margin: -0.20225rem !important; }
  .mt-xl-n0\.125,
  .my-xl-n0\.125 {
    margin-top: -0.20225rem !important; }
  .mr-xl-n0\.125,
  .mx-xl-n0\.125 {
    margin-right: -0.20225rem !important; }
  .mb-xl-n0\.125,
  .my-xl-n0\.125 {
    margin-bottom: -0.20225rem !important; }
  .ml-xl-n0\.125,
  .mx-xl-n0\.125 {
    margin-left: -0.20225rem !important; }
  .m-xl-n0\.25 {
    margin: -0.4045rem !important; }
  .mt-xl-n0\.25,
  .my-xl-n0\.25 {
    margin-top: -0.4045rem !important; }
  .mr-xl-n0\.25,
  .mx-xl-n0\.25 {
    margin-right: -0.4045rem !important; }
  .mb-xl-n0\.25,
  .my-xl-n0\.25 {
    margin-bottom: -0.4045rem !important; }
  .ml-xl-n0\.25,
  .mx-xl-n0\.25 {
    margin-left: -0.4045rem !important; }
  .m-xl-n0\.5 {
    margin: -0.809rem !important; }
  .mt-xl-n0\.5,
  .my-xl-n0\.5 {
    margin-top: -0.809rem !important; }
  .mr-xl-n0\.5,
  .mx-xl-n0\.5 {
    margin-right: -0.809rem !important; }
  .mb-xl-n0\.5,
  .my-xl-n0\.5 {
    margin-bottom: -0.809rem !important; }
  .ml-xl-n0\.5,
  .mx-xl-n0\.5 {
    margin-left: -0.809rem !important; }
  .m-xl-n0\.75 {
    margin: -1.2135rem !important; }
  .mt-xl-n0\.75,
  .my-xl-n0\.75 {
    margin-top: -1.2135rem !important; }
  .mr-xl-n0\.75,
  .mx-xl-n0\.75 {
    margin-right: -1.2135rem !important; }
  .mb-xl-n0\.75,
  .my-xl-n0\.75 {
    margin-bottom: -1.2135rem !important; }
  .ml-xl-n0\.75,
  .mx-xl-n0\.75 {
    margin-left: -1.2135rem !important; }
  .m-xl-n1\.25 {
    margin: -2.0225rem !important; }
  .mt-xl-n1\.25,
  .my-xl-n1\.25 {
    margin-top: -2.0225rem !important; }
  .mr-xl-n1\.25,
  .mx-xl-n1\.25 {
    margin-right: -2.0225rem !important; }
  .mb-xl-n1\.25,
  .my-xl-n1\.25 {
    margin-bottom: -2.0225rem !important; }
  .ml-xl-n1\.25,
  .mx-xl-n1\.25 {
    margin-left: -2.0225rem !important; }
  .m-xl-n1\.5 {
    margin: -2.427rem !important; }
  .mt-xl-n1\.5,
  .my-xl-n1\.5 {
    margin-top: -2.427rem !important; }
  .mr-xl-n1\.5,
  .mx-xl-n1\.5 {
    margin-right: -2.427rem !important; }
  .mb-xl-n1\.5,
  .my-xl-n1\.5 {
    margin-bottom: -2.427rem !important; }
  .ml-xl-n1\.5,
  .mx-xl-n1\.5 {
    margin-left: -2.427rem !important; }
  .m-xl-n1\.75 {
    margin: -2.8315rem !important; }
  .mt-xl-n1\.75,
  .my-xl-n1\.75 {
    margin-top: -2.8315rem !important; }
  .mr-xl-n1\.75,
  .mx-xl-n1\.75 {
    margin-right: -2.8315rem !important; }
  .mb-xl-n1\.75,
  .my-xl-n1\.75 {
    margin-bottom: -2.8315rem !important; }
  .ml-xl-n1\.75,
  .mx-xl-n1\.75 {
    margin-left: -2.8315rem !important; }
  .m-xl-n2\.5 {
    margin: -4.045rem !important; }
  .mt-xl-n2\.5,
  .my-xl-n2\.5 {
    margin-top: -4.045rem !important; }
  .mr-xl-n2\.5,
  .mx-xl-n2\.5 {
    margin-right: -4.045rem !important; }
  .mb-xl-n2\.5,
  .my-xl-n2\.5 {
    margin-bottom: -4.045rem !important; }
  .ml-xl-n2\.5,
  .mx-xl-n2\.5 {
    margin-left: -4.045rem !important; }
  .m-xl-n3\.5 {
    margin: -5.663rem !important; }
  .mt-xl-n3\.5,
  .my-xl-n3\.5 {
    margin-top: -5.663rem !important; }
  .mr-xl-n3\.5,
  .mx-xl-n3\.5 {
    margin-right: -5.663rem !important; }
  .mb-xl-n3\.5,
  .my-xl-n3\.5 {
    margin-bottom: -5.663rem !important; }
  .ml-xl-n3\.5,
  .mx-xl-n3\.5 {
    margin-left: -5.663rem !important; }
  .m-xl-n4\.5 {
    margin: -7.281rem !important; }
  .mt-xl-n4\.5,
  .my-xl-n4\.5 {
    margin-top: -7.281rem !important; }
  .mr-xl-n4\.5,
  .mx-xl-n4\.5 {
    margin-right: -7.281rem !important; }
  .mb-xl-n4\.5,
  .my-xl-n4\.5 {
    margin-bottom: -7.281rem !important; }
  .ml-xl-n4\.5,
  .mx-xl-n4\.5 {
    margin-left: -7.281rem !important; }
  .m-xl-n6 {
    margin: -9.708rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -9.708rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -9.708rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -9.708rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -9.708rem !important; }
  .m-xl-n7 {
    margin: -11.326rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -11.326rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -11.326rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -11.326rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -11.326rem !important; }
  .m-xl-n8 {
    margin: -12.944rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -12.944rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -12.944rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -12.944rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -12.944rem !important; }
  .m-xl-n9 {
    margin: -14.562rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -14.562rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -14.562rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -14.562rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -14.562rem !important; }
  .m-xl-n10 {
    margin: -16.18rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -16.18rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -16.18rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -16.18rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -16.18rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.bg-shakespeare {
  background-color: #3fa9d2 !important; }

a.bg-shakespeare:hover, a.bg-shakespeare:focus,
button.bg-shakespeare:hover,
button.bg-shakespeare:focus {
  background-color: #2a8db4 !important; }

.bg-shakespeare, .bg-shakespeare a {
  color: white; }

.bg-jelly_bean {
  background-color: #276fa6 !important; }

a.bg-jelly_bean:hover, a.bg-jelly_bean:focus,
button.bg-jelly_bean:hover,
button.bg-jelly_bean:focus {
  background-color: #1d537d !important; }

.bg-jelly_bean, .bg-jelly_bean a {
  color: white; }

.bg-haiti, .restaurant-info, .section-reservation--terms\&conditions {
  background-color: #141833 !important; }

a.bg-haiti:hover, a.restaurant-info:hover, a.section-reservation--terms\&conditions:hover, a.bg-haiti:focus, a.restaurant-info:focus, a.section-reservation--terms\&conditions:focus,
button.bg-haiti:hover,
button.restaurant-info:hover,
button.section-reservation--terms\&conditions:hover,
button.bg-haiti:focus,
button.restaurant-info:focus,
button.section-reservation--terms\&conditions:focus {
  background-color: #06070e !important; }

.bg-haiti, .restaurant-info, .section-reservation--terms\&conditions, .bg-haiti a, .restaurant-info a, .section-reservation--terms\&conditions a {
  color: white; }

.bg-darkgray {
  background-color: #a9a9a9 !important; }

a.bg-darkgray:hover, a.bg-darkgray:focus,
button.bg-darkgray:hover,
button.bg-darkgray:focus {
  background-color: #908f8f !important; }

.bg-darkgray, .bg-darkgray a {
  color: white; }

.bg-primary, .bg-primary a {
  color: white; }

.bg-secondary, .bg-secondary a {
  color: white; }

.bg-success, .bg-success a {
  color: white; }

.bg-info, .bg-info a {
  color: white; }

.bg-warning, .bg-warning a {
  color: rgba(0, 0, 0, 0.7); }

.bg-danger, .bg-danger a {
  color: white; }

.bg-light, .bg-light a {
  color: rgba(0, 0, 0, 0.7); }

.bg-dark, .bg-dark a {
  color: white; }

.text-shakespeare {
  color: #3fa9d2 !important; }

a.text-shakespeare:hover, a.text-shakespeare:focus {
  color: #257d9f !important; }

.text-jelly_bean {
  color: #276fa6 !important; }

a.text-jelly_bean:hover, a.text-jelly_bean:focus {
  color: #184668 !important; }

.text-haiti {
  color: #141833 !important; }

a.text-haiti:hover, a.text-haiti:focus {
  color: black !important; }

.text-darkgray {
  color: #a9a9a9 !important; }

a.text-darkgray:hover, a.text-darkgray:focus {
  color: #838383 !important; }

.icon, .captcha #refresh-captcha > .icon-refresh, .item__narrow-band--pizza .item__narrow-band-tinsel--3 {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-meter:before {
  content: ""; }

.icon-hotel-bell-ring:before {
  content: ""; }

.icon-logo-mask:before {
  content: ""; }

.icon-logo:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-reservation-menu:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-man:before {
  content: ""; }

.icon-price-tag-fill:before {
  content: ""; }

.icon-calendar-checked:before {
  content: ""; }

.icon-calendar-edit:before {
  content: ""; }

.icon-calendar-grid:before {
  content: ""; }

.icon-calendar-void:before {
  content: ""; }

.icon-call:before {
  content: ""; }

.icon-call-linear:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-envelope-open:before {
  content: ""; }

.icon-fax-linear:before {
  content: ""; }

.icon-hotel-bell:before {
  content: ""; }

.icon-hotel-bell-linear:before {
  content: ""; }

.icon-mobile:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-phone-linear:before {
  content: ""; }

.icon-pin:before {
  content: ""; }

.icon-pin-linear:before {
  content: ""; }

.icon-printer:before {
  content: ""; }

.icon-send:before {
  content: ""; }

.icon-ssl:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-whatsapp-linear:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-call-circle:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-check-button:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-down-circle:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-left-circle:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-right-circle:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-up-circle:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-circle-fill:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-close-circle:before {
  content: ""; }

.icon-dot-inside-a-circle:before {
  content: ""; }

.icon-double-arrow:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-foreign:before {
  content: ""; }

.icon-information-circle:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-menubar:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-minus-circle:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-plus-circle:before {
  content: ""; }

.icon-quotes-left:before {
  content: ""; }

.icon-quotes-right:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-square:before {
  content: ""; }

.icon-square-checked:before {
  content: ""; }

.icon-square-filled:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-swallow-tail-down:before {
  content: ""; }

.icon-swallow-tail-left:before {
  content: ""; }

.icon-swallow-tail-right:before {
  content: ""; }

.icon-swallow-tail-up:before {
  content: ""; }

.icon-user-silhouette:before {
  content: ""; }

.icon-zoom:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-messenger:before {
  content: ""; }

.icon-paypal:before {
  content: ""; }

.icon-paypal-logo:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-tripadvisor:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-send-linear:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

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

.t-auto {
  top: auto !important; }

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

.r-auto {
  right: auto !important; }

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

.b-auto {
  bottom: auto !important; }

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

.l-auto {
  left: auto !important; }

@media (min-width: 576px) {
  .t-sm-0 {
    top: 0 !important; }
  .t-sm-auto {
    top: auto !important; }
  .r-sm-0 {
    right: 0 !important; }
  .r-sm-auto {
    right: auto !important; }
  .b-sm-0 {
    bottom: 0 !important; }
  .b-sm-auto {
    bottom: auto !important; }
  .l-sm-0 {
    left: 0 !important; }
  .l-sm-auto {
    left: auto !important; } }

@media (min-width: 768px) {
  .t-md-0 {
    top: 0 !important; }
  .t-md-auto {
    top: auto !important; }
  .r-md-0 {
    right: 0 !important; }
  .r-md-auto {
    right: auto !important; }
  .b-md-0 {
    bottom: 0 !important; }
  .b-md-auto {
    bottom: auto !important; }
  .l-md-0 {
    left: 0 !important; }
  .l-md-auto {
    left: auto !important; } }

@media (min-width: 992px) {
  .t-lg-0 {
    top: 0 !important; }
  .t-lg-auto {
    top: auto !important; }
  .r-lg-0 {
    right: 0 !important; }
  .r-lg-auto {
    right: auto !important; }
  .b-lg-0 {
    bottom: 0 !important; }
  .b-lg-auto {
    bottom: auto !important; }
  .l-lg-0 {
    left: 0 !important; }
  .l-lg-auto {
    left: auto !important; } }

@media (min-width: 1200px) {
  .t-xl-0 {
    top: 0 !important; }
  .t-xl-auto {
    top: auto !important; }
  .r-xl-0 {
    right: 0 !important; }
  .r-xl-auto {
    right: auto !important; }
  .b-xl-0 {
    bottom: 0 !important; }
  .b-xl-auto {
    bottom: auto !important; }
  .l-xl-0 {
    left: 0 !important; }
  .l-xl-auto {
    left: auto !important; } }

.flex-item--flexible {
  flex: auto !important; }

.flex-item--inflexible {
  flex: none !important; }

.flex-item--growable {
  flex: 1 !important;
  flex-shrink: 0 !important; }

.flex-item--shrinkable {
  flex: initial !important; }

.flex-item--absolute {
  flex-basis: 0% !important; }

.flex-item--relative {
  flex-basis: auto !important; }

@media (min-width: 576px) {
  .flex-item-sm--flexible {
    flex: auto !important; }
  .flex-item-sm--inflexible {
    flex: none !important; }
  .flex-item-sm--growable {
    flex: 1 !important;
    flex-shrink: 0 !important; }
  .flex-item-sm--shrinkable {
    flex: initial !important; }
  .flex-item-sm--absolute {
    flex-basis: 0% !important; }
  .flex-item-sm--relative {
    flex-basis: auto !important; } }

@media (min-width: 768px) {
  .flex-item-md--flexible {
    flex: auto !important; }
  .flex-item-md--inflexible {
    flex: none !important; }
  .flex-item-md--growable {
    flex: 1 !important;
    flex-shrink: 0 !important; }
  .flex-item-md--shrinkable {
    flex: initial !important; }
  .flex-item-md--absolute {
    flex-basis: 0% !important; }
  .flex-item-md--relative {
    flex-basis: auto !important; } }

@media (min-width: 992px) {
  .flex-item-lg--flexible {
    flex: auto !important; }
  .flex-item-lg--inflexible {
    flex: none !important; }
  .flex-item-lg--growable {
    flex: 1 !important;
    flex-shrink: 0 !important; }
  .flex-item-lg--shrinkable {
    flex: initial !important; }
  .flex-item-lg--absolute {
    flex-basis: 0% !important; }
  .flex-item-lg--relative {
    flex-basis: auto !important; } }

@media (min-width: 1200px) {
  .flex-item-xl--flexible {
    flex: auto !important; }
  .flex-item-xl--inflexible {
    flex: none !important; }
  .flex-item-xl--growable {
    flex: 1 !important;
    flex-shrink: 0 !important; }
  .flex-item-xl--shrinkable {
    flex: initial !important; }
  .flex-item-xl--absolute {
    flex-basis: 0% !important; }
  .flex-item-xl--relative {
    flex-basis: auto !important; } }

@-webkit-keyframes scrolltocontent {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes scrolltocontent {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1; } }

@keyframes slide-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1; } }

@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1; } }

@keyframes slide-left {
  from {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1; } }

@-webkit-keyframes slide-left-flip {
  from {
    -webkit-transform: translateX(50%), rotateY(180deg);
            transform: translateX(50%), rotateY(180deg);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0%), rotateY(180deg);
            transform: translateX(0%), rotateY(180deg);
    opacity: 1; } }

@keyframes slide-left-flip {
  from {
    -webkit-transform: translateX(50%), rotateY(180deg);
            transform: translateX(50%), rotateY(180deg);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0%), rotateY(180deg);
            transform: translateX(0%), rotateY(180deg);
    opacity: 1; } }

@-webkit-keyframes slide-bottom {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes slide-bottom {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@-webkit-keyframes slide-top {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes slide-top {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes slideInRight { }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes foldingLeft {
  from {
    opacity: 0;
    -webkit-transform: skewY(20deg) scale(0.5);
            transform: skewY(20deg) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: skewY(0deg) scale(1);
            transform: skewY(0deg) scale(1); } }

@keyframes foldingLeft {
  from {
    opacity: 0;
    -webkit-transform: skewY(20deg) scale(0.5);
            transform: skewY(20deg) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: skewY(0deg) scale(1);
            transform: skewY(0deg) scale(1); } }

@-webkit-keyframes foldingRight {
  from {
    opacity: 0;
    -webkit-transform: skewY(-20deg) scale(0.5);
            transform: skewY(-20deg) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: skewY(0deg) scale(1);
            transform: skewY(0deg) scale(1); } }

@keyframes foldingRight {
  from {
    opacity: 0;
    -webkit-transform: skewY(-20deg) scale(0.5);
            transform: skewY(-20deg) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: skewY(0deg) scale(1);
            transform: skewY(0deg) scale(1); } }

@-webkit-keyframes rotateLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(18deg);
            transform: rotateY(18deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@keyframes rotateLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(18deg);
            transform: rotateY(18deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@-webkit-keyframes rotateRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-18deg);
            transform: rotateY(-18deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@keyframes rotateRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-18deg);
            transform: rotateY(-18deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@-webkit-keyframes rotate90Y {
  from {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); }
  to {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); } }

@keyframes rotate90Y {
  from {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); }
  to {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); } }

@-webkit-keyframes rotate-n90Y {
  from {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@keyframes rotate-n90Y {
  from {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@-webkit-keyframes sepia {
  from {
    -webkit-filter: sepia(1);
            filter: sepia(1); }
  to {
    -webkit-filter: sepia(0);
            filter: sepia(0); } }

@keyframes sepia {
  from {
    -webkit-filter: sepia(1);
            filter: sepia(1); }
  to {
    -webkit-filter: sepia(0);
            filter: sepia(0); } }

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

@keyframes blur {
  from {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

@-webkit-keyframes colorize {
  from {
    -webkit-filter: saturate(0);
            filter: saturate(0); }
  to {
    -webkit-filter: saturate(1);
            filter: saturate(1); } }

@keyframes colorize {
  from {
    -webkit-filter: saturate(0);
            filter: saturate(0); }
  to {
    -webkit-filter: saturate(1);
            filter: saturate(1); } }

@-webkit-keyframes blinker {
  50% {
    opacity: 0; } }

@keyframes blinker {
  50% {
    opacity: 0; } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: perspective(100px) translateZ(25px);
            transform: perspective(100px) translateZ(25px); }
  to {
    -webkit-transform: perspective(0px) translateZ(0px);
            transform: perspective(0px) translateZ(0px); } }

@keyframes pulse {
  from {
    -webkit-transform: perspective(100px) translateZ(25px);
            transform: perspective(100px) translateZ(25px); }
  to {
    -webkit-transform: perspective(0px) translateZ(0px);
            transform: perspective(0px) translateZ(0px); } }

@-webkit-keyframes near {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); } }

@keyframes near {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); } }

@-webkit-keyframes step-away {
  from {
    opacity: 0;
    -webkit-transform: translateZ(350px);
            transform: translateZ(350px); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); } }

@keyframes step-away {
  from {
    opacity: 0;
    -webkit-transform: translateZ(350px);
            transform: translateZ(350px); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); } }

@-webkit-keyframes zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes zoom-out {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoom-out {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes unclip {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 50%, 0% 50%);
            clip-path: polygon(0 0, 0 0, 0 50%, 0% 50%); }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%); }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

@keyframes unclip {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 50%, 0% 50%);
            clip-path: polygon(0 0, 0 0, 0 50%, 0% 50%); }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%); }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

.collapsible-element {
  transition: height 0.5s; }

.object-fit-cover {
  object-fit: cover; }

.object-fit-contain {
  object-fit: contain; }

.stretch, .fluid, .fluid--large, .fluid--large-2, .content-fluid--large, .content-fluid--large-2, .items__narrow-band-container, .how_to_get\@map, .content-fluid.__2xl, .__2xl.restaurant-info, .__2xl.restaurant-menu, .__2xl.section-info, .fluid.__2xl, .fluid--very-large, .fluid--large-3, .content-fluid--very-large, .content-fluid--large-3, .content-fluid.__3xl, .__3xl.restaurant-info, .__3xl.restaurant-menu, .__3xl.section-info, .fluid.__3xl, .fluid--larger, .fluid--large-4, .content-fluid--larger, .content-fluid--large-4, .content-fluid.__4xl, .__4xl.restaurant-info, .__4xl.restaurant-menu, .__4xl.section-info, .fluid.__4xl, .fluid--largest, .fluid--large-5, .content-fluid--largest, .content-fluid--large-5, .content-fluid.__5xl, .__5xl.restaurant-info, .__5xl.restaurant-menu, .__5xl.section-info, .fluid.__5xl, .fluid--infinite-width, .content-fluid--infinite-width, .content-fluid, .restaurant-info, .restaurant-menu, .section-info, .new-modal.modal-dialog {
  width: 100%; }

.fluid, .fluid--large, .fluid--large-2, .content-fluid--large, .content-fluid--large-2, .items__narrow-band-container, .how_to_get\@map, .content-fluid.__2xl, .__2xl.restaurant-info, .__2xl.restaurant-menu, .__2xl.section-info, .fluid.__2xl, .fluid--very-large, .fluid--large-3, .content-fluid--very-large, .content-fluid--large-3, .content-fluid.__3xl, .__3xl.restaurant-info, .__3xl.restaurant-menu, .__3xl.section-info, .fluid.__3xl, .fluid--larger, .fluid--large-4, .content-fluid--larger, .content-fluid--large-4, .content-fluid.__4xl, .__4xl.restaurant-info, .__4xl.restaurant-menu, .__4xl.section-info, .fluid.__4xl, .fluid--largest, .fluid--large-5, .content-fluid--largest, .content-fluid--large-5, .content-fluid.__5xl, .__5xl.restaurant-info, .__5xl.restaurant-menu, .__5xl.section-info, .fluid.__5xl, .fluid--infinite-width, .content-fluid--infinite-width, .content-fluid, .restaurant-info, .restaurant-menu, .section-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  .fluid--large, .fluid--large-2, .content-fluid--large, .content-fluid--large-2, .items__narrow-band-container, .how_to_get\@map, .content-fluid.__2xl, .__2xl.restaurant-info, .__2xl.restaurant-menu, .__2xl.section-info, .__2xl.fluid--large, .__2xl.fluid--large-2, .__2xl.content-fluid--large, .__2xl.content-fluid--large-2, .__2xl.items__narrow-band-container, .__2xl.how_to_get\@map, .__2xl.content-fluid, .__2xl.restaurant-info, .__2xl.restaurant-menu, .__2xl.section-info, .__2xl.fluid, .__2xl.fluid--very-large, .__2xl.fluid--large-3, .__2xl.content-fluid--very-large, .__2xl.content-fluid--large-3, .__2xl.fluid--larger, .__2xl.fluid--large-4, .__2xl.content-fluid--larger, .__2xl.content-fluid--large-4, .__2xl.fluid--largest, .__2xl.fluid--large-5, .__2xl.content-fluid--largest, .__2xl.content-fluid--large-5, .__2xl.fluid--infinite-width, .__2xl.content-fluid--infinite-width {
    max-width: 1400px; }
  .fluid--very-large, .fluid--large-3, .content-fluid--very-large, .content-fluid--large-3, .content-fluid.__3xl, .__3xl.restaurant-info, .__3xl.restaurant-menu, .__3xl.section-info, .__3xl.fluid--large, .__3xl.fluid--large-2, .__3xl.content-fluid--large, .__3xl.content-fluid--large-2, .__3xl.items__narrow-band-container, .__3xl.how_to_get\@map, .__3xl.fluid--very-large, .__3xl.fluid--large-3, .__3xl.content-fluid--very-large, .__3xl.content-fluid--large-3, .__3xl.content-fluid, .__3xl.restaurant-info, .__3xl.restaurant-menu, .__3xl.section-info, .__3xl.fluid, .__3xl.fluid--larger, .__3xl.fluid--large-4, .__3xl.content-fluid--larger, .__3xl.content-fluid--large-4, .__3xl.fluid--largest, .__3xl.fluid--large-5, .__3xl.content-fluid--largest, .__3xl.content-fluid--large-5, .__3xl.fluid--infinite-width, .__3xl.content-fluid--infinite-width {
    max-width: 1600px; }
  .fluid--larger, .fluid--large-4, .content-fluid--larger, .content-fluid--large-4, .content-fluid.__4xl, .__4xl.restaurant-info, .__4xl.restaurant-menu, .__4xl.section-info, .__4xl.fluid--large, .__4xl.fluid--large-2, .__4xl.content-fluid--large, .__4xl.content-fluid--large-2, .__4xl.items__narrow-band-container, .__4xl.how_to_get\@map, .__4xl.fluid--very-large, .__4xl.fluid--large-3, .__4xl.content-fluid--very-large, .__4xl.content-fluid--large-3, .__4xl.fluid--larger, .__4xl.fluid--large-4, .__4xl.content-fluid--larger, .__4xl.content-fluid--large-4, .__4xl.content-fluid, .__4xl.restaurant-info, .__4xl.restaurant-menu, .__4xl.section-info, .__4xl.fluid, .__4xl.fluid--largest, .__4xl.fluid--large-5, .__4xl.content-fluid--largest, .__4xl.content-fluid--large-5, .__4xl.fluid--infinite-width, .__4xl.content-fluid--infinite-width {
    max-width: 1800px; }
  .fluid--largest, .fluid--large-5, .content-fluid--largest, .content-fluid--large-5, .content-fluid.__5xl, .__5xl.restaurant-info, .__5xl.restaurant-menu, .__5xl.section-info, .__5xl.fluid--large, .__5xl.fluid--large-2, .__5xl.content-fluid--large, .__5xl.content-fluid--large-2, .__5xl.items__narrow-band-container, .__5xl.how_to_get\@map, .__5xl.fluid--very-large, .__5xl.fluid--large-3, .__5xl.content-fluid--very-large, .__5xl.content-fluid--large-3, .__5xl.fluid--larger, .__5xl.fluid--large-4, .__5xl.content-fluid--larger, .__5xl.content-fluid--large-4, .__5xl.fluid--largest, .__5xl.fluid--large-5, .__5xl.content-fluid--largest, .__5xl.content-fluid--large-5, .__5xl.content-fluid, .__5xl.restaurant-info, .__5xl.restaurant-menu, .__5xl.section-info, .__5xl.fluid, .__5xl.fluid--infinite-width, .__5xl.content-fluid--infinite-width {
    max-width: 2000px; }
  .fluid--infinite-width, .content-fluid--infinite-width {
    max-width: none !important; }

.content-fluid, .restaurant-info, .restaurant-menu, .section-info {
  --padding-x: 2.9166666667vw;
  padding-left: 2.9166666667vw !important;
  padding-right: 2.9166666667vw !important; }
  @media (min-width: 1200px) {
    .content-fluid, .restaurant-info, .restaurant-menu, .section-info {
      --padding-x: 35px;
      padding-left: 35px !important;
      padding-right: 35px !important; } }
  @media (max-width: 767.98px) {
    .content-fluid, .restaurant-info, .restaurant-menu, .section-info {
      --padding-x: 22.4px;
      padding-left: 22.4px !important;
      padding-right: 22.4px !important; } }
  .content-fluid--large, .content-fluid--large-2, .items__narrow-band-container, .how_to_get\@map, .content-fluid.__2xl, .__2xl.restaurant-info, .__2xl.restaurant-menu, .__2xl.section-info {
    --padding-x: 2.9166666667vw;
    padding-left: 2.9166666667vw !important;
    padding-right: 2.9166666667vw !important; }
    @media (min-width: 1400px) {
      .content-fluid--large, .content-fluid--large-2, .items__narrow-band-container, .how_to_get\@map, .content-fluid.__2xl, .__2xl.restaurant-info, .__2xl.restaurant-menu, .__2xl.section-info {
        --padding-x: 40.8333333333px;
        padding-left: 40.8333333333px !important;
        padding-right: 40.8333333333px !important; } }
    @media (max-width: 767.98px) {
      .content-fluid--large, .content-fluid--large-2, .items__narrow-band-container, .how_to_get\@map, .content-fluid.__2xl, .__2xl.restaurant-info, .__2xl.restaurant-menu, .__2xl.section-info {
        --padding-x: 22.4px;
        padding-left: 22.4px !important;
        padding-right: 22.4px !important; } }
  .content-fluid--very-large, .content-fluid--large-3, .content-fluid.__3xl, .__3xl.restaurant-info, .__3xl.restaurant-menu, .__3xl.section-info {
    --padding-x: 2.9166666667vw;
    padding-left: 2.9166666667vw !important;
    padding-right: 2.9166666667vw !important; }
    @media (min-width: 1600px) {
      .content-fluid--very-large, .content-fluid--large-3, .content-fluid.__3xl, .__3xl.restaurant-info, .__3xl.restaurant-menu, .__3xl.section-info {
        --padding-x: 46.6666666667px;
        padding-left: 46.6666666667px !important;
        padding-right: 46.6666666667px !important; } }
    @media (max-width: 767.98px) {
      .content-fluid--very-large, .content-fluid--large-3, .content-fluid.__3xl, .__3xl.restaurant-info, .__3xl.restaurant-menu, .__3xl.section-info {
        --padding-x: 22.4px;
        padding-left: 22.4px !important;
        padding-right: 22.4px !important; } }
  .content-fluid--larger, .content-fluid--large-4, .content-fluid.__4xl, .__4xl.restaurant-info, .__4xl.restaurant-menu, .__4xl.section-info {
    --padding-x: 2.9166666667vw;
    padding-left: 2.9166666667vw !important;
    padding-right: 2.9166666667vw !important; }
    @media (min-width: 1800px) {
      .content-fluid--larger, .content-fluid--large-4, .content-fluid.__4xl, .__4xl.restaurant-info, .__4xl.restaurant-menu, .__4xl.section-info {
        --padding-x: 52.5px;
        padding-left: 52.5px !important;
        padding-right: 52.5px !important; } }
    @media (max-width: 767.98px) {
      .content-fluid--larger, .content-fluid--large-4, .content-fluid.__4xl, .__4xl.restaurant-info, .__4xl.restaurant-menu, .__4xl.section-info {
        --padding-x: 22.4px;
        padding-left: 22.4px !important;
        padding-right: 22.4px !important; } }
  .content-fluid--largest, .content-fluid--large-5, .content-fluid.__5xl, .__5xl.restaurant-info, .__5xl.restaurant-menu, .__5xl.section-info {
    --padding-x: 2.9166666667vw;
    padding-left: 2.9166666667vw !important;
    padding-right: 2.9166666667vw !important; }
    @media (min-width: 2000px) {
      .content-fluid--largest, .content-fluid--large-5, .content-fluid.__5xl, .__5xl.restaurant-info, .__5xl.restaurant-menu, .__5xl.section-info {
        --padding-x: 58.3333333333px;
        padding-left: 58.3333333333px !important;
        padding-right: 58.3333333333px !important; } }
    @media (max-width: 767.98px) {
      .content-fluid--largest, .content-fluid--large-5, .content-fluid.__5xl, .__5xl.restaurant-info, .__5xl.restaurant-menu, .__5xl.section-info {
        --padding-x: 22.4px;
        padding-left: 22.4px !important;
        padding-right: 22.4px !important; } }
  .content-fluid--infinite-width {
    --padding-x: 2.9166666667vw;
    padding-left: 2.9166666667vw !important;
    padding-right: 2.9166666667vw !important; }
    @media (min-width: 2000px) {
      .content-fluid--infinite-width {
        --padding-x: 58.3333333333px;
        padding-left: 58.3333333333px !important;
        padding-right: 58.3333333333px !important; } }
    @media (max-width: 767.98px) {
      .content-fluid--infinite-width {
        --padding-x: 22.4px;
        padding-left: 22.4px !important;
        padding-right: 22.4px !important; } }

.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100 {
  opacity: 1; }

.font-size-5 {
  font-size: 0.5rem; }

.font-size-6 {
  font-size: 0.6rem; }

.font-size-7 {
  font-size: 0.7rem; }

.font-size-8 {
  font-size: 0.8rem; }

.font-size-9 {
  font-size: 0.9rem; }

.font-size-10 {
  font-size: 1rem; }

.font-size-11 {
  font-size: 1.1rem; }

.font-size-12 {
  font-size: 1.2rem; }

.font-size-13 {
  font-size: 1.3rem; }

.font-size-14 {
  font-size: 1.4rem; }

.font-size-15 {
  font-size: 1.5rem; }

.font-size-16 {
  font-size: 1.6rem; }

.font-size-17 {
  font-size: 1.7rem; }

.font-size-18 {
  font-size: 1.8rem; }

.font-size-19 {
  font-size: 1.9rem; }

.font-size-20 {
  font-size: 2rem; }

.font-size-21 {
  font-size: 2.1rem; }

.font-size-22 {
  font-size: 2.2rem; }

.font-size-23 {
  font-size: 2.3rem; }

.font-size-24 {
  font-size: 2.4rem; }

.font-size-25 {
  font-size: 2.5rem; }

.font-size-26 {
  font-size: 2.6rem; }

.font-size-27 {
  font-size: 2.7rem; }

.font-size-28 {
  font-size: 2.8rem; }

.font-size-29 {
  font-size: 2.9rem; }

.font-size-30 {
  font-size: 3rem; }

.font-size-50 {
  font-size: 50%; }

.font-size-60 {
  font-size: 60%; }

.font-size-70 {
  font-size: 70%; }

.font-size-80 {
  font-size: 80%; }

.font-size-90 {
  font-size: 90%; }

.font-size-100 {
  font-size: 100%; }

.font-size-110 {
  font-size: 110%; }

.font-size-120 {
  font-size: 120%; }

.font-size-130 {
  font-size: 130%; }

.font-size-140 {
  font-size: 140%; }

.font-size-150 {
  font-size: 150%; }

.font-size-160 {
  font-size: 160%; }

.font-size-170 {
  font-size: 170%; }

.font-size-180 {
  font-size: 180%; }

.font-size-190 {
  font-size: 190%; }

.font-size-200 {
  font-size: 200%; }

.font-size-210 {
  font-size: 210%; }

.font-size-220 {
  font-size: 220%; }

.font-size-230 {
  font-size: 230%; }

.font-size-240 {
  font-size: 240%; }

.font-size-250 {
  font-size: 250%; }

.font-size-260 {
  font-size: 260%; }

.font-size-270 {
  font-size: 270%; }

.font-size-280 {
  font-size: 280%; }

.font-size-290 {
  font-size: 290%; }

.font-size-300 {
  font-size: 300%; }

.font-size-less {
  font-size: 88.2352941176%; }

.font-base {
  font-family: 'DM Sans',  sans-serif !important; }

.font-headings {
  font-family: 'DM Serif Display',  serif !important; }

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

.line-height-110 {
  line-height: 1.1 !important; }

.line-height-120 {
  line-height: 1.2 !important; }

.line-height-130 {
  line-height: 1.3 !important; }

.line-height-140 {
  line-height: 1.4 !important; }

.line-height-150 {
  line-height: 1.5 !important; }

.line-height-160 {
  line-height: 1.6 !important; }

.line-height-170 {
  line-height: 1.7 !important; }

.line-height-180 {
  line-height: 1.8 !important; }

.line-height-190 {
  line-height: 1.9 !important; }

.line-height-200 {
  line-height: 2 !important; }

.line-height-210 {
  line-height: 2.1 !important; }

.line-height-220 {
  line-height: 2.2 !important; }

.line-height-230 {
  line-height: 2.3 !important; }

.line-height-240 {
  line-height: 2.4 !important; }

.line-height-250 {
  line-height: 2.5 !important; }

.svg-embed {
  position: relative;
  display: inline-block; }
  .svg-embed:before {
    width: 100%;
    height: 100%; }

::-moz-selection {
  background: rgba(63, 169, 210, 0.925);
  color: white; }

::selection {
  background: rgba(63, 169, 210, 0.925);
  color: white; }

.gallery-item-link:before, .instagram__photos-item-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(15deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0.25) 100%);
  opacity: 0;
  transition: 0.5s;
  z-index: 11;
  pointer-events: none; }

.figure--void, .item__overview-gallery:empty::before {
  background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTA4IDkwLjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjIgNDUuM2MtNS42IDAtMTEuMy4zLTE3LjIuNyAxMi41IDcuNiAyNCAxNi42IDM0LjQgMjYuOSAyLS4xIDQtLjEgNi4xLS4xaDNjLTIuOC04LjctNS4xLTE3LjUtNy0yNi40LTYuMy0uOC0xMi43LTEuMS0xOS4zLTEuMSIgZmlsbD0iI2Y0YmYzZCIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0zMC40IDhjMS41IDEyLjkgMy40IDI1LjggNiAzOC40IDguMiAxIDE2LjEgMi42IDIzLjUgNS4yIDIuOC04IDYuMS0xNS44IDkuNC0yMy42LTEwLjctOS4yLTIzLjYtMTYuMS0zOC45LTIwIiBmaWxsPSIjZDZjOGJmIiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTM2LjQgNDYuNGMxLjkgOC45IDQuMSAxNy43IDcgMjYuNCAzLjMgMCA2LjcuMiAxMCAuNCAxLjgtNy4zIDQtMTQuNSA2LjUtMjEuNi03LjMtMi42LTE1LjItNC4zLTIzLjUtNS4yIiBmaWxsPSIjOTM4NzdkIiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTM0LjQgNzIuOGMtOS45LjMtMTkuNyAxLjItMjkgMi4zQzIzIDc4LjIgMzQuNyA4MiA1MC4zIDkwLjcgNDUuNCA4NC40IDQwIDc4LjUgMzQuNCA3Mi44IiBmaWxsPSIjZDFhNDM0IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTQwLjQgNzIuOGMtMiAwLTQgMC02LjEuMSA1LjcgNS42IDExIDExLjYgMTUuOSAxNy45LTIuNi01LjktNC45LTExLjktNi45LTE4aC0yLjkiIGZpbGw9IiNiMDhiMmQiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNDMuNCA3Mi44YzIgNi4xIDQuMyAxMiA2LjkgMTggNy4zLjEgMTUuNS4xIDIzLjguMSAxMS43IDAgMjMuNi0uMSAzMy45LS4yLTEwLjIuMS0yMi4yLjItMzMuOS4yLTguMyAwLTE2LjUgMC0yMy44LS4xLjctNS45IDEuOC0xMS43IDMuMi0xNy41LTMuNC0uMy02LjctLjUtMTAuMS0uNSIgZmlsbD0iIzQzM2UzOSIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik04MS44IDBjLTQgOS4yLTguMyAxOC41LTEyLjQgMjggMTguNyAxNS45IDMxLjIgMzguMyAzOC42IDYyLjZDMTA0LjQgNTkuNSA5NC4yIDI5IDgxLjggMCIgZmlsbD0iIzVlYzRmMSIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik02OS40IDI4Yy0zLjMgNy44LTYuNiAxNS42LTkuNCAyMy42IDE4LjkgNi41IDM1LjEgMTguNiA0OCAzOS4xLTcuNC0yNC40LTE5LjktNDYuOC0zOC42LTYyLjciIGZpbGw9IiMxYzgwYzQiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNjAgNTEuNmMtMi41IDcuMS00LjggMTQuMy02LjUgMjEuNkM3MyA3NC42IDkyLjIgNzkuMyAxMDggOTAuNyA5NS4xIDcwLjEgNzguOSA1OCA2MCA1MS42IiBmaWxsPSIjMDI0OThhIiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTUzLjUgNzMuMkM1Mi4xIDc5IDUxIDg0LjggNTAuMyA5MC43YzcuMy4xIDE1LjUuMSAyMy44LjEgMTEuNyAwIDIzLjYtLjEgMzMuOS0uMi0xNS44LTExLjMtMzUtMTYtNTQuNS0xNy40IiBmaWxsPSIjMWIyNDQyIiBmaWxsLW9wYWNpdHk9Ii41Ii8+PC9zdmc+') center center no-repeat #e83e8c;
  background-size: 10.6666666667rem auto; }

.gallery-item-link img, .instagram__photos-item-link img {
  transition: -webkit-filter 0.6s steps(12, end), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: filter 0.6s steps(12, end), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: filter 0.6s steps(12, end), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.6s steps(12, end), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-filter: contrast(1);
          filter: contrast(1);
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transform-origin: 25% 75%;
          transform-origin: 25% 75%; }

.gallery-item-link:hover:before, .instagram__photos-item-link:hover:before {
  opacity: 1; }

.gallery-item-link:hover img, .instagram__photos-item-link:hover img {
  -webkit-filter: contrast(1.25);
          filter: contrast(1.25);
  -webkit-transform: translateZ(0) scale(1.06);
          transform: translateZ(0) scale(1.06); }

form:not(.was-validated) .form-group select, form:not(.was-validated) .form-group.calendar > input, form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-shakespeare form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-shakespeare form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-shakespeare form:not(.was-validated) .form-group select, .form-theme.bg-jelly_bean form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-jelly_bean form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-jelly_bean form:not(.was-validated) .form-group select, .form-theme.bg-haiti form:not(.was-validated) .form-group.calendar > input, .form-theme.restaurant-info form:not(.was-validated) .form-group.calendar > input, .form-theme.section-reservation--terms\&conditions form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-haiti form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.restaurant-info form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.section-reservation--terms\&conditions form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-haiti form:not(.was-validated) .form-group select, .form-theme.restaurant-info form:not(.was-validated) .form-group select, .form-theme.section-reservation--terms\&conditions form:not(.was-validated) .form-group select, .form-theme.bg-darkgray form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-darkgray form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-darkgray form:not(.was-validated) .form-group select, .form-theme.bg-primary form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-primary form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-primary form:not(.was-validated) .form-group select, .form-theme.bg-secondary form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-secondary form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-secondary form:not(.was-validated) .form-group select, .form-theme.bg-success form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-success form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-success form:not(.was-validated) .form-group select, .form-theme.bg-info form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-info form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-info form:not(.was-validated) .form-group select, .form-theme.bg-warning form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-warning form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-warning form:not(.was-validated) .form-group select, .form-theme.bg-danger form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-danger form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-danger form:not(.was-validated) .form-group select, .form-theme.bg-light form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-light form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-light form:not(.was-validated) .form-group select, .form-theme.bg-dark form:not(.was-validated) .form-group.calendar > input, .form-theme.bg-dark form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.bg-dark form:not(.was-validated) .form-group select {
  background-position: center right calc(0.4045em + 0.1875rem) !important;
  background-size: calc(0.809em + 0.375rem) calc(0.809em + 0.375rem) !important; }

form {
  margin-left: auto;
  margin-right: auto; }
  form legend {
    color: #3fa9d2;
    margin-top: 1rem;
    border-bottom: solid 1px rgba(63, 169, 210, 0.25);
    line-height: 1.2; }
  form input[type="text"], form textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  form input[type="checkbox"].sr-only ~ label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 1.1; }
    form input[type="checkbox"].sr-only ~ label a {
      text-decoration: underline;
      white-space: nowrap; }
    form input[type="checkbox"].sr-only ~ label .icon {
      margin-right: 0.809rem;
      cursor: pointer;
      font-size: 120%; }
    form input[type="checkbox"].sr-only ~ label .icon-square-checked {
      display: none; }
  form input[type="checkbox"].sr-only:checked ~ label .icon-square {
    display: none; }
  form input[type="checkbox"].sr-only:checked ~ label .icon-square-checked {
    display: initial; }
  form.was-validated input[type="checkbox"]:invalid ~ label .icon, form.was-validated input[type="checkbox"].is-invalid ~ label .icon {
    color: #dc3545; }
  form.was-validated input[type="checkbox"]:invalid ~ .invalid-tooltip, form.was-validated input[type="checkbox"].is-invalid ~ .invalid-tooltip {
    display: block; }
  form.was-validated input[type="checkbox"]:valid ~ label .icon, form.was-validated input[type="checkbox"].is-invalid ~ label .icon {
    color: #28a745; }
  .form-group--invalid {
    margin-bottom: 2.6666666667rem; }
  .form-group select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: .01px;
    text-overflow: '';
    outline: 0; }
    form:not(.was-validated) .form-group select {
      background: #fff url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iIzNmYTlkMiIgZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6Ii8+PC9zdmc+') no-repeat; }
  .form-group.styledselect select {
    line-height: 1.618;
    position: static; }
    .form-group.styledselect select::-ms-expand {
      display: none; }
    .form-group.styledselect select.indent {
      text-indent: -999em; }
      .form-group.styledselect select.indent _:-ms-input-placeholder, :root .form-group.styledselect select.indent, .ie9 .form-group.styledselect select.indent, .lt-ie9 .form-group.styledselect select.indent {
        color: rgba(64, 191, 191, 0); }
        .form-group.styledselect select.indent _:-ms-input-placeholder option, .form-group.styledselect select.indent _:-ms-input-placeholder optgroup, :root .form-group.styledselect select.indent option, :root .form-group.styledselect select.indent optgroup, .ie9 .form-group.styledselect select.indent option, .ie9 .form-group.styledselect select.indent optgroup, .lt-ie9 .form-group.styledselect select.indent option, .lt-ie9 .form-group.styledselect select.indent optgroup {
          color: #646464; }
      .form-group.styledselect select.indent _:-ms-lang(x), .form-group.styledselect select.indent _:-webkit-full-screen, .form-group.styledselect select.indent {
        color: rgba(64, 191, 191, 0); }
        .form-group.styledselect select.indent _:-ms-lang(x) option, .form-group.styledselect select.indent _:-ms-lang(x) optgroup, .form-group.styledselect select.indent _:-webkit-full-screen option, .form-group.styledselect select.indent _:-webkit-full-screen optgroup, .form-group.styledselect select.indent option, .form-group.styledselect select.indent optgroup {
          color: #646464; }
  .form-group.checkbox, .form-group.radio {
    display: flex;
    align-items: center; }
    .form-group.checkbox label, .form-group.radio label {
      padding-left: 0; }
    .form-group.checkbox input[type="checkbox"], .form-group.checkbox input[type="radio"], .form-group.radio input[type="checkbox"], .form-group.radio input[type="radio"] {
      order: -1;
      margin: 0; }
  form:not(.was-validated) .form-group.calendar > input {
    background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiMzZmE5ZDIiLz48L3N2Zz4=') no-repeat; }
  form:not(.was-validated) .form-group.calendar.checked > input {
    background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iIzNmYTlkMiIvPjwvc3ZnPg==') no-repeat; }
  .form-group.submit-send {
    text-align: center; }
  .form-group .form-control {
    font-size: inherit; }

.form-control ~ label {
  position: absolute;
  color: #b9b9b9;
  z-index: 60;
  top: 50%;
  left: 0;
  font-weight: 400;
  pointer-events: none;
  -webkit-transform: translate(0.75rem, -50%);
          transform: translate(0.75rem, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: 0.25s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform; }

.form-control:focus ~ label, .form-group.filled .form-control ~ label {
  line-height: 1.6;
  font-size: 11.5px;
  font-weight: 700;
  color: #3fa9d2;
  top: 0%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%); }

.form-group.active .form-control:-ms-input-placeholder {
  opacity: 0;
  color: rgba(0, 0, 0, 0); }

.form-group.active .form-control:-moz-placeholder {
  opacity: 0;
  color: rgba(0, 0, 0, 0); }

.form-group.active .form-control::-moz-placeholder {
  opacity: 0;
  color: rgba(0, 0, 0, 0); }

.form-group.active .form-control::-webkit-input-placeholder {
  opacity: 0;
  color: rgba(0, 0, 0, 0); }

.form__display-group {
  margin-bottom: 1rem;
  margin-right: -1.618rem; }
  .form__display-group .form-group {
    margin-top: 1rem;
    margin-right: 1.618rem;
    flex: 1 1 100%; }
    .form__display-group .form-group label {
      margin-bottom: 1px; }
    .form__display-group .form-group.file > .btn {
      flex: 1 1 auto; }
  .form__display-group--1col .form-group {
    flex-basis: 51%;
    max-width: calc(100% - 1.618rem); }
  .form__display-group--2col .form-group {
    flex-basis: 34.3333333333%;
    max-width: calc(50% - 1.618rem); }
  .form__display-group--3col .form-group {
    flex-basis: 26%;
    max-width: calc(33.3333333333% - 1.618rem); }
  .form__display-group--4col .form-group {
    flex-basis: 21%;
    max-width: calc(25% - 1.618rem); }
  .form__display-group--5col .form-group {
    flex-basis: 17.6666666667%;
    max-width: calc(20% - 1.618rem); }
  .form__display-group--6col .form-group {
    flex-basis: 15.2857142857%;
    max-width: calc(16.6666666667% - 1.618rem); }
  .form__display-group--7col .form-group {
    flex-basis: 13.5%;
    max-width: calc(14.2857142857% - 1.618rem); }
  .form__display-group--8col .form-group {
    flex-basis: 12.1111111111%;
    max-width: calc(12.5% - 1.618rem); }
  .form__display-group--9col .form-group {
    flex-basis: 11%;
    max-width: calc(11.1111111111% - 1.618rem); }
  .form__display-group--10col .form-group {
    flex-basis: 10.0909090909%;
    max-width: calc(10% - 1.618rem); }
  @media (min-width: 576px) {
    .form__display-group-sm--1col .form-group {
      flex-basis: 51%;
      max-width: calc(100% - 1.618rem); }
    .form__display-group-sm--2col .form-group {
      flex-basis: 34.3333333333%;
      max-width: calc(50% - 1.618rem); }
    .form__display-group-sm--3col .form-group {
      flex-basis: 26%;
      max-width: calc(33.3333333333% - 1.618rem); }
    .form__display-group-sm--4col .form-group {
      flex-basis: 21%;
      max-width: calc(25% - 1.618rem); }
    .form__display-group-sm--5col .form-group {
      flex-basis: 17.6666666667%;
      max-width: calc(20% - 1.618rem); }
    .form__display-group-sm--6col .form-group {
      flex-basis: 15.2857142857%;
      max-width: calc(16.6666666667% - 1.618rem); }
    .form__display-group-sm--7col .form-group {
      flex-basis: 13.5%;
      max-width: calc(14.2857142857% - 1.618rem); }
    .form__display-group-sm--8col .form-group {
      flex-basis: 12.1111111111%;
      max-width: calc(12.5% - 1.618rem); }
    .form__display-group-sm--9col .form-group {
      flex-basis: 11%;
      max-width: calc(11.1111111111% - 1.618rem); }
    .form__display-group-sm--10col .form-group {
      flex-basis: 10.0909090909%;
      max-width: calc(10% - 1.618rem); } }
  @media (min-width: 768px) {
    .form__display-group-md--1col .form-group {
      flex-basis: 51%;
      max-width: calc(100% - 1.618rem); }
    .form__display-group-md--2col .form-group {
      flex-basis: 34.3333333333%;
      max-width: calc(50% - 1.618rem); }
    .form__display-group-md--3col .form-group {
      flex-basis: 26%;
      max-width: calc(33.3333333333% - 1.618rem); }
    .form__display-group-md--4col .form-group {
      flex-basis: 21%;
      max-width: calc(25% - 1.618rem); }
    .form__display-group-md--5col .form-group {
      flex-basis: 17.6666666667%;
      max-width: calc(20% - 1.618rem); }
    .form__display-group-md--6col .form-group {
      flex-basis: 15.2857142857%;
      max-width: calc(16.6666666667% - 1.618rem); }
    .form__display-group-md--7col .form-group {
      flex-basis: 13.5%;
      max-width: calc(14.2857142857% - 1.618rem); }
    .form__display-group-md--8col .form-group {
      flex-basis: 12.1111111111%;
      max-width: calc(12.5% - 1.618rem); }
    .form__display-group-md--9col .form-group {
      flex-basis: 11%;
      max-width: calc(11.1111111111% - 1.618rem); }
    .form__display-group-md--10col .form-group {
      flex-basis: 10.0909090909%;
      max-width: calc(10% - 1.618rem); } }
  @media (min-width: 992px) {
    .form__display-group-lg--1col .form-group {
      flex-basis: 51%;
      max-width: calc(100% - 1.618rem); }
    .form__display-group-lg--2col .form-group {
      flex-basis: 34.3333333333%;
      max-width: calc(50% - 1.618rem); }
    .form__display-group-lg--3col .form-group {
      flex-basis: 26%;
      max-width: calc(33.3333333333% - 1.618rem); }
    .form__display-group-lg--4col .form-group {
      flex-basis: 21%;
      max-width: calc(25% - 1.618rem); }
    .form__display-group-lg--5col .form-group {
      flex-basis: 17.6666666667%;
      max-width: calc(20% - 1.618rem); }
    .form__display-group-lg--6col .form-group {
      flex-basis: 15.2857142857%;
      max-width: calc(16.6666666667% - 1.618rem); }
    .form__display-group-lg--7col .form-group {
      flex-basis: 13.5%;
      max-width: calc(14.2857142857% - 1.618rem); }
    .form__display-group-lg--8col .form-group {
      flex-basis: 12.1111111111%;
      max-width: calc(12.5% - 1.618rem); }
    .form__display-group-lg--9col .form-group {
      flex-basis: 11%;
      max-width: calc(11.1111111111% - 1.618rem); }
    .form__display-group-lg--10col .form-group {
      flex-basis: 10.0909090909%;
      max-width: calc(10% - 1.618rem); } }
  @media (min-width: 1200px) {
    .form__display-group-xl--1col .form-group {
      flex-basis: 51%;
      max-width: calc(100% - 1.618rem); }
    .form__display-group-xl--2col .form-group {
      flex-basis: 34.3333333333%;
      max-width: calc(50% - 1.618rem); }
    .form__display-group-xl--3col .form-group {
      flex-basis: 26%;
      max-width: calc(33.3333333333% - 1.618rem); }
    .form__display-group-xl--4col .form-group {
      flex-basis: 21%;
      max-width: calc(25% - 1.618rem); }
    .form__display-group-xl--5col .form-group {
      flex-basis: 17.6666666667%;
      max-width: calc(20% - 1.618rem); }
    .form__display-group-xl--6col .form-group {
      flex-basis: 15.2857142857%;
      max-width: calc(16.6666666667% - 1.618rem); }
    .form__display-group-xl--7col .form-group {
      flex-basis: 13.5%;
      max-width: calc(14.2857142857% - 1.618rem); }
    .form__display-group-xl--8col .form-group {
      flex-basis: 12.1111111111%;
      max-width: calc(12.5% - 1.618rem); }
    .form__display-group-xl--9col .form-group {
      flex-basis: 11%;
      max-width: calc(11.1111111111% - 1.618rem); }
    .form__display-group-xl--10col .form-group {
      flex-basis: 10.0909090909%;
      max-width: calc(10% - 1.618rem); } }
  @media (min-width: 1400px) {
    .form__display-group-2xl--1col .form-group {
      flex-basis: 51%;
      max-width: calc(100% - 1.618rem); }
    .form__display-group-2xl--2col .form-group {
      flex-basis: 34.3333333333%;
      max-width: calc(50% - 1.618rem); }
    .form__display-group-2xl--3col .form-group {
      flex-basis: 26%;
      max-width: calc(33.3333333333% - 1.618rem); }
    .form__display-group-2xl--4col .form-group {
      flex-basis: 21%;
      max-width: calc(25% - 1.618rem); }
    .form__display-group-2xl--5col .form-group {
      flex-basis: 17.6666666667%;
      max-width: calc(20% - 1.618rem); }
    .form__display-group-2xl--6col .form-group {
      flex-basis: 15.2857142857%;
      max-width: calc(16.6666666667% - 1.618rem); }
    .form__display-group-2xl--7col .form-group {
      flex-basis: 13.5%;
      max-width: calc(14.2857142857% - 1.618rem); }
    .form__display-group-2xl--8col .form-group {
      flex-basis: 12.1111111111%;
      max-width: calc(12.5% - 1.618rem); }
    .form__display-group-2xl--9col .form-group {
      flex-basis: 11%;
      max-width: calc(11.1111111111% - 1.618rem); }
    .form__display-group-2xl--10col .form-group {
      flex-basis: 10.0909090909%;
      max-width: calc(10% - 1.618rem); } }
  @media (min-width: 1600px) {
    .form__display-group-3xl--1col .form-group {
      flex-basis: 51%;
      max-width: calc(100% - 1.618rem); }
    .form__display-group-3xl--2col .form-group {
      flex-basis: 34.3333333333%;
      max-width: calc(50% - 1.618rem); }
    .form__display-group-3xl--3col .form-group {
      flex-basis: 26%;
      max-width: calc(33.3333333333% - 1.618rem); }
    .form__display-group-3xl--4col .form-group {
      flex-basis: 21%;
      max-width: calc(25% - 1.618rem); }
    .form__display-group-3xl--5col .form-group {
      flex-basis: 17.6666666667%;
      max-width: calc(20% - 1.618rem); }
    .form__display-group-3xl--6col .form-group {
      flex-basis: 15.2857142857%;
      max-width: calc(16.6666666667% - 1.618rem); }
    .form__display-group-3xl--7col .form-group {
      flex-basis: 13.5%;
      max-width: calc(14.2857142857% - 1.618rem); }
    .form__display-group-3xl--8col .form-group {
      flex-basis: 12.1111111111%;
      max-width: calc(12.5% - 1.618rem); }
    .form__display-group-3xl--9col .form-group {
      flex-basis: 11%;
      max-width: calc(11.1111111111% - 1.618rem); }
    .form__display-group-3xl--10col .form-group {
      flex-basis: 10.0909090909%;
      max-width: calc(10% - 1.618rem); } }

.form-actions {
  margin-top: 3.236rem;
  font-size: 1.1333333333rem;
  text-align: center;
  text-transform: uppercase; }
  .form-actions .btn {
    min-width: 12ch; }

.form-theme.bg-shakespeare form .form-control,
.form-theme.bg-shakespeare form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-shakespeare form .form-control:focus,
  .form-theme.bg-shakespeare form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-shakespeare form .form-control:-ms-input-placeholder,
  .form-theme.bg-shakespeare form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-shakespeare form .form-control:-moz-placeholder,
  .form-theme.bg-shakespeare form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-shakespeare form .form-control::-moz-placeholder,
  .form-theme.bg-shakespeare form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-shakespeare form .form-control::-webkit-input-placeholder,
  .form-theme.bg-shakespeare form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-shakespeare form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-shakespeare form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-shakespeare form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-shakespeare form .form-group.calendar:after, .form-theme.bg-shakespeare form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-shakespeare form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-shakespeare form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-shakespeare form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-shakespeare form .form-group.filled label, .form-theme.bg-shakespeare form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-shakespeare form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-shakespeare form option, .form-theme.bg-shakespeare form optgroup {
  background: #3fa9d2; }
  .form-theme.bg-shakespeare form option:hover, .form-theme.bg-shakespeare form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-shakespeare form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-shakespeare form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-shakespeare form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-shakespeare form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-shakespeare form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-shakespeare form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-shakespeare form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-jelly_bean form .form-control,
.form-theme.bg-jelly_bean form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-jelly_bean form .form-control:focus,
  .form-theme.bg-jelly_bean form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-jelly_bean form .form-control:-ms-input-placeholder,
  .form-theme.bg-jelly_bean form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-jelly_bean form .form-control:-moz-placeholder,
  .form-theme.bg-jelly_bean form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-jelly_bean form .form-control::-moz-placeholder,
  .form-theme.bg-jelly_bean form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-jelly_bean form .form-control::-webkit-input-placeholder,
  .form-theme.bg-jelly_bean form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-jelly_bean form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-jelly_bean form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-jelly_bean form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-jelly_bean form .form-group.calendar:after, .form-theme.bg-jelly_bean form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-jelly_bean form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-jelly_bean form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-jelly_bean form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-jelly_bean form .form-group.filled label, .form-theme.bg-jelly_bean form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-jelly_bean form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-jelly_bean form option, .form-theme.bg-jelly_bean form optgroup {
  background: #276fa6; }
  .form-theme.bg-jelly_bean form option:hover, .form-theme.bg-jelly_bean form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-jelly_bean form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-jelly_bean form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-jelly_bean form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-jelly_bean form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-jelly_bean form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-jelly_bean form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-jelly_bean form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-haiti form .form-control, .form-theme.restaurant-info form .form-control, .form-theme.section-reservation--terms\&conditions form .form-control,
.form-theme.bg-haiti form .custom-file-label,
.form-theme.restaurant-info form .custom-file-label,
.form-theme.section-reservation--terms\&conditions form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-haiti form .form-control:focus, .form-theme.restaurant-info form .form-control:focus, .form-theme.section-reservation--terms\&conditions form .form-control:focus,
  .form-theme.bg-haiti form .custom-file-label:focus,
  .form-theme.restaurant-info form .custom-file-label:focus,
  .form-theme.section-reservation--terms\&conditions form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-haiti form .form-control:-ms-input-placeholder, .form-theme.restaurant-info form .form-control:-ms-input-placeholder, .form-theme.section-reservation--terms\&conditions form .form-control:-ms-input-placeholder,
  .form-theme.bg-haiti form .custom-file-label:-ms-input-placeholder,
  .form-theme.restaurant-info form .custom-file-label:-ms-input-placeholder,
  .form-theme.section-reservation--terms\&conditions form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-haiti form .form-control:-moz-placeholder, .form-theme.restaurant-info form .form-control:-moz-placeholder, .form-theme.section-reservation--terms\&conditions form .form-control:-moz-placeholder,
  .form-theme.bg-haiti form .custom-file-label:-moz-placeholder,
  .form-theme.restaurant-info form .custom-file-label:-moz-placeholder,
  .form-theme.section-reservation--terms\&conditions form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-haiti form .form-control::-moz-placeholder, .form-theme.restaurant-info form .form-control::-moz-placeholder, .form-theme.section-reservation--terms\&conditions form .form-control::-moz-placeholder,
  .form-theme.bg-haiti form .custom-file-label::-moz-placeholder,
  .form-theme.restaurant-info form .custom-file-label::-moz-placeholder,
  .form-theme.section-reservation--terms\&conditions form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-haiti form .form-control::-webkit-input-placeholder, .form-theme.restaurant-info form .form-control::-webkit-input-placeholder, .form-theme.section-reservation--terms\&conditions form .form-control::-webkit-input-placeholder,
  .form-theme.bg-haiti form .custom-file-label::-webkit-input-placeholder,
  .form-theme.restaurant-info form .custom-file-label::-webkit-input-placeholder,
  .form-theme.section-reservation--terms\&conditions form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-haiti form .form-group label, .form-theme.restaurant-info form .form-group label, .form-theme.section-reservation--terms\&conditions form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-haiti form .form-group label[for="privacy"], .form-theme.restaurant-info form .form-group label[for="privacy"], .form-theme.section-reservation--terms\&conditions form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-haiti form .form-group.styledselect label, .form-theme.restaurant-info form .form-group.styledselect label, .form-theme.section-reservation--terms\&conditions form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-haiti form .form-group.calendar:after, .form-theme.restaurant-info form .form-group.calendar:after, .form-theme.section-reservation--terms\&conditions form .form-group.calendar:after, .form-theme.bg-haiti form .form-group .styled-select:after, .form-theme.restaurant-info form .form-group .styled-select:after, .form-theme.section-reservation--terms\&conditions form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-haiti form .form-group.captcha, .form-theme.restaurant-info form .form-group.captcha, .form-theme.section-reservation--terms\&conditions form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-haiti form .form-group.captcha label, .form-theme.restaurant-info form .form-group.captcha label, .form-theme.section-reservation--terms\&conditions form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-haiti form .form-group.captcha .refresh, .form-theme.restaurant-info form .form-group.captcha .refresh, .form-theme.section-reservation--terms\&conditions form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-haiti form .form-group.filled label, .form-theme.restaurant-info form .form-group.filled label, .form-theme.section-reservation--terms\&conditions form .form-group.filled label, .form-theme.bg-haiti form .form-group.active label, .form-theme.restaurant-info form .form-group.active label, .form-theme.section-reservation--terms\&conditions form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-haiti form legend, .form-theme.restaurant-info form legend, .form-theme.section-reservation--terms\&conditions form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-haiti form option, .form-theme.restaurant-info form option, .form-theme.section-reservation--terms\&conditions form option, .form-theme.bg-haiti form optgroup, .form-theme.restaurant-info form optgroup, .form-theme.section-reservation--terms\&conditions form optgroup {
  background: #141833; }
  .form-theme.bg-haiti form option:hover, .form-theme.restaurant-info form option:hover, .form-theme.section-reservation--terms\&conditions form option:hover, .form-theme.bg-haiti form optgroup:hover, .form-theme.restaurant-info form optgroup:hover, .form-theme.section-reservation--terms\&conditions form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-haiti form:-ms-input-placeholder, .form-theme.restaurant-info form:-ms-input-placeholder, .form-theme.section-reservation--terms\&conditions form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-haiti form:-moz-placeholder, .form-theme.restaurant-info form:-moz-placeholder, .form-theme.section-reservation--terms\&conditions form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-haiti form::-moz-placeholder, .form-theme.restaurant-info form::-moz-placeholder, .form-theme.section-reservation--terms\&conditions form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-haiti form::-webkit-input-placeholder, .form-theme.restaurant-info form::-webkit-input-placeholder, .form-theme.section-reservation--terms\&conditions form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-haiti form:not(.was-validated) .form-group.calendar > input, .form-theme.restaurant-info form:not(.was-validated) .form-group.calendar > input, .form-theme.section-reservation--terms\&conditions form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-haiti form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.restaurant-info form:not(.was-validated) .form-group.calendar.checked > input, .form-theme.section-reservation--terms\&conditions form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-haiti form:not(.was-validated) .form-group select, .form-theme.restaurant-info form:not(.was-validated) .form-group select, .form-theme.section-reservation--terms\&conditions form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-darkgray form .form-control,
.form-theme.bg-darkgray form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-darkgray form .form-control:focus,
  .form-theme.bg-darkgray form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-darkgray form .form-control:-ms-input-placeholder,
  .form-theme.bg-darkgray form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-darkgray form .form-control:-moz-placeholder,
  .form-theme.bg-darkgray form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-darkgray form .form-control::-moz-placeholder,
  .form-theme.bg-darkgray form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-darkgray form .form-control::-webkit-input-placeholder,
  .form-theme.bg-darkgray form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-darkgray form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-darkgray form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-darkgray form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-darkgray form .form-group.calendar:after, .form-theme.bg-darkgray form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-darkgray form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-darkgray form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-darkgray form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-darkgray form .form-group.filled label, .form-theme.bg-darkgray form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-darkgray form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-darkgray form option, .form-theme.bg-darkgray form optgroup {
  background: #a9a9a9; }
  .form-theme.bg-darkgray form option:hover, .form-theme.bg-darkgray form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-darkgray form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-darkgray form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-darkgray form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-darkgray form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-darkgray form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-darkgray form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-darkgray form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-primary form .form-control,
.form-theme.bg-primary form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-primary form .form-control:focus,
  .form-theme.bg-primary form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-primary form .form-control:-ms-input-placeholder,
  .form-theme.bg-primary form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-primary form .form-control:-moz-placeholder,
  .form-theme.bg-primary form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-primary form .form-control::-moz-placeholder,
  .form-theme.bg-primary form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-primary form .form-control::-webkit-input-placeholder,
  .form-theme.bg-primary form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-primary form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-primary form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-primary form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-primary form .form-group.calendar:after, .form-theme.bg-primary form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-primary form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-primary form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-primary form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-primary form .form-group.filled label, .form-theme.bg-primary form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-primary form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-primary form option, .form-theme.bg-primary form optgroup {
  background: #3fa9d2; }
  .form-theme.bg-primary form option:hover, .form-theme.bg-primary form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-primary form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-primary form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-primary form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-primary form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-primary form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-primary form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-primary form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-secondary form .form-control,
.form-theme.bg-secondary form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-secondary form .form-control:focus,
  .form-theme.bg-secondary form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-secondary form .form-control:-ms-input-placeholder,
  .form-theme.bg-secondary form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-secondary form .form-control:-moz-placeholder,
  .form-theme.bg-secondary form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-secondary form .form-control::-moz-placeholder,
  .form-theme.bg-secondary form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-secondary form .form-control::-webkit-input-placeholder,
  .form-theme.bg-secondary form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-secondary form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-secondary form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-secondary form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-secondary form .form-group.calendar:after, .form-theme.bg-secondary form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-secondary form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-secondary form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-secondary form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-secondary form .form-group.filled label, .form-theme.bg-secondary form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-secondary form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-secondary form option, .form-theme.bg-secondary form optgroup {
  background: #6c757d; }
  .form-theme.bg-secondary form option:hover, .form-theme.bg-secondary form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-secondary form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-secondary form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-secondary form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-secondary form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-secondary form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-secondary form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-secondary form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-success form .form-control,
.form-theme.bg-success form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-success form .form-control:focus,
  .form-theme.bg-success form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-success form .form-control:-ms-input-placeholder,
  .form-theme.bg-success form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-success form .form-control:-moz-placeholder,
  .form-theme.bg-success form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-success form .form-control::-moz-placeholder,
  .form-theme.bg-success form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-success form .form-control::-webkit-input-placeholder,
  .form-theme.bg-success form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-success form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-success form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-success form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-success form .form-group.calendar:after, .form-theme.bg-success form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-success form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-success form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-success form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-success form .form-group.filled label, .form-theme.bg-success form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-success form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-success form option, .form-theme.bg-success form optgroup {
  background: #28a745; }
  .form-theme.bg-success form option:hover, .form-theme.bg-success form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-success form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-success form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-success form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-success form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-success form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-success form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-success form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-info form .form-control,
.form-theme.bg-info form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-info form .form-control:focus,
  .form-theme.bg-info form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-info form .form-control:-ms-input-placeholder,
  .form-theme.bg-info form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-info form .form-control:-moz-placeholder,
  .form-theme.bg-info form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-info form .form-control::-moz-placeholder,
  .form-theme.bg-info form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-info form .form-control::-webkit-input-placeholder,
  .form-theme.bg-info form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-info form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-info form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-info form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-info form .form-group.calendar:after, .form-theme.bg-info form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-info form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-info form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-info form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-info form .form-group.filled label, .form-theme.bg-info form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-info form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-info form option, .form-theme.bg-info form optgroup {
  background: #17a2b8; }
  .form-theme.bg-info form option:hover, .form-theme.bg-info form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-info form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-info form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-info form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-info form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-info form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-info form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-info form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-warning form .form-control,
.form-theme.bg-warning form .custom-file-label {
  border-color: rgba(0, 0, 0, 0.333333);
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-warning form .form-control:focus,
  .form-theme.bg-warning form .custom-file-label:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.7);
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-warning form .form-control:-ms-input-placeholder,
  .form-theme.bg-warning form .custom-file-label:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-warning form .form-control:-moz-placeholder,
  .form-theme.bg-warning form .custom-file-label:-moz-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-warning form .form-control::-moz-placeholder,
  .form-theme.bg-warning form .custom-file-label::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-warning form .form-control::-webkit-input-placeholder,
  .form-theme.bg-warning form .custom-file-label::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-warning form .form-group label {
  color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-warning form .form-group label[for="privacy"] {
    color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-warning form .form-group.styledselect label {
  color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-warning form .form-group.calendar:after, .form-theme.bg-warning form .form-group .styled-select:after {
  color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-warning form .form-group.captcha {
  border-top-color: rgba(0, 0, 0, 0.333333); }
  .form-theme.bg-warning form .form-group.captcha label {
    color: rgba(0, 0, 0, 0.7);
    font-style: normal; }
  .form-theme.bg-warning form .form-group.captcha .refresh {
    color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-warning form .form-group.filled label, .form-theme.bg-warning form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-warning form legend {
  color: rgba(0, 0, 0, 0.7);
  border-bottom-color: rgba(0, 0, 0, 0.333333); }

.form-theme.bg-warning form option, .form-theme.bg-warning form optgroup {
  background: #ffc107; }
  .form-theme.bg-warning form option:hover, .form-theme.bg-warning form optgroup:hover {
    background: rgba(0, 0, 0, 0.1); }

.form-theme.bg-warning form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-warning form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-warning form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-warning form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-warning form:not(.was-validated) .form-group.calendar > input {
  background: rgba(0, 0, 0, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGwtb3BhY2l0eT0iLjciLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-warning form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(0, 0, 0, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbC1vcGFjaXR5PSIuNyIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-warning form:not(.was-validated) .form-group select {
  background: rgba(0, 0, 0, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjciIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-danger form .form-control,
.form-theme.bg-danger form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-danger form .form-control:focus,
  .form-theme.bg-danger form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-danger form .form-control:-ms-input-placeholder,
  .form-theme.bg-danger form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-danger form .form-control:-moz-placeholder,
  .form-theme.bg-danger form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-danger form .form-control::-moz-placeholder,
  .form-theme.bg-danger form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-danger form .form-control::-webkit-input-placeholder,
  .form-theme.bg-danger form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-danger form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-danger form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-danger form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-danger form .form-group.calendar:after, .form-theme.bg-danger form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-danger form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-danger form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-danger form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-danger form .form-group.filled label, .form-theme.bg-danger form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-danger form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-danger form option, .form-theme.bg-danger form optgroup {
  background: #dc3545; }
  .form-theme.bg-danger form option:hover, .form-theme.bg-danger form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-danger form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-danger form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-danger form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-danger form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-danger form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-danger form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-danger form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-light form .form-control,
.form-theme.bg-light form .custom-file-label {
  border-color: rgba(0, 0, 0, 0.333333);
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-light form .form-control:focus,
  .form-theme.bg-light form .custom-file-label:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.7);
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-light form .form-control:-ms-input-placeholder,
  .form-theme.bg-light form .custom-file-label:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-light form .form-control:-moz-placeholder,
  .form-theme.bg-light form .custom-file-label:-moz-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-light form .form-control::-moz-placeholder,
  .form-theme.bg-light form .custom-file-label::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-light form .form-control::-webkit-input-placeholder,
  .form-theme.bg-light form .custom-file-label::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-light form .form-group label {
  color: rgba(0, 0, 0, 0.7); }
  .form-theme.bg-light form .form-group label[for="privacy"] {
    color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-light form .form-group.styledselect label {
  color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-light form .form-group.calendar:after, .form-theme.bg-light form .form-group .styled-select:after {
  color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-light form .form-group.captcha {
  border-top-color: rgba(0, 0, 0, 0.333333); }
  .form-theme.bg-light form .form-group.captcha label {
    color: rgba(0, 0, 0, 0.7);
    font-style: normal; }
  .form-theme.bg-light form .form-group.captcha .refresh {
    color: rgba(0, 0, 0, 0.7); }

.form-theme.bg-light form .form-group.filled label, .form-theme.bg-light form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-light form legend {
  color: rgba(0, 0, 0, 0.7);
  border-bottom-color: rgba(0, 0, 0, 0.333333); }

.form-theme.bg-light form option, .form-theme.bg-light form optgroup {
  background: #f8f9fa; }
  .form-theme.bg-light form option:hover, .form-theme.bg-light form optgroup:hover {
    background: rgba(0, 0, 0, 0.1); }

.form-theme.bg-light form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-light form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-light form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-light form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-light form:not(.was-validated) .form-group.calendar > input {
  background: rgba(0, 0, 0, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGwtb3BhY2l0eT0iLjciLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-light form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(0, 0, 0, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbC1vcGFjaXR5PSIuNyIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-light form:not(.was-validated) .form-group select {
  background: rgba(0, 0, 0, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjciIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-dark form .form-control,
.form-theme.bg-dark form .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-dark form .form-control:focus,
  .form-theme.bg-dark form .custom-file-label:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    outline: 0;
    box-shadow: ""; }
  .form-theme.bg-dark form .form-control:-ms-input-placeholder,
  .form-theme.bg-dark form .custom-file-label:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-dark form .form-control:-moz-placeholder,
  .form-theme.bg-dark form .custom-file-label:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-dark form .form-control::-moz-placeholder,
  .form-theme.bg-dark form .custom-file-label::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-dark form .form-control::-webkit-input-placeholder,
  .form-theme.bg-dark form .custom-file-label::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-dark form .form-group label {
  color: rgba(255, 255, 255, 0.9); }
  .form-theme.bg-dark form .form-group label[for="privacy"] {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-dark form .form-group.styledselect label {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-dark form .form-group.calendar:after, .form-theme.bg-dark form .form-group .styled-select:after {
  color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-dark form .form-group.captcha {
  border-top-color: rgba(255, 255, 255, 0.2); }
  .form-theme.bg-dark form .form-group.captcha label {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal; }
  .form-theme.bg-dark form .form-group.captcha .refresh {
    color: rgba(255, 255, 255, 0.9); }

.form-theme.bg-dark form .form-group.filled label, .form-theme.bg-dark form .form-group.active label {
  font-stile: normal; }

.form-theme.bg-dark form legend {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.form-theme.bg-dark form option, .form-theme.bg-dark form optgroup {
  background: #343a40; }
  .form-theme.bg-dark form option:hover, .form-theme.bg-dark form optgroup:hover {
    background: rgba(255, 255, 255, 0.1); }

.form-theme.bg-dark form:-ms-input-placeholder {
  font-style: italic; }

.form-theme.bg-dark form:-moz-placeholder {
  font-style: italic; }

.form-theme.bg-dark form::-moz-placeholder {
  font-style: italic; }

.form-theme.bg-dark form::-webkit-input-placeholder {
  font-style: italic; }

.form-theme.bg-dark form:not(.was-validated) .form-group.calendar > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNyAxNjMuOHYzMDYuN2MwIDIyLjkgMTguMyA0MS41IDQxIDQxLjVoMzY4LjZjMjIuNiAwIDQxLTE4LjUgNDEtNDEuNVYxNjMuOEgzMC43em00MTkuOSAxMTIuN3YyMDQuOEg2MS40VjE5NC42aDM4OS4xdjgxLjloLjF6TTQ0MC4zIDYxLjRoLTY2LjZ2LTQ2YzAtOC41LTYuOS0xNS40LTE1LjQtMTUuNFMzNDMgNi45IDM0MyAxNS40djQ2LjFIMTY5VjE1LjRDMTY5IDYuOSAxNjIuMSAwIDE1My42IDBzLTE1LjQgNi45LTE1LjQgMTUuNHY0Ni4xSDcxLjdjLTIyLjYgMC00MSAxOC41LTQxIDQxLjV2NDAuNGg0NTAuNlYxMDNjMC0yMy0xOC4zLTQxLjYtNDEtNDEuNnptLTI4Ni43IDcxLjdjLTE3IDAtMzAuNy0xMy43LTMwLjctMzAuNyAwLTExLjQgNi4xLTIxLjMgMTUuNC0yNi42djI2LjZjMCA4LjUgNi45IDE1LjQgMTUuNCAxNS40czE1LjQtNi45IDE1LjQtMTUuNFY3NS44YzkuMiA1LjMgMTUuNCAxNS4zIDE1LjQgMjYuNi0uMiAxNy0xMy45IDMwLjctMzAuOSAzMC43em0yMDQuOCAwYy0xNyAwLTMwLjctMTMuNy0zMC43LTMwLjcgMC0xMS40IDYuMS0yMS4zIDE1LjQtMjYuNnYyNi42YzAgOC41IDYuOSAxNS40IDE1LjQgMTUuNHMxNS40LTYuOSAxNS40LTE1LjRWNzUuOGM5LjIgNS4zIDE1LjQgMTUuMyAxNS40IDI2LjYtLjIgMTctMTMuOSAzMC43LTMwLjkgMzAuN3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjkiLz48L3N2Zz4=') no-repeat; }

.form-theme.bg-dark form:not(.was-validated) .form-group.calendar.checked > input {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMzAuNzIgMTYzLjg0djMwNi42ODhDMzAuNzIgNDkzLjQ2NiA0OS4wNDkgNTEyIDcxLjY4IDUxMmgzNjguNjRjMjIuNjMgMCA0MC45Ni0xOC41MzQgNDAuOTYtNDEuNDcyVjE2My44NEgzMC43MnptNDE5Ljg0IDExMi42NHYyMDQuOEg2MS40NFYxOTQuNTZoMzg5LjEydjgxLjkyek0yMDIuNDQ1IDQ1My4wMTdjLTMuNDgyIDAtNy43ODItMS45NDUtMTAuNTQ3LTQuNzExbC05Mi44NzctOTIuMTZjLTIuODY3LTIuODY3LTQuNTA1LTYuNjU2LTQuNTA1LTEwLjU0N3MxLjYzOC03LjU3NyA0LjUwNS0xMC41NDdjMi44NjctMi44NjcgNi42NTYtNC41MDUgMTAuNTQ3LTQuNTA1czcuNTc4IDEuNjM5IDEwLjU0NyA0LjUwNWw4Mi4zMyA4MS42MTMgMTg5LjQ0LTE4OS40NGMyLjg2Ny0yLjg2NyA2LjY1Ni00LjUwNiAxMC41NDctNC41MDZzNy41NzcgMS42MzggMTAuNTQ3IDQuNTA2YzIuODY3IDIuODY3IDQuNTA1IDYuNzU4IDQuNTA1IDEwLjg1NXMtMS42MzkgNy45ODctNC41MDUgMTAuODU1TDIxMi45OTIgNDQ4LjMwOGMtMi43NjUgMi43NjUtNy4wNjYgNC43MTEtMTAuNTQ3IDQuNzExek00NDAuMzIgNjEuNDRoLTY2LjU2VjE1LjM2QzM3My43NiA2Ljg2MSAzNjYuODk5IDAgMzU4LjQgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhIMTY4Ljk2VjE1LjM2QzE2OC45NiA2Ljg2MSAxNjIuMDk5IDAgMTUzLjYgMHMtMTUuMzYgNi44NjEtMTUuMzYgMTUuMzZ2NDYuMDhINzEuNjhjLTIyLjYzIDAtNDAuOTYgMTguNTM1LTQwLjk2IDQxLjQ3MnY0MC40NDhoNDUwLjU2di00MC40NDhjMC0yMi45MzgtMTguMzI5LTQxLjQ3Mi00MC45Ni00MS40NzJ6TTE1My42IDEzMy4xMmMtMTYuOTk5IDAtMzAuNzItMTMuNzIyLTMwLjcyLTMwLjcyIDAtMTEuMzY3IDYuMTQ0LTIxLjI5OSAxNS4zNi0yNi42MjRWMTAyLjRjMCA4LjQ5OSA2Ljg2MSAxNS4zNiAxNS4zNiAxNS4zNnMxNS4zNi02Ljg2MSAxNS4zNi0xNS4zNlY3NS43NzZjOS4yMTYgNS4zMjUgMTUuMzYgMTUuMjU3IDE1LjM2IDI2LjYyNCAwIDE2Ljk5OS0xMy43MjEgMzAuNzItMzAuNzIgMzAuNzJ6bTIwNC44IDBjLTE2Ljk5OCAwLTMwLjcyLTEzLjcyMi0zMC43Mi0zMC43MiAwLTExLjM2NyA2LjE0NC0yMS4yOTkgMTUuMzYtMjYuNjI0VjEwMi40YzAgOC40OTkgNi44NjEgMTUuMzYgMTUuMzYgMTUuMzZzMTUuMzYtNi44NjEgMTUuMzYtMTUuMzZWNzUuNzc2YzkuMjE2IDUuMzI1IDE1LjM2IDE1LjI1NyAxNS4zNiAyNi42MjQgMCAxNi45OTktMTMuNzIxIDMwLjcyLTMwLjcyIDMwLjcyeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuOSIvPjwvc3ZnPg==') no-repeat; }

.form-theme.bg-dark form:not(.was-validated) .form-group select {
  background: rgba(255, 255, 255, 0.1) url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiA+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjkiIGQ9Ik05Mi42NzIsMTQ0LjM3M2MtMi43NTIsMC01LjQ5My0xLjA0NC03LjU5My0zLjEzOEwzLjE0NSw1OS4zMDFjLTQuMTk0LTQuMTk5LTQuMTk0LTEwLjk5MiwwLTE1LjE4IGM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDAgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4MSwwLDE1LjE4bC04MS45MzksODEuOTM0Qzk4LjE2NiwxNDMuMzI5LDk1LjQxOSwxNDQuMzczLDkyLjY3MiwxNDQuMzczeiIvPjwvc3ZnPg==') no-repeat; }

.captcha {
  min-height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 576px) {
    .captcha {
      flex-wrap: wrap; } }
  .captcha.form-group {
    font-size: 1.2rem;
    padding-top: 1rem; }
  .captcha label {
    order: -1;
    flex: 1 0 100%;
    margin-bottom: 0;
    line-height: 1; }
    @media (min-width: 576px) {
      .captcha label {
        flex: 0 1 auto;
        width: auto; } }
  .captcha #captcha-input {
    flex: 1 0 auto;
    min-width: calc(4ch + 1.5rem);
    max-width: 11ch;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
    @media (min-width: 576px) {
      .captcha #captcha-input {
        flex-grow: 0; } }
  .captcha #refresh-captcha {
    display: inline-flex;
    align-items: center; }
    .captcha #refresh-captcha > .icon-refresh {
      display: block; }
  .captcha .refresh {
    cursor: pointer;
    color: #3fa9d2;
    margin-left: 0.5ch;
    display: inline-flex;
    line-height: 1; }
    .captcha .refresh .icon-refresh {
      font-size: 1.5em; }
    .shakespeare .captcha .refresh {
      color: #3fa9d2; }
    .jelly_bean .captcha .refresh {
      color: #276fa6; }
    .haiti .captcha .refresh {
      color: #141833; }
    .darkgray .captcha .refresh {
      color: #a9a9a9; }
    .primary .captcha .refresh {
      color: #3fa9d2; }
    .secondary .captcha .refresh {
      color: #6c757d; }
    .success .captcha .refresh {
      color: #28a745; }
    .info .captcha .refresh {
      color: #17a2b8; }
    .warning .captcha .refresh {
      color: #ffc107; }
    .danger .captcha .refresh {
      color: #dc3545; }
    .light .captcha .refresh {
      color: #f8f9fa; }
    .dark .captcha .refresh {
      color: #343a40; }
  .captcha .captcha-image {
    position: relative;
    display: block;
    flex: 0 0 auto;
    margin-right: "";
    width: 120px;
    height: 40px; }
    .captcha .captcha-image img {
      object-fit: contain;
      max-width: 100%;
      max-height: 100%; }

textarea.form-control + label {
  display: none !important; }

.textarea.form-group textarea {
  height: auto; }

.textarea.form-group .textarea--read-only {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: monospace;
  font-size: 0.9333333333rem;
  line-height: 1.2;
  resize: none; }

.checkbox-privacy {
  font-size: 0.9rem;
  margin-top: 3.236rem; }

.footer-form {
  max-width: 1110px;
  margin-left: auto;
  margin-top: 2em;
  margin-right: auto;
  font-size: 0.9em;
  line-height: 1.1em; }
  .footer-form p {
    margin: 0; }

.legenda-campi-richiesti {
  font-size: 0.9rem;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto; }

.datepicker[readonly], .input-daterange input[readonly] {
  background-color: #fff; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
  @media screen and (min-width: 576px) {
    html {
      font-size: calc(11px + 5 * ((100vw - 576px) / 1224)); } }
  @media screen and (min-width: 1800px) {
    html {
      font-size: 16px; } }
  @media (min-width: 2000px) {
    body {
      --home-left-offset: 200px; } }
  @media (max-width: 575.98px) {
    body {
      --home-left-offset: 57.6px; } }

@supports ((-webkit-hyphens: auto) or (-ms-hyphens: auto) or (hyphens: auto)) {
  article p,
  section p {
    text-align: justify;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; } }

article p:last-of-type,
section p:last-of-type {
  margin-bottom: 1.618rem; }

article p:last-child,
section p:last-child {
  margin-bottom: 0; }

#cookieChoiceInfo:before {
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni4wMTEgNTYuMDExIj48cGF0aCBkPSJNMTQuNjA1IDM0LjVjMC0xMS4zMjIgOS4xNzgtMjAuNSAyMC41LTIwLjUuMjQ0IDAgLjQ4LjAyOC43MjEuMDM2QzMzLjczNSA2LjUxMiAyNy4wMjggMSAxOS4wNiAxIDkuNDIgMSAxLjYwNSA5LjA1OSAxLjYwNSAxOWMwIDguMzg2IDUuNTY5IDE1LjQxMiAxMy4wOTYgMTcuNDExYTIwLjgwOCAyMC44MDggMCAwMS0uMDk2LTEuOTExeiIgZmlsbD0iIzgzNTEzMiIvPjxwYXRoIGQ9Ik0xNS44MyAzNy43NDVsLTEuMzg1LS4zNjdDNi4yOTYgMzUuMjE0LjYwNSAyNy42NTYuNjA1IDE5IC42MDUgOC41MjMgOC44ODQgMCAxOS4wNiAwYzguMTg2IDAgMTUuNDc3IDUuNjYyIDE3LjczIDEzLjc2OWwuMzY1IDEuMzEyLTEuMzYtLjA0NWE3LjU2OCA3LjU2OCAwIDAxLS4zMzgtLjAxOWMtLjExOC0uMDA4LS4yMzQtLjAxNy0uMzUyLS4wMTctMTAuNzUyIDAtMTkuNSA4Ljc0OC0xOS41IDE5LjUgMCAuNTU2LjAzIDEuMTUuMDkyIDEuODE4bC4xMzMgMS40Mjd6TTE5LjA2IDJDOS45ODYgMiAyLjYwNSA5LjYyNiAyLjYwNSAxOWMwIDcuMjYzIDQuNDYxIDEzLjY1OCAxMS4wMDggMTYuMDIzYTE4LjY0IDE4LjY0IDAgMDEtLjAwOC0uNTIzYzAtMTEuNjM1IDkuMjkxLTIxLjE0MiAyMC44NDItMjEuNDlDMzIuMDU4IDYuNDY0IDI1LjkwOCAyIDE5LjA2IDJ6IiBmaWxsPSIjN2E1MzNiIi8+PHBhdGggZD0iTTE2LjA5OSAyNi44MzlhMjAuNDE5IDIwLjQxOSAwIDAxMi4zNjMtNC4yNzdBMy40OSAzLjQ5IDAgMDAxNS4xMDUgMjBhMy41IDMuNSAwIDEwMCA3Yy4zNDggMCAuNjc3LS4wNjYuOTk0LS4xNjF6IiBmaWxsPSIjOGM1NzJjIi8+PGcgZmlsbD0iI2E0NmYzZSI+PHBhdGggZD0iTTIuNjA1IDE2czEuNzUgMS41NjMgNSAyTTcuNjA2IDE5Yy0uMDQ0IDAtLjA5LS4wMDMtLjEzNS0uMDA5LTMuNTE0LS40NzMtNS40NTItMi4xNzMtNS41MzMtMi4yNDVhMSAxIDAgMDExLjMyOS0xLjQ5NWMuMDQyLjAzNiAxLjYyNSAxLjM3NSA0LjQ3MSAxLjc1OEExIDEgMCAwMTcuNjA2IDE5eiIvPjwvZz48ZyBmaWxsPSIjYTQ2ZjNlIj48cGF0aCBkPSJNNy42MDUgMTRjMCAxLjY1OC0xLjM0MiAzLTMgM000LjYwNSAxOGExIDEgMCAxMTAtMmMxLjEwMyAwIDItLjg5NyAyLTJhMSAxIDAgMTEyIDBjMCAyLjIwNi0xLjc5NCA0LTQgNHoiLz48L2c+PGNpcmNsZSBjeD0iMTYuMTA1IiBjeT0iOS41IiByPSIzLjUiIGZpbGw9IiM0YzMxMmMiLz48ZyBmaWxsPSIjYTQ2ZjNlIj48cGF0aCBkPSJNMjguNjA1IDRzLjMxMiA0LjUtMyA2YzAgMC0yLjA2My40MzgtMiAyIi8+PHBhdGggZD0iTTIzLjYwNCAxM2ExIDEgMCAwMS0uOTk5LS45NmMtLjA3My0xLjgyOSAxLjU5LTIuNzI0IDIuNjcxLTIuOTkgMi41MzktMS4yMzIgMi4zMzMtNC45NDUgMi4zMzEtNC45ODNhMS4wMDEgMS4wMDEgMCAwMS45MzEtMS4wNjMuOTk4Ljk5OCAwIDAxMS4wNjQuOTI3Yy4wMTUuMjEyLjMxNiA1LjIxNC0zLjU4NSA2Ljk4bC0uMjA1LjA2N2MtLjAwNy4wMDEtMS4yMzUuMzA4LTEuMjA4Ljk4MWEuOTk5Ljk5OSAwIDAxLS45NTkgMS4wMzljLS4wMTQuMDAyLS4wMjcuMDAyLS4wNDEuMDAyem0yLjAwMS0zaC4wMS0uMDF6Ii8+PC9nPjxnIGZpbGw9IiNhNDZmM2UiPjxwYXRoIGQ9Ik0yNy42MDUgOHMtMy42MjUtMS4yNS00LTFNMjcuNjA1IDljLS4xMDggMC0uMjE4LS4wMTgtLjMyNi0uMDU1LTEuMzA0LS40NDktMi45MzgtLjkzLTMuNDMxLS45NzVhMS4wMDIgMS4wMDIgMCAwMS0uNzk4LTEuODAzYy4zNjktLjI0Ni43ODctLjUyNSA0Ljg4MS44ODdBMSAxIDAgMDEyNy42MDUgOXpNMjQuMTYgNy44MzJsLS4wMDEuMDAxLjAwMS0uMDAxeiIvPjwvZz48Zz48cGF0aCBkPSJNNTIuNDg5IDQyLjI2N2E0LjUgNC41IDAgMDEtMi40OTMtNS44NTUgNC40NzUgNC40NzUgMCAwMTIuMjc5LTIuMzg3IDQuMTE1IDQuMTE1IDAgMDEtMS43MDQtNS4wNjNjLjE3LS40MjMuNDE2LS43ODguNjk2LTEuMTE3YTUuNjc1IDUuNjc1IDAgMDEtMS4zMTktLjM0NyA1LjYyNCA1LjYyNCAwIDAxLTMuMTE2LTcuMzE5Yy4yNi0uNjQ1LjYzLTEuMjEgMS4wNzMtMS42OTRhMjAuNTE2IDIwLjUxNiAwIDAwLTMuNTMxLTIuMjdjLTEwLjA5OC01LjExOS0yMi40MzUtMS4wODMtMjcuNTU0IDkuMDE2cy0xLjA4MyAyMi40MzUgOS4wMTYgMjcuNTU0IDIyLjQzNSAxLjA4MyAyNy41NTQtOS4wMTZjLjIwMS0uMzk2LjM2Mi0uOC41MzUtMS4yMDJhNC40NDIgNC40NDIgMCAwMS0xLjQzNi0uM3oiIGZpbGw9IiNiYzgwNDkiLz48cGF0aCBkPSJNMzUuMDgzIDU2LjAxMWMtMy4zMzIgMC02LjY0MS0uNzgzLTkuNjk5LTIuMzM0YTIxLjM1OCAyMS4zNTggMCAwMS0xMC43MTMtMTIuNDljLTEuNzg2LTUuNDU4LTEuMzM5LTExLjI4NSAxLjI1Ny0xNi40MDdzNy4wMzMtOC45MjcgMTIuNDkxLTEwLjcxM2EyMS4zNTIgMjEuMzUyIDAgMDExNi40MDcgMS4yNTcgMjEuNjEgMjEuNjEgMCAwMTMuNzAzIDIuMzc5bC44MzYuNjY4LS43MjMuNzg5YTQuNTk3IDQuNTk3IDAgMDAtLjg4MyAxLjM5NCA0LjYzMiA0LjYzMiAwIDAwMi41NjMgNi4wMThjLjMzNi4xMzYuNjkuMjI5IDEuMDg0LjI4NGwxLjc5Ny4yNTQtMS4xNzQgMS4zODRhMy4wNyAzLjA3IDAgMDAtLjUzLjg0MyAzLjEwNCAzLjEwNCAwIDAwMS4yOTIgMy44MzNsMS42MTIuOTctMS43MDYuNzkzYTMuNDc2IDMuNDc2IDAgMDAtMS43NDcgNC41MzMgMy40OCAzLjQ4IDAgMDAxLjkxMyAxLjg3NWMuMzI1LjEzMi42OS4yMDcgMS4xMTYuMjNsMS40MjcuMDc4LS42NjcgMS41NjFjLS4xNDQuMzM5LS4yODcuNjc5LS40NTYgMS4wMTJhMjEuMzY0IDIxLjM2NCAwIDAxLTEyLjQ5MSAxMC43MTRjLTIuMi43MTctNC40NiAxLjA3NS02LjcwOSAxLjA3NXptLjA0Mi00MS4wMjFjLTIuMDQxIDAtNC4wODkuMzIzLTYuMDg0Ljk3N2ExOS4zNzUgMTkuMzc1IDAgMDAtMTEuMzI5IDkuNzE3Yy0yLjM1NSA0LjY0Ni0yLjc2IDkuOTMxLTEuMTQxIDE0Ljg4MXM1LjA3IDguOTc0IDkuNzE2IDExLjMyOWExOS4zNzYgMTkuMzc2IDAgMDAxNC44ODEgMS4xNCAxOS4zNjggMTkuMzY4IDAgMDAxMS4zMjItOS43MDUgNS40NyA1LjQ3IDAgMDEtMy4zODMtMy4wODEgNS40NjcgNS40NjcgMCAwMTEuNDgzLTYuMzIyIDUuMDg2IDUuMDg2IDAgMDEtLjktNS40NTNsLS4xMTgtLjA0NmE2LjYzMyA2LjYzMyAwIDAxLTMuNjctOC42MmMuMTYtLjM5Ni4zNTctLjc3NS41OTMtMS4xMzRhMTkuNjYxIDE5LjY2MSAwIDAwLTIuNTc1LTEuNTY1IDE5LjM5NCAxOS4zOTQgMCAwMC04Ljc5NS0yLjExOHoiIGZpbGw9IiNhNDZmM2UiLz48Y2lyY2xlIGN4PSIzMy44MSIgY3k9IjI1Ljk5NiIgcj0iMy41IiBmaWxsPSIjNmEzMzExIi8+PGNpcmNsZSBjeD0iMjcuNDgiIGN5PSIzOC40ODMiIHI9IjMuNSIgZmlsbD0iIzRjMzEyYyIvPjxjaXJjbGUgY3g9IjQwLjQzMiIgY3k9IjQxLjY4NSIgcj0iMy41IiBmaWxsPSIjOGM1NzJjIi8+PHBhdGggZD0iTTQwLjEzNyA1NS40MjlhMSAxIDAgMDEtLjg5MS0xLjQ1MmMuNDI3LS44NDItLjYyMi0yLjU1Ny0yLjY2NC0zLjU5M2ExIDEgMCAwMS45MDQtMS43ODNjMy4wMDEgMS41MjEgNC41NTcgNC4yOCAzLjU0MyA2LjI4YS45OTcuOTk3IDAgMDEtLjg5Mi41NDh6IiBmaWxsPSIjOGM1NzJjIi8+PHBhdGggZD0iTTQwLjc3NCAyMC45OTdhLjk4OC45ODggMCAwMS0uNDUxLS4xMDggNS4wMDggNS4wMDggMCAwMS0yLjE5OS02LjcyMSAxIDEgMCAwMTEuNzg0LjkwNSAzLjAwNCAzLjAwNCAwIDAwMS4zMTkgNC4wMzMgMSAxIDAgMDEtLjQ1MyAxLjg5MXoiIGZpbGw9IiM0YzMxMmMiLz48cGF0aCBkPSJNMjIuMzg1IDMwLjczNGEuOTg4Ljk4OCAwIDAxLS40NTEtLjEwOCAzLjk4NyAzLjk4NyAwIDAxLTIuMDAzLTIuMzYxYy0uMjc2LjE1My0uNTcuMjgxLS44NzYuMzgyYTQuOTcgNC45NyAwIDAxLTMuODE2LS4yOTQgMSAxIDAgMDEuOTA0LTEuNzgzIDIuOTc2IDIuOTc2IDAgMDAyLjI5LjE3NiAyLjk3NSAyLjk3NSAwIDAwMS43NDItMS40OTUgMSAxIDAgMDExLjc4NC45MDUgMi4wMDIgMi4wMDIgMCAwMC44OCAyLjY4OCAxIDEgMCAwMS40NCAxLjM0NCAxLjAwNCAxLjAwNCAwIDAxLS44OTQuNTQ2ek0yMy4xMzggNTAuOTMyYy0uNzE1IDAtMS40NzktLjE5NC0yLjI3LS42NjdhMSAxIDAgMDExLjAyOC0xLjcxN2MyLjIwNSAxLjMyMiAzLjk0OS0xLjMyOSA0LjAyMi0xLjQ0MiAxLjY0Ni0zLjA5IDUuMjkyLTIuNjg2IDUuNDQ3LTIuNjYyYTEgMSAwIDAxLjg3MSAxLjExNCAxLjAwNSAxLjAwNSAwIDAxLTEuMTEuODcxYy0uMTE0LS4wMTYtMi40NTMtLjI0Ni0zLjQ4NSAxLjY4OC0uNzYgMS4xODYtMi40MyAyLjgxNS00LjUwMyAyLjgxNXoiIGZpbGw9IiM4YzU3MmMiLz48L2c+PC9zdmc+') no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 0.75em;
  margin-right: 1em; }

.new-modal.modal-dialog {
  height: inherit;
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto; }
  .new-modal.modal-dialog .scroll-content {
    pointer-events: auto;
    border-top: solid 6vh transparent;
    border-bottom: solid 6vh transparent; }
  .new-modal.modal-dialog .new-modal-content {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    padding: 2.6666666667rem; }
    .new-modal.modal-dialog .new-modal-content > .close {
      display: block !important;
  font-size: inherit;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  background: #3fa9d2;
  opacity: 1; }
  .new-modal.modal-dialog .new-modal-content > .close span {
    display: inline-block;
    text-indent: -999em; }
  .new-modal.modal-dialog .new-modal-content > .close:hover {
    background: #257d9f; }
  .new-modal.modal-dialog .new-modal-content > .close:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNjEyIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNNjEyIDM2LjAwNEw1NzYuNTIxLjYwMyAzMDYgMjcwLjYwOCAzNS40NzguNjAzIDAgMzYuMDA0bDI3MC41MjIgMjcwLjAwN0wwIDU3NS45OTdsMzUuNDc4IDM1LjRMMzA2IDM0MS40MTFsMjcwLjUyMSAyNjkuOTg2IDM1LjQ3OS0zNS40LTI3MC41NDEtMjY5Ljk4NnoiLz48L3N2Zz4=');
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    pointer-events: none; }

.social-wrapper {
  display: grid;
  grid-gap: 0.4rem;
  grid-auto-flow: column; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .social-wrapper {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-flow: row; } }
  @media (min-width: 1200px) {
    .social-wrapper {
      grid-gap: 0.8rem; } }

.socials {
  order: 2; }

.social-item {
  position: relative;
  flex: 0 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s, color 0.25s;
  background: none center no-repeat;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM2ZhOWQyIj48cGF0aCBkPSJNMCAwaDcydjcySDB6Ii8+PC9zdmc+');
  background-position: center center;
  background-size: calc(100% - 2px) calc(100% - 2px); }
  .social-item, .social-item:hover, .social-item:focus {
    text-decoration: none; }
  .social-item .icon {
    font-size: 1.8666666667rem; }
  .social-item:last-of-type {
    margin-right: 0; }
  .social-item:hover, .social-item:focus {
    -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25));
            filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.25)); }
  .social-item--tripadvisor:hover, .social-item--tripadvisor:focus {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDBBRjg3IiBzdHJva2Utd2lkdGg9IjMiPjxwYXRoIGQ9Ik0wIDBoNzJ2NzJIMHoiLz48L3N2Zz4=');
    color: #00AF87 !important; }
  .social-item--twitter:hover, .social-item--twitter:focus {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMWRhMWYyIiBzdHJva2Utd2lkdGg9IjMiPjxwYXRoIGQ9Ik0wIDBoNzJ2NzJIMHoiLz48L3N2Zz4=');
    color: #1da1f2 !important; }
  .social-item--youtube:hover, .social-item--youtube:focus {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjY2QyMDFmIiBzdHJva2Utd2lkdGg9IjMiPjxwYXRoIGQ9Ik0wIDBoNzJ2NzJIMHoiLz48L3N2Zz4=');
    color: #cd201f !important; }
  .social-item--instagram:hover, .social-item--instagram:focus {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjYzEzNTg0IiBzdHJva2Utd2lkdGg9IjMiPjxwYXRoIGQ9Ik0wIDBoNzJ2NzJIMHoiLz48L3N2Zz4=');
    color: #c13584 !important; }
  .social-item--facebook:hover, .social-item--facebook:focus {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMTg3NmYyIiBzdHJva2Utd2lkdGg9IjMiPjxwYXRoIGQ9Ik0wIDBoNzJ2NzJIMHoiLz48L3N2Zz4=');
    color: #1876f2 !important; }
  .social-item--enjoy {
    transition: background 0.25s steps(15, end);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgMjc4IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNNTcuMiAxMTEuM3YxNS4xSDI1Ljd2MTUuMWgzNS4ydjE1SDkuN3YtNzRINTl2MTUuMUgyNS43djEzLjd6TTEyNi41IDgyLjVoMTUuOXY3NGgtMjAuOWwtMzEuNi01Mi43aC0uMnY1Mi43SDczLjZ2LTc0aDIxLjhsMzAuOSA1MS40aC4yek0xOTQuNyAxMzEuN2MwIDEzLjYtMy41IDI2LjYtMjMuMSAyNi42LTExLjUgMC0xOS45LTUuNC0yMi4zLTE3LjJsMTQuNy0zLjZjLjQgMy41IDMuNyA2LjQgNy4xIDYuNCA3LjUgMCA3LjYtOC40IDcuNi0xNFY4Mi41aDE2djQ5LjJ6TTI0My43IDE0My4zYzEzLjYgMCAyMi41LTEwLjEgMjIuNS0yMy44IDAtMTMuNy04LjktMjMuOC0yMi41LTIzLjhzLTIyLjUgMTAuMS0yMi41IDIzLjhjMCAxMy43IDguOCAyMy44IDIyLjUgMjMuOHptMC02Mi43YzIyLjYgMCAzOS4yIDE1LjIgMzkuMiAzOC45cy0xNi41IDM4LjktMzkuMiAzOC45Yy0yMi43IDAtMzkuMi0xNS4yLTM5LjItMzguOXMxNi41LTM4LjkgMzkuMi0zOC45ek0zMzUuOCA4Mi41aDE5bC0yNy4zIDQyLjR2MzEuNmgtMTZ2LTMxLjZsLTI3LjMtNDIuNGgyMGwxNS4zIDI3Ljd6Ii8+PGc+PHBhdGggZD0iTTIwNS40IDI1Ni42bDguOS0xLjFjMTIuOC0xLjYgMjYuNi0zLjYgNDMtNi4zLjktMSAxLjctMiAyLjQtMy4xbC0xNi0xMi4yYy00IDYtMTAuMiA5LjUtMTggOS41LTEzLjkgMC0yNC43LTEyLTI0LjctMjguNyAwLTE2LjUgMTAuNy0yOC43IDI1LjMtMjguNyA3LjEgMCAxMi43IDIuNiAxNi41IDcuM2wxNC44LTEyLjNjLTcuNS05LjctMTkuOC0xMy0yOS41LTEzLTI3LjMgMC00Ny4xIDE4LjItNDcuMSA0Ni43LjEgMTkuOCA5LjUgMzQuNiAyNC40IDQxLjl6TTUwIDE4MS4ydjEyLjRIMzIuMnY1MS4xSDE4LjV2LTUxLjFILjd2LTEyLjR6TTk3LjMgMjA0Ljl2LTIzLjdoMTMuOHY2My41SDk3LjN2LTI3LjVINzAuN3YyNy41SDU3di02My41aDEzLjd2MjMuN3pNMTM4IDE5NC4xdjExLjhoMjd2MTIuOWgtMjd2MTIuOWgzMC4ydjEzaC00My45di02My41aDQyLjN2MTIuOXpNMjk5LjIgMjQyLjNsMy42LS41Yy0xMC43LTMuOC0xNy4zLTE0LTE3LjMtMjcgMC0xNi41IDEwLjctMjguNyAyNy4yLTI4LjcgMTYuNCAwIDI3LjEgMTIuMSAyNy4xIDI4LjcgMCAxMC4yLTQgMTguNi0xMC45IDIzLjYgOC44LS45IDE3LjYtMS41IDI2LjQtMS45IDIuOS02LjMgNC41LTEzLjYgNC41LTIxLjcgMC0yOC41LTE5LjgtNDYuNy00Ny4xLTQ2LjdzLTQ3LjEgMTguMi00Ny4xIDQ2LjdjMCAxMi44IDQgMjMuNCAxMC44IDMxLjRsMjIuOC0zLjl6TTQwOC45IDE5Ni4ybDEwLjcgMjcuN2gtMjEuM2wxMC42LTI3Ljd6TTM4MiAyMzUuOGMyMi40IDAgNDQuMiAxLjMgNjQuOSAzLjRsLTI5LjQtNjloLTE1LjlsLTI3LjggNjUuNmg4LjJ6TTUwMS40IDIzNC4yYzAgNi4yLTcgOS4zLTEzLjMgOS4zLTYuNCAwLTEyLjgtMy4xLTE2LjctOC40bC01LjcgNi40YzE3LjggMi4zIDM0LjQgNS4xIDQ5LjYgOC4xIDMuMy00LjQgNS4zLTEwLjEgNS4zLTE3LjIgMC0zMS4yLTQwLjItMjAuNy00MC4yLTM2LjkgMC02LjcgNy41LTkuMiAxMy05LjIgNC43IDAgMTAuOCAxLjkgMTMuOSA2bDEzLjItMTQuOGMtNy40LTYuNi0xNi45LTkuMy0yNi44LTkuMy0xNy4xIDAtMzMuMyA5LjktMzMuMyAyOC45IDAgMjkuNSA0MSAyMC43IDQxIDM3LjF6TTU1MS44IDI1Ny42YzcuMSAxLjggMTMuNSAzLjQgMTkuMyA1di03NC45SDU5NnYtMTcuM2gtNjl2MTcuM2gyNC45djY5Ljl6Ii8+PC9nPjxwYXRoIGQ9Ik02MDAgMjc2LjhzLTE1MS44LTU0LTMwMC0yOS40Yy0xMjYuOSAyMS0xMjYuOSAyMS0zMDAgOS42IDAgMCAxMTQuNyAzOS44IDMwMCA5LjkgMTM2LjUtMjIuMSAzMDAgOS45IDMwMCA5Ljl6Ii8+PGc+PHBhdGggZD0iTTMwOC40LjNjLTIuNiAxMC45LjIgMjkuNCAxMS42IDMxLjgtLjMtMTAuNiA1LjMtMzQuOS0xMS42LTMxLjh6TTM2Mi44IDMuOWMtNy4zIDguNS0xMy4zIDI2LjEtNC40IDMzLjcgNC44LTkuNiAyMC43LTI4LjUgNC40LTMzLjd6TTQxNS4yIDM2LjJDNDA0LjQgMzguNiAzODkuMyA0OSAzOTIgNjAuNmM5LjMtNC45IDMzLjItMTAuMyAyMy4yLTI0LjR6TTQzOC4xIDg5LjRjLTEwLjItNC4yLTI4LjUtNC0zMi42IDcuMSAxMC40IDEuMyAzMy4yIDEwLjMgMzIuNi03LjF6TTQyOS42IDE0NC40Yy03LjgtNy45LTI0LjctMTUuMi0zMi43LTYuNyA5LjEgNS4zIDI2LjUgMjMgMzIuNyA2Ljd6TTMxMS4xIDQ0YzM3LjctMTMuOCA4Mi4yIDE2LjUgODUuNyA1MC45IDMuNiAzNS43LTIyLjcgNTMuMi00Mi45IDY2LjQgOC40LTEwLjkgMTYtMTQuMSAyMS40LTIzLjYgMTkuMy0zMy42LTExLjMtNjktNDQuNi03Ny45bC0uNS0uMWMtLjEtLjEtMjAuNy04LjktNDguOSA3LjkgOS4xLTExLjEgMjMuMy0yMS4zIDI5LjgtMjMuNnoiLz48L2c+PC9zdmc+'), url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM2ZhOWQyIj48cGF0aCBkPSJNMCAwaDcydjcySDB6Ii8+PC9zdmc+');
    background-size: 80%, calc(100% - 2px) calc(100% - 2px);
    background-repeat: no-repeat;
    background-position: center center; }
    .social-item--enjoy:hover, .social-item--enjoy:focus {
      background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgMjc4Ij48cGF0aCBmaWxsPSIjZDU1YjQ3IiBkPSJNNTcuMiAxMTEuM3YxNS4xSDI1Ljd2MTUuMWgzNS4ydjE1SDkuN3YtNzRINTl2MTUuMUgyNS43djEzLjd6Ii8+PHBhdGggZmlsbD0iI2YwYWYzMCIgZD0iTTEyNi41IDgyLjVoMTUuOXY3NGgtMjAuOWwtMzEuNi01Mi43aC0uMnY1Mi43SDczLjZ2LTc0aDIxLjhsMzAuOSA1MS40aC4yeiIvPjxwYXRoIGQ9Ik0xOTQuNyAxMzEuN2MwIDEzLjYtMy41IDI2LjYtMjMuMSAyNi42LTExLjUgMC0xOS45LTUuNC0yMi4zLTE3LjJsMTQuNy0zLjZjLjQgMy41IDMuNyA2LjQgNy4xIDYuNCA3LjUgMCA3LjYtOC40IDcuNi0xNFY4Mi41aDE2djQ5LjJ6IiBmaWxsPSIjN2ZjMjRmIi8+PHBhdGggZD0iTTI0My43IDE0My4zYzEzLjYgMCAyMi41LTEwLjEgMjIuNS0yMy44IDAtMTMuNy04LjktMjMuOC0yMi41LTIzLjhzLTIyLjUgMTAuMS0yMi41IDIzLjhjMCAxMy43IDguOCAyMy44IDIyLjUgMjMuOHptMC02Mi43YzIyLjYgMCAzOS4yIDE1LjIgMzkuMiAzOC45cy0xNi41IDM4LjktMzkuMiAzOC45Yy0yMi43IDAtMzkuMi0xNS4yLTM5LjItMzguOXMxNi41LTM4LjkgMzkuMi0zOC45eiIgZmlsbD0iIzFlN2FjMCIvPjxwYXRoIGZpbGw9IiM2NjQxOTkiIGQ9Ik0zMzUuOCA4Mi41aDE5bC0yNy4zIDQyLjR2MzEuNmgtMTZ2LTMxLjZsLTI3LjMtNDIuNGgyMGwxNS4zIDI3Ljd6Ii8+PGc+PHBhdGggZD0iTTIwNS40IDI1Ni42bDguOS0xLjFjMTIuOC0xLjYgMjYuNi0zLjYgNDMtNi4zLjktMSAxLjctMiAyLjQtMy4xbC0xNi0xMi4yYy00IDYtMTAuMiA5LjUtMTggOS41LTEzLjkgMC0yNC43LTEyLTI0LjctMjguNyAwLTE2LjUgMTAuNy0yOC43IDI1LjMtMjguNyA3LjEgMCAxMi43IDIuNiAxNi41IDcuM2wxNC44LTEyLjNjLTcuNS05LjctMTkuOC0xMy0yOS41LTEzLTI3LjMgMC00Ny4xIDE4LjItNDcuMSA0Ni43LjEgMTkuOCA5LjUgMzQuNiAyNC40IDQxLjl6TTUwIDE4MS4ydjEyLjRIMzIuMnY1MS4xSDE4LjV2LTUxLjFILjd2LTEyLjR6TTk3LjMgMjA0Ljl2LTIzLjdoMTMuOHY2My41SDk3LjN2LTI3LjVINzAuN3YyNy41SDU3di02My41aDEzLjd2MjMuN3pNMTM4IDE5NC4xdjExLjhoMjd2MTIuOWgtMjd2MTIuOWgzMC4ydjEzaC00My45di02My41aDQyLjN2MTIuOXpNMjk5LjIgMjQyLjNsMy42LS41Yy0xMC43LTMuOC0xNy4zLTE0LTE3LjMtMjcgMC0xNi41IDEwLjctMjguNyAyNy4yLTI4LjcgMTYuNCAwIDI3LjEgMTIuMSAyNy4xIDI4LjcgMCAxMC4yLTQgMTguNi0xMC45IDIzLjYgOC44LS45IDE3LjYtMS41IDI2LjQtMS45IDIuOS02LjMgNC41LTEzLjYgNC41LTIxLjcgMC0yOC41LTE5LjgtNDYuNy00Ny4xLTQ2LjdzLTQ3LjEgMTguMi00Ny4xIDQ2LjdjMCAxMi44IDQgMjMuNCAxMC44IDMxLjRsMjIuOC0zLjl6TTQwOC45IDE5Ni4ybDEwLjcgMjcuN2gtMjEuM2wxMC42LTI3Ljd6TTM4MiAyMzUuOGMyMi40IDAgNDQuMiAxLjMgNjQuOSAzLjRsLTI5LjQtNjloLTE1LjlsLTI3LjggNjUuNmg4LjJ6TTUwMS40IDIzNC4yYzAgNi4yLTcgOS4zLTEzLjMgOS4zLTYuNCAwLTEyLjgtMy4xLTE2LjctOC40bC01LjcgNi40YzE3LjggMi4zIDM0LjQgNS4xIDQ5LjYgOC4xIDMuMy00LjQgNS4zLTEwLjEgNS4zLTE3LjIgMC0zMS4yLTQwLjItMjAuNy00MC4yLTM2LjkgMC02LjcgNy41LTkuMiAxMy05LjIgNC43IDAgMTAuOCAxLjkgMTMuOSA2bDEzLjItMTQuOGMtNy40LTYuNi0xNi45LTkuMy0yNi44LTkuMy0xNy4xIDAtMzMuMyA5LjktMzMuMyAyOC45IDAgMjkuNSA0MSAyMC43IDQxIDM3LjF6TTU1MS44IDI1Ny42YzcuMSAxLjggMTMuNSAzLjQgMTkuMyA1di03NC45SDU5NnYtMTcuM2gtNjl2MTcuM2gyNC45djY5Ljl6Ii8+PC9nPjxwYXRoIGQ9Ik02MDAgMjc2LjhzLTE1MS44LTU0LTMwMC0yOS40Yy0xMjYuOSAyMS0xMjYuOSAyMS0zMDAgOS42IDAgMCAxMTQuNyAzOS44IDMwMCA5LjkgMTM2LjUtMjIuMSAzMDAgOS45IDMwMCA5Ljl6IiBmaWxsPSIjMDM4NGJkIi8+PGcgZmlsbD0iI2YwYWYzMCI+PHBhdGggZD0iTTMwOC40LjNjLTIuNiAxMC45LjIgMjkuNCAxMS42IDMxLjgtLjMtMTAuNiA1LjMtMzQuOS0xMS42LTMxLjh6TTM2Mi44IDMuOWMtNy4zIDguNS0xMy4zIDI2LjEtNC40IDMzLjcgNC44LTkuNiAyMC43LTI4LjUgNC40LTMzLjd6TTQxNS4yIDM2LjJDNDA0LjQgMzguNiAzODkuMyA0OSAzOTIgNjAuNmM5LjMtNC45IDMzLjItMTAuMyAyMy4yLTI0LjR6TTQzOC4xIDg5LjRjLTEwLjItNC4yLTI4LjUtNC0zMi42IDcuMSAxMC40IDEuMyAzMy4yIDEwLjMgMzIuNi03LjF6TTQyOS42IDE0NC40Yy03LjgtNy45LTI0LjctMTUuMi0zMi43LTYuNyA5LjEgNS4zIDI2LjUgMjMgMzIuNyA2Ljd6TTMxMS4xIDQ0YzM3LjctMTMuOCA4Mi4yIDE2LjUgODUuNyA1MC45IDMuNiAzNS43LTIyLjcgNTMuMi00Mi45IDY2LjQgOC40LTEwLjkgMTYtMTQuMSAyMS40LTIzLjYgMTkuMy0zMy42LTExLjMtNjktNDQuNi03Ny45bC0uNS0uMWMtLjEtLjEtMjAuNy04LjktNDguOSA3LjkgOS4xLTExLjEgMjMuMy0yMS4zIDI5LjgtMjMuNnoiLz48L2c+PC9zdmc+'), url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZjBhZjMwIiBzdHJva2Utd2lkdGg9IjMiPjxwYXRoIGQ9Ik0wIDBoNzJ2NzJIMHoiLz48L3N2Zz4='); }

.contact-image {
  --responsive-width: 20.5vw;
  --responsive-height: 20.5vw;
  flex: 0 0 auto;
  border: solid 0.5rem white;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  margin-top: -3.125rem;
  margin-bottom: 2.0225rem;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 260px;
  display: grid;
  grid: "image" 1fr / 1fr; }
  @media (min-width: 2000px) {
    .contact-image {
      --responsive-width: 410px;
      --responsive-height: 410px; } }
  @media (max-width: 991.98px) {
    .contact-image {
      --responsive-width: 203.36px;
      --responsive-height: 203.36px; } }
  .contact-image .embed-responsive {
    grid-area: image; }
  .contact-image-logo {
    grid-area: image;
    z-index: 99;
    place-self: center;
    margin: 2.427rem;
    max-width: 12rem;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.25)); }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-image {
      margin-top: -4.743rem; } }
  @media (min-width: 992px) {
    .contact-image {
      max-width: none;
      width: var(--responsive-width);
      height: calc(var(--responsive-height) * 1.4);
      margin-bottom: -4.743rem; } }
  @media (min-width: 1200px) {
    .contact-image {
      height: var(--responsive-height);
      margin-bottom: -3.125rem; } }

.contact-group-item {
  line-height: 1.1; }
  .contact-group-item:last-of-type {
    margin-bottom: 0; }
  .contact-group-item > .icon {
    font-size: 3rem;
    margin-right: 1.618rem; }

.contact-element a {
  display: inline-block; }
  .contact-element a + a {
    margin-left: 1ch; }

.footer-outer {
  background: #f0f0f0; }

.footer-inner {
  position: relative;
  z-index: 20;
  background: #141833;
  background-size: 100% 100%, cover;
  background-blend-mode: multiply, normal;
  background-position-y: 20%;
  margin-top: 3.125rem;
  padding-bottom: 1.618rem;
  border: solid 2px white;
  border-left: none;
  border-right: none; }
  .footer-inner,
  .footer-inner a,
  .footer-inner a:hover,
  .footer-inner a:focus {
    color: white; }
  @media (min-width: 992px) {
    .footer-inner {
      padding-top: 1.618rem;
      margin-bottom: 3.125rem; } }
  @media (min-width: 1200px) {
    .footer-inner {
      padding: 0; } }

@media (max-width: 991.98px) {
  .footer-bound {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; } }

.footer-bound:after {
  flex: 0 0 auto;
  display: inline-flex;
  content: "";
  align-self: stretch;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  margin: 1.618rem 0; }
  @media (min-width: 992px) {
    .footer-bound:after {
      width: 2px;
      height: auto;
      margin: 2.427rem 1.618rem; } }

#Closer {
  background: #f0f0f0;
  position: relative;
  z-index: 19;
  min-height: 3.125rem;
  font-size: 13.5px;
  font-family: sans-serif; }
  @media (min-width: 992px) {
    #Closer {
      margin-top: -3.125rem; } }
  #Closer a {
    color: inherit; }
    @media (max-width: 575.98px) {
      #Closer a.author {
        margin-top: 1.2135rem;
        flex: 1 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 2; }
        #Closer a.author:before {
          content: attr(data-author-intro);
          display: block;
          padding-bottom: 0.809rem;
          font-weight: 700; } }
    #Closer a.author img {
      width: 94.6px;
      height: 22.5px; }
  #Closer .disclaimers {
    margin-left: 22.7777777778vw;
    opacity: 0.75;
    text-align: center; }
    @media (min-width: 1800px) {
      #Closer .disclaimers {
        margin-left: 410px; } }
    @media (max-width: 991.98px) {
      #Closer .disclaimers {
        margin-left: 0 !important; } }
    @media (max-width: 991.98px) { }
    #Closer .disclaimers .disclaimers-item:before {
      content: "\A";
      white-space: pre; }
      @media (min-width: 576px) {
        #Closer .disclaimers .disclaimers-item:before {
          white-space: normal;
          content: "|";
          display: inline-block;
          margin: 0 10px; } }
    #Closer .disclaimers .disclaimers-item:first-child:before {
      content: none; }

.booking-widget {
  grid-area: booking;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.809rem 0.809rem; }
  .booking-widget-label {
    text-transform: uppercase;
    font-weight: 500; }
    .header__top .booking-widget-label {
      font-size: 0.8666666667rem; }
    .navigation\@booking__sidebar .booking-widget-label,
    .header__top:not(.header__top--home) .booking-widget-label {
      color: rgba(255, 255, 255, 0.7); }
  .booking-widget-data {
    font-weight: 700; }
    .navigation\@booking__sidebar .booking-widget-data {
      font-size: 1.7143571314rem; }
  .booking-widget .paypal-cards {
    display: none; }
  .navigation\@booking__sidebar .booking-widget {
    align-self: center;
    justify-self: center; }
    .navigation\@booking__sidebar .booking-widget .paypal-cards {
      margin-left: 0;
      margin-top: 0.4045rem;
      display: grid;
      grid-template: auto; }
  .header__top--home .booking-widget {
    background: rgba(255, 255, 255, 0.7) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNyI+PC9yZWN0Pjwvc3ZnPg==') no-repeat;
    background-size: 100%;
    background-origin: padding-box;
    border: solid transparent 0px;
    border-left-width: 0.809rem;
    border-right-width: 0.809rem; }
  .navigation\@booking__sidebar .booking-widget__heading {
    margin-bottom: 1.618rem;
    font-size: 2.2446671329rem; }
  .header__top .booking-widget__heading {
    margin-bottom: 0.809rem;
    font-size: 1.375rem; }
  .booking-widget__footer {
    margin-top: 0.4045rem;
    font-size: 0.8666666667rem;
    font-weight: 500; }
  .header__top .booking-widget__detail, .header__top .booking-widget__button {
    align-self: stretch; }
  .booking-widget__detail {
    cursor: pointer;
    transition: background 0.5s;
    line-height: 1.2; }
    .navigation\@booking__sidebar .booking-widget__detail {
      padding: 1.2135rem;
      background: rgba(255, 255, 255, 0.2);
      margin-bottom: 1.618rem; }
      .navigation\@booking__sidebar .booking-widget__detail:hover, .navigation\@booking__sidebar .booking-widget__detail:focus {
        background: rgba(63, 169, 210, 0.8); }
      .navigation\@booking__sidebar .booking-widget__detail > [class^="booking-widget__"]:not(:last-child) {
        margin-right: 1.2135rem;
        padding-right: 1.2135rem;
        border-right-width: 2px; }
    .navigation\@booking__sidebar .booking-widget__detail,
    .header__top .booking-widget__detail {
      color: white; }
    .navigation\@booking__sidebar .booking-widget__detail,
    .header__top--home .booking-widget__detail {
      grid-template: auto/repeat(3, auto); }
    .header__top .booking-widget__detail {
      padding: 0.4045rem;
      margin-bottom: 0.4045rem;
      background: rgba(20, 24, 51, 0.333333); }
      .header__top .booking-widget__detail:hover, .header__top .booking-widget__detail:focus {
        background: rgba(63, 169, 210, 0.5); }
    .header__top:not(.header__top--home) .booking-widget__detail {
      grid-template: auto auto/repeat(2, 1fr);
      grid-gap: 0.4045rem 0; }
      .header__top:not(.header__top--home) .booking-widget__detail > .booking-widget__checkout,
      .header__top:not(.header__top--home) .booking-widget__detail > .booking-widget__checkin {
        margin-right: 0 !important;
        padding: 0 0.4045rem !important; }
      .header__top:not(.header__top--home) .booking-widget__detail > .booking-widget__checkout {
        border-right: none; }
    .header__top--home .booking-widget__detail {
      padding: 0.4045rem 0.809rem;
      color: inherit;
      background: rgba(163, 163, 163, 0.333333); }
      .header__top--home .booking-widget__detail:hover, .header__top--home .booking-widget__detail:focus {
        color: rgba(0, 0, 0, 0.7); }
    .booking-widget__detail > [class^="booking-widget__"] {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .booking-widget__detail > [class^="booking-widget__"]:not(:last-child) {
        margin-right: 0.4045rem;
        padding-right: 0.4045rem;
        border-right: solid 1px rgba(255, 255, 255, 0.5); }
  .header__top:not(.header__top--home) .booking-widget__guests-box {
    grid-area: 2  / 1 / 2 / 3; }

.booking-shop {
  display: contents; }
  .header__top .booking-shop {
    display: none; }
  .booking-shop-hr {
    align-self: stretch;
    height: 2px;
    background: white;
    border: none;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch; }
  .booking-shop-grid {
    display: grid;
    min-width: min(33.3333333333rem, 100%);
    grid: [ic] "fig1 fig2" [gi] "bg bg"/[on] minmax(0, 1fr) minmax(0, 1fr) [ft]; }
  .booking-shop-fig--1 {
    grid-area: fig1; }
  .booking-shop-fig--2 {
    grid-area: fig2; }
  .booking-shop-bg {
    display: flex;
    flex-flow: column;
    row-gap: 1.2135rem;
    align-items: center;
    grid-area: bg; }
  .booking-shop-gift {
    color: #3fa9d2;
    background: #141833;
    display: grid;
    place-content: center;
    place-items: center;
    z-index: 2;
    grid-area: ic/on/gi/ft;
    place-self: end center;
    width: 5rem;
    height: 5rem;
    font-size: 3.6666666667rem;
    border-radius: 25%;
    margin-bottom: -0.809rem; }
  .booking-shop-text {
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #141833; }

@-webkit-keyframes booking-backdrop-animation {
  from {
    opacity: 0;
    -webkit-backdrop-filter: brightness(1) blur(0px);
            backdrop-filter: brightness(1) blur(0px); }
  to {
    opacity: 1;
    -webkit-backdrop-filter: brightness(0.5) blur(8px);
            backdrop-filter: brightness(0.5) blur(8px); } }

@keyframes booking-backdrop-animation {
  from {
    opacity: 0;
    -webkit-backdrop-filter: brightness(1) blur(0px);
            backdrop-filter: brightness(1) blur(0px); }
  to {
    opacity: 1;
    -webkit-backdrop-filter: brightness(0.5) blur(8px);
            backdrop-filter: brightness(0.5) blur(8px); } }

.booking-backdrop {
  display: flow-root;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 13;
  -webkit-backdrop-filter: brightness(0.5) blur(8px);
          backdrop-filter: brightness(0.5) blur(8px);
  width: 100vw;
  background: rgba(0, 0, 0, 0.5); }
  @supports ((-webkit-backdrop-filter: brightness(1.25)) or (backdrop-filter: brightness(1.25))) {
    .booking-backdrop {
      background: none; } }
  .booking-backdrop.\--animation-in, .booking-backdrop.\--animation-out {
    pointer-events: none;
    -webkit-animation: booking-backdrop-animation both 0.5s;
            animation: booking-backdrop-animation both 0.5s; }
  .booking-backdrop.\--animation-out {
    animation-direction: reverse;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s; }
  .booking-backdrop-outer, .booking-backdrop-inner {
    height: 100%; }
  .booking-backdrop-outer {
    overflow: hidden;
    overflow-y: auto; }
  .booking-backdrop-inner {
    padding-top: var(--padding-x);
    padding-bottom: var(--padding-x);
    width: calc(100vw - var(--scrolbar-width, 0px));
    margin-left: 0; }

.booking__form {
  pointer-events: auto;
  background: white;
  max-width: none;
  margin: 0;
  position: relative; }
  .booking__form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQuOTc0IDM4NC45NzQiIGZpbGw9IiMzZmE5ZDIiPjxwYXRoIGQ9Ik0yMDEuMDgzIDM4MS40NjNsMTA4LjI2LTEwOC4yOTdjNC43NC00Ljc1MiA0Ljc0LTEyLjQ1MSAwLTE3LjIxNS00Ljc0LTQuNzUyLTEyLjQzOS00Ljc1Mi0xNy4xNzkgMGwtOTkuNjcxIDk5LjcwNy05OS42NzEtOTkuNjk1Yy00Ljc0LTQuNzUyLTEyLjQzOS00Ljc1Mi0xNy4xOTEgMC00Ljc0IDQuNzUyLTQuNzQgMTIuNDYzIDAgMTcuMjE1bDEwOC4yNjEgMTA4LjI5N2M0LjY5MSA0LjY2OCAxMi41MTEgNC42NjggMTcuMTkxLS4wMTJ6TTMwOS4zNDMgMTI5LjAzMWM0Ljc0LTQuNzUyIDQuNzQtMTIuNDYzIDAtMTcuMjE1TDIwMS4wODMgMy41MTljLTQuNjgtNC42OTItMTIuNDk5LTQuNjkyLTE3LjE5MSAwTDc1LjYzMSAxMTEuODE2Yy00Ljc0IDQuNzUyLTQuNzQgMTIuNDUxIDAgMTcuMjE1IDQuNzQgNC43NTIgMTIuNDM5IDQuNzUyIDE3LjE3OSAwbDk5LjY4My05OS43MDcgOTkuNjcxIDk5LjY5NWM0Ljc0IDQuNzY0IDEyLjQzOSA0Ljc2NCAxNy4xNzkuMDEyeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIi8+PC9zdmc+');
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: top 50% right 0%;
    padding-right: 1.25rem; }

.booking-container {
  pointer-events: none;
  min-height: 100%;
  width: calc(100% - var(--scrolbar-width, 0px));
  padding: 0 0.809rem;
  grid-area: booking; }

.booking-item {
  position: relative;
  font-family: 'DM Sans',  sans-serif;
  line-height: 1; }

.booking-date-range {
  marhin-bottom: calc(var(--padding-x) / 2);
  border-bottom: solid 2px rgba(0, 0, 0, 0.1); }
  .booking-date-range > .d-flex, .booking-date-range > .form__display-group, .form__display-group .booking-date-range > .form-group.file, .booking-date-range > .language__list, .booking-date-range > .how_to_get\@map {
    align-items: center; }
    .booking-date-range > .d-flex abbr[title], .booking-date-range > .form__display-group abbr[title], .form__display-group .booking-date-range > .form-group.file abbr[title], .booking-date-range > .language__list abbr[title], .booking-date-range > .how_to_get\@map abbr[title] {
      text-decoration: none;
      border: none; }
    .booking-date-range > .d-flex .icon-calendar-arrow-next, .booking-date-range > .form__display-group .icon-calendar-arrow-next, .form__display-group .booking-date-range > .form-group.file .icon-calendar-arrow-next, .booking-date-range > .language__list .icon-calendar-arrow-next, .booking-date-range > .how_to_get\@map .icon-calendar-arrow-next {
      margin-right: 0.5ch;
      grid-area: icon-check-in; }
    .booking-date-range > .d-flex .icon-calendar-arrow-prev, .booking-date-range > .form__display-group .icon-calendar-arrow-prev, .form__display-group .booking-date-range > .form-group.file .icon-calendar-arrow-prev, .booking-date-range > .language__list .icon-calendar-arrow-prev, .booking-date-range > .how_to_get\@map .icon-calendar-arrow-prev {
      margin-left: 0.25ch;
      grid-area: icon-check-out; }
    .booking-date-range > .d-flex .icon-double-arrow, .booking-date-range > .form__display-group .icon-double-arrow, .form__display-group .booking-date-range > .form-group.file .icon-double-arrow, .booking-date-range > .language__list .icon-double-arrow, .booking-date-range > .how_to_get\@map .icon-double-arrow {
      margin: 0 0.5ch; }
  .booking-date-range .check-label {
    font-size: 1.375rem; }
  .booking-date-range .check .digit {
    display: grid;
    grid-template: "day month-week" 1fr "day day-of-week" 1fr / auto auto;
    grid-gap: 0.125ex 0.75ch; }
    .booking-date-range .check .digit .day {
      grid-area: day;
      align-self: center;
      justify-self: center;
      font-weight: 700;
      font-size: 300%; }
      .booking-date-range .check .digit .day:empty {
        min-width: 2ch; }
    .booking-date-range .check .digit .month-year,
    .booking-date-range .check .digit .day-of-week {
      font-size: 125%; }
    .booking-date-range .check .digit .month-year {
      grid-area: month-week;
      text-transform: uppercase;
      align-self: end; }
      .booking-date-range .check .digit .month-year:empty {
        min-width: 8ch; }
    .booking-date-range .check .digit .day-of-week {
      align-self: self-start;
      text-transform: capitalize;
      grid-area: day-of-week; }

.booking-guests {
  padding: calc(var(--padding-x) / 2);
  border-bottom: solid 2px rgba(0, 0, 0, 0.1); }
  .booking-guests .guest-label {
    font-size: 1.25rem;
    font-weight: 500;
    color: #3fa9d2; }
  .booking-guests-number > .d-flex, .booking-guests-number > .form__display-group, .form__display-group .booking-guests-number > .form-group.file, .booking-guests-number > .language__list, .booking-guests-number > .how_to_get\@map {
    align-items: center; }
  .booking-guests-number abbr {
    font-weight: 700;
    border: none !important;
    text-transform: lowercase;
    text-decoration: none;
    outline: none; }
  .booking-guests-number .numch {
    order: 2; }
  .booking-guests-menu {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 1.25rem 0 0;
    z-index: 101; }
    .booking-guests-menu label {
      margin-right: 1ch;
      margin-bottom: 0; }
    .booking-guests-menu .icon {
      font-size: 1.75rem;
      cursor: pointer;
      color: #3fa9d2; }
      .booking-guests-menu .icon:hover {
        color: #2c94bc !important; }
      .booking-guests-menu .icon.disabled {
        cursor: default; }
        .booking-guests-menu .icon.disabled, .booking-guests-menu .icon.disabled:hover {
          color: #ccc !important; }
    .booking-guests-menu .val {
      width: 3ch;
      text-align: center;
      font-size: 1.25em; }
    .booking-guests-menu .room {
      margin-top: 0.4045rem;
      margin-bottom: 0.4045rem;
      padding-bottom: 0.809rem;
      border-bottom: dotted 1px rgba(0, 0, 0, 0.2); }
      .booking-guests-menu .room > .d-flex, .booking-guests-menu .room > .form__display-group, .booking-guests-menu .form__display-group .room > .form-group.file, .form__display-group .booking-guests-menu .room > .form-group.file, .booking-guests-menu .room > .language__list, .booking-guests-menu .room > .how_to_get\@map {
        justify-content: space-between; }
      .booking-guests-menu .room > .childs {
        display: none; }
      .booking-guests-menu .room.room-1 {
        border-top: 0;
        margin-top: 0;
        padding-top: 0; }
    .booking-guests-menu .form-group.rooms_number {
      margin-bottom: 1.25em;
      width: 100%; }
      .booking-guests-menu .form-group.rooms_number label {
        position: static;
        max-width: none;
        width: -webkit-fill-available;
        width: -moz-available;
        width: stretch;
        font-weight: 400;
        margin: 0; }
    .booking-guests-menu .form-group.childs-number .form-control, .booking-guests-menu .form-group.adults .form-control {
      padding-left: 8ch; }
    .booking-guests-menu .form-group.childs-number {
      margin-left: 2ch; }
    .booking-guests-menu .form-group.adults {
      margin-right: 2ch; }
    .booking-guests-menu .form-group.childs {
      font-size: 90%;
      margin-top: 0.5em;
      margin-right: -4ch; }
      .booking-guests-menu .form-group.childs > small {
        display: block;
        margin-bottom: 0.25em;
        font-weight: 700; }
      .booking-guests-menu .form-group.childs .child {
        margin-right: 4ch; }
        .booking-guests-menu .form-group.childs .child label {
          width: 4.75ch;
          margin-right: 0; }
    .booking-guests-menu .form-group .icon {
      color: #3fa9d2; }
  .booking-guests-label {
    min-width: 10ch;
    font-size: 90%;
    line-height: 1; }

.booking-rooms {
  display: flex;
  flex-direction: column; }

.booking-ages-children {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 16.6666666667rem; }

.booking-ages-child {
  display: flex;
  position: relative; }

.booking-promo-code__group {
  grid-area: 4;
  font-family: 'DM Sans',  sans-serif; }
  .header__top .booking-promo-code__group {
    background: rgba(255, 255, 255, 0.75);
    padding: 0.4045rem 0.809rem !important;
    position: absolute;
    right: 0;
    top: calc(100% + 0.809rem); }

.booking-promo-code__input {
  margin: 0 0 0 1.618rem;
  line-height: inherit;
  outline: none;
  border: none;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
  padding: 0 1ch;
  max-width: 10ch;
  background: none;
  font-family: monospace;
  font-size: 90%; }

.booking-icon {
  color: #3fa9d2;
  font-size: 150%; }

.booking__options-link {
  font-size: 85%;
  opacity: 0.9; }
  .booking__options-link, .booking__options-link:hover, .booking__options-link:focus {
    color: #646464;
    text-decoration: none; }
  .booking__options-link:hover, .booking__options-link:focus {
    opacity: 1; }

.booking-check-availability {
  border-bottom: solid 2px rgba(0, 0, 0, 0.1); }

.header__top {
  grid-template: "logo nav text" 1fr "booking nav text" 1fr / auto auto auto; }
  .header__top:before {
    display: block;
    content: "";
    grid-area: 1 / 1 / 3 / 1;
    background: #276fa6; }
  .header__top--home {
    margin-left: var(--home-left-offset);
    min-height: calc(100vh - var(--vh-offset, 0px));
    grid-template: "logo text" auto "nav text" 1fr "booking text" auto / auto auto; }
    .header__top--home:before {
      content: none; }
  .header__top-title {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    grid-area: text;
    align-self: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), 0px 0px 100px #141833;
    color: rgba(255, 255, 255, 0.9);
    margin: 0.809rem 0.809rem 0.809rem 4.854rem;
    font-size: 3.848161107rem;
    line-height: 1.1; }
    .header__top-title > span {
      display: block;
      visibility: inherit; }
    .header__top-title:not(.invisible_before_slider) .span-1 {
      -webkit-animation: slide-right 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
              animation: slide-right 1s both cubic-bezier(0.215, 0.61, 0.355, 1); }
    .header__top-title:not(.invisible_before_slider) .span-2 {
      -webkit-animation: slide-left 1s both cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
              animation: slide-left 1s both cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s; }
    .header__top-title:not(.invisible_before_slider) .span-3 {
      -webkit-animation: slide-right 1s both cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
              animation: slide-right 1s both cubic-bezier(0.19, 1, 0.22, 1) 0.8s; }
    .header__top--home .header__top-title {
      margin: 4.854rem 0.809rem 0.809rem calc(4.854rem + 1em);
      align-self: start;
      font-size: 5.0385305376rem; }
      .header__top--home .header__top-title .span-1 {
        text-indent: -1em;
        font-size: 3.848161107rem; }

.logo__heading {
  grid-area: logo;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
  padding: 0 2.427rem; }
  .logo__heading, .logo__heading-link {
    display: flex;
    align-items: center; }
  .logo__heading-link {
    flex: 1 0 auto;
    flex-direction: column; }
    .logo__heading-link, .logo__heading-link:hover, .logo__heading-link:focus {
      text-decoration: none; }
    .logo__heading-link .logo-vert {
      width: 13.0666666667rem;
      height: 4.1333333333rem; }
    .logo__heading-link .logo-logo {
      width: 11.3333333333rem;
      height: 7.6666666667rem;
      margin-top: 0.809rem; }
  .logo__heading-glyph, .logo__heading-title {
    color: white !important; }
  .logo__heading-claim, .logo__heading-stars {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 12px;
    letter-spacing: 0.2ch; }
  .logo__heading-title {
    font-size: 2.2446671329rem;
    font-family: 'DM Serif Display',  serif; }
  .logo__heading-claim {
    font-family: 'DM Sans',  sans-serif; }
  .logo__heading-glyph {
    font-size: 4.6875rem; }
    .header__top--home .logo__heading-glyph {
      margin-top: 1.618rem; }
  .header__top--home .booking-container {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 0%) no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 0%) no-repeat;
    background-size: 100%;
    background-origin: border-box, content-box; }

@-webkit-keyframes menuanimation {
  from {
    visibility: visible;
    -webkit-transform: rotate3d(1, 1, 0, 90deg);
            transform: rotate3d(1, 1, 0, 90deg);
    opacity: 0; }
  33.3333333333% {
    opacity: 1; }
  50% {
    -webkit-transform: rotate3d(0.2, 0.8, 0, 30deg) scale(1);
            transform: rotate3d(0.2, 0.8, 0, 30deg) scale(1); }
  to {
    visibility: visible;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes menuanimation {
  from {
    visibility: visible;
    -webkit-transform: rotate3d(1, 1, 0, 90deg);
            transform: rotate3d(1, 1, 0, 90deg);
    opacity: 0; }
  33.3333333333% {
    opacity: 1; }
  50% {
    -webkit-transform: rotate3d(0.2, 0.8, 0, 30deg) scale(1);
            transform: rotate3d(0.2, 0.8, 0, 30deg) scale(1); }
  to {
    visibility: visible;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

.navigation_container {
  grid-area: nav;
  padding: 2.0225rem 2.427rem;
  display: flex;
  row-gap: 1.2135rem;
  flex-direction: column; }
  .navigation\@booking__sidebar .navigation_container {
    justify-self: center;
    align-self: center;
    transition: -webkit-filter 0.15s;
    transition: filter 0.15s;
    transition: filter 0.15s, -webkit-filter 0.15s; }
  .navigation\@booking__sidebar.\--animation-running .navigation_container {
    -webkit-filter: blur(3px) opacity(70%);
            filter: blur(3px) opacity(70%); }

.navigation\@booking__sidebar {
  width: 100vw;
  height: calc(100vh - var(--vh-offset, 0px));
  grid-template: "nav booking" auto / 1fr 1fr;
  z-index: 12;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  border-bottom: solid var(--vh-offset, 0px) transparent;
  box-sizing: content-box;
  background: rgba(20, 24, 51, 0.9); }
  @supports ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
    .navigation\@booking__sidebar {
      background: rgba(20, 24, 51, 0.85); } }
  .navigation\@booking__sidebar.\--animation-initial, .navigation\@booking__sidebar.\--animation-in, .navigation\@booking__sidebar.\--animation-out {
    -webkit-animation: menuanimation 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
            animation: menuanimation 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
  .navigation\@booking__sidebar.\--animation-initial {
    visibility: hidden;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: rotate3d(1, 1, 0, 90deg);
            transform: rotate3d(1, 1, 0, 90deg);
    opacity: 0; }
  .navigation\@booking__sidebar.\--animation-in, .navigation\@booking__sidebar.\--animation-out {
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .navigation\@booking__sidebar.\--animation-out {
    animation-direction: reverse;
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
            animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .navigation\@booking__sidebar--button {
    z-index: 13;
    cursor: pointer;
    -webkit-perspective: 300px;
            perspective: 300px;
    min-width: 7.5rem;
    opacity: 0; }
    @media (min-width: 2000px) {
      .navigation\@booking__sidebar--button {
        left: calc( (100vw - 2000px - var(--scrolbar-width, 0px)) / 2) !important; } }
    .navigation\@booking__sidebar--button.invisible {
      transition: opacity 0.25s, visibility 0s steps(2, end) 0.25s; }
    .navigation\@booking__sidebar--button.\--visible {
      opacity: 1;
      transition: opacity 0.25s; }
    .navigation\@booking__sidebar.\--animation-running ~ .navigation\@booking__sidebar--button {
      cursor: default;
      pointer-events: none; }
    .navigation\@booking__sidebar--button .icon {
      font-size: 4rem; }
    .navigation\@booking__sidebar--button .\--text {
      font-size: 0.875rem; }
    .navigation\@booking__sidebar--button .\--face1,
    .navigation\@booking__sidebar--button .\--face2 {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    .navigation\@booking__sidebar--button .\--face1 {
      background: #3fa9d2;
      color: white;
      min-height: var(--width);
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
      .navigation\@booking__sidebar--button .\--face1:hover, .navigation\@booking__sidebar--button .\--face1:focus {
        background: #33b7eb; }
      .navigation\@booking__sidebar.\--animation-initial ~ .navigation\@booking__sidebar--button .\--face1,
      .navigation\@booking__sidebar.\--animation-out ~ .navigation\@booking__sidebar--button .\--face1 {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg); }
    .navigation\@booking__sidebar--button .\--face2 {
      color: white;
      height: var(--width);
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg); }
      .navigation\@booking__sidebar.\--animation-initial ~ .navigation\@booking__sidebar--button .\--face2,
      .navigation\@booking__sidebar.\--animation-out ~ .navigation\@booking__sidebar--button .\--face2 {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg); }

.nav-wrapper {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.nav-item {
  display: flex;
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.20225rem 0; }
  .navigation\@booking__sidebar .nav-item {
    font-size: 1.375rem;
    padding: 0.4045rem 0; }
  .nav-item > .subnav {
    visibility: hidden;
    opacity: 0; }
  .nav-item.hover > .subnav, .nav-item:hover > .subnav {
    visibility: visible;
    opacity: 1; }
  .nav-item__link {
    display: flex;
    align-items: center;
    min-width: 10rem;
    color: white;
    transition: color 0.4s;
    min-height: calc(1.618rem + 0.5vh);
    --second-color: currentColor; }
    .nav-item__link:before, .language__list-link:before {
      position: absolute;
      content: "";
      height: 3px;
      border-radius: 3px;
      width: 0%;
      left: 0;
      top: 100%;
      background: var(--second-color);
      transition: width 0.5s; }
    .nav-item__link:hover, .nav-item__link.active, .nav-item__link:focus {
      text-decoration: none;
      color: #3fa9d2; }
      .nav-item__link:hover:before, .nav-item__link.active:before, .active.language__list-link:before, .language__list-link:hover:before, .nav-item__link:focus:before, .language__list-link:focus:before {
        width: 100%; }
  .nav-item__inline {
    line-height: 1;
    white-space: nowrap; }

.nav .subnav {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: auto;
  list-style: none;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  margin-top: 0; }
  .nav .subnav-item {
    flex: 1 0 auto; }
    .nav .subnav-item + .subnav-item {
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      margin-top: 0;
      padding-top: 0; }
    .nav .subnav-item__link {
      display: inline-block;
      color: #3fa9d2;
      line-height: 2.6666666667rem; }
      .nav .subnav-item__link:hover {
        color: #3fa9d2; }

.language__list {
  margin-bottom: 0;
  border: solid 1px transparent; }
  .language__list * {
    display: inherit; }
  .language__list-item {
    width: auto;
    height: auto;
    min-height: calc(1.618rem + 0.5vh);
    font-size: 0.9333333333rem;
    margin-right: 0.809rem; }
    .language__list-item--active {
      order: -1; }
  .language__list-link {
    position: relative;
    color: white;
    font-weight: 500;
    letter-spacing: 0.125ch;
    transition: color 0.4s;
    --second-color: currentColor; }
    .language__list-link > span {
      line-height: 1.2; }
    .language__list-link:hover, .language__list-link.active, .language__list-link:focus {
      text-decoration: none;
      color: #3fa9d2; }
    .language__list-link.active {
      pointer-events: none; }

.slider-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: var(--top-height);
  min-height: 50vh;
  width: 100%;
  z-index: 0;
  background-clip: padding-box; }
  body.overflow-hidden .slider-wrapper {
    border-right: solid transparent var(--scrolbar-width, 0px); }
  @media (min-width: 2000px) {
    .slider-wrapper {
      left: calc((100vw - 2000px - var(--scrolbar-width,0px)) / 2); } }
  .invisible_before_slider {
    visibility: hidden; }
  .slider-wrapper:not(.slider-wrapper--home) > .slider .vegas-slide {
    left: var(--top-width); }
  .slider-wrapper > .slider {
    position: absolute;
    left: 0;
    right: 0;
    height: 100% !important; }

.slider-spinner {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: calc((var(--top-height, 50vh) - 5rem) / 2);
  left: calc((100% - 5rem) / 2);
  z-index: 15; }
  .slider-wrapper--home .slider-spinner {
    top: calc((var(--top-height, 100vh) - 5rem) / 2); }

.slider-backdrop--Level1, .slider-backdrop--Level2 {
  pointer-events: none;
  top: 0;
  left: var(--top-width);
  width: var(--nav-width);
  height: var(--nav-height);
  mix-blend-mode: multiply;
  background: #276fa6;
  background-clip: content-box; }
  .slider-wrapper--home .slider-backdrop--Level1, .slider-wrapper--home .slider-backdrop--Level2 {
    left: var(--home-left-offset); }

.slider-backdrop--Level1 {
  z-index: 12; }

.slider-backdrop--Level2 {
  z-index: 13; }
  .slider-wrapper--home .slider-backdrop--Level2 {
    padding: 0 0.809rem; }

.gallery-additional {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white; }
  .gallery-additional > span {
    transition: 0.25s, -webkit-transform;
    transition: transform, 0.25s;
    transition: transform, 0.25s, -webkit-transform;
    display: block;
    font-size: 3.5rem;
    font-family: 'DM Sans',  sans-serif;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 0 black; }

.gallery__wrapper {
  --padding-x: 2.625vw;
  padding-left: 2.625vw;
  padding-right: 2.625vw; }
  @media (min-width: 2000px) {
    .gallery__wrapper {
      --padding-x: 52.5px;
      padding-left: 52.5px;
      padding-right: 52.5px; } }
  @media (max-width: 575.98px) {
    .gallery__wrapper {
      --padding-x: 15.12px;
      padding-left: 15.12px;
      padding-right: 15.12px; } }
  .main .gallery__wrapper:last-child {
    margin-top: calc(var(--padding-x) * 2);
    margin-bottom: calc(var(--padding-x) * 2); }

.gallery__container, .gallery__grid {
  margin-left: -0.1666666667rem;
  margin-right: -0.1666666667rem;
  margin-bottom: -0.3333333333rem; }

.gallery-item {
  border: solid 0px transparent;
  border-left-width: 0.1666666667rem;
  border-right-width: 0.1666666667rem;
  margin-bottom: 0.3333333333rem;
  position: relative;
  z-index: 10; }
  .gallery-item.embed-responsive-gallery:before {
    padding-top: 75%; }
  .gallery-item-link {
    display: block;
    -webkit-perspective: 35em;
            perspective: 35em;
    width: 100%;
    height: 100%;
    color: white; }
    .gallery__container--caption .gallery-item-link {
      border: solid 0.6666666667rem #3fa9d2; }
    .gallery-item-link:hover .gallery-item-additional > span {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
  .gallery-item-caption {
    line-height: 1;
    font-size: 111.764705882%; }
  .gallery-item-img {
    object-fit: cover; }

.instagram__photos {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch; }
  .instagram__photos-container {
    margin-bottom: calc(var(--padding-x)*3 - 3.125rem); }
    .instagram__photos-container.animated_on_scroll--running .instagram__photos-heading > span {
      -webkit-animation: slide-right 0.7s both 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              animation: slide-right 0.7s both 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .instagram__photos-container.animated_on_scroll--running .instagram__photos-heading > a {
      -webkit-animation: slide-left  0.7s both 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
              animation: slide-left  0.7s both 0.9s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (min-width: 992px) {
    .instagram__photos {
      width: initial;
      flex-grow: 1.8 !important; } }
  .instagram__photos-heading {
    font-weight: 300; }
  .instagram__photos-row {
    margin-left: -0.1333333333rem;
    margin-right: -0.1333333333rem;
    margin-bottom: -0.2666666667rem; }
  .instagram__photos-item {
    border-left-width: 0.1333333333rem;
    border-right-width: 0.1333333333rem;
    margin-bottom: 0.2666666667rem; }
    .instagram__photos-item.animated_on_scroll {
      -webkit-filter: saturate(0);
              filter: saturate(0); }
      .instagram__photos-item.animated_on_scroll--running {
        -webkit-animation: colorize 1s both;
                animation: colorize 1s both; }
        .instagram__photos-item.animated_on_scroll--running:nth-of-type(4n + 1) {
          -webkit-animation-delay: 0.75s;
                  animation-delay: 0.75s; }
        .instagram__photos-item.animated_on_scroll--running:nth-of-type(4n + 2) {
          -webkit-animation-delay: 1.25s;
                  animation-delay: 1.25s; }
        .instagram__photos-item.animated_on_scroll--running:nth-of-type(4n + 3) {
          -webkit-animation-delay: 1.75s;
                  animation-delay: 1.75s; }
        .instagram__photos-item.animated_on_scroll--running:nth-of-type(4n + 4) {
          -webkit-animation-delay: 2.25s;
                  animation-delay: 2.25s; }

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3333333333rem;
  margin: 0 0 0.3333333333rem;
  grid-autoflow: dense; }
  @media (min-width: 1200px) {
    .gallery__grid {
      grid-template-columns: repeat(6, 1fr); } }
  .gallery__grid .gallery-item {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
    max-width: none !important; }
    @media (min-width: 1200px) {
      .gallery__grid .gallery-item:nth-child(57n+1), .gallery__grid .gallery-item:nth-child(57n+4), .gallery__grid .gallery-item:nth-child(57n+9), .gallery__grid .gallery-item:nth-child(57n+16), .gallery__grid .gallery-item:nth-child(57n+19), .gallery__grid .gallery-item:nth-child(57n+30), .gallery__grid .gallery-item:nth-child(57n+37), .gallery__grid .gallery-item:nth-child(57n+40), .gallery__grid .gallery-item:nth-child(57n+45) {
        grid-row: span 2;
        grid-column: span 2; } }
    @media (max-width: 1199.98px) {
      .gallery__grid .gallery-item:nth-child(6n+1), .gallery__grid .gallery-item:nth-child(6n+5) {
        grid-row: span 2;
        grid-column: span 2; } }

.page-inner {
  position: relative;
  width: calc(100vw - var(--scrolbar-width,0px));
  max-width: 2000px;
  min-height: calc(100vh - var(--vh-check,0px));
  z-index: 11;
  border-left: solid transparent 0px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column; }
  @media (min-width: 2000px) {
    .page-inner {
      border-left-width: calc((100vw - 2000px - var(--scrolbar-width,0px)) / 2); } }
  .page-inner > *:not(.main) {
    flex: 0 0 auto; }
  .page-inner .main {
    flex: 1 0 auto; }

.main {
  scroll-margin-top: -4px;
  background: linear-gradient(#f0f0f0 0%, #f0f0f0 100%) no-repeat, linear-gradient(150deg, transparent 0%, transparent 37%, #f0f0f0 37.01%, #f0f0f0 100%) no-repeat;
  background-position: 0% calc(37vw - 1px), 0% 0%;
  background-color: #f7f7f7;
  background-size: 100% 100%, 100% 37vw; }

.scroll-arrow {
  width: 5rem;
  height: 5rem;
  z-index: 11;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  color: #141833;
  bottom: 3.3333333333rem;
  left: calc(50% - 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-animation: scrolltocontent 7s infinite;
          animation: scrolltocontent 7s infinite; }
  .scroll-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: background 0.5s; }
  .scroll-arrow:hover, .scroll-arrow:focus {
    color: #3fa9d2; }
    .scroll-arrow:hover:after, .scroll-arrow:focus:after {
      background: white; }

.scroll-text, .scroll-icon {
  z-index: 11;
  transition: color 0.25s; }

.scroll-text {
  font-size: 0.9333333333rem;
  font-weight: 500;
  font-variant: all-small-caps;
  line-height: 0.8; }

.scroll-icon {
  line-height: 0.5;
  font-size: 2.9333333333rem; }

.section-columns {
  margin-top: calc(var(--padding-x) * 2);
  margin-bottom: calc(var(--padding-x) * 2); }
  .section-columns--block0, .section-columns--block1 {
    padding-top: var(--padding-x);
    padding-bottom: var(--padding-x); }
    @media (max-width: 991.98px) {
      .section-columns--block0, .section-columns--block1 {
        -webkit-animation: none !important;
                animation: none !important;
        visibility: visible !important; } }
  .section-columns--block0 {
    font-size: 2.2446671329rem;
    font-family: 'DM Serif Display',  serif;
    color: #3fa9d2;
    text-align: center;
    line-height: 1.5; }
    .section-columns--block0 p {
      text-align: inherit !important;
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none; }
    @media (min-width: 992px) {
      .section-columns--block0 {
        text-align: right;
        margin-top: -0.5ex;
        margin-right: calc(var(--padding-x) * 1.5);
        flex: 1 0; } }
    .section-columns--block0 .img-logo {
      width: auto;
      height: 5.3125rem; }
  .section-columns--block1 {
    align-self: stretch;
    text-align: justify;
    flex: 1.4 0; }
    @media (min-width: 992px) {
      .section-columns--block1 ul.column-list,
      .section-columns--block1 ol.column-list {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px; } }
    .section-columns--block1 ul li::marker,
    .section-columns--block1 ol li::marker {
      color: #3fa9d2; }
  .section-columns.animated_on_scroll--running .section-columns--block0 {
    -webkit-animation: slide-bottom 0.8s both 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            animation: slide-bottom 0.8s both 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .section-columns.animated_on_scroll--running .section-columns--block1 {
    -webkit-animation: slide-top 0.8s both 0.75s cubic-bezier(0.23, 1, 0.32, 1);
            animation: slide-top 0.8s both 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

.instagram__photos-container.animated_on_scroll .instagram__photos-heading > *, .section-columns.animated_on_scroll .section-columns--block0, .section-columns.animated_on_scroll .section-columns--block1, .item__overview-content.animated_on_scroll, .item__overview-image.animated_on_scroll, .item__overview-gallery.animated_on_scroll, .item__excursion.animated_on_scroll, .item__narrow-band--pizza.animated_on_scroll .item__narrow-band-title:before,
.item__narrow-band--pizza.animated_on_scroll .item__narrow-band-title:after,
.item__narrow-band--pizza.animated_on_scroll .item__narrow-band-title > span,
.item__narrow-band--pizza.animated_on_scroll .item__narrow-band-img,
.item__narrow-band--pizza.animated_on_scroll .item__narrow-band-tinsel, .item__service--text\@figure.animated_on_scroll, .service__postcard.animated_on_scroll, .icon-item.animated_on_scroll, .lodging__article.animated_on_scroll .lodging-title, .lodging__article.animated_on_scroll .lodging-description, .offer-item.animated_on_scroll .offer-left,
.offer-item.animated_on_scroll .offer-center,
.offer-item.animated_on_scroll .offer-figure, .restaurant-menu__buttons.animated_on_scroll {
  visibility: hidden; }

.item__service.animated_on_scroll .item__service-gallery, .lodging__article.animated_on_scroll .lodging-gallery {
  -webkit-clip-path: polygon(0 0, 0 0, 0 50%, 0% 50%);
          clip-path: polygon(0 0, 0 0, 0 50%, 0% 50%); }

.item__service.animated_on_scroll--running .item__service-gallery, .lodging__article.animated_on_scroll--running .lodging-gallery {
  -webkit-animation: unclip 0.9s both 0.25s cubic-bezier(0.86, 0, 0.07, 1);
          animation: unclip 0.9s both 0.25s cubic-bezier(0.86, 0, 0.07, 1); }

.items__service--text\@figure {
  grid-gap: 1.25rem;
  margin-bottom: calc(var(--padding-x) * 3); }
  @media (min-width: 576px) {
    .items__service--text\@figure {
      grid-template: auto/repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .items__service--text\@figure {
      grid-template: auto/repeat(3, 1fr); } }

.items__excursions {
  padding-bottom: calc((var(--padding-x) * 2) + 0.809rem);
  margin-bottom: var(--padding-x); }
  .items__excursions-grid {
    margin: 0 -0.3333333333rem -0.6666666667rem; }

.item__overview {
  margin-bottom: var(--padding-x);
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-column-gap: calc(var(--padding-x) / 2);
     -moz-column-gap: calc(var(--padding-x) / 2);
          column-gap: calc(var(--padding-x) / 2); }
  .item__overview:nth-of-type(odd) {
    --background: white;
    --color2: #3fa9d2; }
  .item__overview:nth-of-type(even) {
    --background: #141833;
    --color: white;
    --color2: white; }
  .item__overview-title {
    color: var(--color2); }
    .item__overview--swimming-pool .item__overview-title {
      color: inherit; }
  .item__overview-content {
    background: var(--background);
    color: var(--color, inherit); }
    @media (min-width: 992px) {
      .item__overview-content {
        margin-top: var(--padding-x);
        margin-bottom: var(--padding-x); } }
    .item__overview-content.animated_on_scroll--running {
      -webkit-animation: near 0.8s both cubic-bezier(0.215, 0.61, 0.355, 1);
              animation: near 0.8s both cubic-bezier(0.215, 0.61, 0.355, 1); }
    .item__overview-content > * {
      margin-left: 3.236rem;
      margin-right: 3.236rem; }
      .item__overview-content > *:first-child {
        margin-top: 3.236rem; }
      .item__overview-content > *:last-child {
        margin-bottom: 3.236rem; }
      .item__overview-content > *:only-child {
        margin: 0 3.236rem !important; }
    .item__overview--swimming-pool .item__overview-content {
      background: #3fa9d2 url(/assets/images/layout/water.png) no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
      color: white; }
  .item__overview-image {
    border-top: solid 0.8rem var(--color2); }
    .item__overview-image.animated_on_scroll--running {
      -webkit-animation: step-away 0.7s both 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
              animation: step-away 0.7s both 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .item__overview-gallery {
    display: grid;
    gap: calc(var(--padding-x) / 4);
    grid: [a] "f1 f2" 1fr "f1 f2" 1fr "f1 f4" 1fr "f3 f4" 1fr "f3 f4" 1fr [c]/[b] 1fr 1fr [d]; }
    .item__overview-gallery.animated_on_scroll--running {
      -webkit-animation: step-away 0.7s both 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
              animation: step-away 0.7s both 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .item__overview-gallery:empty {
      display: block; }
      .item__overview-gallery:empty::before {
        display: block;
        content: "";
        padding: 37.5%; }
    .item__overview-gallery-inner {
      display: contents; }
      .item__overview-gallery-inner::before {
        content: "";
        order: -1;
        padding: 41.5%;
        grid-area: a / b / c / d; }
      .item__overview-gallery-inner .gallery-item {
        display: grid;
        grid: repeat(2, 1fr)/repeat(2, 1fr); }

.item__overview-gallery-inner .gallery-item {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important; }

.item__overview-gallery-inner .gallery-item:before {
      content: none !important; }
        .item__overview-gallery-inner .gallery-item-link {
          display: contents; }
        .item__overview-gallery-inner .gallery-item:nth-of-type(1) {
          grid-area: f1; }
        .item__overview-gallery-inner .gallery-item:nth-of-type(2) {
          grid-area: f2; }
        .item__overview-gallery-inner .gallery-item:nth-of-type(3) {
          grid-area: f3; }
        .item__overview-gallery-inner .gallery-item:nth-of-type(4) {
          grid-area: f4; }
        .item__overview-gallery-inner .gallery-item:nth-of-type(2):nth-last-of-type(2), .item__overview-gallery-inner .gallery-item:nth-of-type(2):nth-last-of-type(1) {
          grid-area: f2 / f2 / f4 / auto; }
        .item__overview-gallery-inner .gallery-item:nth-of-type(1):nth-last-of-type(2) {
          grid-area: f1 / f1 / f3 / auto; }
        .item__overview-gallery-inner .gallery-item:only-of-type {
          grid-area: a / b / c / d; }
        .item__overview-gallery-inner .gallery-item:nth-of-type(4):not(:last-of-type):before {
          grid-area: 2 / 2 / auto / auto;
          pointer-events: none;
          z-index: 89;
          background: rgba(39, 111, 166, 0.5);
          mix-blend-mode: multiply; }

.item__overview-gallery-inner .gallery-item:nth-of-type(4):not(:last-of-type):before {
    content: "" !important; }
        .item__overview-gallery-inner .gallery-item:nth-of-type(4):not(:last-of-type)::after {
          content: attr(data-plus);
          z-index: 90;
          place-self: center;
          color: white;
          font-size: 3.3333333333rem;
          grid-area: 2 / 2 / auto / auto; }
        .item__overview-gallery-inner .gallery-item::nth-of-type(n + 5) {
          display: none; }

.item__excursion {
  color: #646464;
  background-clip: content-box;
  padding-left: 0.3333333333rem;
  padding-right: 0.3333333333rem;
  margin-bottom: 0.6666666667rem; }
  @media (max-width: 767.98px) {
    .item__excursion.animated_on_scroll {
      visibility: visible !important; } }
  .item__excursion.animated_on_scroll--running {
    -webkit-animation: slide-top 0.7s both cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
            animation: slide-top 0.7s both cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s; }
    @media (max-width: 767.98px) {
      .item__excursion.animated_on_scroll--running {
        -webkit-animation: none !important;
                animation: none !important; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .item__excursion.animated_on_scroll--running:nth-of-type(even) {
        -webkit-animation-name: slide-bottom;
                animation-name: slide-bottom;
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; } }
    @media (min-width: 992px) {
      .item__excursion.animated_on_scroll--running:nth-of-type(3n + 2) {
        -webkit-animation-name: slide-bottom;
                animation-name: slide-bottom;
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; }
      .item__excursion.animated_on_scroll--running:nth-of-type(3n) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; } }

.item__narrow-band {
  display: flex;
  position: relative;
  background: white;
  padding-top: var(--padding-x);
  padding-bottom: var(--padding-x);
  flex-direction: column; }
  @media (min-width: 992px) {
    .item__narrow-band {
      flex-direction: row; } }
  .item__narrow-band:before, .items__excursions:before, .item__service:before, .services__gallery-style:before, .services__postcards:before, .icons__bound:before, .lodging__article:before, .offer-item:before, .restaurant-info:before, .contacts__section:before {
    content: "";
    pointer-events: none;
    background: inherit;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(100vw - var(--scrolbar-width, 0px));
    left: calc((100% - 100vw + var(--scrolbar-width, 0px)) / 2); }
  .item__narrow-band-title {
    color: #3fa9d2; }
  .item__narrow-band-content {
    position: relative; }
    @media (min-width: 992px) {
      .item__narrow-band-content {
        flex: 1 1 auto;
        margin-left: var(--padding-x); } }
  .item__narrow-band-figure {
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .item__narrow-band-figure {
        flex: 0 1 auto;
        max-width: 40%;
        height: auto; } }
  .item__narrow-band-img {
    width: 100%;
    height: auto; }
  .item__narrow-band--pizza {
    flex-direction: column-reverse;
    margin-top: calc(var(--padding-x) * 2);
    margin-bottom: calc(var(--padding-x) * 3); }
    @media (min-width: 992px) {
      .item__narrow-band--pizza {
        flex-direction: row-reverse; } }
    .item__narrow-band--pizza .item__narrow-band-title {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 992px) {
        .item__narrow-band--pizza .item__narrow-band-title {
          justify-content: flex-start; } }
      .item__narrow-band--pizza .item__narrow-band-title > span {
        margin-top: -0.375ex; }
      .item__narrow-band--pizza .item__narrow-band-title:before, .item__narrow-band--pizza .item__narrow-band-title:after {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 1.5rem;
        content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MjkgMTAyNCIgZmlsbD0iIzNmYTlkMiI+PHBhdGggZD0iTTAgNjE3LjIxOGMzMy42NjQtMTMuNzc5IDY0LjY2NS03LjM1OSA5NC4xMDIgMTEuOSAxOC4zMTkgMTEuOSAzMy4zNSAyNy41NTcgNDYuOTcyIDQ0LjYyNCAyLjE5MiAyLjgxOCA0LjU0MSA1LjMyNCA4LjQ1NSA3LjIwMi0yLjM0OS0xMC45Ni00LjY5Ny0yMi4wNzctNy4yMDItMzMuMDM3LTEuNzIyLTguMTQyLTEuNDA5LTE4LjMxOS02LjI2My0yMy42NDMtNC42OTctNS4xNjctMTQuODc1LTUuNDgtMjIuNTQ3LTcuOTg1LTQzLjA1OC0xMy45MzUtNzAuMzAyLTQzLjk5OC04Ni40MjktODUuMTc3LTUuMTY3LTEyLjk5Ni04Ljc2OC0yNi42MTgtMTMuMzA5LTQwLjg2NiAyNC44OTUtMS4wOTYgNDYuNjU5IDQuMzg0IDY1LjYwNSAxOC42MzIgMjYuNDYxIDIwLjA0MiAzOC42NzQgNDkuMDA4IDQ3LjkxMiA3OS41NCAyLjAzNSA2LjczMyAzLjc1OCAxMy40NjUgNy4zNTkgMjAuMTk4LjE1Ny0zLjI4OC40Ny02LjczMy40Ny0xMC4wMjEgMC0yMC4xOTgtMS41NjYtNDAuMzk2LjYyNi02MC4yODEgMS4yNTMtMTIuMjEzLTMuNjAxLTE2LjI4NC0xMi42ODMtMjEuNDUxLTM4LjA0OC0yMS45Mi01OC41NTktNTUuODk3LTY0LjgyMi05OC43OTktMi4xOTItMTUuMzQ0LTIuODE4LTMxLjAwMi00LjIyOC00OC41MzggNjYuNzAxIDE5LjEwMiA3OS44NTMgNzAuMTQ2IDg1LjE3NyAxMjcuNzY1LjkzOS0zLjQ0NSAxLjcyMi02Ljg4OSAyLjY2Mi0xMC4xNzcuOTM5LTMuNjAxIDEuNzIyLTcuMDQ2IDIuNTA1LTEwLjY0NyAzLjc1OC0xNC44NzUgNy41MTYtMjkuNTkzIDEwLjk2LTQ0LjQ2Ny40Ny0yLjE5Mi0uMzEzLTYuMjYzLTIuMDM1LTcuMzU5LTI2LjQ2MS0xOS4xMDItNDAuMDgzLTQ1Ljg3Ni00Ni42NTktNzcuMDM1LTUuMzI0LTI0LjczOS00LjA3MS00OS4xNjUgMS43MjItNzMuNTkuMTU3LS45MzkuNzgzLTEuODc5IDEuMDk2LTIuNjYyIDQwLjg2NiA5LjM5NCA2MC45MDggNTMuNTQ5IDU3LjE1IDEyNC4wMDcgMS41NjYtMi44MTggMy4yODgtNS40OCA0LjU0MS04LjI5OCA5LjA4MS0xOS4xMDIgMTcuODUtMzguMjA0IDI3LjA4Ny01Ny4xNSAxLjg3OS0zLjc1OC45MzktNS4zMjQtMi4xOTItNy41MTYtMjYuMTQ4LTE4Ljc4OS0zNy4xMDgtNDYuMTktNDIuMjc1LTc2LjQwOS0zLjc1OC0yMi4zOS0xLjQwOS00NC4zMTEgOS4zOTQtNjQuNjY1IDMuMTMxLTUuNzkzIDcuMzU5LTExLjExNyAxMi4wNTYtMTguMTYzIDQzLjA1OCAzOC42NzQgNDkuMzIxIDg1LjMzMyAzOC4yMDQgMTM3Ljc4NiAzLjYwMS01LjMyNCA3LjA0Ni0xMC42NDcgMTAuNjQ3LTE1LjgxNCA5LjU1MS0xMy45MzUgMTguOTQ2LTI4LjAyNyAyOC44MS00MS44MDYgMi44MTgtMy45MTQgMi41MDUtNi4xMDYuNDctMTAuMzM0LTIxLjQ1MS00NC40NjctMjMuMzMtODkuMjQ4LjkzOS0xMzMuMjQ1IDQuNjk3LTguNDU1IDEyLjgzOS0xNS4xODggMjAuODI0LTIyLjA3NyAxNy4zOCA0My44NDEgMTguNDc2IDg2Ljg5OSAxLjQwOSAxMzAuODk3IDMuOTE0LTMuNzU4IDguMTQyLTcuMzU5IDExLjktMTEuMjczIDMuNzU4LTQuMDcxIDcuMDQ2LTguNDU1IDEwLjQ5MS0xMi41MjYgNi4yNjMtNy4zNTkgMTIuMzY5LTE0Ljg3NSAxOS4xMDItMjEuNzY0IDMuNjAxLTMuNzU4IDQuMjI4LTYuNzMzIDIuMzQ5LTExLjU4Ny0xNC43MTgtNDEuNjQ5LTEyLjIxMy04Mi4zNTggNy42NzItMTIxLjgxNSA1LjYzNy0xMS4yNzMgMTMuNjIyLTIwLjgyNCAyNi4xNDgtMjkuNTkzIDIuODE4IDEyLjgzOSA2Ljg4OSAyNC4xMTMgNy44MjkgMzUuODU2IDIuMzQ5IDMyLjcyNC0xLjQwOSA2NC41MDktMTguNDc2IDkzLjYzMi0yLjgxOCA0LjY5Ny0xLjcyMiAxMC45Ni03LjA0NiAxNS4zNDQtNC42OTcgMy43NTgtNy45ODUgOS4zOTQtMTEuNTg3IDE0LjcxOCA0My44NDEtMjMuMTczIDg4LjE1Mi0zNy41NzggMTM4LjcyNS0xMi4yMTMtNi43MzMgNi4xMDYtMTEuNzQzIDExLjU4Ny0xNy44NSAxNS42NTctMjAuODI0IDE0LjI0OC00My45OTggMjEuNjA3LTY5LjIwNiAyMy45NTYtMjIuMDc3IDIuMDM1LTQzLjA1OC0uOTM5LTYzLjI1Ni05LjU1MS0xLjU2Ni0uNjI2LTUuMDEtLjQ3LTUuOTUuNjI2LTE2LjEyNyAyMC42NjgtMzEuNzg1IDQxLjY0OS00Ni45NzIgNjMuMjU2IDQxLjk2Mi0yOC44MSA4NC44NjQtNDYuMDMzIDEzNS43NS0yMC4xOTgtMTQuNzE4IDE3LjUzNi0zMi44ODEgMjYuNjE4LTUyLjYwOSAzMi44ODEtMjcuNDAxIDguNjEyLTU0LjY0NSA5LjU1MS04MS43MzItMS43MjItMi4xOTItLjkzOS03LjUxNi43ODMtOC45MjUgMi45NzUtMTAuMzM0IDE1LjE4OC0yMC41MTEgMzAuNjg5LTMwLjA2MiA0Ni41MDMtNC44NTQgNy45ODUtOC42MTIgMTYuNTk3LTExLjkgMjUuODM1IDguMTQyLTYuODg5IDE1LjgxNC0xNC4yNDggMjQuNDI2LTIwLjY2OCAyMy43OTktMTguMDA2IDUwLjI2MS0yOS45MDYgODAuNjM2LTI4LjY1MyAxMS45LjQ3IDIzLjY0MyA0LjIyOCAzNi42MzkgNi43MzMtMTAuMTc3IDIwLjE5OC0yNC4xMTMgMzMuNjY0LTQwLjU1MyA0NC40NjctMjQuNzM5IDE2LjEyNy01MS44MjYgMjQuMTEzLTgxLjQxOSAyMS45Mi03LjY3Mi0uNjI2LTE1LjE4OC0yLjgxOC0yMi44Ni00LjIyOC0zLjYwMS0uNjI2LTcuMDQ2LTEuNzIyLTkuMDgxIDMuMTMxLTguNjEyIDIxLjI5NC0xNy41MzYgNDIuNTg4LTI2LjMwNSA2My43MjYuOTM5LjQ3IDEuODc5IDEuMDk2IDIuODE4IDEuNTY2IDIuOTc1LTMuMjg4IDUuOTUtNi43MzMgOC45MjUtMTAuMDIxIDIwLjUxMS0yMy4xNzMgNDMuODQxLTQyLjQzMiA3NC44NDMtNDkuNzkxIDE4Ljk0Ni00LjU0MSAzNy4xMDgtMi4xOTIgNTQuOTU4IDUuMTY3LTE5LjEwMiA0MS4xNzktNjkuNTE5IDgyLjIwMi0xNDQuMDQ5IDY3Ljk1NC0xOS4yNTkgNjAuNTk0LTIxLjEzOCAxMjIuMjg1LTEyLjUyNiAxODUuNjk4IDEuODc5LTIuOTc1IDMuOTE0LTUuOTUgNS43OTMtOS4wODEgOS43MDgtMTUuNjU3IDE4LjQ3Ni0zMi4wOTggMjkuMjgtNDcuMTI5IDE5LjU3Mi0yNy4wODcgNDYuODE2LTQwLjcwOSA4MC40OC00MC4yNCAxLjg3OSAwIDMuNjAxLjE1NyA1LjQ4LjMxMy43ODMuMTU3IDEuNDA5LjQ3IDMuMTMxIDEuMDk2LTEwLjk2IDI2LjQ2MS0yNC4xMTMgNTEuMDQzLTQ1LjQwNyA3MC43NzItMjEuNzY0IDIwLjE5OC00OC4zODIgMjguNDk3LTc5LjIyNyAzMS43ODUgNi4yNjMgMjMuMDE3IDEyLjIxMyA0NS4yNSAxOC4xNjMgNjcuNjQuOTM5IDAgMS44NzktLjE1NyAyLjk3NS0uMTU3IDUuMDEtMTAuOTYgOS44NjQtMjIuMDc3IDE1LjE4OC0zMi44ODEgMTAuODA0LTIxLjYwNyAyMy40ODYtNDEuOTYyIDQ0LjQ2Ny01NS40MjggMTYuMjg0LTEwLjQ5MSAzNC4yOS0xNC41NjEgNTMuNTQ5LTE0LjA5Mi0xNC44NzUgNDkuMzIxLTQzLjA1OCAxMDAuMjA4LTExMi40MjEgMTA1LjY4OCA0MS4zMzYgMTA4Ljk3NiAxMjAuNTYzIDE4NS4yMjggMjE0LjAzOCAyNTIuMzk5LS43ODMtMy42MDEtLjkzOS01LjMyNC0xLjU2Ni02LjczMy0xMS40My0yMi4zOS0xNi4xMjctNDYuMTktMTQuNDA1LTcxLjA4NSAxLjU2Ni0yMi4yMzQgMTEuMjczLTQ0LjYyNCAzNC4yOS01MS4yIDIuMDM1IDQuMDcxIDQuMzg0IDguMjk4IDYuMTA2IDEyLjY4MyA5LjIzOCAyNS4yMDkgMTEuOSA1MS4wNDMgNi4yNjMgNzcuNTA1LTMuMTMxIDE0LjcxOC04LjYxMiAyMi44Ni0yNy43MTQgNDEuMTc5IDE2LjU5NyA4Ljc2OCAzMi4wOTggMTguNDc2IDQ4LjY5NSAyNS4zNjUgMjUuMzY1IDEwLjY0NyA1MS41MTMgMTkuMjU5IDc3LjM0OCAyOC44MSAyLjUwNS45MzkgNC44NTQgMi4wMzUgNy4yMDIgMi45NzV2MTguNzg5aC05LjM5NGMtLjYyNi0uNDctMS4yNTMtMS4wOTYtMS44NzktMS40MDktMzguNjc0LTEwLjQ5MS03NC44NDMtMjcuMDg3LTEwOS45MTYtNDYuMDMzLTQuODU0LTIuNjYyLTkuNzA4LTUuMzI0LTE1LjAzMS04LjI5OC05LjU1MSAxOC42MzItMjQuNzM5IDI4LjY1My00Mi43NDUgMzUuMDczLTI1LjA1MiA4Ljc2OC01MC44ODcgMTAuMTc3LTc3LjAzNSA1Ljc5My05LjU1MS0xLjU2Ni0xOC45NDYtNC41NDEtMjguMzQtNi44ODkgNS4wMS0xOS41NzIgMTguMDA2LTMyLjcyNCAzOC41MTctMzkuMyAyNi40NjEtOC43NjggNTMuMzkyLTcuODI5IDgwLjMyMy0yLjM0OSA1LjAxIDEuMDk2IDEwLjE3NyAyLjAzNSAxNS4xODggMi45NzUtLjc4My0yLjUwNS0xLjg3OS0zLjQ0NS0yLjk3NS00LjM4NC0xLjQwOS0xLjA5Ni0yLjgxOC0yLjM0OS00LjIyOC0zLjQ0NS0zNy4xMDgtMjcuMjQ0LTczLjU5LTU0Ljk1OC0xMDUuMjE4LTg4LjYyMS0xMS43NDMtMTIuNTI2LTEyLjM2OS0xMi44MzktMjcuODctMy43NTgtMjAuMzU1IDExLjktNDEuNDkyIDE1LjUwMS02NC41MDkgOS44NjQtMzAuNTMyLTcuNTE2LTU2LjA1NC0yMy45NTYtODAuMzIzLTQzLjM3MSAxNS4zNDQtMTkuODg1IDM2LjAxMi0yNi42MTggNTkuMDI5LTI1LjIwOSAyNy4wODcgMS43MjIgNTEuNTEzIDExLjkgNzQuMDYgMjYuNjE4IDQuNjk3IDMuMTMxIDkuMjM4IDYuNDIgMTMuNzc5IDkuNzA4LS4zMTMtMi45NzUtMS43MjItNS4xNjctMy4xMzEtNy4wNDYtMzIuNzI0LTQyLjExOS02MC45MDgtODcuMDU2LTgxLjI2Mi0xMzYuNTMzLTIuNjYyLTYuNDItNS45NS02LjI2My0xMS43NDMtNS45NS0xMy45MzUuNzgzLTI4LjM0IDIuMzQ5LTQxLjk2Mi4zMTMtMzQuMTMzLTUuMTY3LTYxLjM3Ny0yMy4zMy04My4xNDEtNDkuNzkxYTEzNzEuNzM0IDEzNzEuNzM0IDAgMDEtMTkuMTAyLTIzLjMzYy0uMTU3IDAtLjE1Ny0uNDctLjE1Ny0uOTM5ek01MjAuMTQyIDI1LjgzNWMtMjAuODI0IDMzLjUwNy00NS44NzYgNjEuMzc3LTgzLjI5OCA3NS42MjYtMTYuNTk3IDYuMjYzLTMzLjk3NyA4LjE0Mi01MS41MTMgNi40Mi03LjgyOS0uNzgzLTEzLjYyMiAxLjI1My0xOC45NDYgNi40Mi0xLjI1MyAxLjI1My0yLjgxOCAxLjg3OS01LjE2NyAyLjAzNSA3LjgyOS0xMC4xNzcgMTUuNjU3LTIwLjM1NSAyMy42NDMtMzAuMzc2IDE0LjQwNS0xOC4zMTkgMjkuMjgtMzYuMDEyIDQ4LjY5NS00OS40NzggMjYuNzc0LTE4LjMxOSA2MC41OTQtMjAuMTk4IDg2LjU4Ni0xMC42NDd6TTI5MS42OTkgNDM2LjY4N2MtMTguMDA2IDMwLjM3Ni0zNS41NDMgNjAuNDM4LTY3LjQ4NCA3Ny44MTgtMjAuODI0IDExLjI3My00My4yMTUgMTUuNTAxLTY3Ljc5NyAxMS41ODcgMTguNjMyLTM0LjQ0NiAzNy4xMDgtNjcuMzI3IDcyLjk2NC04NS4zMzMgMTguNjMyLTkuNzA4IDQwLjI0LTEwLjk2IDYyLjMxNy00LjA3MXptMzQuOTE2IDQ1NC41MzdjLTE2LjU5Ny0zMy4xOTQtMjEuMjk0LTY2LjU0NC04LjYxMi0xMDEuMTQ3IDUuNDgtMTUuMDMxIDE1LjgxNC0yNi4xNDggMzQuNjAzLTI5Ljc0OSAzLjEzMSAxMy4xNTIgNy42NzIgMjUuOTkxIDkuMjM4IDM5LjE0NCAyLjk3NSAyNS45OTEgMi4wMzUgNTEuNjctMTMuMTUyIDc0LjY4Ni01LjE2NyA3LjgyOS0xMi4wNTYgMTMuNDY1LTIyLjA3NyAxNy4wNjd6bS0yNi4zMDQtMjM4LjE1Yy05LjcwOCAyOS45MDYtMTcuMjIzIDYwLjEyNS0zNy41NzggODQuNzA3LTkuODY0IDExLjc0My0zMC44NDUgMjMuMzMtNDYuMTkgMjMuNDg2YTI3MjAuOTUzIDI3MjAuOTUzIDAgMDEzLjI4OC0xNS44MTRjNS4xNjctMjEuNDUxIDEwLjMzNC00Mi45MDIgMjIuNTQ3LTYxLjY5MSAxMi4wNTYtMTguNDc2IDMyLjI1NC0zMS4wMDIgNTcuOTMzLTMwLjY4OXptMjAuOTgxIDUzLjA3OWMyLjY2MiA1MS42Ny0xNi45MSA5OS4xMTItNjAuNDM4IDExMy4yMDQtLjQ3LTM1LjY5OSAyLjAzNS03MC4xNDYgMzAuMjE5LTk2LjYwNyA4LjI5OC03LjgyOSAxOC4xNjMtMTMuNDY1IDMwLjIxOS0xNi41OTd6bS0xMzUuNTk0IDUzLjcwNWMtMTcuMDY3IDE0Ljg3NS0zNC43NiAyMC4xOTgtNTQuMDE4IDE5LjU3Mi00MS44MDYtMS40MDktNzcuNTA1LTE4LjAwNi0xMDcuODgtNDYuNTAzLS43ODMtLjYyNi0xLjI1My0xLjU2Ni0yLjE5Mi0yLjgxOCAxMC44MDQtMTIuNTI2IDI0LjI2OS0xOS41NzIgNDAuMjQtMjEuNzY0IDMyLjcyNC00LjU0MSA2MS41MzQgNy4yMDIgODguMzA4IDI0LjExMyAxMi4yMTMgNy42NzIgMjMuMDE3IDE3LjY5MyAzNS41NDMgMjcuNDAxem0tMjMuNjQzIDE3MS43NjNjNy4zNTktMjEuMTM4IDIzLjMzLTMwLjUzMiA0Mi40MzItMzQuMTMzIDM2LjQ4Mi02Ljg4OSA3MS4yNDIuNzgzIDEwNC43NDkgMTUuNTAxLjQ3LjE1Ny42MjYuNzgzIDEuMjUzIDEuNTY2LTcuNjcyIDE2LjI4NC0yMi4wNzcgMjQuMTEzLTM4LjY3NCAyOC4xODMtMzcuNTc4IDkuMzk0LTczLjc0NyAzLjEzMS0xMDkuNzU5LTExLjExN3oiLz48L3N2Zz4='); }
      .item__narrow-band--pizza .item__narrow-band-title:after {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
    .item__narrow-band--pizza .item__narrow-band-img {
      -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.5));
              filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.5));
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      z-index: 10; }
    .item__narrow-band--pizza .item__narrow-band-figure {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform: rotate(-12deg);
              transform: rotate(-12deg);
      -webkit-transform-origin: left center;
              transform-origin: left center;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (min-width: 992px) {
        .item__narrow-band--pizza .item__narrow-band-figure {
          margin-bottom: calc((var(--padding-x) + 5%) * -1); } }
    .item__narrow-band--pizza .item__narrow-band-tinsels {
      z-index: 11;
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
      display: grid;
      grid-template: "text1 text2" auto "icon icon" auto / auto 1fr;
      line-height: 1; }
    .item__narrow-band--pizza .item__narrow-band-tinsel--1, .item__narrow-band--pizza .item__narrow-band-tinsel--2, .item__narrow-band--pizza .item__narrow-band-tinsel--3 {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .item__narrow-band--pizza .item__narrow-band-tinsel--1, .item__narrow-band--pizza .item__narrow-band-tinsel--2 {
      white-space: nowrap;
      letter-spacing: 0.15ch;
      word-spacing: 0.25ch;
      align-self: end; }
    .item__narrow-band--pizza .item__narrow-band-tinsel--1 {
      margin-left: 1.5ch;
      grid-area: text1;
      font-size: 2.1333333333rem;
      font-weight: 700; }
    .item__narrow-band--pizza .item__narrow-band-tinsel--2 {
      margin-left: 1ch;
      grid-area: text2;
      font-size: 1.8rem;
      font-variant: small-caps;
      line-height: 1.1851851852; }
    .item__narrow-band--pizza .item__narrow-band-tinsel--3 {
      pointer-events: none;
      grid-area: icon;
      color: #3fa9d2;
      margin-top: -2.25rem;
      font-size: 5rem; }
    .item__narrow-band--pizza.animated_on_scroll--running .item__narrow-band-title:before {
      -webkit-animation: slide-right 0.5s both 0.25s cubic-bezier(0.23, 1, 0.32, 1);
              animation: slide-right 0.5s both 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
    .item__narrow-band--pizza.animated_on_scroll--running .item__narrow-band-title:after {
      -webkit-animation: slide-left-flip 0.5s both 0.25s cubic-bezier(0.23, 1, 0.32, 1);
              animation: slide-left-flip 0.5s both 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
    .item__narrow-band--pizza.animated_on_scroll--running .item__narrow-band-title > span {
      -webkit-animation: slide-bottom 0.75s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
              animation: slide-bottom 0.75s both cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .item__narrow-band--pizza.animated_on_scroll--running .item__narrow-band-img {
      -webkit-animation: zoom-in 0.35s both cubic-bezier(0.77, 0, 0.175, 1) 0.65s;
              animation: zoom-in 0.35s both cubic-bezier(0.77, 0, 0.175, 1) 0.65s; }
    .item__narrow-band--pizza.animated_on_scroll--running .item__narrow-band-tinsel--1 {
      -webkit-animation: slide-right 0.25s both 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
              animation: slide-right 0.25s both 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .item__narrow-band--pizza.animated_on_scroll--running .item__narrow-band-tinsel--2 {
      -webkit-animation: slide-left 0.25s both 1.1s cubic-bezier(0.645, 0.045, 0.355, 1);
              animation: slide-left 0.25s both 1.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .item__narrow-band--pizza.animated_on_scroll--running .item__narrow-band-tinsel--3 {
      -webkit-animation: slide-top 0.25s both 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
              animation: slide-top 0.25s both 1s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.item__service {
  padding: calc(var(--padding-x) * 3) 0; }
  .item__service-title {
    text-align: center; }
    .item__service-title:only-child {
      margin-bottom: 0 !important; }
    @media (min-width: 992px) {
      .item__service-title {
        text-align: right; } }
  .item__service-outer {
    margin-right: var(--padding-x); }
  .item__service-gallery {
    z-index: 11;
    grid-template: 1fr 1fr / 2fr 1fr;
    grid-gap: 0.75rem;
    background-clip: content-box;
    background-origin: content-box; }
    @media (min-width: 992px) {
      .item__service-gallery {
        flex-grow: 2.5 !important;
        border-left: solid 1px rgba(255, 255, 255, 0.5);
        padding-left: calc(var(--padding-x) / 2); } }
    @media (max-width: 991.98px) {
      .item__service-gallery {
        border-bottom: solid 1px rgba(255, 255, 255, 0.5);
        padding-bottom: var(--padding-x);
        margin-bottom: var(--padding-x); } }
    @media (min-width: 992px) { }
    .item__service-gallery .gallery-item {
      border: none !important; }
      .item__service-gallery .gallery-item:first-of-type {
        grid-area: 1 / 1 / 3 / 1; }
  @media (max-width: 575.98px) {
    .item__service--text\@figure.animated_on_scroll {
      visibility: visible !important; } }
  .item__service--text\@figure.animated_on_scroll--running {
    -webkit-animation: slide-bottom 0.7s both cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
            animation: slide-bottom 0.7s both cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s; }
    @media (max-width: 575.98px) {
      .item__service--text\@figure.animated_on_scroll--running {
        -webkit-animation: none !important;
                animation: none !important; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .item__service--text\@figure.animated_on_scroll--running:nth-of-type(even) {
        -webkit-animation-name: slide-top;
                animation-name: slide-top;
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; } }
    @media (min-width: 992px) {
      .item__service--text\@figure.animated_on_scroll--running:nth-of-type(3n + 2) {
        -webkit-animation-name: slide-top;
                animation-name: slide-top;
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; }
      .item__service--text\@figure.animated_on_scroll--running:nth-of-type(3n) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; } }

.services__gallery-style, .services__postcards {
  padding-bottom: calc((var(--padding-x) * 2) + 0.809rem); }
  .services__gallery-style-grid, .services__postcards-grid {
    margin: 0 -0.3333333333rem -0.6666666667rem; }

.service__postcard {
  background-clip: content-box;
  background-origin: content-box;
  padding-left: 0.3333333333rem;
  padding-right: 0.3333333333rem; }
  .service__postcard.animated_on_scroll--running {
    -webkit-animation: zoom-out 0.5s both 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: zoom-out 0.5s both 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 1) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 3) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 4) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 5) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 6) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 7) {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 8) {
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 9) {
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 10) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 11) {
      -webkit-animation-delay: 1.1s;
              animation-delay: 1.1s; }
    .service__postcard.animated_on_scroll--running:nth-of-type(21n + 12) {
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }

.service__gallery-style {
  background-clip: content-box;
  background-origin: content-box;
  border: solid transparent 0;
  border-left-width: 0.3333333333rem;
  border-right-width: 0.3333333333rem;
  margin-bottom: 0.6666666667rem; }

@-webkit-keyframes restaurant-animation {
  from {
    opacity: 0;
    -webkit-backdrop-filter: brightness(1) blur(0px);
            backdrop-filter: brightness(1) blur(0px); }
  to {
    opacity: 1;
    -webkit-backdrop-filter: brightness(1.25) blur(5px);
            backdrop-filter: brightness(1.25) blur(5px); } }

@keyframes restaurant-animation {
  from {
    opacity: 0;
    -webkit-backdrop-filter: brightness(1) blur(0px);
            backdrop-filter: brightness(1) blur(0px); }
  to {
    opacity: 1;
    -webkit-backdrop-filter: brightness(1.25) blur(5px);
            backdrop-filter: brightness(1.25) blur(5px); } }

.restaurant__container {
  display: flow-root;
  -webkit-backdrop-filter: brightness(1.25) blur(5px);
          backdrop-filter: brightness(1.25) blur(5px);
  background: rgba(255, 255, 255, 0.85);
  z-index: 24;
  padding-top: var(--padding-x);
  padding-bottom: var(--padding-x);
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  .restaurant__container.\--animation-in, .restaurant__container.\--animation-out {
    pointer-events: none;
    -webkit-animation: restaurant-animation 0.5s both 0.5s;
            animation: restaurant-animation 0.5s both 0.5s; }
  .restaurant__container.\--animation-out {
    animation-direction: reverse;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s; }
  @supports ((-webkit-backdrop-filter: brightness(1.25)) or (backdrop-filter: brightness(1.25))) {
    .restaurant__container {
      background: none; } }
  .restaurant__container--inner {
    max-width: 640px;
    overflow-y: auto !important;
    border: 1.3333333333rem solid transparent;
    border-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MjUuNyA0MjUuNyI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuMiIgZD0iTTI4My42MDIgMzU0LjI2bDcwLjcxLTcwLjcxIDcwLjcxIDcwLjcxLTcwLjcxIDcwLjcxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjEiIGQ9Ik0yODMuNTQ3IDIxMi43ODRsNzAuNzEtNzAuNzEgNzAuNzEgNzAuNzEtNzAuNzEgNzAuNzF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuMiIgZD0iTTI4My41NjMgNzEuMzhMMzU0LjI3My42N2w3MC43MSA3MC43MS03MC43MSA3MC43MXoiLz48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii4xIiBkPSJNMTQyLjEyNiAzNTQuMzE1bDcwLjcxLTcwLjcxIDcwLjcxIDcwLjcxLTcwLjcxIDcwLjcxek0xNDIuMDg3IDcxLjQzNGw3MC43MS03MC43MSA3MC43MSA3MC43MS03MC43MSA3MC43MXoiLz48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNLjcyIDM1NC4zbDcwLjcxLTcwLjcxIDcwLjcxIDcwLjcxLTcwLjcxIDcwLjcxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjEiIGQ9Ik0uNjY2IDIxMi44MjNsNzAuNzEtNzAuNzEgNzAuNzEgNzAuNzEtNzAuNzEgNzAuNzF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuMiIgZD0iTS42ODIgNzEuNDE4TDcxLjM5Mi43MDhsNzAuNzEgNzAuNzEtNzAuNzEgNzAuNzF6Ii8+PC9zdmc+') 33.3333333333% stretch;
    background: url(/assets/images/layout/parchment.png) center no-repeat;
    background-size: cover;
    background-origin: border-box;
    background-blend-mode: overlay;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(0.9) rotateY(90deg);
            transform: scale(0.9) rotateY(90deg);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .restaurant__container--inner.\--open {
      transition-duration: 1s;
      transition-delay: 0.125s;
      -webkit-transform: scale(1) rotateY(0deg);
              transform: scale(1) rotateY(0deg); }
  .restaurant__container--scroll {
    padding: var(--padding-x); }

.restaurant__contextual-title > span {
  flex: 0 0 auto;
  text-align: center; }

.restaurant__contextual-title:before, .restaurant__contextual-title:after {
  flex: 1 1;
  content: "";
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgMTMgMTQiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxwYXRoIGQ9Ik01LjksMS4yTDAuNyw2LjVsNS4yLDUuNGw1LjItNS40TDUuOSwxLjJ6IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjEiIC8+PC9zdmc+') center no-repeat;
  background-size: 100% 0.6666666667rem; }

.restaurant-logo {
  font-size: 4.6666666667rem; }

.restaurant-courses__list:not(:last-of-type) {
  border-bottom: double 3px rgba(255, 255, 255, 0.2);
  padding-bottom: 1.618rem;
  margin-bottom: 1.618rem; }

.restaurant-courses__list-item {
  line-height: 1.4; }
  .restaurant-courses__list-item:not(:last-of-type) {
    margin-bottom: 1.2135rem; }
  .restaurant-courses__list-item-text {
    font-size: 1.2rem; }

.icons__bound {
  grid-template: auto/repeat(2, 1fr);
  grid-gap: 0.9375rem;
  padding-top: calc(var(--padding-x) * 2);
  padding-bottom: calc(var(--padding-x) * 2); }
  @media (min-width: 576px) {
    .icons__bound {
      grid-template: auto/repeat(3, 1fr); } }
  @media (min-width: 768px) {
    .icons__bound {
      grid-template: auto/repeat(4, 1fr); } }
  @media (min-width: 992px) {
    .icons__bound {
      grid-template: auto/repeat(7, 1fr); } }

.icon-item {
  min-height: calc(var(--width) * 3/5); }
  @media (min-width: 768px) {
    .icon-item {
      min-height: calc(var(--width) * 3/4); } }
  @media (min-width: 992px) {
    .icon-item {
      min-height: var(--width); } }
  .icon-item.animated_on_scroll--running {
    -webkit-animation: zoom-in 0.5s both 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: zoom-in 0.5s both 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 1) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 3) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 4) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 5) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 6) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 7) {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 8) {
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 9) {
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 10) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 11) {
      -webkit-animation-delay: 1.1s;
              animation-delay: 1.1s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 12) {
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 13) {
      -webkit-animation-delay: 1.3s;
              animation-delay: 1.3s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 14) {
      -webkit-animation-delay: 1.4s;
              animation-delay: 1.4s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 15) {
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 16) {
      -webkit-animation-delay: 1.6s;
              animation-delay: 1.6s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 17) {
      -webkit-animation-delay: 1.7s;
              animation-delay: 1.7s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 18) {
      -webkit-animation-delay: 1.8s;
              animation-delay: 1.8s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 19) {
      -webkit-animation-delay: 1.9s;
              animation-delay: 1.9s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 20) {
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
    .icon-item.animated_on_scroll--running:nth-of-type(21n + 21) {
      -webkit-animation-delay: 2.1s;
              animation-delay: 2.1s; }
  .icon-item__glyph {
    font-size: 2.5rem; }
  .icon-item__text {
    line-height: 1.1;
    min-height: 2.2em; }

.lodgings__section {
  margin-bottom: var(--padding-x); }

.lodging__article {
  padding: calc(var(--padding-x) * 3) 0; }

.lodging-title {
  text-align: center;
  line-height: 1.1; }
  .lodging-title:only-child {
    margin-bottom: 0 !important; }

.lodging__article.animated_on_scroll--running .lodging-title {
  -webkit-animation: slide-bottom 1s both 0.6s cubic-bezier(0.23, 1, 0.32, 1);
          animation: slide-bottom 1s both 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

@media (min-width: 992px) {
  .lodging-outer {
    margin-right: var(--padding-x); } }

.lodging__article.animated_on_scroll--running .lodging-description {
  -webkit-animation: slide-top 0.9s both 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: slide-top 0.9s both 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.lodging-gallery {
  z-index: 11;
  grid-template: repeat(2, auto)/repeat(3, 1fr);
  grid-gap: 0.75rem;
  background-clip: content-box;
  background-origin: content-box; }
  @media (min-width: 992px) {
    .lodging-gallery {
      flex-grow: 2.5 !important;
      border-left: solid 1px rgba(255, 255, 255, 0.5);
      padding-left: var(--padding-x); } }
  @media (max-width: 991.98px) {
    .lodging-gallery {
      border-bottom: solid 1px rgba(255, 255, 255, 0.5);
      padding-bottom: var(--padding-x);
      margin-bottom: var(--padding-x); } }
  @media (min-width: 992px) { }
  .lodging-gallery .gallery-item {
    border: none !important; }

.offers__section {
  margin-bottom: var(--padding-x); }

.offer-item {
  padding-top: calc(var(--padding-x) * 2);
  padding-bottom: calc(var(--padding-x) * 2); }
  @media (max-width: 767.98px) {
    .offer-item.animated_on_scroll .offer-left,
    .offer-item.animated_on_scroll .offer-center,
    .offer-item.animated_on_scroll .offer-figure {
      visibility: visible !important; } }
  @media (max-width: 767.98px) {
    .offer-item.animated_on_scroll--running .offer-left,
    .offer-item.animated_on_scroll--running .offer-center,
    .offer-item.animated_on_scroll--running .offer-figure {
      -webkit-animation: none !important;
              animation: none !important; } }
  .offer-item.animated_on_scroll--running .offer-left {
    -webkit-animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .offer-item.animated_on_scroll--running .offer-center {
    -webkit-animation: slide-bottom 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.4s;
            animation: slide-bottom 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.4s; }
  .offer-item.animated_on_scroll--running .offer-figure {
    -webkit-animation: slide-left 0.8s both cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
            animation: slide-left 0.8s both cubic-bezier(0.19, 1, 0.22, 1) 0.6s; }

.offer-button .icon, .offer-link .icon {
  letter-spacing: -0.3333333333rem; }

@media (max-width: 767.98px) {
  .offer-figure {
    order: -1; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .offer-figure {
    flex-grow: 0.6 !important; } }

.offer-top .offer-image {
  max-width: 33.3333333333rem;
  margin-bottom: -1.618rem; }

@media (min-width: 576px) {
  .offer-button {
    flex-grow: 0.1; } }

.offer-button-sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  align-self: stretch;
  margin: 0 0.809rem; }
  .offer-button-sep--detail {
    background-color: rgba(0, 0, 0, 0.25); }

.offer-discount {
  top: 0.809rem;
  right: 0.809rem;
  padding: 0.809rem 1.618rem;
  line-height: 1;
  border-radius: 3.236rem;
  z-index: 11;
  font-family: 'DM Sans',  sans-serif;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #3fa9d2; }
  .offer-item:nth-of-type(even) .offer-discount {
    color: #141833; }

@media (max-width: 767.98px) {
  .offer-left {
    margin-bottom: var(--padding-x);
    margin-top: var(--padding-x); } }

@media (min-width: 768px) {
  .offer-left {
    margin-right: var(--padding-x);
    flex-grow: 0.8 !important; } }

@media (max-width: 767.98px) {
  .offer-center {
    padding-top: var(--padding-x);
    padding-bottom: var(--padding-x);
    border-top: solid 1px rgba(255, 255, 255, 0.5); } }

@media (min-width: 768px) {
  .offer-center {
    padding-right: var(--padding-x);
    padding-left: var(--padding-x);
    border-left: solid 1px rgba(255, 255, 255, 0.5); } }

@media (min-width: 992px) {
  .offer-center {
    padding-right: calc(var(--padding-x) + 1.618rem);
    padding-left: calc(var(--padding-x) + 1.618rem); } }

.offer-description p {
  margin-bottom: 0; }

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

.offer-link:hover > span, .offer-link:focus > span {
  text-decoration: underline; }

.offer-link.offer-button-collapser {
  cursor: pointer;
  color: #3fa9d2; }

.offer-top {
  background-image: linear-gradient(to bottom, rgba(20, 24, 51, 0.08) 0%, rgba(20, 24, 51, 0.07) 100%);
  background-clip: content-box;
  background-origin: content-box;
  background-size: 100% 100%;
  background-repat: norepeat;
  background-position: 0% 0%; }

.offer__request-container form {
  scroll-margin-top: 8.4375rem; }

.contextual-title--services, .contextual-title--services-template, .contextual-title--excursions-template, .contextual-title--excursions {
  text-align: center;
  font-size: 2.9333333333rem;
  margin-top: calc((var(--padding-x) * 2) + 1.618rem);
  margin-bottom: calc((var(--padding-x) * 2)); }
  .contextual-title--services-template, .contextual-title--excursions-template {
    color: #141833;
    margin-bottom: calc((var(--padding-x) * 2) - 1.25rem); }
    @media (min-width: 576px) {
      .contextual-title--services-template, .contextual-title--excursions-template {
        grid-column: span 2; } }
    @media (min-width: 992px) {
      .contextual-title--services-template, .contextual-title--excursions-template {
        grid-column: span 3; } }

.restaurant-info {
  z-index: 10;
  padding-top: calc(var(--padding-x) + 0.809rem);
  padding-bottom: calc(var(--padding-x) + 0.809rem); }
  .restaurant-info__container {
    position: relative;
    z-index: 11; }
    .restaurant-info__container > *:first-child {
      color: #3fa9d2;
      font-size: 1.7143571314rem;
      font-family: 'DM Serif Display',  serif; }
    .restaurant-info__container > *:nth-child(2) {
      font-size: 1.1442615707rem; }
  .restaurant-info + .items__narrow-band-container {
    margin-top: calc(var(--padding-x) * -1);
    position: relative;
    z-index: 11; }

.restaurant-menu__button {
  text-align: center;
  background: #3fa9d2;
  color: white;
  align-self: stretch;
  border-radius: 0.8rem;
  padding: 0.809rem 1.2135rem;
  display: flex;
  justify-content: center;
  min-width: 14ch;
  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 (max-width: 991.98px) {
    .restaurant-menu__button {
      justify-self: normal; } }
  .restaurant-menu__button.\--text-long {
    font-size: 83.3333333333%; }
  .restaurant-menu__button, .restaurant-menu__button:hover, .restaurant-menu__button:focus {
    text-decoration: none; }
  .restaurant-menu__button:hover, .restaurant-menu__button:focus {
    text-decoration: none;
    background: #33b7eb;
    color: white; }
  @media (prefers-reduced-motion: reduce) {
    .restaurant-menu__button {
      transition: none; } }
  .restaurant-menu__button, .restaurant-menu__buttons {
    place-items: center; }
  .restaurant-menu__buttons {
    display: grid;
    grid-auto-flow: row;
    gap: 0.809rem;
    padding: 0 1.618rem 0.809rem;
    line-height: 1.1;
    font-size: 1.7143571314rem;
    font-family: 'DM Serif Display',  serif;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPlxhICAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIGZpbGw9IndoaXRlIi8+ICBcYSAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz4=') no-repeat;
    background-size: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto calc((var(--padding-x) * 2) + 1.618rem); }
    @media (min-width: 992px) {
      .restaurant-menu__buttons {
        grid-auto-flow: column;
        padding: 0.809rem 1.2135rem;
        background-position: left 6.5625rem top 0%; } }
    .restaurant-menu__buttons.animated_on_scroll--running {
      -webkit-animation: slide-right 0.6s both cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
              animation: slide-right 0.6s both cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
    @media (min-width: 992px) { }
    .restaurant-menu__buttons > strong {
      font-weight: 400; }
    .restaurant-menu__buttons:before {
      content: "";
      background: url(/assets/images/layout/libro-min.png) center no-repeat;
      background-size: contain;
      flex: 0 0 auto;
      align-self: stretch;
      width: 13.125rem;
      margin: -5.625rem auto 1.2135rem; }
      @media (max-width: 991.98px) {
        .restaurant-menu__buttons:before {
          height: 13.125rem; } }
      @media (min-width: 992px) {
        .restaurant-menu__buttons:before {
          margin: -3.75rem 0.809rem -3.75rem calc(var(--padding-x) * -1); } }

#Gallery61 {
  margin-bottom: calc((var(--padding-x) * 2) + 1.618rem); }

.how_to_get\@map {
  margin-top: calc(var(--padding-x) * 2 + 1.618rem);
  margin-bottom: calc(var(--padding-x) * 2); }
  .how_to_get\@map--map, .how_to_get\@map--content {
    position: relative; }
    @media (min-width: 768px) {
      .how_to_get\@map--map, .how_to_get\@map--content {
        flex: 1 0; } }
  @media (max-width: 767.98px) {
    .how_to_get\@map--content {
      margin-bottom: calc(var(--padding-x) + 1.618rem); } }
  @media (min-width: 768px) {
    .how_to_get\@map--content {
      margin-right: calc(var(--padding-x) + 0.809rem); } }
  .how_to_get\@map--content .section-location .page-header {
    font-size: 2.2446671329rem; }

.gallery\@video--beach {
  margin-bottom: calc(var(--padding-x)*3 - 3.125rem);
  grid-gap: 0.3333333333rem;
  grid-template: none/repeat(2, 1fr); }
  @media (min-width: 576px) {
    .gallery\@video--beach {
      grid-template: repeat(3, 1fr) auto/repeat(4, 1fr); } }
  @media (min-width: 992px) {
    .gallery\@video--beach {
      grid-template: repeat(3, 1fr) auto/repeat(5, 1fr); } }
  .gallery\@video--beach .video-item {
    width: 100%;
    height: auto;
    object-fit: cover;
    grid-area: 1 / 1 / 1 / 3; }
    @media (min-width: 576px) {
      .gallery\@video--beach .video-item {
        grid-area: 1 / 3 / 4 / 5; } }
    @media (min-width: 992px) {
      .gallery\@video--beach .video-item {
        grid-area: 1 / 4 / 4 / 6; } }
  .gallery\@video--beach .gallery-item {
    border: none !important;
    min-height: var(--width); }

.list-icons-beach {
  list-style: none;
  padding: 0;
  margin-bottom: -2.8315rem;
  margin-left: -2.8315rem;
  align-items: flex-start;
  flex-wrap: wrap; }
  .list-icons-beach, .list-icons-beach > li {
    display: flex; }
  .list-icons-beach > li {
    flex-direction: column;
    align-items: center;
    margin-left: 2.8315rem;
    margin-bottom: 2.8315rem; }
    .list-icons-beach > li .service-icon {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: #3fa9d2;
      font-size: 3.125rem;
      margin-bottom: 0.4045rem; }
    .list-icons-beach > li > strong {
      display: block;
      line-height: 1.2; }

#Acqualia {
  display: block;
  height: 14.4666666667rem;
  margin-bottom: calc(var(--padding-x) * -1);
  margin-top: calc(var(--padding-x) * 2); }

#AcqualiaBanner.acqualia-banner {
  --aspect-ratio: 33.70166%;
  overflow: hidden;
  display: grid;
  max-width: calc(450px + 2 * var(--padding-x));
  grid: "fig" minmax(0, 1fr) "content" minmax(0, 1fr);
  background-color: #3fa9d2;
  margin-bottom: calc(var(--padding-x) * 2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-clip: content-box; }
  #AcqualiaBanner.acqualia-banner:hover, #AcqualiaBanner.acqualia-banner:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    #AcqualiaBanner.acqualia-banner {
      padding-left: 0 !important;
      padding-right: 0 !important;
      max-width: 1086px;
      grid: "fig content" / 1fr 1fr; } }
  @media (hover: hover) and (pointer: fine) {
    #AcqualiaBanner.acqualia-banner {
      transition: background 0.5s; }
      #AcqualiaBanner.acqualia-banner .acqualia-banner-img {
        transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
      #AcqualiaBanner.acqualia-banner:hover {
        background-color: #52b2d7; }
        #AcqualiaBanner.acqualia-banner:hover .acqualia-banner-img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }

#AcqualiaBanner.acqualia-banner .acqualia-banner-ghost {
  display: contents; }
  #AcqualiaBanner.acqualia-banner .acqualia-banner-ghost::before {
    content: "";
    grid-area: fig / fig / content / fig;
    border: solid 1px white;
    margin: clamp(16px, var(--padding-x), 30px);
    z-index: 1; }
    @media (min-width: 768px) {
      #AcqualiaBanner.acqualia-banner .acqualia-banner-ghost::before {
        grid-area: fig / fig / fig / content; } }

#AcqualiaBanner.acqualia-banner .acqualia-banner-fig {
  display: grid;
  position: relative;
  grid-area: fig;
  margin-bottom: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    #AcqualiaBanner.acqualia-banner .acqualia-banner-fig {
      display: contents;
      position: static; } }
  #AcqualiaBanner.acqualia-banner .acqualia-banner-fig::before {
    content: "";
    padding-top: var(--aspect-ratio); }
    @media (min-width: 768px) {
      #AcqualiaBanner.acqualia-banner .acqualia-banner-fig::before {
        grid-area: fig / fig / fig / content; } }

#AcqualiaBanner.acqualia-banner .acqualia-banner-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#AcqualiaBanner.acqualia-banner .acqualia-banner-content {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  grid-area: content;
  z-index: 2;
  color: white;
  display: grid;
  place-items: center;
  row-gap: 1.618rem;
  margin-block: 3.236rem;
  margin-inline: 1.618rem;
  place-self: center normal;
  grid-auto-columns: minmax(-webkit-max-content, calc(100% - 2 * var(--padding-x)));
  grid-auto-columns: minmax(max-content, calc(100% - 2 * var(--padding-x)));
  justify-content: center; }
  @media (min-width: 768px) {
    #AcqualiaBanner.acqualia-banner .acqualia-banner-content {
      margin-block: 0; } }

#AcqualiaBanner.acqualia-banner .acqualia-banner-logo {
  width: 14rem;
  height: 10.1333333333rem; }

#AcqualiaBanner.acqualia-banner .acqualia-banner-text {
  display: grid;
  place-items: center;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.14ch;
  justify-self: normal; }
  #AcqualiaBanner.acqualia-banner .acqualia-banner-text::before, #AcqualiaBanner.acqualia-banner .acqualia-banner-text::after {
    content: "";
    justify-self: normal;
    height: 2px;
    background: white;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch; }

.section-reservation-phone {
  font-size: 1.7143571314rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: no-wrap; }

.section-reservation--terms\&conditions {
  z-index: 10;
  position: relative;
  margin-right: calc(var(--padding-x));
  margin-top: calc(var(--padding-x) / 2);
  margin-bottom: calc(var(--padding-x) / 2);
  padding-top: calc(var(--padding-x) / 2); }
  @media (min-width: 768px) {
    .section-reservation--terms\&conditions {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      flex: 0.5 0; } }

@media (max-width: 575.98px) {
  .section-reservation-button {
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%; } }

.section-reservation .section-columns--block0 {
  align-self: center; }

.contacts__section {
  margin-bottom: var(--padding-x);
  background-color: #141833; }

.contacts-form-outer {
  z-index: 11;
  margin-top: calc(var(--padding-x));
  margin-bottom: calc(var(--padding-x));
  flex: 1.1 1; }
  .contacts-form-outer form {
    scroll-margin-top: calc(var(--padding-x) + 2.427rem); }

.paypal-cards {
  grid-template: repeat(2, auto)/repeat(4, 1fr) auto;
  grid-gap: 0.809rem 0.4045rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 575.98px) {
    .paypal-cards {
      margin: 0.809rem auto 0; } }
  @media (min-width: 576px) {
    .paypal-cards {
      margin-left: 1.618rem; } }
  .paypal-cards-item {
    width: 3rem;
    align-self: center; }
    .paypal-cards-item--icon {
      font-size: 1.6rem; }

.paypal-best-rate {
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  grid-column: span 5;
  justify-self: center;
  line-height: 1;
  font-size: 90%; }

.section-info {
  margin-top: calc(var(--padding-x) * 2);
  margin-bottom: calc(var(--padding-x) * 2); }
/*# sourceMappingURL=default.css.map */