@charset "UTF-8";
:root {
  --bs-gutter-x: 25px;
}

@media (min-width: 1200px) {
  :root {
    --bs-gutter-x: 30px;
  }
}
/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;600&family=Qwitcher+Grypen:wght@400&display=swap');*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(33, 38, 39, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
@media (min-width: 2000px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 2000px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 2000px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  padding: 8px 18px;
  font-family: "EB Garamond", serif;
  border: none;
  border-radius: 50px;
  transition: 0.2s ease;
  transition-property: color, background-color;
  letter-spacing: 1px;
}
.btn--primary {
  background-color: #A9725E;
  color: #EEECE3;
  border-color: #A9725E;
}
.btn--primary:hover, .btn--primary:focus {
  color: #EEECE3;
  background-color: #986654;
}
.btn--primary.btn--outline {
  background-color: #EEECE3;
  border: solid 2px #A9725E;
  padding: 6px 16px;
  font-family: "EB Garamond", serif;
}
.btn--primary.btn--outline:active, .btn--primary.btn--outline.active {
  background-color: #A9725E;
}
.btn--primary.btn--outline:hover, .btn--primary.btn--outline:focus {
  background-color: rgba(169, 114, 94, 0.2);
}
.btn--secondary {
  background-color: #5A664F;
  color: #EEECE3;
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #EEECE3;
  background-color: #46523B;
}
.btn--secondary.btn--outline {
  color: #212627;
  background-color: #EEECE3;
  border: solid 2px #5A664F;
  padding: 6px 16px;
}
.btn--secondary.btn--outline:active, .btn--secondary.btn--outline.active {
  color: #EEECE3;
  background-color: #5A664F;
}
.btn--secondary.btn--outline:hover, .btn--secondary.btn--outline:focus {
  color: #212627;
  background-color: rgba(90, 102, 79, 0.2);
}
.btn--white {
  background-color: #EEECE3;
  color: #212627;
  border-color: #EEECE3;
}
.btn--white:hover, .btn--white:focus {
  color: #212627;
  background-color: #E8E6D8;
}
.btn--white.btn--outline {
  background-color: transparent;
  border: solid 2px #EEECE3;
  color: #EEECE3;
  padding: 6px 16px;
  font-family: "EB Garamond", serif;
}
.btn--white.btn--outline:active, .btn--white.btn--outline.active {
  background-color: #EEECE3;
}
.btn--white.btn--outline:hover, .btn--white.btn--outline:focus {
  background-color: #E8E6D8;
  border-color: #E8E6D8;
  color: #212627;
}
.btn--lg {
  padding: 12px 24px;
  font-size: 1.2rem;
}
.btn:disabled, .btn.disabled {
  cursor: default;
  background-color: #83827A;
  color: #3A3D3C;
}
.btn:disabled:hover, .btn:disabled:focus, .btn.disabled:hover, .btn.disabled:focus {
  box-shadow: none;
}
.btn:disabled.btn--outline, .btn.disabled.btn--outline {
  background-color: transparent;
  border-color: #3A3D3C;
}
.btn:disabled.btn--outline:hover, .btn:disabled.btn--outline:focus, .btn.disabled.btn--outline:hover, .btn.disabled.btn--outline:focus {
  color: #3A3D3C;
}

html {
  overflow-x: hidden;
}

html, body {
  background-color: #EEECE3;
  color: #212627;
  height: 100%;
  font-size: 22px;
  letter-spacing: 0.25px;
  font-family: "EB Garamond", serif;
}

body {
  display: flex;
  flex-direction: column;
}
body .page-content {
  flex-grow: 1;
}

iframe {
  max-width: 100%;
}

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

input, textarea, select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
  border: 2px solid #E8E6D8;
  color: #212627;
}
input.error, textarea.error, select.error {
  border-color: #dc3545;
}

input[type=radio] {
  width: auto;
  margin-right: 10px;
}

.validation-summary-errors {
  color: #dc3545;
}

.input-wrapper {
  margin-bottom: 15px;
}

.input-wrapper-inline {
  display: flex;
}
.input-wrapper-inline .btn-inline {
  flex-shrink: 1;
  width: auto;
}

.input-wrapper--checkbox {
  display: flex;
  align-items: baseline;
}
.input-wrapper--checkbox input {
  width: auto;
  margin-right: 1em;
}
.input-wrapper--checkbox label {
  flex-grow: 1;
}

