@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import "../font/fa-pro/css/all.min.css";
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Birthstone&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0B1622;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --color-base: #0B1622;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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);
}

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

body {
  margin: 0;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0B1622;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: none;
}

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: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

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

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

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

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

.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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: #0B1622 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-color-base {
  background-color: #0B1622 !important;
}

a.bg-color-base:hover, a.bg-color-base:focus,
button.bg-color-base:hover,
button.bg-color-base:focus {
  background-color: black !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: #0B1622 !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-color-base {
  border-color: #0B1622 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-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;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #0B1622 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-color-base {
  color: #0B1622 !important;
}

a.text-color-base:hover, a.text-color-base:focus {
  color: black !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

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

body {
  margin: 0;
  text-align: left;
}

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

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #0B1622;
  text-decoration: none;
}
a:hover {
  color: #0B1622;
  text-decoration: none;
}

strike {
  margin: 2px 4px;
  font-weight: 300;
  font-size: 90%;
}

hr {
  height: 1px;
  padding-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-bottom: 1px solid #dddddd;
}

input,
textarea,
select,
fieldset,
button {
  font-family: "Montserrat";
  font-size: 100%;
  line-height: 1;
  color: #0B1622;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  position: relative;
}
input:focus,
textarea:focus,
select:focus,
fieldset:focus,
button:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

::-moz-selection {
  background-color: rgba(166, 139, 79, 0.5);
  color: #FFF;
  text-shadow: none;
}

::selection {
  background-color: rgba(166, 139, 79, 0.5);
  color: #FFF;
  text-shadow: none;
}

::-moz-placeholder {
  opacity: 0.7;
}

::placeholder {
  opacity: 0.7;
}

.container {
  max-width: 1200px;
}
.container.maxim {
  max-width: 1400px;
}
.container.half {
  max-width: 600px;
  margin: 0;
}
@media (max-width: 992px) {
  .container.half {
    max-width: 100%;
  }
}
.container.no-gutters {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-medium {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-max {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.row.split {
  margin-left: -30px;
  margin-right: -30px;
}

.half-gutters {
  margin-left: -15px;
  margin-right: -15px;
}
.half-gutters > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 992px) {
  .container,
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row:not(.no-gutters) {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
  .container,
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row:not(.no-gutters) {
    margin-right: -15px;
    margin-left: -15px;
  }
}
html, body {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  color: #0B1622;
  overflow-x: hidden;
  position: relative;
  background-color: white;
}

#wpadminbar {
  position: fixed !important;
}

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

ol, ul, dl, dt, dd {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.columns-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 992px) {
  .columns-2 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .columns-2 {
    -moz-column-count: auto;
         column-count: auto;
  }
}

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

.semibold {
  font-weight: 500 !important;
}

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

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

.vcenter {
  align-self: center;
}

.hcenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

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

.color-base {
  color: #0B1622;
}

.color-alt {
  color: #A68B4F;
}

.color-alt1 {
  color: #DBBD77;
}

.color-white {
  color: white;
}

.grecaptcha-badge {
  visibility: hidden;
}

.color-bg-1 {
  background-color: rgba(11, 22, 34, 0.95) !important;
}

.color-bg-2 {
  background-color: rgba(166, 139, 79, 0.08) !important;
}

.color-bg-3 {
  background-color: rgba(166, 139, 79, 0.15) !important;
}

.color-bg-4 {
  background-color: rgba(166, 139, 79, 0.2) !important;
}

.color-bg-5 {
  background-color: rgba(166, 139, 79, 0.2) !important;
}

.side-nav {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  display: block;
  background-color: #FFF;
  color: white;
  overflow-x: hidden;
  padding: 0;
  transition: all 0.5s;
}
.side-nav.open {
  right: 0;
}
.side-nav .content {
  padding: 0 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.side-nav .side-logo {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.side-nav .side-logo img {
  max-width: 150px;
  max-height: 70px;
}
.side-nav .side-menu ul li {
  border-bottom: 1px solid #DBBD77;
}
.side-nav .side-menu ul li:last-child {
  border: none;
}
.side-nav .side-menu ul li a {
  padding: 10px 0;
  color: #575d5d;
  display: block;
  font-size: 1em;
  text-transform: uppercase;
}
.side-nav .side-menu ul li a:hover {
  opacity: 1;
  color: #0B1622;
}
.side-nav .side-menu ul li ul.sub-menu li {
  border-top: 1px solid #DDD;
  border-bottom: none;
}
.side-nav .side-menu ul li ul.sub-menu li ul.sub-menu li a:before {
  content: "-";
  left: 6px;
  opacity: 0.6;
}
.side-nav .side-menu ul li ul.sub-menu li a {
  padding-left: 20px;
  font-size: 0.8em;
  position: relative;
  text-transform: none;
}
.side-nav .side-menu ul li ul.sub-menu li a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  font-weight: 900;
  line-height: 1;
  font-size: 0.5em;
  position: absolute;
  top: 15px;
  left: 5px;
  color: #575d5d;
  opacity: 0.5;
}
.side-nav .side-menu ul li ul.sub-menu li a:hover {
  opacity: 1;
}
.side-nav .side-menu ul li ul.sub-menu li a:hover:before {
  opacity: 0.8;
  color: #0B1622;
}

.main-base {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: all 0.5s;
  background-color: #0B1622;
}
.main-base:before,
.main-base .header-base:before {
  content: "";
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 1400px) {
  .side-phone-switch {
    margin: 0;
    padding: 0;
    width: 39px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 10px;
    align-self: center;
    z-index: 1010;
  }
  .side-phone-switch:focus {
    outline: 0;
  }
  .side-phone-switch button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .side-phone-switch button:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f879";
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #575d5d;
  }
  .side-phone-switch button:hover:after {
    color: #0B1622;
  }
  .side-phone-switch.close button:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    font-weight: 300;
    line-height: 1;
    font-size: 28px;
    color: #0B1622;
  }
}
@media (max-width: 1400px) and (max-width: 992px) {
  .side-phone-switch {
    right: 50px;
  }
}
.header-base {
  background-color: #0B1622;
  width: 100%;
  z-index: 1001;
  position: sticky;
  top: 0;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.header-base.alt {
  background-color: transparent;
  position: fixed;
}
@media (max-width: 992px) {
  .header-base {
    padding: 10px 0;
  }
}
.header-base.fixed-nav {
  background-color: transparent;
}
.header-base.fixed-nav .header-main .main-content .main-logo img {
  transition: height 0.3s;
}
.header-base.fixed-nav .header-main .main-nav .main-menu > ul > li ul.sub-menu {
  background-color: #efefef;
}
.header-base .header-main {
  width: 100%;
  position: relative;
}
.header-base .header-main .main-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  background-color: #0b1622;
  transition: all 0.2s linear 0s;
  font-family: "Baskervville", serif;
  padding: 15px 20px;
  border-radius: 20px;
}
.header-base .header-main .main-content .group {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
}
@media (max-width: 1400px) {
  .header-base .header-main .main-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .header-base .header-main .main-content {
    padding: 10px;
  }
}
.header-base .header-main .main-logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  min-width: 100px;
  max-width: 220px;
  min-height: 60px;
  padding: 10px;
}
@media (max-width: 576px) {
  .header-base .header-main .main-logo {
    max-width: 200px;
  }
}
.header-base .header-main .main-nav {
  display: flex;
  flex: 1;
  justify-content: center;
  position: relative;
}
@media (max-width: 1400px) {
  .header-base .header-main .main-nav {
    display: none;
  }
}
.header-base .header-main .main-nav .main-menu {
  height: 100%;
}
.header-base .header-main .main-nav .main-menu > ul {
  display: flex;
  height: 100%;
  margin-right: 25px;
}
.header-base .header-main .main-nav .main-menu > ul > li {
  position: relative;
  margin-left: 25px;
  height: 100%;
}
.header-base .header-main .main-nav .main-menu > ul > li a {
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  padding: 10px 0;
  display: flex;
  height: 100%;
  align-items: center;
  color: #DBBD77;
  transition: all 0.2s linear 0s;
}
.header-base .header-main .main-nav .main-menu > ul > li:hover > a {
  color: white;
}
.header-base .header-main .main-nav .main-menu > ul > li.sub-menu > a, .header-base .header-main .main-nav .main-menu > ul > li.menu-item-has-children > a {
  position: relative;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu {
  position: absolute;
  top: 120%;
  left: -20px;
  z-index: 1000;
  background-color: #efefef;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  padding: 10px 0 14px;
  text-align: left;
  transition: 0.25s ease;
  flex-direction: column;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li {
  margin: 0;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li > a {
  white-space: normal;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li.sub-menu, .header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li.menu-item-has-children {
  position: relative;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li.sub-menu:hover > a, .header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li.menu-item-has-children:hover > a {
  color: white;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li.sub-menu:hover > a:after, .header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li.menu-item-has-children:hover > a:after {
  color: white;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li.sub-menu > a:after, .header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 10px;
  color: #DDD;
  font-size: 1em;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li a {
  text-transform: none;
  font-weight: normal;
  font-size: 1.05em;
  padding: 7px 20px;
  color: #0B1622;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li a:hover {
  color: black;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li:first-child ul.sub-menu {
  top: -20px;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li ul.sub-menu {
  position: absolute;
  top: -22px;
  left: 100%;
  z-index: 1000;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  width: 220px;
  padding: 4px 0;
  text-align: left;
  transition: 0.25s ease;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 0 10px 10px 10px;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li ul.sub-menu li a {
  padding: 6px 12px;
}
.header-base .header-main .main-nav .main-menu > ul > li ul.sub-menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-base .header-main .main-nav .main-menu > ul > li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header-base .header-main .main-nav .main-menu > ul > li:hover ul.sub-menu:before {
  content: "";
  width: 100%;
  height: 25px;
  top: 0;
  position: absolute;
}
.header-base .header-main .main-nav-mobile {
  width: 100%;
  padding: 15px;
  display: none;
}
@media (min-width: 1400px) {
  .header-base .header-main .main-nav-mobile {
    display: none !important;
  }
}
.header-base .header-main .main-nav-mobile .menu {
  width: 100%;
}
.header-base .header-main .main-nav-mobile .menu > ul {
  display: flex;
  flex-direction: column;
}
.header-base .header-main .main-nav-mobile .menu > ul > li {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(166, 139, 79, 0.25);
}
.header-base .header-main .main-nav-mobile .menu > ul > li:last-child {
  border: none;
  margin-bottom: 0;
}
.header-base .header-main .main-nav-mobile .menu > ul > li a {
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  padding: 5px 0;
  display: block;
  align-items: center;
  text-align: center;
  color: #DBBD77;
  transition: all 0.2s linear 0s;
}
.header-base .header-main .main-nav-mobile .menu > ul > li a:hover {
  color: white;
}
.header-base .header-main .main-extra {
  margin: auto 10px auto auto;
  display: flex;
}
.header-base .header-main .main-phone {
  align-self: center;
  padding-right: 5px;
}
.header-base .header-main .main-phone ul li a {
  display: flex;
  align-items: center;
  background-color: rgba(219, 189, 119, 0.9);
  padding: 10px 15px 10px 40px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #0b1622;
  white-space: nowrap;
  position: relative;
  transition: background-color 0.2s linear 0s;
}
.header-base .header-main .main-phone ul li a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f095";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
  color: #0b1622;
  transition: all 0.2s linear 0s;
}
.header-base .header-main .main-phone ul li a:hover {
  background-color: #dbbd77;
}
@media (max-width: 576px) {
  .header-base .header-main .main-phone {
    margin-left: auto;
  }
  .header-base .header-main .main-phone ul li a {
    font-size: 1em;
    padding: 5px 8px;
  }
  .header-base .header-main .main-phone ul li a:before {
    display: none;
  }
}
.header-base .header-main .main-icons {
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .header-base .header-main .main-icons {
    position: absolute;
    right: 10px;
  }
}
@media (max-width: 576px) {
  .header-base .header-main .main-icons {
    right: 5px;
  }
}
.header-base .header-main .main-icons ul {
  display: flex;
}
.header-base .header-main .main-icons ul li a {
  color: #575d5d;
  height: 30px;
  width: 32px;
  display: block;
  position: relative;
}
.header-base .header-main .main-icons ul li.account a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0s;
  font-size: 1.1em;
}
.header-base .header-main .main-icons ul li.account a:hover:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-weight: 900;
  line-height: 1;
  color: #0B1622;
}
.header-base .header-main .main-icons ul li.search a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0s;
  font-size: 1.1em;
}
.header-base .header-main .main-icons ul li.search a:hover:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 900;
  line-height: 1;
  color: #0B1622;
}
.header-base .header-main .main-icons ul li.cart a {
  position: relative;
}
.header-base .header-main .main-icons ul li.cart a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f07a";
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0s;
  font-size: 1em;
}
.header-base .header-main .main-icons ul li.cart a:hover:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f07a";
  font-weight: 900;
  line-height: 1;
  color: #0B1622;
}
.header-base .header-main .main-icons ul li.cart a span {
  background-color: #eee;
  color: #0B1622;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
}
@media (max-width: 1400px) {
  .header-base .header-main .side-phone {
    background-color: #0B1622;
    color: white;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear 0s;
  }
  .header-base .header-main .side-phone ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 10px 16px;
  }
  .header-base .header-main .side-phone ul li a {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1;
    color: white;
    padding: 10px 10px 5px;
    display: block;
    white-space: nowrap;
    transition: all 0.2s linear 0s;
  }
  .header-base .header-main .side-phone ul li a:hover {
    color: #A68B4F;
  }
  .header-base .header-main .side-phone.open {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
  }
  .header-base .header-main .side-phone.green-bg {
    background: #25D366;
    background: linear-gradient(135deg, rgb(18, 140, 126) 0%, rgb(37, 211, 102) 100%);
  }
  .header-base .header-main .side-phone.green-bg ul li a:hover {
    color: #0B1622;
  }
}
@media (min-width: 1400px) {
  .header-base .header-main .side-phone {
    display: none;
  }
}
.header-base .header-main .main-search {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 6px);
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 10px;
  z-index: 1020;
  display: none;
}
.header-base .header-main .main-search:focus {
  color: #333;
  background-color: white;
  border-color: #0B1622;
  outline: 0;
}
.header-base .header-main .main-search form {
  width: 100%;
  height: 100%;
}
.header-base .header-main .main-search form input[type=search] {
  width: calc(100% - 40px);
  height: 100%;
  color: black;
  padding: 10px 0 10px 15px;
  font-size: 1em;
}
.header-base .header-main .main-search form button[type=submit] {
  display: none;
}
.header-base .header-main .main-search form span.close {
  width: 40px;
  height: 100%;
  float: right;
  cursor: pointer;
  position: relative;
}
.header-base .header-main .main-search form span.close:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4em;
  color: #999;
}
.header-base .header-main .main-search form span.close:hover:before {
  color: #0B1622;
}
.header-base .header-main .language-switch button, .header-base .header-main .language-switch a {
  padding: 12px;
  border-radius: 10px;
  background-color: #A68B4F;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baskervville", serif;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  transition: all 0.2s linear 0s;
}
.header-base .header-main .language-switch button:hover, .header-base .header-main .language-switch a:hover {
  background-color: white;
  color: #0B1622;
}
@media (max-width: 992px) {
  .header-base .header-main .language-switch button, .header-base .header-main .language-switch a {
    background-color: transparent;
  }
}
.header-base .header-main .menu-nav-switch {
  margin-left: 7px;
  width: 44px;
  height: 40px;
  cursor: pointer;
  position: relative;
  align-self: center;
  z-index: 1010;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.2s linear 0s;
}
@media (min-width: 1400px) {
  .header-base .header-main .menu-nav-switch {
    display: none;
  }
}
.header-base .header-main .menu-nav-switch:focus {
  outline: 0;
}
.header-base .header-main .menu-nav-switch button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 3px;
  background-color: #DBBD77;
  border-radius: 1px;
}
.header-base .header-main .menu-nav-switch button:after, .header-base .header-main .menu-nav-switch button:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #DBBD77;
  border-radius: 1px;
}
.header-base .header-main .menu-nav-switch button:before {
  top: -8px;
}
.header-base .header-main .menu-nav-switch button:after {
  bottom: -8px;
}
.header-base .header-main .menu-nav-switch button:after, .header-base .header-main .menu-nav-switch button:before {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.header-base .header-main .menu-nav-switch button:before {
  transition-property: top, transform;
}
.header-base .header-main .menu-nav-switch button:after {
  transition-property: bottom, transform;
}
.header-base .header-main .menu-nav-switch:hover button {
  background-color: white;
}
.header-base .header-main .menu-nav-switch:hover button:before, .header-base .header-main .menu-nav-switch:hover button:after {
  background-color: white;
}
.header-base .header-main .menu-nav-switch.close button {
  background: none;
}
.header-base .header-main .menu-nav-switch.close button:before {
  top: 0;
  transform: rotate(45deg);
}
.header-base .header-main .menu-nav-switch.close button:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.header-base .header-main .menu-nav-switch.close button:after, .header-base .header-main .menu-nav-switch.close button:before {
  transition-delay: 0s, 0.2s;
  background-color: #DBBD77;
}
@media (max-width: 768px) {
  .header-base .header-main .menu-nav-switch.active {
    display: flex;
  }
}
@media (max-width: 576px) {
  .header-base .header-main .menu-nav-switch {
    margin-right: 3px;
  }
}

.footer-base {
  margin-top: auto;
  background-color: white;
}
.footer-base .section {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
}
.footer-base .section.no-padding {
  padding: 0;
}
.footer-base .section.alt {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-base .section.white {
  background-color: white;
}
.footer-base .section.gray {
  background-color: #d5d5d5;
  color: #0B1622;
}
.footer-base .section.base {
  background-color: #0B1622;
  color: white;
}
@media (max-width: 768px) {
  .footer-base .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer-base .footer-top {
  background-color: rgb(4.7666666667, 9.5333333333, 14.7333333333);
  text-align: center;
  color: white;
}
.footer-base .footer-top h3 {
  font-size: 1.5em;
  font-weight: 100;
  margin-bottom: 0;
}
.footer-base .footer-top h2 {
  font-size: 2.7em;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer-base .footer-top h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .footer-base .footer-top h2 {
    font-size: 2em;
  }
}
.footer-base .footer-main {
  background-color: #0B1622;
  color: #DBBD77;
  font-size: 1em;
  line-height: 1.5;
  padding: 100px 0 40px;
}
@media (max-width: 768px) {
  .footer-base .footer-main {
    text-align: center;
    padding: 60px 0 40px;
  }
}
.footer-base .footer-main .logo-white {
  margin-bottom: 20px;
  width: 220px;
}
.footer-base .footer-main h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.1em;
  margin-bottom: 7px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .footer-base .footer-main h2 {
    font-size: 1.6em;
  }
}
.footer-base .footer-main h3 {
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-base .footer-main p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 10px;
}
.footer-base .footer-main a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s linear 0s;
}
.footer-base .footer-main a:hover {
  color: #A68B4F;
}
.footer-base .footer-main .links {
  margin-bottom: 25px;
}
.footer-base .footer-main .links ul li {
  margin-bottom: 6px;
  display: flex;
}
.footer-base .footer-main .links ul li i {
  color: #ccc;
  flex: 0 0 20px;
  width: 20px;
  margin: 5px 7px 0 0;
  text-align: center;
  transition: all 0.2s linear 0s;
}
.footer-base .footer-main .links ul li span {
  color: #ccc;
  padding: 2px 0;
  transition: all 0.2s linear 0s;
}
.footer-base .footer-main .links ul li a {
  color: #ccc;
  display: flex;
  transition: all 0.2s linear 0s;
}
.footer-base .footer-main .links ul li a:hover {
  color: white;
}
.footer-base .footer-main .links ul li a:hover i, .footer-base .footer-main .links ul li a:hover span {
  color: white;
}
.footer-base .footer-social ul {
  display: flex;
}
@media (max-width: 768px) {
  .footer-base .footer-social ul {
    justify-content: center;
  }
}
.footer-base .footer-social ul li {
  margin-right: 10px;
}
.footer-base .footer-social ul li a {
  position: relative;
  display: flex;
  height: 46px;
  width: 46px;
  justify-content: center;
  align-items: center;
  background-color: rgba(11, 22, 34, 0.1);
  color: rgba(11, 22, 34, 0.8);
  border-radius: 50%;
  transition: all 0.2s linear 0s;
}
.footer-base .footer-social ul li a i {
  font-size: 1.2rem;
}
.footer-base .footer-social ul li a:hover {
  background-color: #a68b4f;
  color: white;
}
.footer-base .newsletter {
  padding: 40px 0;
  color: white;
}
.footer-base .newsletter h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-base .newsletter p {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.6;
}
.footer-base .newsletter p.note {
  font-size: 0.8em;
}
.footer-base .newsletter a {
  color: white;
  text-decoration: underline;
}
.footer-base .newsletter .newsletter-form {
  display: flex;
  margin: 20px 0 0;
}
.footer-base .newsletter input {
  background-color: white;
  padding: 12px 24px;
  font-size: 1em;
  line-height: 1;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 576px) {
  .footer-base .newsletter input {
    padding: 12px;
  }
}
.footer-base .newsletter input[type=email] {
  width: 70%;
}
.footer-base .newsletter button[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  width: 30%;
  margin: 0;
  border-radius: 0 10px 10px 0;
  transition: all 0.2s linear 0s;
}
.footer-base .newsletter button[type=submit]:hover {
  background-color: #0B1622 !important;
  color: white !important;
}
.footer-base .footer-end {
  color: rgba(11, 22, 34, 0.7);
  font-size: 0.8em;
  padding: 20px 0 40px;
}
.footer-base .footer-end .content {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-base .footer-end .content .footer-menu {
  margin-left: auto;
}
.footer-base .footer-end .content .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.footer-base .footer-end .content .footer-menu ul li {
  border-right: 1px solid rgba(11, 22, 34, 0.25);
}
.footer-base .footer-end .content .footer-menu ul li:last-child {
  border: none;
  margin-right: -10px;
}
.footer-base .footer-end .content .footer-menu ul li a {
  padding: 0 10px;
  display: block;
  color: #0B1622;
  opacity: 0.9;
  font-size: 1.1em;
  transition: all 0.2s linear 0s;
}
.footer-base .footer-end .content .footer-menu ul li a:hover {
  opacity: 1;
  color: #A68B4F;
}
@media (max-width: 768px) {
  .footer-base .footer-end .content .footer-menu {
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  .footer-base .footer-end .content {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer-base .footer-end .content .footer-logo {
    margin-bottom: 25px;
  }
  .footer-base .footer-end .content .footer-menu ul {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer-base .footer-end .content .footer-menu ul {
    flex-direction: column;
  }
  .footer-base .footer-end .content .footer-menu ul li {
    border: none;
    margin: 0 0 10px;
  }
}
.footer-base .footer-end .info {
  padding: 5px 0;
  text-align: right;
  opacity: 0.5;
}
.footer-base .footer-end .made {
  padding: 5px 0;
  text-align: right;
}
@media (max-width: 768px) {
  .footer-base .footer-end .info,
  .footer-base .footer-end .made {
    text-align: center;
  }
}

.content-base {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: hidden;
  background-color: white;
}
.content-base .container-gradient {
  position: relative;
  margin-top: -150px;
  padding-top: 100px;
}
.content-base .container-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #0B1622;
  background: linear-gradient(0deg, #0b1622 0%, rgba(11, 22, 34, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
}
.content-base .container-split {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.content-base .container-split.big {
  min-height: 1000px;
}
.content-base .container-split:before {
  content: "";
  width: 100%;
  height: 150px;
  background: #0B1622;
  background: linear-gradient(0deg, #0b1622 0%, #0b1622 50%, rgba(0, 0, 0, 0) 100%);
  display: none;
}
.content-base .container-split.negative {
  margin-top: -60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .content-base .container-split.negative {
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-base .container-split .video-background {
  position: relative;
  overflow: hidden;
  min-height: 1000px !important;
}
.content-base .container-split .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .content-base .container-split .video-background iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .content-base .container-split .video-background iframe {
    width: 177.78vh;
  }
}
@media (max-width: 576px) {
  .content-base .container-split .video-background iframe {
    height: 100%;
  }
  .content-base .container-split {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-base .container-split .split-content {
  width: 50%;
  padding: 200px 70px;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.content-base .container-split .split-content.negative {
  margin-top: -150px;
}
@media (max-width: 576px) {
  .content-base .container-split .split-content.negative {
    margin-top: -20px;
  }
}
.content-base .container-split .split-content.alt {
  padding: 100px 70px;
}
.content-base .container-split .split-content.full {
  width: 100%;
  flex: 1 0 100%;
}
.content-base .container-split .split-content.top {
  padding: 100px 60px 60px;
  align-items: baseline;
  justify-content: flex-start;
  min-height: auto;
  width: 50%;
  flex: 1 0 auto;
}
.content-base .container-split .split-content.top:first-child {
  border-top-left-radius: 30px;
}
.content-base .container-split .split-content.top:last-child {
  border-top-right-radius: 30px;
}
@media (max-width: 992px) {
  .content-base .container-split .split-content {
    width: 100% !important;
  }
  .content-base .container-split .split-content.top:first-child {
    border-top-right-radius: 30px;
    padding-bottom: 20px;
  }
  .content-base .container-split .split-content.top:last-child {
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .content-base .container-split .split-content.top {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
.content-base .container-split .split-title {
  width: 30%;
  padding: 50px;
  padding-right: 10px;
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}
.content-base .container-split .split-title p {
  margin-bottom: 0;
}
.content-base .container-split .split-title p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .content-base .container-split .split-title {
    width: 100%;
    flex: 0 0 100%;
    padding: 30px;
    padding-bottom: 0;
  }
}
.content-base .container-split .split-content-2 {
  width: 70%;
  padding: 50px;
  padding-bottom: 40px;
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 1.1em;
}
.content-base .container-split .split-content-2 p {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .content-base .container-split .split-content-2 {
    width: 100%;
    flex: 0 0 100%;
    padding: 30px;
  }
}
.content-base .container-split .split-img.alt {
  min-height: 300px;
}
.content-base .container-split .split-img {
  min-height: 500px;
}
@media (min-width: 576px) {
  .content-base .container-split .split-img.medium {
    min-height: 70vh;
  }
}
@media (min-width: 576px) {
  .content-base .container-split .split-img.big {
    min-height: 70vh;
  }
}
@media (min-width: 768px) {
  .content-base .container-split .split-img.big {
    min-height: 80vh;
  }
}
.content-base .container-split .split-text.align-center {
  align-self: center;
}
.content-base .container-split .split-text h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}
.content-base .container-split .split-text h2.alt {
  font-size: 2em;
  font-weight: 500;
  text-align: left;
  line-height: 1.1;
  max-width: 200px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .content-base .container-split .split-text h2.alt {
    max-width: none;
  }
}
.content-base .container-split .split-text h3 {
  line-height: 1.3;
}
.content-base .container-split .split-text h3.alt {
  font-size: 1.4em;
  font-weight: 400;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.content-base .container-split .split-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-base .container-split .with-label {
  overflow: hidden;
  position: relative;
}
.content-base .container-split .with-label .label-top {
  position: absolute;
  background-color: #A68B4F;
  color: white;
  width: 450px;
  padding: 5px 0 0;
  transform: rotate(-45deg);
  top: 30px;
  left: -150px;
  white-space: nowrap;
  text-align: center;
}
.content-base .container-split .with-label .label-top h6 {
  margin-bottom: -3px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.9;
}
.content-base .container-split .with-label .label-top h5 {
  margin-bottom: 0;
  font-size: 3em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .content-base .container-split .with-label .label-top {
    top: 20px;
    left: -180px;
  }
  .content-base .container-split .with-label .label-top h6 {
    font-size: 14px;
  }
  .content-base .container-split .with-label .label-top h5 {
    font-size: 2em;
  }
}
.content-base .container-split .text-center {
  align-items: center;
}
.content-base .container-split .video-over {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: white;
  padding: 40px;
  opacity: 0.7;
}
.content-base .container-split .video-over h3 {
  font-size: 2.5em;
  font-weight: 300;
}
.content-base .container-split .video-over img {
  max-width: 150px;
}
@media (max-width: 992px) {
  .content-base .container-split .split-content {
    width: 100%;
    flex: 1 0 100%;
    padding: 60px;
  }
  .content-base .container-split .split-content.split-img.alt {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .content-base .container-split h2 {
    font-size: 2.4em !important;
  }
  .content-base .container-split h3 {
    font-size: 1.8em !important;
  }
  .content-base .container-split .video-background {
    min-height: 700px !important;
  }
  .content-base .container-split .video-over img {
    max-width: 120px;
  }
}
@media (max-width: 576px) {
  .content-base .container-split .split-content, .content-base .container-split .split-content.alt {
    padding: 40px 30px;
  }
  .content-base .container-split h2 {
    font-size: 2em !important;
  }
  .content-base .container-split .video-background {
    min-height: 500px !important;
  }
}
.content-base .section {
  padding-top: 90px;
  padding-bottom: 90px;
  margin: 0;
  background-color: white;
  scroll-margin-top: 50px;
}
@media (max-width: 576px) {
  .content-base .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.content-base .section.full {
  flex: 1;
}
.content-base .section.split {
  padding: 0 30px;
}
.content-base .section.split [class*=col-].split {
  padding: 0;
}
.content-base .section.split .split-left {
  margin-left: auto;
  margin-right: 0;
}
.content-base .section.split .split-right {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 992px) {
  .content-base .section.split {
    padding: 0 15px;
  }
}
.content-base .section.banner {
  min-height: 1000px;
}
.content-base .section.small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-base .section.no-padding {
  padding: 0 !important;
}
.content-base .section.half-padding {
  padding: 60px 0 !important;
}
.content-base .section.small-padding {
  padding: 30px 0 !important;
}
.content-base .section.top-padding {
  padding: 45px 0 0 !important;
}
.content-base .section.white {
  background-color: white;
}
.content-base .section.black {
  background-color: black;
}
.content-base .section.gray {
  background-color: #f3f3f3;
}
.content-base .section.alternate {
  background-color: rgba(166, 139, 79, 0.05);
}
.content-base .section.color-bg {
  background-color: #0B1622;
}
.content-base .section.color-bg-alt {
  background-color: #A68B4F;
}
.content-base .section.selection {
  display: none;
  opacity: 0;
  transition: all 0.2s linear 0s;
}
.content-base .section.selection.active {
  display: block;
  opacity: 1;
}
.content-base .section.cover {
  padding: 0;
}
.content-base .section.cover h3 {
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.1;
  margin-bottom: 10px;
  color: white;
}
.content-base .section.cover p {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .content-base .section.cover .box {
    padding: 40px;
  }
  .content-base .section.cover h3 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .content-base .section.cover .box {
    padding: 10px;
  }
  .content-base .section.cover h3 {
    font-size: 1.8em;
  }
}
.content-base .section.cover-vh {
  min-height: 100vh;
}
.content-base .section.cover-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 50px 0 50px;
  position: relative;
}
.content-base .section.cover-bg.color {
  background-color: #1d2c3a;
}
.content-base .section.cover-bg.alt {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .content-base .section.cover-bg.alt {
    padding: 50px 0;
  }
}
.content-base .section.cover-bg.small {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .content-base .section.cover-bg.small {
    padding: 30px 0;
  }
}
.content-base .section.cover-bg.big {
  min-height: 1000px;
}
.content-base .section.cover-bg.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 22, 34, 0.5);
}
.content-base .section.cover-bg.overlay-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 22, 34, 0.3);
}
.content-base .section.cover-bg.overlay-dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 22, 34, 0.7);
}
.content-base .section.cover-bg .box {
  min-height: 50px;
}
.content-base .section.cover-bg .box.center {
  text-align: center;
}
.content-base .section.cover-bg h1 {
  font-family: "Baskervville", serif;
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 0;
}
.content-base .section.cover-bg h1.alt {
  font-weight: 400;
}
.content-base .section.cover-bg h1 span {
  display: block;
  font-size: 0.4em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 8px;
  line-height: 1.5;
}
.content-base .section.cover-bg h1 a {
  color: white;
}
.content-base .section.cover-bg h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0;
  color: white;
}
.content-base .section.cover-bg h4 {
  font-size: 1.6em;
  font-weight: 600;
  color: #0B1622;
}
.content-base .section.cover-bg h5 {
  font-size: 1em;
  font-weight: 500;
}
.content-base .section.cover-bg h5 span {
  margin: 4px 1px;
  display: inline-block;
  padding: 8px 16px;
  background-color: #0b1622;
  color: white;
  border-radius: 10px;
}
.content-base .section.cover-bg h5 span.green {
  background-color: rgba(0, 128, 0, 0.9);
  color: white;
}
.content-base .section.cover-bg h5 span.red {
  background-color: rgba(255, 255, 255, 0.9);
  color: red;
}
.content-base .section.cover-bg h5 span.navy {
  background-color: rgba(255, 255, 255, 0.9);
  color: navy;
}
.content-base .section.cover-bg h5 span.blue {
  background-color: rgba(255, 255, 255, 0.9);
  color: dodgerblue;
}
.content-base .section.cover-bg h5 span.alt {
  background-color: rgba(166, 139, 79, 0.9);
  color: white;
}
.content-base .section.cover-bg h6 {
  font-size: 1.5em;
  font-weight: 400;
  color: #0B1622;
}
.content-base .section.cover-bg p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
  color: white;
  margin: 12px 0 0;
}
@media (max-width: 992px) {
  .content-base .section.cover-bg {
    padding: 40px 0;
  }
  .content-base .section.cover-bg.big {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .content-base .section.cover-bg.big {
    min-height: 500px;
  }
  .content-base .section.cover-bg h1 {
    font-size: 2em;
  }
}
@media (max-width: 576px) {
  .content-base .section.cover-bg h1 {
    font-size: 1.8em;
  }
}
.content-base .section.banner {
  padding: 0;
}
.content-base .section.banner [class^=col-] {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.content-base .section.centered {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-base .cover-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 300px;
}
.content-base .cover-image {
  width: 100%;
}
.content-base .cover-image img {
  width: 100%;
}
@media (max-width: 768px) {
  .content-base .cover-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    min-height: 200px;
  }
}
.content-base .banner-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  background-color: gray;
}
.content-base .title-delimiter {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.content-base .title-delimiter:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  display: block;
  background-color: white;
  opacity: 0.7;
}
.content-base .title-delimiter.left:after {
  right: auto;
}
.content-base .title-icon {
  position: relative;
}
.content-base .title-icon i {
  margin-right: 0.4em;
  color: #0B1622;
  font-size: 1.1em;
}
.content-base .title-icon.big i {
  font-size: 1.3em;
}
.content-base .content-delimiter {
  padding-top: 100px;
  margin-top: 100px;
  position: relative;
  display: block;
}
.content-base .content-delimiter:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  display: block;
  background-color: #A68B4F;
  opacity: 0.3;
}
.content-base .content-delimiter.left:after {
  right: auto;
}
.content-base .content-404 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-base .content-404 h1 {
  font-size: 10em;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .content-base .content-404 h1 {
    font-size: 7em;
  }
}
.content-base .content-404 h1 span {
  display: block;
  text-transform: uppercase;
  font-size: 0.1em;
  line-height: 1.5;
}
.content-base .content-confirm {
  padding-top: 120px;
  padding-bottom: 80px;
}
.content-base .content-confirm h1 {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .content-base .content-confirm h1 {
    font-size: 2em;
  }
}
.content-base .content-confirm h2 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .content-base .content-confirm h2 {
    font-size: 1.5em;
  }
}
.content-base .search-results li {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.content-base .search-results li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-base .search-results li .thumbnail {
  width: 80px;
  height: 80px;
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
  margin-bottom: 15px;
}
.content-base .search-results li .details {
  flex: 1;
  line-height: 1.5;
}
.content-base .search-results li .details .title {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  color: black;
}
.content-base .search-results li .details .title:hover {
  color: #0B1622;
}
.content-base .search-results li .details p {
  margin-bottom: 10px;
  color: #777;
  font-size: 0.9em;
}
.content-base .search-results li .button {
  margin-top: 5px;
  margin-bottom: 10px;
}
.content-base .video-clip {
  border-radius: 10px;
}
.content-base .button, .content-base .button-base,
.content-base input.button, .content-base button.button {
  background-color: #A68B4F;
  position: relative;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Baskervville", serif;
  line-height: 1.2;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.content-base .button.round, .content-base .button-base.round,
.content-base input.button.round, .content-base button.button.round {
  border-radius: 25px;
}
.content-base .button.more:after, .content-base .button-base.more:after,
.content-base input.button.more:after, .content-base button.button.more:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-weight: 400;
  line-height: 1;
  transition: margin 0.3s ease;
  margin-left: 6px;
}
.content-base .button.more:hover:after, .content-base .button-base.more:hover:after,
.content-base input.button.more:hover:after, .content-base button.button.more:hover:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
}
.content-base .button.back:before, .content-base .button-base.back:before,
.content-base input.button.back:before, .content-base button.button.back:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f060";
  font-weight: 400;
  line-height: 1;
  transition: margin 0.3s ease;
  margin-right: 6px;
}
.content-base .button.back:hover:before, .content-base .button-base.back:hover:before,
.content-base input.button.back:hover:before, .content-base button.button.back:hover:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f177";
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
}
.content-base .button.center, .content-base .button-base.center,
.content-base input.button.center, .content-base button.button.center {
  margin-left: auto;
  margin-right: auto;
}
.content-base .button.low, .content-base .button-base.low,
.content-base input.button.low, .content-base button.button.low {
  text-transform: none;
}
.content-base .button.big, .content-base .button-base.big,
.content-base input.button.big, .content-base button.button.big {
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: 700;
}
.content-base .button.medium, .content-base .button-base.medium,
.content-base input.button.medium, .content-base button.button.medium {
  padding: 13px 26px;
  font-weight: 600;
}
.content-base .button.small, .content-base .button-base.small,
.content-base input.button.small, .content-base button.button.small {
  padding: 12px 20px;
  font-size: 0.9em;
  font-weight: 600;
}
.content-base .button.wide, .content-base .button-base.wide,
.content-base input.button.wide, .content-base button.button.wide {
  padding-left: 60px;
  padding-right: 60px;
}
.content-base .button.full, .content-base .button-base.full,
.content-base input.button.full, .content-base button.button.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.content-base .button.font, .content-base .button-base.font,
.content-base input.button.font, .content-base button.button.font {
  font-family: "Baskervville", serif;
}
.content-base .button.gray, .content-base .button-base.gray,
.content-base input.button.gray, .content-base button.button.gray {
  background-color: #ddd;
  color: black;
}
.content-base .button.gray:hover, .content-base .button-base.gray:hover,
.content-base input.button.gray:hover, .content-base button.button.gray:hover {
  background-color: #0B1622;
  color: white;
}
.content-base .button.alt, .content-base .button-base.alt,
.content-base input.button.alt, .content-base button.button.alt {
  background-color: #0B1622;
  font-family: "Baskervville", serif;
  color: white;
}
.content-base .button.alt:hover, .content-base .button-base.alt:hover,
.content-base input.button.alt:hover, .content-base button.button.alt:hover {
  background-color: #A68B4F;
  color: white;
}
.content-base .button.alt1, .content-base .button-base.alt1,
.content-base input.button.alt1, .content-base button.button.alt1 {
  background-color: #A68B4F;
  color: white;
}
.content-base .button.alt1:hover, .content-base .button-base.alt1:hover,
.content-base input.button.alt1:hover, .content-base button.button.alt1:hover {
  background-color: #0B1622;
  color: white;
}
.content-base .button.alt2, .content-base .button-base.alt2,
.content-base input.button.alt2, .content-base button.button.alt2 {
  background-color: white;
  color: #0B1622;
}
.content-base .button.alt2:hover, .content-base .button-base.alt2:hover,
.content-base input.button.alt2:hover, .content-base button.button.alt2:hover {
  background-color: #0B1622;
  color: white;
}
.content-base .button.alt3, .content-base .button-base.alt3,
.content-base input.button.alt3, .content-base button.button.alt3 {
  background-color: #A68B4F;
  font-family: "Baskervville", serif;
  color: white;
}
.content-base .button.alt3:hover, .content-base .button-base.alt3:hover,
.content-base input.button.alt3:hover, .content-base button.button.alt3:hover {
  background-color: #0B1622;
}
.content-base .button.alt4, .content-base .button-base.alt4,
.content-base input.button.alt4, .content-base button.button.alt4 {
  background-color: #A68B4F;
  font-family: "Baskervville", serif;
  color: white;
}
.content-base .button.alt4:hover, .content-base .button-base.alt4:hover,
.content-base input.button.alt4:hover, .content-base button.button.alt4:hover {
  background-color: #DBBD77;
  color: black;
}
.content-base .button.alt5, .content-base .button-base.alt5,
.content-base input.button.alt5, .content-base button.button.alt5 {
  background-color: rgba(166, 139, 79, 0.35);
  font-family: "Baskervville", serif;
}
.content-base .button.alt5:hover, .content-base .button-base.alt5:hover,
.content-base input.button.alt5:hover, .content-base button.button.alt5:hover {
  background-color: rgba(166, 139, 79, 0.7);
  color: white;
}
.content-base .button:hover, .content-base .button-base:hover,
.content-base input.button:hover, .content-base button.button:hover {
  background-color: #0B1622;
  text-decoration: none;
  color: white;
}
.content-base .button.white:hover, .content-base .button-base.white:hover,
.content-base input.button.white:hover, .content-base button.button.white:hover {
  background-color: white;
  color: black;
}
@media (max-width: 576px) {
  .content-base .button, .content-base .button-base,
  .content-base input.button, .content-base button.button {
    width: 100%;
  }
}

.content-premium {
  font-family: "Birthstone";
  font-size: clamp(2em, 5vw, 5em);
  color: #DBBD77;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.content-premium img {
  width: 100%;
}

.contact-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.contact-button a {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgb(18, 140, 126) 0%, rgb(37, 211, 102) 100%);
  z-index: 10;
  transition: all 0.2s linear 0s;
}
.contact-button a:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f232";
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0s;
  font-size: 32px;
  color: white;
}
.contact-button a:hover {
  box-shadow: 0 0 2px 0 rgb(4.7666666667, 9.5333333333, 14.7333333333);
}
.contact-button a:hover ~ span {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.contact-button .info {
  position: absolute;
  top: 50%;
  right: calc(100% - 8px);
  transform: translateY(-50%);
  transition: all 0.2s linear 0s;
  padding: 6px 16px 6px 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  margin-right: -50px;
  color: white;
  background: #25D366;
  background: linear-gradient(135deg, rgb(18, 140, 126) 0%, rgb(37, 211, 102) 100%);
}
@media (max-width: 576px) {
  .contact-button {
    left: auto;
    right: 5px;
    display: none;
  }
  .contact-button .info {
    display: none;
  }
}

.modal-button {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.modal-button .button {
  width: auto;
  padding: 16px 28px !important;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.2;
  color: #FFF;
  white-space: nowrap;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgb(30, 66, 100) 0%, rgb(15, 104, 187) 100%);
  background-color: rgb(30, 66, 100);
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s linear 0s;
}
.modal-button .button.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modal-button .button.more:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-weight: 400;
  line-height: 1;
  transition: margin 0.3s ease;
  margin-left: 6px;
}
.modal-button .button.more:hover:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 900;
  line-height: 1;
  margin-left: 12px;
}
.modal-button .button:hover {
  color: white;
  background: transparent;
  background-color: rgb(15, 104, 187);
}
@media (max-width: 576px) {
  .modal-button .button {
    padding: 16px 20px !important;
  }
}