.validation-summary-errors ul {
  list-style: none;
  padding: 0;
  font-weight: 600;
}

.error-message {
  color: #dc3545;
}

.grecaptcha-badge {
  bottom: 104px !important;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.section.background--grey {
  background-color: #E8E6D8;
}
.section.background--primary {
  background-color: #A9725E;
}
.section.background--secondary {
  background-color: #5A664F;
}
.section.background--primary, .section.background--secondary {
  color: #EEECE3;
}
.section.background--primary *:not(.btn), .section.background--secondary *:not(.btn) {
  color: #EEECE3;
}
.section.background--alt, .section.background--image {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section.background--alt, .section.background--image {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section.background--grey:not(.section-mediatext--fullwidth) + .background--grey:not(.section-mediatext--fullwidth), .section.background--primary:not(.section-mediatext--fullwidth) + .background--primary:not(.section-mediatext--fullwidth), .section.background--secondary:not(.section-mediatext--fullwidth) + .background--secondary:not(.section-mediatext--fullwidth) {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section.section-mediatext--fullwidth {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section.background--image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(33, 38, 39, 0.7);
}
@media (min-width: 768px) {
  .section .row.row--full-width {
    align-items: stretch;
  }
  .section .row.row--full-width [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
}
.section .row--reverse {
  flex-direction: row-reverse;
}

@media (min-width: 992px) {
  .container--narrow {
    width: 75%;
    max-width: 850px;
  }
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl, .row {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1680px;
  }
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1800px;
  }
}
.umb-block-grid__item-container > .umb-block-grid__item:not(:first-child) {
  margin-top: 40px;
}
.umb-block-grid__item-container > .umb-block-grid__item:not(:last-child) {
  margin-bottom: 40px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 22px;
  line-height: 1.8;
}

:root {
  --bs-root-font-size: 22px;
}

h5,
.h5 {
  font-size: 1.2rem;
  line-height: calc(2px + 3ex + 2px);
  margin-bottom: 0.5em;
}

h4,
.h4 {
  font-size: 1.44rem;
  line-height: calc(2px + 3ex + 2px);
  margin-bottom: 0.5em;
}

h3,
.h3 {
  font-size: 1.728rem;
  line-height: calc(2px + 3ex + 2px);
  margin-bottom: 0.5em;
}

h2,
.h2 {
  font-size: 2.0736rem;
  line-height: calc(2px + 3ex + 2px);
  margin-bottom: 0.5em;
}

h1,
.h1 {
  font-size: 2.48832rem;
  line-height: calc(2px + 3ex + 2px);
  margin-bottom: 0.5em;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6, p, li {
  color: #212627;
}

.h1, .h2, .h3, .h4,
h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}

.h5, .h6, h5, h6, p, li, .subtitle, .regular {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

p, li, a {
  font-size: 22px;
  line-height: 1.8;
}

p a {
  font-size: inherit;
}

span.fancy {
  font-family: "Qwitcher Grypen", Lucida Handwriting, cursive;
  font-size: 2.6em;
  line-height: 2rem;
}

.lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.lead strong, .lead b {
  font-weight: 400;
}

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

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

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover {
  text-decoration: none;
}

.subtitle {
  font-size: 16px;
  line-height: 22px;
}

.intro {
  font-size: 22px;
  line-height: 1.8;
}
@media only screen and (min-width: 576px) {
  .intro {
    font-size: 20px;
    line-height: 26px;
  }
}

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

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

ol {
  padding: 0;
  margin: 0;
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
ol ol {
  margin-left: 1rem;
}

ul {
  padding-left: 1rem;
}
ul li::marker {
  color: #212627;
}

@media only screen and (max-width: 575px) {
  h1 {
    margin-bottom: 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.no-transition {
  transition: none !important;
}

.footer {
  background: #5A664F;
  color: #EEECE3;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer p {
  display: block;
  color: #EEECE3;
  margin: 0;
}
.footer .site-info {
  margin-bottom: 20px;
}
.footer .social-media a {
  display: inline-block;
  border-bottom: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-bottom: 20px;
}
.footer .social-media a.instagram-icon {
  fill: #EEECE3;
  stroke-width: 19px;
  stroke: #5A664F;
}
.footer .social-media a.facebook-icon {
  stroke: #EEECE3;
  stroke-width: 9px;
  fill: none;
}
.footer .social-media a:first-child {
  margin-right: 10px;
}
.footer .social-media a:last-child {
  margin-left: 10px;
}
@media only screen and (min-width: 576px) {
  .footer .site-info {
    text-align: left;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer .social-media {
    text-align: right;
  }
  .footer .social-media a {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.header {
  background-color: #EEECE3;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #CEC9B7;
}

.navbar-brand {
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  color: inherit;
  line-height: 1.7rem;
  position: relative;
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.6s linear;
  color: #212627;
  word-spacing: -0.1em;
  margin-bottom: 0;
  z-index: 9999;
  flex-grow: 1;
  position: relative;
  margin-right: 50px;
}
.navbar-brand a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: none;
}
.navbar-brand a:hover {
  text-decoration: none;
  border-bottom: none;
}
.navbar-brand .navbar-name {
  font-size: 1.7rem;
  margin-top: 8px;
  word-spacing: 7px;
}
.navbar-brand .navbar-name--smaller {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
}
.navbar-brand svg {
  width: 100%;
  max-width: 280px;
  padding: 1px;
  overflow: visible;
}
.navbar-brand svg path {
  stroke: #212627;
  fill: #212627;
}
@media only screen and (min-width: 576px) {
  .navbar-brand {
    margin-right: 1.5rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-brand svg {
    max-width: 320px;
  }
}

.navbar {
  pointer-events: all;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggler {
  position: relative;
  display: block;
  font-size: 16px;
  background: none !important;
  z-index: 99999;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: none !important;
}

.navbar-toggler:before {
  content: none;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar-outer, .navbar-toggler .icon-bar {
  display: block;
  width: 35px;
  height: 3px;
}

.navbar-toggler .icon-bar-outer + .icon-bar-outer {
  margin-top: 8px;
}

.navbar-toggler .icon-bar-outer, .navbar-toggler .icon-bar {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.navbar-toggler .icon-bar-outer {
  transition-delay: 0.2s;
}

.navbar-toggler .icon-bar {
  transition-delay: 0s;
  background: #212627;
}

.navbar-toggler[aria-expanded=true] .icon-bar-outer {
  transition-delay: 0s;
}

.navbar-toggler[aria-expanded=true] .icon-bar {
  transition-delay: 0.2s;
}

/*.navbar-toggler:hover {
    .icon-bar {
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    }
}*/
.navbar-toggler[aria-expanded=true]:hover .icon-bar-outer:first-child,
.navbar-toggler[aria-expanded=true]:focus .icon-bar-outer:first-child,
.navbar-toggler[aria-expanded=true] .icon-bar-outer:first-child {
  transform: translateY(11px);
}

.navbar-toggler[aria-expanded=true]:hover .icon-bar-outer:first-child .icon-bar,
.navbar-toggler[aria-expanded=true]:focus .icon-bar-outer:first-child .icon-bar,
.navbar-toggler[aria-expanded=true] .icon-bar-outer:first-child .icon-bar {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true]:hover .icon-bar-outer:last-child .icon-bar,
.navbar-toggler[aria-expanded=true]:focus .icon-bar-outer:last-child .icon-bar,
.navbar-toggler[aria-expanded=true] .icon-bar-outer:last-child .icon-bar {
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded=true]:hover .icon-bar-outer:nth-child(2),
.navbar-toggler[aria-expanded=true]:focus .icon-bar-outer:nth-child(2),
.navbar-toggler[aria-expanded=true] .icon-bar-outer:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded=true]:hover .icon-bar-outer:last-child,
.navbar-toggler[aria-expanded=true]:focus .icon-bar-outer:last-child,
.navbar-toggler[aria-expanded=true] .icon-bar-outer:last-child {
  transform: translateY(-11px);
}

.navbar-menu {
  position: absolute;
  background: #EEECE3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #212627;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  overflow: hidden;
  flex-basis: 100%;
  flex-grow: 1;
  text-align: right;
}
.navbar-menu.toggled {
  opacity: 1;
  pointer-events: all;
  height: 100vh;
}

body.nav-active {
  overflow-y: hidden;
  width: 100%;
}

.navbar-nav {
  padding: 0;
  margin: 140px 0 80px;
  list-style: none;
}

.nav-item {
  padding: 12px 0;
  font-weight: 300;
}

.nav-link {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  text-decoration: none;
  color: #212627;
  border-bottom: 0;
  letter-spacing: 1.5px;
}
.nav-link:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  left: 50%;
  background: #212627;
  opacity: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
}
.nav-link:hover {
  border-bottom: 0;
}
.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}

.nav-submenu {
  transition: 0.3s ease-out;
  transition-property: height, opacity;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #E8E6D8;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
  margin: 5px calc(var(--bs-gutter-x) * -0.5);
}
.nav-submenu.open {
  opacity: 1;
}
.nav-submenu__list {
  list-style: none;
}
.nav-submenu__list .nav-item .nav-link {
  font-size: 1.8rem;
}

.navbar-menu.toggled ul li {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
}

.navbar-menu.toggled ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.navbar-menu.toggled ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.navbar-menu.toggled ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.navbar-menu.toggled ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.navbar-menu.toggled ul li:nth-child(5) {
  transition-delay: 0.5s;
}

.navbar-menu.toggled ul li:nth-child(6) {
  transition-delay: 0.6s;
}

.navbar-menu.toggled ul li:nth-child(7) {
  transition-delay: 0.7s;
}

.navbar-menu.toggled ul li:nth-child(8) {
  transition-delay: 0.8s;
}

.navbar-menu.toggled ul li:nth-child(9) {
  transition-delay: 0.9s;
}

.navbar-menu.toggled ul li:nth-child(10) {
  transition-delay: 1s;
}

.navbar-menu ul li {
  position: relative;
  transform: translateY(60%);
  transition-duration: 0;
  opacity: 0;
}

.navbar-menu ul li.drop-down ul.drop-down__menu {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: 0.15s height ease-in-out, 0.2s opacity ease-in-out;
  list-style: none;
  background: #CEC9B7;
  margin: 0px -25px;
  padding: 0 25px;
}
.navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item {
  padding: 0;
}
.navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item:first-child {
  padding-top: 10px;
}
.navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item:last-child {
  padding-bottom: 10px;
}
.navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item a.nav-link {
  line-height: 3.4rem;
  font-size: 2rem;
  font-weight: 300;
}
.navbar-menu ul li.drop-down.active ul {
  opacity: 1;
}

@media only screen and (min-width: 576px) {
  .navbar-menu ul li.drop-down ul.drop-down__menu {
    margin: 0 -35px;
    padding: 0px 35px;
  }
  .navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item:first-child {
    padding-top: 15px;
  }
  .navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item:last-child {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-nav {
    max-width: 600px;
    margin: 140px auto 50px;
  }
  .nav-item {
    padding: 12px 0;
  }
  .navbar-menu ul li.drop-down ul.drop-down__menu {
    margin: 0 calc((100vw - 600px) / -2);
    padding: 0 calc((100vw - 600px) / 2);
  }
  .navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item {
    padding: 10px 0;
  }
  .navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item .nav-link {
    line-height: 3rem;
  }
  .navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item:first-child {
    padding-top: 20px;
  }
  .navbar-menu ul li.drop-down ul.drop-down__menu li.nav-item:last-child {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .navbar-menu {
    position: relative;
    width: auto;
    height: auto;
    opacity: 1;
    flex-basis: auto;
    pointer-events: all;
    overflow: visible;
  }
  .navbar-menu .container-fluid, .navbar-menu .container-sm, .navbar-menu .container-md, .navbar-menu .container-lg, .navbar-menu .container-xl, .navbar-menu .container-xxl, .navbar-menu .container-xxxl {
    padding: 0;
  }
  .navbar-menu .scroll-container {
    overflow: visible;
  }
  .navbar-nav {
    max-width: none;
    margin: 0;
    white-space: nowrap;
  }
  .navbar-menu ul li.nav-item {
    opacity: 1;
    display: inline-block;
    transform: translateY(0);
    padding: 0 7px;
    line-height: 1;
  }
  .navbar-menu ul li.nav-item:last-child {
    padding-right: 0;
  }
  .navbar-menu ul li.nav-item .nav-link {
    font-size: 1.1rem;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu {
    position: absolute;
    padding: 0;
    margin: 0;
    top: calc(100% + 15px);
    width: 200%;
    max-width: 240px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 1px rgba(33, 38, 39, 0);
    transition-property: box-shadow, height, opacity;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu.open {
    box-shadow: 0px 0px 10px 1px rgba(33, 38, 39, 0.3);
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu__list {
    margin: 0;
    padding: 0;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu__list li.nav-item {
    padding: 15px 20px;
    text-align: center;
    display: block;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu__list li.nav-item:first-child {
    padding-top: 25px;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu__list li.nav-item:last-child {
    padding-bottom: 25px;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu__list li.nav-item a.nav-link {
    font-size: 1.2rem;
    line-height: 1.6rem;
    white-space: normal;
    color: #212627 !important;
    display: inline-block;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu__list li.nav-item a.nav-link:after {
    display: none;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu__list li.nav-item a.nav-link .nav-link__underline {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 1px), #212627 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: center;
    transition: background-size 0.3s;
  }
  .navbar-menu ul li.nav-item--has-children .nav-submenu__list li.nav-item a.nav-link:hover .nav-link__underline {
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-menu ul li.nav-item {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-menu ul li.nav-item {
    padding: 0 20px;
  }
  .navbar-menu ul li.nav-item .nav-link {
    font-size: 1.25rem;
  }
}
.header.header--banner-image,
.header.header--home {
  position: absolute;
  background: none;
  border-bottom: 0;
}
.header.header--banner-image .navbar-menu:not(.toggled),
.header.header--home .navbar-menu:not(.toggled) {
  background: none;
}
.header.header--banner-image .navbar-menu:not(.toggled) .nav-item.drop-down ul.drop-down__menu,
.header.header--home .navbar-menu:not(.toggled) .nav-item.drop-down ul.drop-down__menu {
  background: #212627;
}
.header.header--banner-image .navbar-menu:not(.toggled) .nav-item .nav-link,
.header.header--home .navbar-menu:not(.toggled) .nav-item .nav-link {
  color: #EEECE3;
}
.header.header--banner-image .navbar-menu:not(.toggled) .nav-item .nav-link:after,
.header.header--home .navbar-menu:not(.toggled) .nav-item .nav-link:after {
  background-color: #EEECE3;
}
.header.header--banner-image .navbar-toggler:not(.toggled) .icon-bar,
.header.header--home .navbar-toggler:not(.toggled) .icon-bar {
  background: #EEECE3;
}
.header.header--banner-image:not(.header--home):after,
.header.header--home:not(.header--home):after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 125%;
  opacity: 0.45;
  background: #212627;
  background: linear-gradient(180deg, #212627 0%, rgba(33, 38, 39, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#635c66",endColorstr="#635c66",GradientType=1);
}

body:not(.nav-active) .header--banner-image .navbar-brand,
body:not(.nav-active) .header--home .navbar-brand {
  color: #EEECE3;
}
body:not(.nav-active) .header--banner-image .navbar-brand svg path,
body:not(.nav-active) .header--home .navbar-brand svg path {
  stroke: #EEECE3;
  fill: #EEECE3;
}
body:not(.nav-active) .header--home .navbar-brand svg {
  max-width: 400px;
}
@media only screen and (min-width: 1200px) {
  body:not(.nav-active) .header--home .navbar-brand svg svg {
    max-width: 500px;
  }
}

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner__image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.banner__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.html-block p:last-child {
  margin-bottom: 0;
}
.html-block .btn {
  margin: 20px 0;
}

.image-block {
  border-radius: 30px;
  overflow: hidden;
}
.image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-image .image-container {
  max-width: 850px;
  margin: 0 auto;
}
.section-image .image-container img {
  width: 100%;
}

.cta-block {
  margin: 0 !important;
  padding: 2.2rem 0;
  background: #5A664F;
  color: #EEECE3;
}
.cta-block .cta-container {
  max-width: 1000px;
}
.cta-block .cta__text-container {
  text-align: center;
  margin-bottom: 40px;
}
.cta-block .cta__text-container h1, .cta-block .cta__text-container h2, .cta-block .cta__text-container h3, .cta-block .cta__text-container h4, .cta-block .cta__text-container h5, .cta-block .cta__text-container h6, .cta-block .cta__text-container p {
  margin: 0;
  color: #EEECE3;
}
.cta-block .cta__button-container {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .cta-block {
    padding: 3rem 0;
  }
  .cta-block .cta__text-container {
    text-align: left;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta-block .cta__button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.cta-block--has-background {
  position: relative;
  min-height: 55vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cta-block--has-background > .container {
  position: relative;
  z-index: 1;
}
.cta-block--has-background:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #212627;
  content: " ";
  opacity: 0.5;
}

.block.accordion-block .accordion__panel {
  padding: 20px;
}
.block.accordion-block .accordion__panel[aria-hidden=true] {
  display: none;
}
.block.accordion-block .accordion__header {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  color: #212627;
  background-color: transparent;
  border-bottom: 1px solid #E8E6D8;
  font-size: 2.2rem;
  text-align: left;
  padding: 15px 0;
}
.block.accordion-block .accordion__header:active {
  outline: none;
}
.block.accordion-block .accordion__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  height: 15px;
  width: 15px;
  border-right: 2px solid #212627;
  border-bottom: 2px solid #212627;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  transition: transform 0.2s linear;
}
.block.accordion-block .accordion__header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -15px;
  right: -15px;
  background: #E8E6D8;
  z-index: -1;
  opacity: 0;
}
.block.accordion-block .accordion__header:hover:before {
  opacity: 1;
}
.block.accordion-block .accordion__header[aria-expanded=true]:before {
  opacity: 1;
}
.block.accordion-block .accordion__header[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(225deg);
}

.quote-block,
.testimonial-block {
  position: relative;
  color: #EEECE3;
  overflow: hidden;
}
.quote-block .testimonial-block__quote,
.testimonial-block .testimonial-block__quote {
  position: absolute;
  font-size: 10rem;
  font-family: "Cormorant Garamond", serif;
  opacity: 0.2;
  line-height: 1;
}
.quote-block .testimonial-block__quote--open,
.testimonial-block .testimonial-block__quote--open {
  top: 3%;
  left: 0;
}
.quote-block .testimonial-block__quote--close,
.testimonial-block .testimonial-block__quote--close {
  bottom: 3%;
  right: 0;
  transform: rotate(180deg);
}

.quote-text-container {
  position: relative;
  padding: 2rem 0;
}

.quote-block,
.testimonial-block {
  background: #A9725E;
}

.blockquote {
  margin: 0 auto;
  max-width: 800px;
}
.blockquote p {
  text-align: center;
  font-weight: 300;
  color: #EEECE3;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
}
.blockquote .blockquote-footer {
  margin-top: 20px;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
}

.quote-block .icon,
.testimonial-block .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.quote-block .icon svg,
.testimonial-block .icon svg {
  position: relative;
  display: block;
  transform: translate(0, -30%);
  height: 150%;
  margin: 0 auto;
  fill: #EEECE3;
  opacity: 0.1;
  overflow: visible;
}
.quote-block .icon svg path,
.testimonial-block .icon svg path {
  fill: #EEECE3;
}

@media only screen and (min-width: 576px) {
  .quote-block .testimonial-block__quote,
.testimonial-block .testimonial-block__quote {
    font-size: 15rem;
  }
  .quote-block .testimonial-block__quote--open,
.testimonial-block .testimonial-block__quote--open {
    top: 6%;
    left: 0;
  }
  .quote-block .testimonial-block__quote--close,
.testimonial-block .testimonial-block__quote--close {
    bottom: 6%;
    right: 0;
  }
  .quote-block .icon svg,
.testimonial-block .icon svg {
    transform: translate(20%, -35%);
  }
}
@media only screen and (min-width: 768px) {
  .quote-block .icon svg {
    height: 200%;
  }
}
@media only screen and (min-width: 992px) {
  .quote-block p,
.testimonial-block p {
    font-size: 1.3rem;
  }
  .quote-block .testimonial-block__quote,
.testimonial-block .testimonial-block__quote {
    font-size: 20rem;
  }
  .quote-block .testimonial-block__quote--open,
.testimonial-block .testimonial-block__quote--open {
    top: -50px;
    left: 0;
  }
  .quote-block .testimonial-block__quote--close,
.testimonial-block .testimonial-block__quote--close {
    bottom: -50px;
    right: 0;
  }
}
.media-text.background--alt {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 576px) {
  .media-text.background--alt {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .media-text.background--alt {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-text .row {
    gap: 3rem;
  }
  .media-text .row:not(.row--reverse-mobile) {
    flex-direction: column-reverse;
  }
}
.media-text .media-text__text {
  display: flex;
  align-items: center;
}
.media-text .media-text__text-container h2, .media-text .media-text__text-container h3, .media-text .media-text__text-container h4 {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .media-text .media-text__text-container {
    padding-right: 30px;
  }
}
.media-text .media-text__text-container .btn {
  margin-top: 30px;
}
.media-text .media-text__text-container :last-child {
  margin-bottom: 0;
}
.media-text .media-text__media .media-text__media-container {
  position: relative;
  height: 100%;
  margin: 0 auto;
  min-height: 300px;
  overflow: hidden;
  border-radius: 30px;
}
.media-text .media-text__media .media-text__media-container img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .media-text .media-text__media .media-text__media-container {
    max-width: none;
  }
}
.media-text .media-text__media--show-whole {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-text .media-text__media--show-whole .media-text__media-container {
  width: auto;
  height: auto;
  min-height: 0;
}
.media-text .media-text__media--show-whole .media-text__media-container img {
  position: relative;
  -o-object-fit: revert;
     object-fit: revert;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .media-text .media-text__media {
    margin-bottom: 0;
  }
}

.media-text--reversed .media-text__media {
  margin-top: 0;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .media-text--reversed .media-text__media {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .section-mediatext--fullwidth .row--full-width .col-md:nth-child(even) {
    flex-basis: 20%;
  }
}
.section-mediatext--fullwidth .image-block {
  height: 220px;
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (min-width: 576px) {
  .section-mediatext--fullwidth .image-block {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .section-mediatext--fullwidth .image-block {
    height: 100%;
    border-radius: 0;
  }
}
.section-mediatext--fullwidth .image-block__container {
  height: 100%;
}
.section-mediatext--fullwidth .text__content-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 850px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-mediatext--fullwidth .text__content-block {
    padding: 50px;
  }
}
.section-mediatext--fullwidth .text__content-block h2, .section-mediatext--fullwidth .text__content-block h3 {
  margin-top: 0;
}
.section-mediatext--fullwidth .text__content-block .btn {
  margin-top: 30px;
}

.logo-row-block .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-row-block .logo-image-container {
  padding: 20px 0;
}
@media only screen and (min-width: 576px) {
  .logo-row-block .logo-image-container {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .logo-row-block .logo-image-container {
    padding: 35px;
  }
}

.insta-container .insta-image {
  margin: 15px 0;
}
.insta-container .insta-image a {
  display: block;
  position: relative;
  background: #CEC9B7;
  padding-top: 100%;
  border-bottom: none;
}
.insta-container .insta-image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.container--title {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #A9725E;
  /*@include media-breakpoint-up(lg) {
      padding-top: 3rem;
      padding-bottom: 3rem;
  }*/
}
@media only screen and (min-width: 576px) {
  .container--title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.container--title h1 {
  position: relative;
  color: #EEECE3;
  z-index: 1;
}
.container--title .icon {
  display: block;
  position: absolute;
  width: 65%;
  right: 0;
  bottom: calc(-30% + 5vw);
  opacity: 0.4;
  max-width: 550px;
  z-index: 0;
}
.container--title .icon svg path {
  fill: #EEECE3;
}
@media only screen and (min-width: 576px) {
  .container--title .icon {
    bottom: -37%;
  }
  .container--title .icon svg path {
    stroke-width: 200px;
  }
}
.container--title .entry-meta {
  z-index: 1;
  position: relative;
}
.container--title.container--has-image {
  min-height: 60vh;
  max-height: 400px;
  display: flex;
  align-items: flex-end;
}
.container--title.container--has-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: #212627;
  background: linear-gradient(180deg, rgba(33, 38, 39, 0) 0%, #212627 100%);
  z-index: 1;
  opacity: 0.45;
}
.container--title.container--has-image h1 {
  margin: 0;
  color: #EEECE3;
}
.container--title.container--has-image .icon {
  top: -5vw;
  height: 110%;
  width: 100%;
  min-width: 380px;
  max-width: 420px;
  opacity: 0.4;
  text-align: right;
}
.container--title.container--has-image .icon svg {
  height: 100%;
}
@media only screen and (min-width: 576px) {
  .container--title.container--has-image .icon svg {
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .container--title.container--has-image .icon {
    max-width: 520px;
  }
}

.section.section-image-gallery {
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-block .gallery__row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .gallery-block .gallery__row {
    flex-wrap: nowrap;
  }
}
.gallery-block .gallery__image {
  position: relative;
  min-width: 200px;
  padding: 0;
  overflow: hidden;
}
.gallery-block .gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery-block .gallery__image--portrait {
  flex-grow: 1;
  min-width: 30%;
}
@media only screen and (min-width: 576px) {
  .gallery-block .gallery__image--portrait {
    min-width: 142px;
  }
}
@media screen and (min-width: 900px) {
  .gallery-block .gallery__image--portrait {
    min-width: 0;
  }
}
.gallery-block .gallery__image--portrait .gallery__image-inner {
  padding-top: 150%;
}
.gallery-block .gallery__image--landscape {
  flex-grow: 2.25;
  min-width: 69%;
}
@media only screen and (min-width: 576px) {
  .gallery-block .gallery__image--landscape {
    min-width: 320px;
  }
}
@media screen and (min-width: 900px) {
  .gallery-block .gallery__image--landscape {
    min-width: 0;
  }
}
.gallery-block .gallery__image--landscape .gallery__image-inner {
  padding-top: 66.66%;
}

.section-services-list .services-container {
  display: flex;
  flex-wrap: wrap;
}
.section-services-list .service {
  width: 100%;
  margin-bottom: 40px;
}
.section-services-list .service:last-of-type {
  margin-bottom: 0;
}
.section-services-list .service a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60%;
  border: 0;
  overflow: hidden;
}
.section-services-list .service .service__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60%;
  border-radius: 10px;
  overflow: hidden;
}
.section-services-list .service .service__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-services-list .service .service__image .image--blurred {
  filter: blur(25px) brightness(20%);
  opacity: 0.75;
  -webkit-mask-image: linear-gradient(to top, black 5%, transparent 50%);
  mask-image: linear-gradient(to top, black 5%, transparent 50%);
}
.section-services-list .service .service__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 15px;
}
.section-services-list .service .service__content h3 {
  margin-bottom: 0;
  color: #EEECE3;
}
.section-services-list .service .service__content p {
  line-height: 1.1em;
}

@media only screen and (min-width: 768px) {
  .section-services-list .service {
    position: relative;
    width: 50%;
  }
  .section-services-list .service:nth-child(odd) {
    margin-top: -150px;
    padding-right: 20px;
  }
  .section-services-list .service:nth-child(even) {
    padding-left: 20px;
  }
  .section-services-list .service:nth-child(1) {
    margin-top: 0;
  }
  .section-services-list .service:nth-child(2) {
    margin-top: 150px;
  }
  .section-services-list .service a, .section-services-list .service .service__image {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .section-services-list .service .service__content {
    padding: 20px;
  }
  .section-services-list .service a, .section-services-list .service .service__image {
    padding-top: 60%;
  }
}
.home__hero {
  position: relative;
  height: 70vh;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}
.home__hero .glide, .home__hero .glide__track, .home__hero .glide__slide, .home__hero .glide__slides {
  height: 100%;
  border-radius: 10px;
}
.home__hero .glide__slides {
  transform: none !important;
  width: auto !important;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home__hero .glide__slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 2s;
  padding: 0;
}
.home__hero .glide:not(.glide--init) .glide__slide:first-child {
  position: relative;
  opacity: 1;
}
.home__hero .glide__slide--active {
  z-index: 1;
  opacity: 1;
}
.home__hero .glide__image-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.home__hero .glide__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 992px) {
  .home__hero .glide, .home__hero .glide__track, .home__hero .glide__slide, .home__hero .glide__slides {
    border-radius: 15px;
  }
}
.home__hero .glide__image--blurred {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(5px) brightness(70%);
  opacity: 0.7;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.75) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.75) 100%);
}
.home__hero:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.4;
  background: #212627;
  background: linear-gradient(to bottom, rgba(33, 38, 39, 0.8) 0%, rgba(33, 38, 39, 0) 30%, rgba(33, 38, 39, 0) 75%, #212627 100%);
}
.home__hero-subheading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  padding-top: 30px;
  padding-right: 30px;
  z-index: 99;
  mix-blend-mode: screen;
}
@media only screen and (min-width: 768px) {
  .home__hero-subheading {
    width: 100%;
    padding-right: 0;
    background: none;
  }
}
.home__hero-subheading-text {
  color: #EEECE3;
}
.home__hero-subheading-text span {
  display: block;
}
.home__hero-subheading-text span:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home__hero-subheading-text span {
    display: inline;
  }
  .home__hero-subheading-text span:not(:last-child) {
    margin-bottom: 0;
  }
  .home__hero-subheading-text span:not(:last-child):after {
    content: " · ";
    font-size: 1.4em;
  }
}

.archive article {
  max-width: 1000px;
  padding: 50px 0;
}
.archive article h3 {
  margin-top: 0;
}
.archive article .btn {
  margin-top: 30px;
}

.posted-on {
  text-align: right;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 1.5em;
  line-height: 1;
}