@media (max-width: 576px) {
  .cky-revisit-bottom-left {
    left: 5px !important;
    bottom: 25px !important;
    z-index: 100 !important;
  }
}

.content-base .slideshow {
  width: 100%;
  background-color: #0B1622;
  position: relative;
}
.content-base .slideshow > ul.home {
  visibility: hidden;
  transition: opacity 1s ease;
  position: relative;
}
.content-base .slideshow > ul.home:before {
  content: "";
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-top: 4px solid white;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  opacity: 0.5;
  transform-origin: center;
  animation: spinner 0.9s linear infinite;
  visibility: visible;
  transition: all 0.2s linear 0s;
}
.content-base .slideshow > ul.home.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.content-base .slideshow > ul.home.slick-initialized:before {
  opacity: 0;
}
.content-base .slideshow > ul.home li.slick-active .box {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.content-base .slideshow > ul.home li .box {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}
.content-base .slideshow > ul.home .content {
  position: relative;
}
.content-base .slideshow > ul.home .wrapper {
  position: absolute;
  left: 30px;
  bottom: 60px;
}
.content-base .slideshow > ul.home .wrapper .row {
  width: 100%;
}
.content-base .slideshow > ul.home .box {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 60px 40px;
  border-radius: 20px;
}
.content-base .slideshow > ul.home .box.editor {
  font-size: 1.5rem;
}
.content-base .slideshow > ul.home .box h2 {
  font-family: "Baskervville", serif;
  line-height: 1.4;
}
.content-base .slideshow > ul.home .image-src {
  position: relative;
  width: 100%;
}
.content-base .slideshow > ul.home .image-src img {
  width: 100%;
}
@media (max-width: 576px) {
  .content-base .slideshow > ul.home .image-src .desk {
    display: none;
  }
}
.content-base .slideshow > ul.home .image-src .mobile {
  display: none;
}
@media (max-width: 576px) {
  .content-base .slideshow > ul.home .image-src .mobile {
    display: block;
  }
}
.content-base .slideshow > ul.home .image-bg span {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: kenBurns 14s ease-in-out infinite alternate;
  width: 100%;
  height: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  padding: 80px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .content-base .slideshow > ul.home .image-bg span {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .content-base .slideshow > ul.home .image-bg span {
    height: 1000px;
  }
}
@media (max-width: 992px) {
  .content-base .slideshow > ul.home .image-bg span {
    height: 800px;
  }
}
@media (max-width: 768px) {
  .content-base .slideshow > ul.home .image-bg span {
    height: 600px;
  }
}
@media (max-width: 576px) {
  .content-base .slideshow > ul.home .image-bg span {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .content-base .slideshow > ul.home .image-bg .desk {
    display: none;
  }
}
.content-base .slideshow > ul.home .image-bg .mobile {
  display: none;
}
@media (max-width: 576px) {
  .content-base .slideshow > ul.home .image-bg .mobile {
    display: block;
  }
}
.content-base .slideshow > ul.home .slick-prev,
.content-base .slideshow > ul.home .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0;
  z-index: 100;
  border-radius: 50%;
  transition: all 0.2s linear 0s;
}
.content-base .slideshow > ul.home .slick-prev:hover,
.content-base .slideshow > ul.home .slick-next:hover {
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1 !important;
}
.content-base .slideshow > ul.home .slick-prev:hover:before,
.content-base .slideshow > ul.home .slick-next:hover:before {
  opacity: 1;
}
.content-base .slideshow > ul.home .slick-prev:before,
.content-base .slideshow > ul.home .slick-next:before {
  font-size: 1.7em;
  line-height: 2;
  color: black;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(-50%, -50%);
}
.content-base .slideshow > ul.home .slick-prev {
  left: 25px;
}
.content-base .slideshow > ul.home .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: 400;
  line-height: 1;
}
.content-base .slideshow > ul.home .slick-next {
  right: 25px;
}
.content-base .slideshow > ul.home .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 400;
  line-height: 1;
}
.content-base .slideshow > ul.home:hover .slick-prev, .content-base .slideshow > ul.home:hover .slick-next {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .content-base .slideshow > ul.home .slick-prev,
  .content-base .slideshow > ul.home .slick-next {
    top: auto;
    bottom: 20px;
    transform: translate(0, 0);
    opacity: 0.5;
  }
  .content-base .slideshow > ul.home .slick-prev {
    left: calc(50% - 55px);
  }
  .content-base .slideshow > ul.home .slick-next {
    right: calc(50% - 55px);
  }
  .content-base .slideshow > ul.home:hover .slick-prev, .content-base .slideshow > ul.home:hover .slick-next {
    opacity: 0.5;
  }
}
.content-base .slideshow > ul.home.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.content-base .slideshow > ul.home .slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  text-align: center;
  width: 100%;
}
.content-base .slideshow > ul.home .slick-dots li {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 8px;
}
.content-base .slideshow > ul.home .slick-dots li button {
  display: block;
  height: 10px;
  width: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-indent: -100%;
  font-size: 0;
  color: rgba(255, 255, 255, 0.9);
  background-color: black;
  opacity: 0.4;
  padding: 0;
  border-radius: 50%;
  transition: all 0.2s linear 0s;
}
.content-base .slideshow > ul.home .slick-dots li button:hover, .content-base .slideshow > ul.home .slick-dots li button:focus {
  opacity: 0.6;
}
.content-base .slideshow > ul.home .slick-dots li.slick-active button {
  opacity: 1;
  background-color: white;
}
@media (max-width: 1200px) {
  .content-base .slideshow > ul.home .slick-dots {
    display: none !important;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(10%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(15%, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate(-10%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-15%, 0);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes kenBurns {
  0% {
    transform: scale(1) translateX(0%);
  }
  100% {
    transform: scale(1.08) translateX(2%);
  }
}

.content-base .carousel {
  position: relative;
}
.content-base .carousel h2 {
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.content-base .carousel .slick-prev,
.content-base .carousel .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  z-index: 100;
  border-radius: 50%;
  transition: all 0.2s linear 0s;
}
.content-base .carousel .slick-prev:hover,
.content-base .carousel .slick-next:hover {
  outline: none;
  background-color: white;
  opacity: 1 !important;
}
.content-base .carousel .slick-prev:hover:before,
.content-base .carousel .slick-next:hover:before {
  opacity: 1;
}
.content-base .carousel .slick-prev:before,
.content-base .carousel .slick-next:before {
  font-size: 1.7em;
  line-height: 2;
  color: #0B1622;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(-50%, -50%);
}
.content-base .carousel .slick-prev {
  left: -60px;
  right: auto;
}
.content-base .carousel .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: 400;
  line-height: 1;
  margin-left: 0;
}
.content-base .carousel .slick-next {
  right: -60px;
  left: auto;
}
.content-base .carousel .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 400;
  line-height: 1;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .content-base .carousel .slick-prev,
  .content-base .carousel .slick-next {
    display: none !important;
  }
}
.content-base .carousel > ul.active-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  display: block !important;
}
.content-base .carousel > ul.active-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.content-base .carousel > ul.active-carousel .slick-track {
  display: flex;
}
.content-base .carousel > ul.active-carousel .slick-list {
  overflow-x: hidden;
}
.content-base ul.type-image.grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .content-base ul.type-image.grid.x2 li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .content-base ul.type-image.grid.x3 li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-base ul.type-image.grid.x3 li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .content-base ul.type-image.grid.x4 li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-base ul.type-image.grid.x4 li {
    width: 25%;
  }
}
.content-base ul.type-image.grid li.item {
  padding: 0 3px 6px;
}
.content-base ul.type-image li.item {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  height: auto;
}
.content-base ul.type-image li.item img {
  margin-bottom: 0;
}
.content-base ul.type-image li.item > a.all {
  color: #0B1622;
}
.content-base ul.type-image li.item > a.all:hover * {
  color: white !important;
}
.content-base ul.type-image li.item > a.all:hover .top {
  border-color: #0B1622 !important;
}
.content-base ul.type-image li.item .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  background-color: white;
  border: 1px solid #eee;
  box-shadow: 0 0 10px #eee;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s linear 0s;
}
.content-base ul.type-image li.item .box .top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 3em;
  overflow: hidden;
  border-radius: 10px;
}
.content-base ul.type-image li.item .box .top .img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: white;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.content-base ul.type-image li.item .box .top .img.alt {
  background-size: contain;
}
.content-base ul.type-image li.item .box .bottom {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 30px 30px;
  border-radius: 0 0 10px 10px;
  background-color: rgba(11, 22, 34, 0.5);
  color: white;
  transition: all 0.2s linear 0s;
}
.content-base ul.type-image li.item .box .bottom h3 {
  margin-bottom: 15px;
  line-height: 1.4;
}
.content-base ul.type-image li.item .box .bottom h5 {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
}
.content-base ul.type-image li.item .box .bottom p {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 0;
}
.content-base ul.type-image li.item .box .bottom .link {
  color: #0B1622;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  padding-top: 15px;
}
@media (max-width: 992px) {
  .content-base ul.type-image {
    margin: 0 -10px 10px;
  }
}
.content-base ul.type-icon.grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .content-base ul.type-icon.grid.x2 > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .content-base ul.type-icon.grid.x3 > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-base ul.type-icon.grid.x3 > li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .content-base ul.type-icon.grid.x4 > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-base ul.type-icon.grid.x4 > li {
    width: 25%;
  }
}
.content-base ul.type-icon.grid li.item {
  padding: 0 3px 6px;
}
.content-base ul.type-icon li.item {
  width: 100%;
  padding: 0 15px 15px;
  display: inline-block;
  height: auto;
}
.content-base ul.type-icon li.item > a:hover * {
  color: white !important;
}
.content-base ul.type-icon li.item > a:hover .top {
  border-color: #0B1622 !important;
}
.content-base ul.type-icon li.item > a:hover .bottom {
  background-color: #0B1622;
}
.content-base ul.type-icon li.item .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #eee;
  box-shadow: 0 0 10px #eee;
  border-radius: 10px;
  transition: all 0.2s linear 0s;
}
.content-base ul.type-icon li.item .box.left {
  flex-direction: row;
}
.content-base ul.type-icon li.item .box.left .top {
  width: 110px;
  height: 110px;
  display: block;
  flex: 0 0 auto;
  padding: 30px;
}
.content-base ul.type-icon li.item .box.left .top i {
  width: 80px;
  height: 80px;
  display: block;
  flex: 1 0 80px;
}
.content-base ul.type-icon li.item .box.left .top i:before {
  font-size: 0.7em;
}
.content-base ul.type-icon li.item .box.left .top i.big:before {
  font-size: 0.9em;
}
.content-base ul.type-icon li.item .box.left .bottom {
  text-align: left;
  padding: 60px 30px 30px;
}
.content-base ul.type-icon li.item .box .top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 160px;
  flex: 0 0 160px;
  color: white;
  font-size: 3em;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.content-base ul.type-icon li.item .box .top a.icon {
  display: flex;
}
.content-base ul.type-icon li.item .box .top a.icon:hover i {
  border-color: #0b1622;
}
.content-base ul.type-icon li.item .box .top a {
  display: flex;
}
.content-base ul.type-icon li.item .box .top i {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid rgba(11, 22, 34, 0.3);
  transition: all 0.2s linear 0s;
}
.content-base ul.type-icon li.item .box .top i.solid {
  background-color: #0B1622;
}
.content-base ul.type-icon li.item .box .top i.solid:before {
  color: white;
}
.content-base ul.type-icon li.item .box .top i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
  color: #0B1622;
}
.content-base ul.type-icon li.item .box .top i.big:before {
  font-size: 1.1em;
}
.content-base ul.type-icon li.item .box .bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0px 30px 30px;
  border-radius: 0 0 10px 10px;
  transition: all 0.2s linear 0s;
}
.content-base ul.type-icon li.item .box .bottom h3 {
  margin-bottom: 15px;
  line-height: 1.3;
}
.content-base ul.type-icon li.item .box .bottom h5 {
  color: #ccc;
  margin-bottom: 10px;
  font-weight: 500;
}
.content-base ul.type-icon li.item .box .bottom p {
  font-size: 0.9em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.content-base ul.type-icon li.item .box .bottom .link {
  color: #0B1622;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  margin: 2px 0 10px;
}
@media (max-width: 992px) {
  .content-base ul.type-icon {
    margin: 0 -10px 10px;
  }
}
.content-base ul.type-logo li {
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-self: center;
}
.content-base ul.type-logo li img {
  opacity: 0.8;
  transition: all 0.2s linear 0s;
}
.content-base ul.type-logo li:hover img {
  opacity: 1;
}

.ap-gallery {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.ap-gallery ul.thumb-big {
  width: 100%;
  aspect-ratio: 16/12;
  margin-bottom: 5px;
  opacity: 0;
  transition: opacity 1s ease;
  overflow: hidden;
  border: 1px solid rgba(166, 139, 79, 0.3);
  border-radius: 10px;
}
.ap-gallery ul.thumb-big.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.ap-gallery ul.thumb-big .slick-list,
.ap-gallery ul.thumb-big .slick-track {
  height: 100%;
}
.ap-gallery ul.thumb-big li {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: zoom-in;
}
.ap-gallery ul.thumb-big li.alt {
  background-size: cover;
}
.ap-gallery ul.thumb-big .slick-prev,
.ap-gallery ul.thumb-big .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.2;
  z-index: 100;
  border-radius: 50%;
  transition: all 0.2s linear 0s;
}
.ap-gallery ul.thumb-big .slick-prev:hover,
.ap-gallery ul.thumb-big .slick-next:hover {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1 !important;
}
.ap-gallery ul.thumb-big .slick-prev:hover:before,
.ap-gallery ul.thumb-big .slick-next:hover:before {
  opacity: 1;
}
.ap-gallery ul.thumb-big .slick-prev:before,
.ap-gallery ul.thumb-big .slick-next:before {
  font-size: 1.7em;
  line-height: 2;
  color: #555;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(-50%, -50%);
}
.ap-gallery ul.thumb-big .slick-prev {
  left: 5px;
}
.ap-gallery ul.thumb-big .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: 900;
  line-height: 1;
}
.ap-gallery ul.thumb-big .slick-next {
  right: 5px;
}
.ap-gallery ul.thumb-big .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 900;
  line-height: 1;
}
.ap-gallery ul.thumb-big:hover .slick-prev, .ap-gallery ul.thumb-big:hover .slick-next {
  opacity: 1;
}
@media (max-width: 1200px) {
  .ap-gallery ul.thumb-big .slick-prev,
  .ap-gallery ul.thumb-big .slick-next {
    top: auto;
    bottom: 20px;
    transform: translate(0, 0);
    opacity: 0.5;
  }
  .ap-gallery ul.thumb-big .slick-prev {
    left: calc(50% - 55px);
  }
  .ap-gallery ul.thumb-big .slick-next {
    right: calc(50% - 55px);
  }
}
@media (max-width: 1200px) {
  .ap-gallery ul.thumb-big .slick-arrow {
    display: none !important;
  }
}
.ap-gallery ul.thumb-nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  margin: auto;
  width: 100%;
  aspect-ratio: 15/5;
}
.ap-gallery ul.thumb-nav.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.ap-gallery ul.thumb-nav .slick-list,
.ap-gallery ul.thumb-nav .slick-track {
  height: 100%;
  margin-left: 0;
}
.ap-gallery ul.thumb-nav .slick-track.no-transform {
  transform: none !important;
}
.ap-gallery ul.thumb-nav li {
  width: 100%;
  height: 100%;
  padding: 0 2px;
  cursor: pointer;
}
.ap-gallery ul.thumb-nav li span {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  border: 1px solid rgba(166, 139, 79, 0.3);
  border-radius: 10px;
  opacity: 0.7;
  position: relative;
}
.ap-gallery ul.thumb-nav li span.alt {
  background-size: cover;
}
.ap-gallery ul.thumb-nav li.slick-current span {
  opacity: 1;
}
.ap-gallery ul.thumb-nav li.slick-current span:after {
  opacity: 1;
}
.ap-gallery ul.thumb-nav .slick-prev,
.ap-gallery ul.thumb-nav .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 30px;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.5;
  z-index: 100;
  transition: all 0.2s linear 0s;
}
.ap-gallery ul.thumb-nav .slick-prev:hover,
.ap-gallery ul.thumb-nav .slick-next:hover {
  outline: none;
  background-color: rgba(128, 128, 128, 0.3);
}
.ap-gallery ul.thumb-nav .slick-prev:hover:before,
.ap-gallery ul.thumb-nav .slick-next:hover:before {
  opacity: 1;
  color: black;
}
.ap-gallery ul.thumb-nav .slick-prev:before,
.ap-gallery ul.thumb-nav .slick-next:before {
  font-size: 1.5em;
  line-height: 2;
  color: #222;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-gallery ul.thumb-nav .slick-prev {
  left: 3px;
  right: auto;
}
.ap-gallery ul.thumb-nav .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: 400;
  line-height: 1;
}
.ap-gallery ul.thumb-nav .slick-next {
  right: 3px;
  left: auto;
}
.ap-gallery ul.thumb-nav .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1200px) {
  .ap-gallery ul.thumb-nav .slick-prev,
  .ap-gallery ul.thumb-nav .slick-next {
    display: none !important;
  }
}

.ap-plan {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.ap-plan img {
  border-radius: 10px;
  cursor: zoom-in;
}

.ap-box {
  text-align: center;
  margin-bottom: 20px;
}

.ap-description {
  background-color: #f1f1f1;
  padding: 40px;
  border-radius: 10px;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.ap-sidebar .ap-sizes .head-labels {
  background-color: #0B1622;
  color: white;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.ap-sidebar .ap-sizes dl {
  font-size: 0.9em;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  padding: 15px 5px;
}
.ap-sidebar .ap-sizes dl:first-of-type {
  border-top: none;
}
.ap-sidebar .ap-sizes dl.bold {
  font-weight: bold;
}
.ap-sidebar .ap-sizes dl.bold dt {
  font-weight: bold;
}
.ap-sidebar .ap-sizes dl.total {
  border-color: #0B1622;
  font-weight: bold;
}
.ap-sidebar .ap-sizes dl.total dt {
  font-weight: bold;
}
.ap-sidebar .ap-sizes dl dt {
  font-weight: normal;
  margin-right: auto;
  padding-right: 10px;
}
.ap-sidebar .ap-form {
  font-size: smaller;
  border-radius: 10px;
  padding: 25px 20px 10px;
}

.ap-infos .head-labels {
  background-color: #0B1622;
  color: white;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.ap-infos table {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  white-space: nowrap;
}
.ap-infos thead {
  border-bottom: 1px solid #0B1622;
  font-weight: bold;
}
.ap-infos thead th {
  padding: 12px 10px;
}
.ap-infos thead th:first-child {
  border-radius: 10px 0 0 10px;
}
.ap-infos thead th:last-child {
  border-radius: 0 10px 10px 0;
}
.ap-infos tbody tr {
  border-bottom: 1px solid #dddddd;
  border-radius: 3px 3px 10px 10px;
  transition: all 0.2s linear 0s;
}
.ap-infos tbody tr:hover {
  background-color: rgba(11, 22, 34, 0.06);
  border-color: transparent;
}
.ap-infos tbody tr:last-child {
  border: none;
}
.ap-infos tbody td {
  padding: 12px 0;
}
.ap-infos tbody td.green {
  color: green;
}
.ap-infos tbody td.red {
  color: red;
}
.ap-infos tbody td.navy {
  color: navy;
}
.ap-infos tbody td.blue {
  color: dodgerblue;
}
.ap-infos tbody td:first-child {
  border-radius: 3px 0 0 10px;
}
.ap-infos tbody td:last-child {
  border-radius: 0 3px 10px 0;
}
.ap-infos.alt tbody td {
  padding: 15px 0;
}

.editor {
  line-height: 1.6;
}
.editor.intro {
  font-size: x-large;
}
.editor.intro p:last-child {
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .editor.intro {
    font-size: larger;
  }
}
.editor.large {
  font-size: large;
}
.editor.padding {
  padding: 80px 0 60px;
}
.editor.padding.left {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .editor.padding.left {
    padding-left: 0;
  }
}
.editor.padding.right {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .editor.padding.right {
    padding-right: 0;
  }
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  font-family: "Baskervville", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.editor h1 {
  font-size: 3rem;
  margin-bottom: 25px;
  font-weight: 700;
}
.editor h2 {
  font-size: 1.8rem;
}
.editor h3 {
  font-size: 1.6rem;
}
.editor h4 {
  font-size: 1.4rem;
}
.editor h5 {
  font-size: 1.2rem;
}
.editor h6 {
  font-size: 1rem;
}
.editor p {
  margin-bottom: 20px;
}
.editor a {
  color: #0B1622;
  transition: all 0.2s linear 0s;
}
.editor a:hover {
  color: black;
  text-decoration: underline;
}
.editor.alt-href a {
  color: #A68B4F;
}
.editor.alt-href a:hover {
  color: #A68B4F;
}
.editor hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #dddddd;
}
.editor > ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.editor > ul li[style*="list-style-type: none"]:before {
  display: none;
}
.editor > ul.color li:before {
  color: #0B1622;
}
.editor > ul.icon li {
  padding-left: 27px;
  margin-bottom: 7px;
}
.editor > ul.icon li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f013";
  font-weight: 900;
  line-height: 1;
  color: #0B1622;
  top: 0.2em;
  left: 0;
  font-size: 1.2em;
}
.editor > ul > li {
  padding-left: 20px;
  margin-top: 0;
  position: relative;
}
.editor > ul > li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  font-weight: 900;
  line-height: 1;
  color: #A68B4F;
  position: absolute;
  top: 10px;
  left: 3px;
  font-size: 7px;
  font-style: normal;
}
.editor > ul > li ul {
  margin-bottom: 0;
}
.editor > ul > li ul li {
  padding-left: 20px;
}
.editor > ul > li ul li:before {
  font-weight: 400;
}
.editor > ol {
  list-style-type: none;
  margin-bottom: 20px;
  counter-reset: ol-counter;
}
.editor > ol[start] {
  margin-top: 25px;
}
.editor > ol[start="2"] {
  counter-reset: ol-counter 1;
}
.editor > ol[start="3"] {
  counter-reset: ol-counter 2;
}
.editor > ol[start="4"] {
  counter-reset: ol-counter 3;
}
.editor > ol[start="5"] {
  counter-reset: ol-counter 4;
}
.editor > ol[start="6"] {
  counter-reset: ol-counter 5;
}
.editor > ol[start="7"] {
  counter-reset: ol-counter 6;
}
.editor > ol[start="8"] {
  counter-reset: ol-counter 7;
}
.editor > ol[start="9"] {
  counter-reset: ol-counter 8;
}
.editor > ol[start="10"] {
  counter-reset: ol-counter 9;
}
.editor > ol > li {
  margin-top: 5px;
  position: relative;
  padding-left: 22px;
}
.editor > ol > li:before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ".";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  color: #A68B4F;
  opacity: 1;
}
.editor > ol > li ol {
  margin-bottom: 0;
}
.editor > ol[style="list-style-type: lower-alpha;"] > li:before {
  content: counter(ol-counter, lower-alpha) ".";
}
.editor > ol li[style*="list-style-type: none;"]:before {
  display: none;
}
.editor blockquote {
  display: block;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #0B1622;
}
.editor del {
  display: block;
  margin-bottom: 20px;
}
.editor img {
  margin-bottom: 20px;
  display: flex;
  border-radius: 10px;
}
.editor iframe {
  border-radius: 10px;
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  padding: 0;
}
.editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.editor table th, .editor table td {
  vertical-align: top;
  padding: 10px 14px;
  border: 1px solid rgba(166, 139, 79, 0.2);
}
.editor table th {
  font-weight: 600;
  background-color: rgba(166, 139, 79, 0.07);
}
.editor .wp-caption {
  max-width: 100% !important;
}
.editor .alignleft {
  margin-right: 30px;
  float: left;
}
.editor .alignright {
  margin-left: 30px;
  float: right;
}
.editor .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.editor .cover {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .editor .cover {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .editor h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .editor .alignleft,
  .editor .alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .editor h1 {
    font-size: 2rem;
  }
  .editor h3 {
    font-size: 1.4rem;
  }
}

.contact .links {
  margin-bottom: 25px;
}
.contact .links ul li {
  margin-bottom: 6px;
  padding-left: 0;
  display: flex;
  align-items: baseline;
}
.contact .links ul li:before {
  display: none;
}
.contact .links ul li i {
  flex: 0 0 20px;
  width: 20px;
  margin: 5px 7px 0 0;
  position: relative;
}
.contact .links ul li span {
  padding: 2px 0;
}
.contact .links ul li a {
  color: #0B1622;
  display: flex;
  transition: all 0.2s linear 0s;
  text-transform: none;
}
.contact .links ul li a:hover {
  color: #0B1622;
  text-decoration: none;
}
.contact .links ul li a:hover i, .contact .links ul li a:hover span {
  color: #0B1622;
}

.list-numbers {
  margin: auto;
}
.list-numbers.alt1 li {
  max-width: none;
}
.list-numbers.alt1 li span.no {
  color: #0B1622;
}
.list-numbers.alt1 li span.text {
  color: white;
  font-weight: 300;
}
.list-numbers.alt2 li span.no {
  color: white;
}
.list-numbers.alt2 li span.text {
  color: white;
  font-weight: 300;
}
.list-numbers.alt3 li {
  max-width: none;
}
.list-numbers.alt3 li span.no {
  color: #0B1622;
}
.list-numbers.alt3 li span.text {
  color: white;
  font-weight: 300;
}
@media (max-width: 768px) {
  .list-numbers.alt3 li {
    width: 50% !important;
  }
}
.list-numbers.alt4 li {
  padding: 20px 40px;
}
.list-numbers.alt4 li span.no {
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(11, 22, 34, 0.9);
}
.list-numbers.alt4 li span.title {
  color: #0B1622;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.list-numbers.alt4 li span.text {
  font-weight: 300;
}
.list-numbers.alt4 li a.button {
  font-weight: 600;
}
.list-numbers ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-numbers ul.col2 li {
  width: 50%;
}
.list-numbers ul.col3 li {
  width: 33.33%;
}
.list-numbers ul.col4 li {
  width: 25%;
}
.list-numbers ul.col5 li {
  width: 20%;
}
.list-numbers ul li {
  padding: 20px;
  text-align: center;
  max-width: 250px;
}
.list-numbers ul li span.title {
  color: white;
  display: block;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 2px;
}
.list-numbers ul li span.no {
  color: #A68B4F;
  font-weight: 200;
  font-size: 3em;
  display: block;
}
.list-numbers ul li span.text {
  display: block;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5;
}
.list-numbers ul li a.link {
  display: block;
}
@media (max-width: 1200px) {
  .list-numbers ul {
    justify-content: center;
  }
  .list-numbers ul li {
    width: 50% !important;
  }
  .list-numbers ul li span.text {
    font-size: 1em;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .list-numbers ul li {
    width: 100% !important;
    font-size: medium;
  }
}

.list-cards {
  margin: auto;
}
.list-cards ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-cards ul li {
  padding: 17px;
  text-align: center;
  width: 220px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.list-cards ul li span.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: rgba(11, 22, 34, 0.05);
  transition: background-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.list-cards ul li span.icon img {
  max-width: 40px;
  max-height: 40px;
  margin: auto;
}
.list-cards ul li:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
  cursor: default;
}
.list-cards ul li:hover span.icon {
  background-color: rgba(11, 22, 34, 0.9);
}
.list-cards ul li span.text {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
  color: black;
}
.list-cards ul.color li span.text {
  color: #0B1622;
}
@media (max-width: 576px) {
  .list-cards ul li {
    padding: 10px;
  }
}

.list-icons {
  margin: auto;
}
.list-icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-icons ul.col2 li {
  width: 50%;
}
.list-icons ul.col3 li {
  width: 33.33%;
}
.list-icons ul.col4 li {
  width: 25%;
}
.list-icons ul.col5 li {
  width: 20%;
}
.list-icons ul li {
  padding: 20px 10px;
  text-align: center;
  width: 160px;
}
.list-icons ul li span.icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}
.list-icons ul li span.text {
  display: block;
  font-size: 0.9em;
  line-height: 1.5;
  color: black;
}
.list-icons ul.color li span.text {
  color: #0B1622;
}
@media (max-width: 992px) {
  .list-icons ul {
    justify-content: center;
  }
}

.list-ap {
  text-align: center;
}
.list-ap h2 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: white;
}
.list-ap h3 {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  color: #0B1622;
}
.list-ap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-ap ul li {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 20%;
}
@media (max-width: 1400px) {
  .list-ap ul li {
    width: 33.33%;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .list-ap ul li {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .list-ap ul li {
    width: 100%;
  }
}
.list-ap ul li a {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: white;
  border: 1px solid rgba(166, 139, 79, 0.3);
  padding: 30px;
  border-radius: 30px;
  transition: all 0.2s linear 0s;
}
.list-ap ul li a figure {
  text-align: center;
}
.list-ap ul li a figure img {
  margin: auto;
  margin-bottom: 0;
}
.list-ap ul li a .title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0B1622;
  text-transform: uppercase;
  display: block;
  margin-bottom: auto;
}
.list-ap ul li a .bottom {
  margin-top: auto;
}
.list-ap ul li a .info {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 300;
  display: block;
  color: white;
  margin-bottom: 10px;
}
.list-ap ul li a:hover {
  text-decoration: none;
  border: 1px solid rgba(166, 139, 79, 0.7);
}
@media (max-width: 992px) {
  .list-ap h2 {
    font-size: 2.5em;
  }
  .list-ap h3 {
    font-size: 1.25em;
  }
}

.plan-svg {
  position: relative;
}
.plan-svg .container-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.plan-svg .image-svg {
  position: relative !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.gallery {
  margin-bottom: 75px;
}
.gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.gallery ul.small li {
  width: 33.33%;
}
.gallery ul.medium li {
  width: 50%;
}
.gallery ul.large li {
  width: 100%;
}
.gallery ul.contain li figure {
  background-size: contain;
}
.gallery ul.center {
  justify-content: center;
}
.gallery ul.lightbox li {
  cursor: pointer;
}
.gallery ul li {
  width: 100%;
  padding: 8px;
}
.gallery ul li:before {
  display: none;
}
.gallery ul li figure {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .gallery ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gallery ul li {
    width: 50% !important;
    padding: 5px;
  }
}

.menu-tabs {
  margin-bottom: 25px;
}
.menu-tabs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .menu-tabs ul {
    padding: 0;
    margin-left: -3px;
    margin-right: -3px;
  }
}
.menu-tabs ul li {
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  flex: 1;
}
.menu-tabs ul li.active a, .menu-tabs ul li.active a:hover {
  background-color: #0B1622;
  border-color: #0B1622;
  color: white;
}
.menu-tabs ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #0B1622;
  border-radius: 10px;
  font-family: "Baskervville", serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.2s linear 0s;
}
.menu-tabs ul li a:hover {
  background-color: #A68B4F;
  border-color: #A68B4F;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .menu-tabs ul li {
    width: 100%;
    flex: auto;
    padding: 5px 8px;
  }
}
@media (max-width: 576px) {
  .menu-tabs ul li a {
    padding: 10px;
  }
}

.content-tabs {
  display: none;
}
.content-tabs.active {
  display: block;
}

.menu-type ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.menu-type ul li {
  width: 20%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-type ul li a {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border-radius: 10px;
  transition: box-shadow 0.5s ease 0s;
}
.menu-type ul li a .img {
  display: flex;
  justify-content: center;
  border: 1px solid #eee;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.menu-type ul li a .img img {
  border-radius: 10px 10px 0 0;
  transition: transform 0.7s ease 0s;
}
.menu-type ul li a .info {
  display: block;
  margin-top: auto;
  background-color: rgba(166, 139, 79, 0.1);
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding: 20px 10px;
  flex: 1;
  transition: all 0.35s ease 0s;
}
.menu-type ul li a .info h4 {
  font-size: 1.2em;
  font-weight: normal;
}
.menu-type ul li a .info h5 {
  font-size: 1.2em;
}
.menu-type ul li a .info p {
  font-size: 1em;
  margin-bottom: 12px;
}
.menu-type ul li a .info h6 {
  font-size: 1.1em;
  font-weight: normal;
  color: #A68B4F;
  margin-bottom: 0;
  transition: all 0.35s ease 0s;
}
.menu-type ul li a .info .sold {
  display: inline-block;
  background-color: darkred;
  border-radius: 5px;
  padding: 7px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}
.menu-type ul li a:hover {
  box-shadow: 0 0 25px rgba(166, 139, 79, 0.1);
}
.menu-type ul li a:hover .img {
  border-color: rgba(166, 139, 79, 0.4);
}
.menu-type ul li a:hover .img img {
  transform: scale(1.05);
}
.menu-type ul li a:hover .info {
  background-color: rgba(166, 139, 79, 0.4);
}
.menu-type ul li a:hover .info h6 {
  color: white;
}
@media (max-width: 1200px) {
  .menu-type ul li {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .menu-type ul li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .menu-type ul li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .menu-type ul li {
    width: 100%;
  }
}

.ap-list {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.ap-list.latest:after {
  display: none;
}
.ap-list.single:after {
  display: none;
}
.ap-list h1 {
  font-family: "Baskervville", serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ap-list h3 {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  color: #A68B4F;
}
@media (max-width: 768px) {
  .ap-list h1 {
    font-size: 2em;
  }
}

.social-links {
  margin-bottom: 25px;
}
.social-links span {
  text-align: center;
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.social-links ul {
  display: flex;
  justify-content: center;
}
.social-links ul li {
  margin: 5px;
}
.social-links ul li a {
  position: relative;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  background-color: rgba(11, 22, 34, 0.1);
  border-radius: 50%;
  transition: all 0.2s linear 0s;
}
.social-links ul li a i {
  font-size: 1.5em;
}
.social-links ul li a:hover {
  background-color: rgba(11, 22, 34, 0.2);
}

.content-img-text ul li {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 25px;
}
.content-img-text ul li.img-stanga {
  flex-direction: row;
}
.content-img-text ul li:last-child {
  margin-bottom: 0;
}
.content-img-text ul li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.content-img-text ul li span.img {
  flex: 1 0 55%;
  align-items: center;
}
.content-img-text ul li span.img img {
  max-height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.content-img-text ul li span.text {
  flex: 1 0 45%;
}
.content-img-text ul li span h3 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #0B1622;
}
.content-img-text ul li span p {
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .content-img-text ul li {
    flex-direction: column;
  }
  .content-img-text ul li.img-stanga {
    flex-direction: column;
  }
  .content-img-text ul li span {
    width: 100%;
    flex: 1 0 100%;
    padding: 20px 10px !important;
  }
}

.content-img-text-page ul li {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 25px;
}
.content-img-text-page ul li.img-stanga {
  flex-direction: row;
}
.content-img-text-page ul li.img-stanga span.img {
  padding: 20px 30px 20px 0;
}
.content-img-text-page ul li.img-stanga span.text {
  padding: 20px 0 20px 30px;
}
.content-img-text-page ul li.img-dreapta {
  flex-direction: row-reverse;
}
.content-img-text-page ul li.img-dreapta span.img {
  padding: 20px 0 20px 30px;
}
.content-img-text-page ul li.img-dreapta span.text {
  padding: 20px 30px 20px 0;
}
.content-img-text-page ul li.img-centru {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.content-img-text-page ul li.img-centru span.img {
  flex: 0 0 auto;
  width: 100%;
  padding: 20px 0 30px;
}
.content-img-text-page ul li.img-centru span.text {
  flex: 0 0 auto;
  width: 100%;
  padding: 30px;
  text-align: left;
}
.content-img-text-page ul li:last-child {
  margin-bottom: 0;
}
.content-img-text-page ul li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-img-text-page ul li span.img {
  flex: 1 0 50%;
  align-items: center;
}
.content-img-text-page ul li span.img img {
  width: 100%;
  border-radius: 10px;
}
.content-img-text-page ul li span.text {
  flex: 1 0 50%;
}
.content-img-text-page ul li span.text h3 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #0B1622;
}
.content-img-text-page ul li span.text p {
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .content-img-text-page ul li {
    flex-direction: column;
  }
  .content-img-text-page ul li.img-stanga, .content-img-text-page ul li.img-dreapta, .content-img-text-page ul li.img-centru {
    flex-direction: column;
  }
  .content-img-text-page ul li.img-stanga span.img,
  .content-img-text-page ul li.img-stanga span.text, .content-img-text-page ul li.img-dreapta span.img,
  .content-img-text-page ul li.img-dreapta span.text, .content-img-text-page ul li.img-centru span.img,
  .content-img-text-page ul li.img-centru span.text {
    padding: 10px 0;
  }
  .content-img-text-page ul li span {
    width: 100%;
    flex: 1 0 100%;
  }
}

.split-color ul li {
  display: flex;
}
.split-color ul li:last-child {
  margin-bottom: 0;
}
.split-color ul li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 50%;
  padding: 50px;
  background-color: #f3f3f3;
}
.split-color ul li span.img {
  background-color: white;
  align-items: center;
  padding: 30px;
}
.split-color ul li span.img img {
  max-height: 450px;
}
.split-color ul li span h3 {
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #0B1622;
}
.split-color ul li span p {
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .split-color ul li {
    flex-wrap: wrap;
  }
  .split-color ul li span {
    width: 100%;
    flex: 1 0 100%;
    padding: 50px 20px 40px;
  }
}
@media (min-width: 768px) {
  .split-color ul li span {
    min-height: 450px;
  }
  .split-color ul li:nth-child(even) span:first-child {
    order: 2;
  }
}

.container-svg .a1, .container-svg .a2, .container-svg .a3, .container-svg .a4 {
  fill: gray;
  opacity: 0.2;
  transition: all 0.5s ease;
}
.container-svg .a1:hover, .container-svg .a2:hover, .container-svg .a3:hover, .container-svg .a4:hover {
  opacity: 0.4;
}
.container-svg .c1, .container-svg .c2, .container-svg .c3, .container-svg .c4 {
  fill: gray;
  opacity: 0.2;
  transition: all 0.5s ease;
}
.container-svg .c1:hover, .container-svg .c2:hover, .container-svg .c3:hover, .container-svg .c4:hover {
  opacity: 0.4;
}
.container-svg .status-0 {
  fill: green;
}
.container-svg .status-1 {
  fill: blue;
}
.container-svg .status-2 {
  fill: orange;
}
.container-svg .status-3 {
  fill: red;
}
.container-svg .tooltip-text {
  fill: #ffffff;
  font-size: 13px;
  text-anchor: middle;
  dominant-baseline: middle;
  z-index: 1000;
}
.container-svg .tooltip-bg {
  fill: rgb(4.7666666667, 9.5333333333, 14.7333333333);
  opacity: 0.8;
  rx: 7px;
  ry: 7px;
}
.container-svg text.tspan-1 {
  font-weight: bold;
  fill: #fff;
}

.signature-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.signature-box img {
  max-width: 240px;
  border-radius: 0;
  margin: auto;
  padding: 0 10px;
}

.location-box .location-lightbox {
  cursor: pointer;
}
.location-box img {
  border-radius: 20px;
  transition: all 0.2s linear 0s;
}
.location-box img:hover {
  text-decoration: none;
}

.aspect-ratio-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/2;
}
@media (min-width: 576px) {
  .aspect-ratio-container {
    aspect-ratio: 16/9;
  }
}
.aspect-ratio-container:not(:has(*))::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 200%;
}
@media (min-width: 576px) {
  .aspect-ratio-container:not(:has(*))::before {
    padding-bottom: 56.25%;
  }
}
.aspect-ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox__container .f-button {
  border-radius: 50%;
  margin: 0 2px;
}
@media (max-width: 768px) {
  .fancybox__container .f-button.is-arrow {
    display: none;
  }
}

.f-panzoom__content {
  border-radius: 20px;
}

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

.pswp img.pswp__img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}
.pswp img.pswp__img.border-radius {
  border-radius: 20px;
}

.blog .main .article {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.blog .main .article .img {
  margin-bottom: 20px;
}
.blog .main .article .img a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.blog .main .article .img a img {
  width: 100%;
  border-radius: 10px;
}
.blog .main .article .image {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.blog .main .article .image.alt {
  height: 400px;
}
.blog .main .article .image a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
  border-radius: 10px;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.blog .main .article .image a:hover {
  transform: scale(1.03);
}
.blog .main .article .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}
.blog .main .article .title a {
  color: #0B1622;
  display: block;
}
.blog .main .article .title a:hover {
  color: #0B1622;
}
.blog .main .article .info {
  font-size: 0.9em;
  color: #575d5d;
  margin-bottom: 15px;
}
.blog .main .article .info span {
  display: inline-block;
  margin-right: 10px;
}
.blog .main .article .intro {
  line-height: 1.5;
  margin-bottom: 20px;
}
.blog .main .article .intro p {
  margin-top: 10px;
}
.blog .main .article .action {
  margin-top: auto;
}
@media (max-width: 992px) {
  .blog .sidebar {
    margin-top: 50px;
  }
}
.blog .sidebar h3 {
  color: #0B1622;
  font-size: 1em;
  font-weight: blog;
  text-transform: uppercase;
}
.blog .sidebar .box {
  margin-bottom: 30px;
}
.blog .sidebar form input[type=text] {
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  background-color: #efefef;
  font-size: 0.9em;
  color: #555;
}
.blog .sidebar .links li {
  border-bottom: 1px solid #dddddd;
}
.blog .sidebar .links li:last-child {
  border: none;
}
.blog .sidebar .links li a {
  color: #555;
  padding: 10px 0;
  display: block;
  font-size: 0.9em;
}
.blog .sidebar .links li a:hover {
  color: #0B1622;
}
.blog .sidebar .archive li {
  border-bottom: 1px solid #dddddd;
}
.blog .sidebar .archive li:last-child {
  border: none;
}
.blog .sidebar .archive li a {
  color: #555;
  padding: 10px 0;
  display: block;
  text-transform: capitalize;
}
.blog .sidebar .archive li a:hover {
  color: #0B1622;
}
.blog .sidebar .tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.blog .sidebar .tags ul li {
  margin: 0 6px 6px 0;
  display: flex;
}
.blog .sidebar .tags ul li a {
  background-color: #f1f1f1;
  padding: 6px 8px;
  color: #555;
  font-size: 0.8em;
}
.blog .sidebar .tags ul li a:hover {
  background-color: #0B1622;
  color: white;
}

.form,
.form form {
  font-size: 1.1em;
}
.form h3,
.form form h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .form h3,
  .form form h3 {
    font-size: 1.6em;
  }
}
.form .form-select input:focus, .form input:focus, .form textarea:focus, .form select:focus {
  color: #333;
  background-color: #fff;
  border-color: #0B1622;
  outline: 0;
}
.form .wpcf7 .wpcf7-response-output, .form .form-select .btn, .form .form-select .select2-selection--single, .form input[type=submit],
.form button[type=submit], .form input, .form textarea, .form select,
.form form input,
.form form textarea,
.form form select {
  border-radius: 10px;
}
.form h2,
.form form h2 {
  margin-bottom: 20px !important;
}
.form .form-row,
.form form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form .form-row > .col,
.form .form-row > [class*=col-],
.form form .form-row > .col,
.form form .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form fieldset,
.form form fieldset {
  margin-bottom: 10px;
}
.form label,
.form form label {
  display: block;
  padding-left: 5px;
  margin-bottom: 10px;
  color: #555;
}
.form input, .form textarea, .form select,
.form form input,
.form form textarea,
.form form select {
  display: block;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(166, 139, 79, 0.5);
  background-color: #FFF;
  transition: all 0.2s linear 0s;
}
.form textarea,
.form form textarea {
  padding-top: 15px;
}
.form input[type=submit],
.form button[type=submit],
.form form input[type=submit],
.form form button[type=submit] {
  width: auto;
  padding: 16px 32px !important;
  margin-bottom: 20px;
  font-family: "Baskervville", serif;
  font-size: 1em;
  line-height: 1.2;
  color: #FFF;
  text-transform: uppercase;
  background-color: #A68B4F;
  transition: all 0.2s linear 0s;
}
.form input[type=submit].full,
.form button[type=submit].full,
.form form input[type=submit].full,
.form form button[type=submit].full {
  width: 100%;
  font-size: 1.1em;
  font-weight: 400;
}
.form input[type=submit].center,
.form button[type=submit].center,
.form form input[type=submit].center,
.form form button[type=submit].center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form input[type=submit]:hover,
.form button[type=submit]:hover,
.form form input[type=submit]:hover,
.form form button[type=submit]:hover {
  background-color: #0B1622;
  color: #DBBD77;
}
@media (max-width: 576px) {
  .form input[type=submit],
  .form button[type=submit],
  .form form input[type=submit],
  .form form button[type=submit] {
    width: 100%;
  }
}
.form .form-select,
.form form .form-select {
  padding: 13px;
  cursor: pointer;
}
.form .form-select *,
.form form .form-select * {
  transition-property: none !important;
}
.form .form-select .select2-selection--single,
.form form .form-select .select2-selection--single {
  border: 1px solid #dddddd;
}
.form .form-select .btn,
.form form .form-select .btn {
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #dddddd;
  background-color: white;
  color: #999;
  font-weight: 400;
  line-height: unset;
  text-transform: none;
  transition: all 0.2s linear 0s;
}
.form .form-select .btn[aria-expanded=true],
.form form .form-select .btn[aria-expanded=true] {
  border-color: #0B1622;
}
.form .form-select .dropdown-toggle,
.form form .form-select .dropdown-toggle {
  margin-bottom: 10px;
}
.form .form-select .dropdown-toggle .filter-option-inner,
.form form .form-select .dropdown-toggle .filter-option-inner {
  padding-right: 5px;
}
.form .form-select .dropdown-toggle:after,
.form form .form-select .dropdown-toggle:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  font-weight: 400;
  line-height: 1;
  color: black;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0;
  vertical-align: unset;
  text-align: center;
  border: none;
}
.form .form-select .dropdown-item,
.form form .form-select .dropdown-item {
  display: block;
  width: 100%;
  padding: 6px 10px;
  clear: both;
  font-size: 0.9em;
  font-weight: 400;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.form .form-select .dropdown-item:hover,
.form form .form-select .dropdown-item:hover {
  background-color: #EEE;
}
.form .form-checkbox.alt label span,
.form form .form-checkbox.alt label span {
  font-size: 0.8em;
}
.form .form-checkbox.dark label span,
.form form .form-checkbox.dark label span {
  color: #0B1622;
}
.form .form-checkbox.dark label span a:hover,
.form form .form-checkbox.dark label span a:hover {
  color: #0B1622;
}
.form .form-checkbox label,
.form form .form-checkbox label {
  padding: 0;
  margin: 0;
}
.form .form-checkbox label span,
.form form .form-checkbox label span {
  font-size: 0.9em;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  text-align: left;
  display: inline-block;
}
.form .form-checkbox label span:before,
.form form .form-checkbox label span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  border-radius: 3px;
  margin-right: 5px;
  color: #A68B4F;
}
.form .form-checkbox label span a,
.form form .form-checkbox label span a {
  color: #A68B4F;
  margin: 0 2px;
}
.form .form-checkbox label span a:hover,
.form form .form-checkbox label span a:hover {
  color: #0B1622;
}
.form .form-checkbox input[type=checkbox],
.form form .form-checkbox input[type=checkbox] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form .form-checkbox input[type=checkbox]:checked ~ span:before,
.form form .form-checkbox input[type=checkbox]:checked ~ span:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 900;
  line-height: 1;
  font-size: 14px;
}
.form .form-radio label,
.form form .form-radio label {
  padding: 0;
  margin: 0;
}
.form .form-radio input[type=radio],
.form form .form-radio input[type=radio] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form .form-radio div,
.form form .form-radio div {
  color: #0B1622;
  font-size: 1em;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  text-align: left;
  margin-bottom: 10px;
}
.form .form-radio div:before,
.form form .form-radio div:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  position: absolute;
  top: -3px;
  left: 0;
  transform: none;
  border-radius: 50%;
  margin-right: 5px;
}
.form .form-radio input[type=radio]:checked ~ div:after,
.form form .form-radio input[type=radio]:checked ~ div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0B1622;
  margin-top: 2px;
  margin-left: 5px;
}
.form.form-dark,
.form form.form-dark {
  width: 100%;
}
.form.form-dark input, .form.form-dark textarea, .form.form-dark select,
.form form.form-dark input,
.form form.form-dark textarea,
.form form.form-dark select {
  border: 1px solid rgba(219, 189, 119, 0.5);
  background-color: transparent;
  color: white;
  padding: 14px 18px;
}
.form.form-dark select,
.form form.form-dark select {
  background-color: #0B1622;
  padding: 13px;
}
.form.form-dark .form-checkbox,
.form form.form-dark .form-checkbox {
  color: white;
}
.form.form-dark label,
.form form.form-dark label {
  color: #eee;
}
.form.form-dark ::-moz-placeholder, .form form.form-dark ::-moz-placeholder {
  opacity: 0.8;
  color: white;
}
.form.form-dark ::placeholder,
.form form.form-dark ::placeholder {
  opacity: 0.8;
  color: white;
}
.form.form-dark .wpcf7 .wpcf7-response-output,
.form form.form-dark .wpcf7 .wpcf7-response-output {
  color: white !important;
}
.form.form-dark .wpcf7 .flag-container .country-list,
.form form.form-dark .wpcf7 .flag-container .country-list {
  background-color: #0B1622;
  border-color: rgba(219, 189, 119, 0.5);
}
.form.form-dark .wpcf7 .flag-container .country-list .divider,
.form form.form-dark .wpcf7 .flag-container .country-list .divider {
  border-color: rgba(219, 189, 119, 0.5);
}
.form.form-dark .wpcf7 .flag-container .country-list,
.form form.form-dark .wpcf7 .flag-container .country-list {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0.1);
}
.form .wpcf7-spinner,
.form form .wpcf7-spinner {
  visibility: hidden;
  display: none;
}
.form .submitting button,
.form form .submitting button {
  color: transparent !important;
  position: relative;
}
.form .submitting button .wpcf7-spinner,
.form form .submitting button .wpcf7-spinner {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: transparent;
  visibility: visible;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0s;
}
.form .submitting button .wpcf7-spinner:before,
.form form .submitting button .wpcf7-spinner:before {
  content: "";
  width: 32px;
  height: 32px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid white;
  background-color: transparent;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  transform-origin: center;
  animation: spin 0.9s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form .wpcf7 .flag-container .selected-flag,
.form form .wpcf7 .flag-container .selected-flag {
  background-color: transparent;
}
.form .wpcf7 .flag-container .selected-flag .iti-flag,
.form form .wpcf7 .flag-container .selected-flag .iti-flag {
  margin-left: 8px;
}
.form .wpcf7 .flag-container .selected-flag .selected-dial-code,
.form form .wpcf7 .flag-container .selected-flag .selected-dial-code {
  padding-left: 36px;
  padding-top: 1px;
}
.form .wpcf7 .flag-container .selected-flag .iti-arrow,
.form form .wpcf7 .flag-container .selected-flag .iti-arrow {
  display: none;
}
.form .wpcf7 .flag-container .country-list,
.form form .wpcf7 .flag-container .country-list {
  border-radius: 2px;
  font-size: 15px;
  scrollbar-width: thin;
  z-index: 100;
}
.form .wpcf7 .intl-tel-input input[type=text],
.form form .wpcf7 .intl-tel-input input[type=text] {
  padding-left: 94px !important;
}
.form .wpcf7 br,
.form form .wpcf7 br {
  display: none;
}
.form .wpcf7 p,
.form form .wpcf7 p {
  margin-bottom: 0 !important;
}
.form .wpcf7 .wpcf7-form-control-wrap,
.form form .wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form .wpcf7 .wpcf7 .screen-reader-response,
.form form .wpcf7 .wpcf7 .screen-reader-response {
  display: none;
}
.form .wpcf7 .wpcf7-not-valid,
.form form .wpcf7 .wpcf7-not-valid {
  border: 1px solid #A68B4F !important;
}
.form .wpcf7 .wpcf7-not-valid-tip,
.form form .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.6em;
  color: #FFF;
  line-height: 1.2;
  background-color: #A68B4F;
  padding: 4px 6px;
  display: inline-block;
  float: left;
  z-index: 10;
  font-weight: normal;
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.form .wpcf7 .wpcf7-response-output,
.form form .wpcf7 .wpcf7-response-output {
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: normal;
  float: left;
  width: 100%;
  border: none;
  background-color: rgba(166, 139, 79, 0.3);
  color: #0B1622;
  padding: 15px 20px;
  border: none;
  margin: 12px 0;
  text-align: left;
}
.form .wpcf7 .wpcf7-validation-errors,
.form form .wpcf7 .wpcf7-validation-errors {
  color: #FFF;
  background-color: #dc3232;
}
.form .wpcf7 .wpcf7-mail-sent-ok,
.form form .wpcf7 .wpcf7-mail-sent-ok {
  color: #FFF;
  background-color: #0B1622;
}

.faqs > ul > li {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  padding-left: 40px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.faqs > ul > li:last-child {
  border: none;
}
.faqs > ul > li:before {
  display: none;
}
.faqs > ul > li h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  color: #0B1622;
  display: block;
  cursor: pointer;
  padding: 10px 10px 10px 0;
  margin: 0;
  position: relative;
}
.faqs > ul > li h4:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 400;
  line-height: 1;
  font-size: 0.8em;
  line-height: 1.5em;
  background-color: rgba(128, 128, 128, 0.2);
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: -39px;
  border-radius: 50%;
  transition: all 0.2s linear 0s;
}
.faqs > ul > li h4.active:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f068";
  font-weight: 400;
  line-height: 1;
  background-color: #0B1622;
  color: white;
  line-height: 1.5em;
}
.faqs > ul > li h4:hover {
  color: #0B1622;
}
.faqs > ul > li h4:hover:before {
  background-color: #0B1622;
  color: white;
}
.faqs > ul > li span {
  display: none;
  width: 100%;
  position: relative;
  padding: 20px;
  margin-bottom: 10px;
  background-color: rgba(128, 128, 128, 0.1);
  font-size: 0.9em;
  line-height: 1.6;
  float: left;
  border-radius: 10px;
}
.faqs > ul > li span p {
  margin-bottom: 10px;
}

.price-table {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.price-table .box {
  padding: 40px 25px 35px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 10px;
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  position: relative;
  transition: all 0.2s linear 0s;
}
@media (max-width: 992px) {
  .price-table .box {
    width: calc(50% - 30px);
    align-self: auto;
  }
}
@media (max-width: 768px) {
  .price-table .box {
    width: calc(100% - 30px);
  }
}
.price-table .box.recommend {
  border-color: #0B1622;
}
.price-table .box.recommend:before {
  content: "Recommended plan";
  font-size: 0.8em;
  font-weight: 500;
  position: absolute;
  top: -16px;
  align-self: center;
  text-align: center;
  background-color: #A68B4F;
  color: black;
  padding: 8px 12px;
  border-radius: 10px;
}
.price-table .box:hover {
  box-shadow: 0 0 10px #DDD;
}
.price-table .box h3 {
  margin-bottom: 20px;
  text-align: center;
}
.price-table .box h4 {
  font-size: 2em;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  color: #0B1622;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.price-table .box h4 span:first-child {
  font-size: 60%;
  font-weight: normal;
  margin-left: -10px;
  margin-right: 2px;
}
.price-table .box h4 span:last-child {
  display: block;
  font-size: 50%;
  opacity: 0.5;
  color: black;
  flex: 1 0 100%;
}
.price-table .box ul {
  margin-bottom: 15px;
}
.price-table .box ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 1em;
  color: #575d5d;
}
.price-table .box ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2px;
  color: #999;
  font-size: 1em;
}
.price-table .box ul li.checked {
  color: #0B1622;
}
.price-table .box ul li.checked:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
  color: #0B1622;
  font-size: 0.8em;
}
.price-table .box .button {
  align-self: auto;
  margin-bottom: 0px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  position: relative;
}
.pagination.border-top {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
.pagination ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  border: none !important;
  margin: 0 !important;
}
.pagination ul li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 4px !important;
  color: #0B1622;
  font-size: 1em;
  font-weight: 500;
  border: none !important;
}
.pagination ul li.prev a, .pagination ul li.next a {
  position: relative;
}
.pagination ul li.prev a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: 900;
  line-height: 1;
  margin-left: -2px;
}
.pagination ul li.next a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 900;
  line-height: 1;
  margin-right: -2px;
}
.pagination ul li.current a, .pagination ul li.current span {
  background-color: #0B1622 !important;
  border: none;
  color: white !important;
}
.pagination ul li.dots span {
  position: relative;
  margin-top: auto;
}
.pagination ul li.dots span:before {
  content: "...";
  font-weight: 500;
  color: #0B1622;
}
.pagination ul li a, .pagination ul li span {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.2);
  line-height: normal !important;
  padding: 0;
  font-weight: 600 !important;
  font-size: 1em !important;
  transition: all 0.2s linear 0s;
}
.pagination ul li a:hover {
  background-color: #0B1622 !important;
  color: white !important;
}
.pagination ul li a:hover:before {
  color: white;
}

.modal-close-alt {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #A68B4F;
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 25px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: 0.25s all;
  display: block;
}
.modal-close-alt:hover {
  background-color: white;
}
.modal-close-alt:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 300;
  line-height: 1;
  font-size: 22px;
  color: white;
  transition: 0.25s all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close-alt:hover:before {
  color: #0B1622;
}

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  z-index: 1100;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.modal-container .modal-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 40px);
  max-width: 1200px;
  margin: 20px auto;
  position: relative;
  margin: auto;
  transform: translate(0, 0);
  transition: 0.2s all;
}
.modal-container .modal-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: calc(100% - 40px);
  margin: 20px;
  pointer-events: auto;
  outline: 0;
  background-color: #FFF;
  border-radius: 20px;
  transition: transform 0.3s ease-out;
  transform: translate(0, -10%);
}
.modal-container .modal-wrapper.animation {
  transform: translate(0, 0);
}
.modal-container .modal-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding: 50px 25px 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.modal-container .modal-link {
  display: block;
  position: relative;
  transition: 0.25s all;
}
.modal-container .modal-link:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.modal-container .modal-link .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.25s all;
}
.modal-container .modal-link:hover .modal-content:before {
  background-color: rgba(255, 255, 255, 0.25);
}
.modal-container .modal-link:hover .modal-content.white:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.modal-container .modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0B1622;
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all;
}
.modal-container .modal-close:hover {
  background-color: #A68B4F;
}
.modal-container .modal-close:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  color: white;
  transition: 0.25s all;
  transform: rotate(0deg);
}
.modal-container .modal-close:hover:before {
  transform: rotate(90deg);
}