/* stylelint-disable no-descending-specificity */

:root {
  --baseline: 1.5rem;
}

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

::-moz-selection {
  background: rgba(107, 8, 43, 0.38);
}

::selection {
  background: rgba(107, 8, 43, 0.38);
}

/*! 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: bolder;
}

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

@font-face {
  font-family: 'Butler';
  font-style: normal;
  font-weight: normal;
  src: local("Butler"), url("../fonts/Butler.woff2") format("woff2"), url("../fonts/Butler.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Butler';
  font-style: normal;
  font-weight: bold;
  src: local("Butler Bold"), local("Butler-Bold"), url("../fonts/Butler-Bold.woff2") format("woff2"), url("../fonts/Butler-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: local("Gotham Medium"), local("Gotham-Medium"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: bold;
  src: local("Gotham Bold"), local("Gotham-Bold"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Book"), local("Gotham-Book"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/DancingScript-Regular.woff2") format("woff2"), url("../fonts/DancingScript-Regular.woff") format("woff");
  font-display: swap;
}

html {
  font-size: 112.5%;
  line-height: 1.5;
}

html {
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  scroll-behavior: smooth;
  text-underline-position: under;
}

body {
  background: #FFFFFF;
  color: #514740;
  /* Enable kerning and optional ligatures */
  text-rendering: optimizeLegibility;
  /* Make type rendering look crisper */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 1.3423998431rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.265625rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.1932436603rem;
  line-height: 1.3333333333;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5;
}

h5 {
  font-size: 1.0606604583rem;
  line-height: 2;
}

h6 {
  font-size: 1rem;
  line-height: 1Infinity;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.25em;
  padding: 0;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  font-family: 'Butler', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

hr {
  margin: 1.4375rem 0rem;
  border: 0;
  border-top: 0.0625rem solid #907645;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

abbr {
  cursor: help;
}

address {
  margin: 0 0 1em;
  font-style: normal;
}

address:last-child {
  margin-bottom: 0;
}

b {
  font-weight: 700;
}

blockquote {
  margin: 0 0 1em;
  padding: 0 0 0 1em;
  border-left: 0.25rem solid currentColor;
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
}

blockquote cite::before {
  content: '\2014\00A0';
}

cite {
  font-style: italic;
}

code {
  margin: 0;
  color: #009B8E;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.9428087869em;
  word-break: break-word;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

kbd {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.8888888889em;
}

mark {
  background: #FFD740;
  color: inherit;
}

pre {
  display: block;
  margin: 0 0 1em;
  overflow: auto;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.9428087869em;
  line-height: inherit;
}

pre:last-child {
  margin-bottom: 0;
}

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

q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

q::before {
  content: open-quote;
}

q::after {
  content: close-quote;
}

samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.8888888889em;
}

small {
  font-size: 0.8888888889em;
}

strong {
  font-weight: 700;
}

sub {
  font-size: 0.8888888889em;
}

sup {
  font-size: 0.8888888889em;
}

var {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.8888888889em;
}

::-moz-placeholder {
  -moz-transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 1;
  color: #907645;
}

:-ms-input-placeholder {
  -ms-transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 1;
  color: #907645;
}

::placeholder {
  transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 1;
  color: #907645;
}

:disabled,
[readonly] {
  cursor: default;
  pointer-events: none;
}

:disabled {
  opacity: 0.54;
}

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

fieldset:last-child {
  margin-bottom: 0;
}

legend {
  display: block;
  margin: 0 0 1em;
  padding: 0;
  font-family: 'Butler', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

legend:last-child {
  margin-bottom: 0;
}

form {
  margin: 0 0 1em;
}

form:last-child {
  margin-bottom: 0;
}

label {
  vertical-align: top;
  cursor: pointer;
}

input:not([type]),
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'] {
  display: inline-block;
  height: 3em;
  padding: 0.75em 0;
  transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1), background-color 200ms cubic-bezier(0.64, 0, 0.35, 1), color 200ms cubic-bezier(0.64, 0, 0.35, 1), outline-color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0.0625rem solid transparent;
  border-bottom-color: #907645;
  outline: none;
  background: #FFFFFF;
  color: #514740;
  font-size: 1rem;
  line-height: 2.875em;
  background-clip: padding-box;
  caret-color: #514740;
  vertical-align: top;
}

input:not([type]):hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover {
  border-bottom-color: #514740;
  color: #514740;
}

input:not([type]):focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus {
  border-bottom-color: #514740;
  color: #514740;
}

input:not([type]):invalid,
[type='date']:invalid,
[type='datetime']:invalid,
[type='datetime-local']:invalid,
[type='email']:invalid,
[type='month']:invalid,
[type='number']:invalid,
[type='password']:invalid,
[type='search']:invalid,
[type='tel']:invalid,
[type='text']:invalid,
[type='time']:invalid,
[type='url']:invalid,
[type='week']:invalid {
  border-bottom-color: #D82C0D;
}

[type='date'],
[type='datetime-local'],
[type='month'],
[type='number'],
[type='time'],
[type='week'],
[list] {
  padding-right: 0;
}

[type='date']::-webkit-clear-button,
[type='datetime-local']::-webkit-clear-button,
[type='month']::-webkit-clear-button,
[type='number']::-webkit-clear-button,
[type='time']::-webkit-clear-button,
[type='week']::-webkit-clear-button,
[list]::-webkit-clear-button {
  width: 3em;
  height: 100%;
  margin-left: 0.75em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%236B082B" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 1em;
  -webkit-appearance: none;
  appearance: none;
}

[type='date']::-webkit-inner-spin-button,
[type='datetime-local']::-webkit-inner-spin-button,
[type='month']::-webkit-inner-spin-button,
[type='number']::-webkit-inner-spin-button,
[type='time']::-webkit-inner-spin-button,
[type='week']::-webkit-inner-spin-button,
[list]::-webkit-inner-spin-button {
  height: 100%;
  margin-left: 0;
}

[type='date']::-webkit-calendar-picker-indicator,
[type='datetime-local']::-webkit-calendar-picker-indicator,
[type='month']::-webkit-calendar-picker-indicator,
[type='number']::-webkit-calendar-picker-indicator,
[type='time']::-webkit-calendar-picker-indicator,
[type='week']::-webkit-calendar-picker-indicator,
[list]::-webkit-calendar-picker-indicator {
  width: 1.5em;
  height: 100%;
  padding: 0;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23907645" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/%3E%3Cpath d="M0-.75h24v24H0z" fill="none"/%3E%3C/svg%3E') center right/1em no-repeat;
  color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

[type='date']::-webkit-textfield-decoration-container,
[type='datetime-local']::-webkit-textfield-decoration-container,
[type='month']::-webkit-textfield-decoration-container,
[type='number']::-webkit-textfield-decoration-container,
[type='time']::-webkit-textfield-decoration-container,
[type='week']::-webkit-textfield-decoration-container,
[list]::-webkit-textfield-decoration-container {
  height: 100%;
}

[type='color'] {
  display: block;
  width: 3em;
  height: 3em;
  margin: 0;
  padding: 0;
  transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1), background-color 200ms cubic-bezier(0.64, 0, 0.35, 1), color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0.0625rem solid #907645;
  outline: none;
  background: #FFFFFF;
}

[type='color']:hover {
  border-color: #514740;
  color: #514740;
}

[type='color']:focus {
  border-color: #514740;
  color: #514740;
}

[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}

[type='color']::-webkit-color-swatch {
  border: 0;
}

[type='range'] {
  vertical-align: top;
}

select {
  display: inline-block;
  height: 3em;
  padding: 0rem 3em 0rem 0rem;
  transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1), background-color 200ms cubic-bezier(0.64, 0, 0.35, 1), color 200ms cubic-bezier(0.64, 0, 0.35, 1), outline-color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0.0625rem solid transparent;
  border-bottom-color: #907645;
  outline: none;
  background: #FFFFFF;
  background-clip: padding-box;
  color: #514740;
  line-height: 2.875em;
}

select optgroup {
  background: #F4F1EC;
  color: #514740;
}

select option {
  background: #FFFFFF;
  color: #514740;
}

select option:checked {
  background: #907645;
  color: #FFFFFF;
}

select:hover {
  border-bottom-color: #514740;
  color: #514740;
}

select:focus {
  border-bottom-color: #514740;
  color: #514740;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  select {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23907645" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/%3E%3Cpath d="M0-.75h24v24H0z" fill="none"/%3E%3C/svg%3E') right center/1.25em no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

select[size],
select[multiple] {
  height: auto;
  padding: 0;
}

select[size] option,
select[multiple] option {
  padding: 0.5em 1em;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  select[size],
  select[multiple] {
    background-image: none;
  }
}

select:invalid {
  border-bottom-color: #D82C0D;
}

textarea {
  display: inline-block;
  height: 6em;
  padding: 0.6666666667em 0rem;
  transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1), background-color 200ms cubic-bezier(0.64, 0, 0.35, 1), color 200ms cubic-bezier(0.64, 0, 0.35, 1), outline-color 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0.0625rem solid transparent;
  border-bottom-color: #907645;
  outline: none;
  background: #FFFFFF;
  background-clip: padding-box;
  color: #514740;
  line-height: 1.5rem;
  vertical-align: top;
  resize: vertical;
  caret-color: #514740;
}

textarea:hover {
  border-bottom-color: #514740;
  color: #514740;
}

textarea:focus {
  border-bottom-color: #514740;
  color: #514740;
}

textarea:invalid {
  border-bottom-color: #D82C0D;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  margin: 0;
  padding: 0 1.5em;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0.0625rem solid #907645;
  border-radius: 99em;
  outline: none;
  background: transparent;
  box-shadow: inset 0 0 0 0.1875em transparent;
  color: #907645;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 0.8888888889em;
  font-weight: 500;
  line-height: 2.875em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
}

button:focus,
button:hover,
[type='button']:focus,
[type='button']:hover,
[type='reset']:focus,
[type='reset']:hover,
[type='submit']:focus,
[type='submit']:hover {
  border-color: #907645;
  background: #907645;
  color: #FFFFFF;
}

button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active {
  border-color: #514740;
  background: #514740;
  color: #FFFFFF;
}

figcaption {
  display: block;
  margin-top: 0.25em;
}

figure {
  display: block;
  margin: 0 0 1em;
}

figure:last-child {
  margin-bottom: 0;
}

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

svg {
  overflow: hidden;
  fill: currentColor;
  vertical-align: top;
}

audio,
video {
  max-width: 100%;
}

a {
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  color: currentColor;
  text-decoration: none;
  word-wrap: break-word;
  cursor: pointer;
}

dl {
  margin: 0 0 1em;
}

dl:last-child {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1em;
  padding: 0 0 0 1em;
}

dd:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.125em;
}

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

table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1em;
  border-collapse: collapse;
}

table:last-child {
  margin-bottom: 0;
}

td,
th {
  padding: 0.25em;
  border-top: 0.0625rem solid #907645;
}

th {
  text-align: inherit;
}

thead th {
  padding-bottom: 0.25em;
  border-bottom: 0.125rem solid #907645;
}

caption {
  padding: 0.25em 0 0;
  caption-side: bottom;
  color: #514740;
  text-align: left;
}

embed,
iframe,
object {
  max-width: 100%;
  margin-bottom: 1em;
}

embed:last-child,
iframe:last-child,
object:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: center;
  height: 3em;
  margin: 0;
  padding: 0.75em 1.5em;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0.0625rem solid #907645;
  border-radius: 99em;
  background: transparent;
  box-shadow: inset 0 0 0 0.1875em transparent;
  color: #907645;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 0.8888888889em;
  font-weight: 500;
  line-height: 2.875em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
}

.btn__text {
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
}

.btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0.1875em;
  width: 0;
  height: calc(3em - 0.375em);
  transform: translate(0%, -50%);
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border-radius: 99em;
  background: transparent;
}

.btn:hover,
.btn:focus,
.btn:active {
  border-color: #907645;
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.btn:hover::before,
.btn:focus::before,
.btn:active::before {
  width: calc(100% - 0.375em);
  background: #907645;
}

.btn:active {
  border-color: #514740;
}

.btn:active::before {
  background: #514740;
}

.btn:disabled,
.btn--disabled {
  opacity: 0.54;
  cursor: default;
  pointer-events: none;
}

.btn--with-icon {
  padding-right: 3.5em;
}

.btn--with-icon::before {
  width: calc(3em - 0.375em);
  background: #907645;
}

.btn--with-icon .btn__icon {
  position: absolute;
  top: 50%;
  right: 0.375em;
  width: calc(3em - 0.75em);
  height: calc(3em - 0.75em);
  transform: translate(0%, -50%);
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border-radius: 99em;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23FFF" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"%3E%3Cpath fill="none" d="M0 0h24v24H0V0z"/%3E%3Cpath d="m8.8 19.5 7.5-7.5-7.5-7.5v15z"/%3E%3C/svg%3E') center/1.25em no-repeat;
}

.btn--with-icon:hover .btn__icon,
.btn--with-icon:focus .btn__icon,
.btn--with-icon:active .btn__icon {
  transform: translate(-0.375em, -50%);
}

.btn--with-icon:hover .btn__text,
.btn--with-icon:focus .btn__text,
.btn--with-icon:active .btn__text {
  transform: translateX(0.375em);
}

.cs-dark,
.cs-primary,
.cs-secondary,
.cs-secondary-2,
.cs-secondary-3 {
  background: #514740;
  color: #FFFFFF;
}

.cs-dark h1,
.cs-dark h2,
.cs-dark h3,
.cs-dark h4,
.cs-dark h5,
.cs-dark h6,
.cs-primary h1,
.cs-primary h2,
.cs-primary h3,
.cs-primary h4,
.cs-primary h5,
.cs-primary h6,
.cs-secondary h1,
.cs-secondary h2,
.cs-secondary h3,
.cs-secondary h4,
.cs-secondary h5,
.cs-secondary h6,
.cs-secondary-2 h1,
.cs-secondary-2 h2,
.cs-secondary-2 h3,
.cs-secondary-2 h4,
.cs-secondary-2 h5,
.cs-secondary-2 h6,
.cs-secondary-3 h1,
.cs-secondary-3 h2,
.cs-secondary-3 h3,
.cs-secondary-3 h4,
.cs-secondary-3 h5,
.cs-secondary-3 h6 {
  color: #FFFFFF;
}

.cs-dark a:not(.btn),
.cs-primary a:not(.btn),
.cs-secondary a:not(.btn),
.cs-secondary-2 a:not(.btn),
.cs-secondary-3 a:not(.btn) {
  color: #FFFFFF;
}

.cs-dark a:not(.btn):hover,
.cs-primary a:not(.btn):hover,
.cs-secondary a:not(.btn):hover,
.cs-secondary-2 a:not(.btn):hover,
.cs-secondary-3 a:not(.btn):hover {
  color: #D6CBB5;
}

.cs-dark hr,
.cs-primary hr,
.cs-secondary hr,
.cs-secondary-2 hr,
.cs-secondary-3 hr {
  border-color: #907645;
}

.cs-dark caption,
.cs-primary caption,
.cs-secondary caption,
.cs-secondary-2 caption,
.cs-secondary-3 caption {
  color: #D6CBB5;
}

.cs-primary {
  background: #6B082B;
}

.cs-secondary {
  background: #907645;
}

.cs-secondary-2 {
  background: #AA9162;
}

.cs-secondary-3 {
  background: #BEA67A;
}

.cs-secondary-5 {
  background: #F4F1EC;
}

.textfield {
  display: block;
  position: relative;
  margin-top: 0.75rem;
}

input.textfield__input,
textarea.textfield__input,
select.textfield__input {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 15rem;
  padding-right: 0;
  padding-left: 0;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0;
  border-bottom: solid 0.0625rem transparent;
  background: transparent !important;
  /* stylelint-disable-line declaration-no-important */
  color: transparent;
  vertical-align: middle;
}

input.textfield__input:disabled,
textarea.textfield__input:disabled,
select.textfield__input:disabled {
  border-color: transparent;
  opacity: 0.54;
  background: transparent;
  pointer-events: none;
}

input.textfield__input:hover,
textarea.textfield__input:hover,
select.textfield__input:hover {
  border-color: transparent;
}

input.textfield__input:hover ~ .textfield__mask .textfield__mask-leading,
input.textfield__input:hover ~ .textfield__mask .textfield__mask-middle,
input.textfield__input:hover ~ .textfield__mask .textfield__mask-trailing,
textarea.textfield__input:hover ~ .textfield__mask .textfield__mask-leading,
textarea.textfield__input:hover ~ .textfield__mask .textfield__mask-middle,
textarea.textfield__input:hover ~ .textfield__mask .textfield__mask-trailing,
select.textfield__input:hover ~ .textfield__mask .textfield__mask-leading,
select.textfield__input:hover ~ .textfield__mask .textfield__mask-middle,
select.textfield__input:hover ~ .textfield__mask .textfield__mask-trailing {
  border-bottom-color: #514740;
}

input.textfield__input:hover ~ .textfield__mask .textfield__mask-label,
textarea.textfield__input:hover ~ .textfield__mask .textfield__mask-label,
select.textfield__input:hover ~ .textfield__mask .textfield__mask-label {
  color: #907645;
}

input.textfield__input:hover ~ .textfield__icon,
textarea.textfield__input:hover ~ .textfield__icon,
select.textfield__input:hover ~ .textfield__icon {
  color: #907645;
}

input.textfield__input:focus,
textarea.textfield__input:focus,
select.textfield__input:focus {
  border-color: transparent;
  outline: none;
  color: #514740;
}

input.textfield__input:focus ~ .textfield__mask .textfield__mask-leading,
input.textfield__input:focus ~ .textfield__mask .textfield__mask-middle,
input.textfield__input:focus ~ .textfield__mask .textfield__mask-trailing,
textarea.textfield__input:focus ~ .textfield__mask .textfield__mask-leading,
textarea.textfield__input:focus ~ .textfield__mask .textfield__mask-middle,
textarea.textfield__input:focus ~ .textfield__mask .textfield__mask-trailing,
select.textfield__input:focus ~ .textfield__mask .textfield__mask-leading,
select.textfield__input:focus ~ .textfield__mask .textfield__mask-middle,
select.textfield__input:focus ~ .textfield__mask .textfield__mask-trailing {
  border-bottom-color: #514740;
}

input.textfield__input:focus ~ .textfield__mask .textfield__mask-label,
textarea.textfield__input:focus ~ .textfield__mask .textfield__mask-label,
select.textfield__input:focus ~ .textfield__mask .textfield__mask-label {
  transform: translateY(calc(-50% - 0.125rem));
  color: #514740;
  font-size: 0.8888888889rem;
}

input.textfield__input:focus ~ .textfield__icon,
textarea.textfield__input:focus ~ .textfield__icon,
select.textfield__input:focus ~ .textfield__icon {
  color: #907645;
}

.textfield > .iti,
.textfield > .country-select {
  transition: opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 0;
}

.textfield__mask {
  display: flex;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.textfield__mask-leading,
.textfield__mask-middle,
.textfield__mask-trailing {
  display: inline-block;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0;
  border-bottom: solid 0.0625rem #907645;
  line-height: 2.9375rem;
}

.textfield__mask-trailing {
  flex-grow: 1;
}

.textfield__mask-label {
  display: inline-block;
  transform: translateY(0%);
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  color: #907645;
  cursor: text;
  pointer-events: none;
}

.textfield__icon {
  position: absolute;
  z-index: 2;
  top: 0;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  color: #907645;
  line-height: 2.9375rem;
  text-align: center;
}

.textfield__icon[role='button'] {
  cursor: pointer;
}

.textfield__icon:nth-of-type(1) {
  left: 0;
}

.textfield__icon:nth-of-type(2) {
  right: 0;
}

.textfield--focus input.textfield__input,
.textfield--focus textarea.textfield__input,
.textfield--focus select.textfield__input {
  border-color: transparent;
  outline: none;
  color: #514740;
}

.textfield--focus .textfield__mask .textfield__mask-leading,
.textfield--focus .textfield__mask .textfield__mask-middle,
.textfield--focus .textfield__mask .textfield__mask-trailing {
  border-bottom-color: #514740;
}

.textfield--focus .textfield__mask .textfield__mask-label {
  transform: translateY(calc(-50% - 0.125rem));
  color: #514740;
  font-size: 0.8888888889rem;
}

.textfield--focus .textfield__icon {
  color: #907645;
}

.textfield--focus > .iti,
.textfield--focus > .country-select {
  opacity: 1;
}

.textfield--with-value input.textfield__input,
.textfield--with-value textarea.textfield__input,
.textfield--with-value select.textfield__input {
  color: #514740;
}

.textfield--with-value input.textfield__input:hover,
.textfield--with-value textarea.textfield__input:hover,
.textfield--with-value select.textfield__input:hover {
  color: #514740;
}

.textfield--with-value input.textfield__input:hover ~ .textfield__mask .textfield__mask-middle,
.textfield--with-value textarea.textfield__input:hover ~ .textfield__mask .textfield__mask-middle,
.textfield--with-value select.textfield__input:hover ~ .textfield__mask .textfield__mask-middle {
  border-top-color: transparent;
}

.textfield--with-value input.textfield__input:hover ~ .textfield__mask .textfield__mask-label,
.textfield--with-value textarea.textfield__input:hover ~ .textfield__mask .textfield__mask-label,
.textfield--with-value select.textfield__input:hover ~ .textfield__mask .textfield__mask-label {
  transform: translateY(calc(-50% - 0.125rem));
  font-size: 0.8888888889rem;
}

.textfield--with-value .textfield__mask .textfield__mask-middle {
  border-top-color: transparent;
}

.textfield--with-value .textfield__mask .textfield__mask-label {
  transform: translateY(calc(-50% - 0.125rem));
  font-size: 0.8888888889rem;
}

.textfield--with-value.textfield--with-leading-icon .textfield__mask-middle {
  padding-left: 0;
}

.textfield--with-value > .iti,
.textfield--with-value > .country-select {
  opacity: 1;
}

.textfield--with-leading-icon input.textfield__input,
.textfield--with-leading-icon textarea.textfield__input {
  padding-left: 1.5rem;
}

.textfield--with-leading-icon input.textfield__input:focus ~ .textfield__mask .textfield__mask-middle,
.textfield--with-leading-icon textarea.textfield__input:focus ~ .textfield__mask .textfield__mask-middle {
  padding-left: 0;
}

.textfield--with-leading-icon .textfield__mask-middle {
  padding-left: 1.5rem;
}

.textfield--with-trailing-icon input.textfield__input,
.textfield--with-trailing-icon textarea.textfield__input {
  padding-right: 1.5rem;
}

.textfield--with-trailing-icon .textfield__icon:only-of-type {
  right: 0;
  left: auto;
}

.textfield:not(.textfield--focus):not(.textfield--with-value) > .iti,
.textfield:not(.textfield--focus):not(.textfield--with-value) > .country-select {
  z-index: 10;
}

.radio {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
}

.radio__text {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}

.radio__text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.2187500001rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0.0625rem solid currentColor;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: inset 0 0 0 1rem #FFFFFF;
}

.radio__input {
  display: none;
}

.radio__input:checked + .radio__text::before {
  border-color: #6B082B;
  background-color: #6B082B;
  box-shadow: inset 0 0 0 0.125rem #FFFFFF;
}

.radio__input[disabled] + .radio__text {
  color: #907645;
  cursor: default;
}

.radio__input[disabled]:checked + .radio__text::before {
  border-color: transparent;
  background-color: #907645;
  box-shadow: inset 0 0 0 0.125rem #FFFFFF;
}

.checkbox {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
}

.checkbox__text {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}

.checkbox__text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.2187500001rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: 0.0625rem solid currentColor;
  background-color: transparent;
  box-shadow: inset 0 0 0 1rem #FFFFFF;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + .checkbox__text::before {
  border-color: #6B082B;
  background-color: #6B082B;
  box-shadow: inset 0 0 0 0.125rem #FFFFFF;
}

.checkbox__input[disabled] + .checkbox__text {
  color: #907645;
  cursor: default;
}

.checkbox__input[disabled]:checked + .checkbox__text::before {
  border-color: transparent;
  background-color: #907645;
  box-shadow: inset 0 0 0 0.125rem #FFFFFF;
}

.formme__meta {
  display: none;
}

.formme__success {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 1.5rem 4.5rem;
  border: 0.0625rem solid #907645;
  text-align: center;
}

.formme__success-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.formme__success-box {
  max-width: 420px;
}

.formme__success-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.25em;
  color: #907645;
}

.formme__success-message-1 {
  margin: 0;
  color: #907645;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.265625rem;
  font-weight: 700;
}

.formme__success-message-2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.formme__success-message-3 {
  display: inline-block;
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 0.0625rem dotted currentColor;
}

.formme__success--compact {
  padding: 1.5rem 1.5rem;
}

.formme__success--compact::after {
  display: none;
}

.formme__success--compact .formme__success-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.formme__success--compact .formme__success-message-1,
.formme__success--compact .formme__success-message-2,
.formme__success--compact .formme__success-message-3 {
  font-size: 1rem;
}

.formme--success .formme__success {
  display: flex;
}

.formme--success .formme__success ~ .formme__ui {
  display: none;
}

.formme__fields {
  margin-bottom: 3rem;
}

.formme__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0rem -1.5rem;
}

.formme__grid-item {
  flex: 1 0 50%;
  margin-bottom: 3rem;
  padding: 0rem 1.5rem;
}

.formme__grid-item--full {
  flex-basis: 100%;
}

.formme__field {
  margin-bottom: 3rem;
}

.formme__field:last-child {
  margin-bottom: 0;
}

.formme__field-label {
  display: inline-block;
  margin-bottom: 0.5em;
  color: #6B082B;
}

.formme__field-input {
  width: 100%;
}

.formme__field-input:valid ~ .formme__response {
  display: none;
}

.formme__message {
  margin: 1em 0;
}

.formme__actions {
  display: flex;
}

.formme__response {
  display: flex;
  align-items: center;
  margin-top: 0.25em;
  font-size: 0.8888888889rem;
}

.formme__response.is-error {
  color: #D82C0D;
}

.formme__response.is-warning {
  color: #FFC453;
}

.formme__response.is-success {
  color: #008060;
}

.formme__response--with-bg {
  margin-top: 0;
  padding: 0.25em 0.5em;
}

.formme__response--with-bg.is-error {
  background-color: #f5cac3;
}

.formme__response--with-bg.is-warning {
  background-color: #fff0d4;
}

.formme__response--with-bg.is-success {
  background-color: #bfdfd7;
}

.formme__response--with-icon::before {
  content: '';
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23907645" xmlns="http://www.w3.org/2000/svg" height="24" width="24"%3E%3Cpath d="M0 0h24v24H0V0z" fill="none"/%3E%3Cpath d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.formme__response--with-icon.is-error::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23D82C0D" xmlns="http://www.w3.org/2000/svg" height="24" width="24"%3E%3Cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/%3E%3C/svg%3E');
}

.formme__response--with-icon.is-warning::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23FFC453" xmlns="http://www.w3.org/2000/svg" height="24" width="24"%3E%3Cpath d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/%3E%3C/svg%3E');
}

.formme__response--with-icon.is-success::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23008060" xmlns="http://www.w3.org/2000/svg" height="24" width="24"%3E%3Cpath d="M0 0h24v24H0V0z" fill="none"/%3E%3Cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/%3E%3C/svg%3E');
}

.formme__response--form {
  width: 100%;
  margin: 0rem 0rem 1.5rem;
  padding: 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.04);
  font-weight: 700;
}

.formme__response:empty {
  display: none;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  padding: 0;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti__country-list {
  z-index: 20;
  font-size: 16px;
}

.country-select {
  width: 100%;
}

.country-select .selected-flag {
  padding: 0;
}

.country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}

.country-select .country-list {
  font-size: 16px;
}

.resposive-media {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}

.resposive-media > iframe,
.resposive-media > img,
.resposive-media > object,
.resposive-media > video,
.resposive-media__object,
.resposive-media .rll-youtube-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.resposive-media > img,
.resposive-media > video,
.resposive-media__object {
  -o-object-fit: cover;
  object-fit: cover;
}

.resposive-media--object-fill .resposive-media > img,
.resposive-media--object-fill .resposive-media > video,
.resposive-media--object-fill .resposive-media__object {
  -o-object-fit: fill;
  object-fit: fill;
}

.resposive-media--object-contain .resposive-media > img,
.resposive-media--object-contain .resposive-media > video,
.resposive-media--object-contain .resposive-media__object {
  -o-object-fit: contain;
  object-fit: contain;
}

.resposive-media--object-none .resposive-media > img,
.resposive-media--object-none .resposive-media > video,
.resposive-media--object-none .resposive-media__object {
  -o-object-fit: none;
  object-fit: none;
}

.resposive-media--object-scale-down .resposive-media > img,
.resposive-media--object-scale-down .resposive-media > video,
.resposive-media--object-scale-down .resposive-media__object {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.resposive-media--object-top .resposive-media > img,
.resposive-media--object-top .resposive-media > video,
.resposive-media--object-top .resposive-media__object {
  -o-object-position: top center;
  object-position: top center;
}

.resposive-media--object-left .resposive-media > img,
.resposive-media--object-left .resposive-media > video,
.resposive-media--object-left .resposive-media__object {
  -o-object-position: left center;
  object-position: left center;
}

.resposive-media--object-bottom .resposive-media > img,
.resposive-media--object-bottom .resposive-media > video,
.resposive-media--object-bottom .resposive-media__object {
  -o-object-position: bottom center;
  object-position: bottom center;
}

.resposive-media--object-right .resposive-media > img,
.resposive-media--object-right .resposive-media > video,
.resposive-media--object-right .resposive-media__object {
  -o-object-position: right center;
  object-position: right center;
}

.resposive-media--1by1 {
  padding-bottom: 100%;
}

.resposive-media--1by2 {
  padding-bottom: 200%;
}

.resposive-media--2by1 {
  padding-bottom: 50%;
}

.resposive-media--1by3 {
  padding-bottom: 300%;
}

.resposive-media--3by1 {
  padding-bottom: 33.3333333333%;
}

.resposive-media--1by4 {
  padding-bottom: 400%;
}

.resposive-media--4by1 {
  padding-bottom: 25%;
}

.resposive-media--3by2 {
  padding-bottom: 66.6666666667%;
}

.resposive-media--2by3 {
  padding-bottom: 150%;
}

.resposive-media--4by3 {
  padding-bottom: 75%;
}

.resposive-media--3by4 {
  padding-bottom: 133.333333333%;
}

.mn-video {
  position: relative;
}

.mn-video::after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.mn-video__embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mn-video__poster {
  display: block;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.is-playing .mn-video__poster {
  visibility: hidden;
  transition: opacity 500ms cubic-bezier(0.64, 0, 0.35, 1), visibility 0ms 500ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 0;
}

.mn-video__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 1;
  background: rgba(0, 0, 0, 0.46);
  cursor: pointer;
}

.is-playing .mn-video__overlay {
  opacity: 0;
  pointer-events: none;
}

.mn-video__overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33.3333333333%;
  height: 33.3333333333%;
  transform: translate(-50%, -50%);
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 0.74;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 108.206 108.203"%3E%3Cpath fill="%23fff" d="M108.177 52.337a54.1 54.1 0 1 0-55.844 55.836c.593.022 1.179.029 1.769.029a54.106 54.106 0 0 0 54.075-55.866Zm-20.87 33.921a45.845 45.845 0 0 1-33.2 14.067c-.505 0-1.011-.009-1.521-.024a46.225 46.225 0 0 1 1.513-92.425q.753 0 1.518.024a46.225 46.225 0 0 1 31.686 78.359Zm-15.46-35.3-23.991-17.2a3.87 3.87 0 0 0-6.123 3.145v34.403a3.868 3.868 0 0 0 6.123 3.141l23.991-17.2a3.868 3.868 0 0 0 0-6.289Z" data-name="Path 624"/%3E%3C/svg%3E') center/50% no-repeat;
}

.mn-video:hover:not(.is-playing) .mn-video__overlay {
  background: rgba(0, 0, 0, 0.38);
}

.mn-video:hover:not(.is-playing) .mn-video__overlay-icon {
  opacity: 1;
}

.mn-topnet {
  position: relative;
}

.mn-topnet::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 671px;
  max-width: 100%;
  height: 100%;
  background: url(../img/topnet.svg) top right/100% no-repeat;
  pointer-events: none;
}

.mn-bottomnet {
  position: relative;
}

.mn-bottomnet::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 671px;
  max-width: 100%;
  height: 100%;
  transform: rotate(180deg);
  background: url(../img/topnet.svg) top right/100% no-repeat;
  pointer-events: none;
}

.mn-diagonal-top {
  position: relative;
  z-index: 1;
}

.mn-diagonal-top::before {
  content: '';
  position: absolute;
  z-index: -100;
  top: -1.7460384746vw;
  right: 0;
  left: 0;
  height: 50%;
  transform: skewY(-2deg);
  background: inherit;
}

.swiper-button-next,
.swiper-button-prev {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23FFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="none" d="M0 0h24v24H0V0z"/%3E%3Cpath d="M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"/%3E%3C/svg%3E') center/100% no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 0.125em rgba(0, 0, 0, 0.54));
}

.swiper-button-prev::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23FFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="none" d="M0 0h24v24H0V0z" opacity=".87"/%3E%3Cpath d="M17.51 3.87 15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"/%3E%3C/svg%3E');
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 4.3650961865vw;
}

.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  transform: scale(0.666666);
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 0.54;
  background: #FFFFFF;
  filter: drop-shadow(0 0 0.125em rgba(0, 0, 0, 0.54));
}

.swiper-pagination-bullet-active {
  transform: scale(1);
  opacity: 1;
  background: #FFFFFF;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0rem 0.75rem;
}

.has-text-background-color {
  background-color: #514740;
}

.has-text-color {
  color: #514740;
}

.has-text-border-color {
  color: #514740;
}

.has-primary-background-color {
  background-color: #6B082B;
}

.has-primary-color {
  color: #6B082B;
}

.has-primary-border-color {
  color: #6B082B;
}

.has-secondary-1-background-color {
  background-color: #907645;
}

.has-secondary-1-color {
  color: #907645;
}

.has-secondary-1-border-color {
  color: #907645;
}

.has-secondary-2-background-color {
  background-color: #AA9162;
}

.has-secondary-2-color {
  color: #AA9162;
}

.has-secondary-2-border-color {
  color: #AA9162;
}

.has-secondary-3-background-color {
  background-color: #BEA67A;
}

.has-secondary-3-color {
  color: #BEA67A;
}

.has-secondary-3-border-color {
  color: #BEA67A;
}

.has-secondary-4-background-color {
  background-color: #D6CBB5;
}

.has-secondary-4-color {
  color: #D6CBB5;
}

.has-secondary-4-border-color {
  color: #D6CBB5;
}

.has-secondary-5-background-color {
  background-color: #F4F1EC;
}

.has-secondary-5-color {
  color: #F4F1EC;
}

.has-secondary-5-border-color {
  color: #F4F1EC;
}

.mn-info {
  margin-right: auto;
  margin-left: auto;
}

.mn-info__logo {
  display: block;
  margin-bottom: 2em;
}

.mn-info__logo-img {
  width: auto;
  height: 4.5rem;
}

.mn-info__heading {
  margin-bottom: 0.3897443431em;
  color: #6B082B;
  font-size: 2.8865075782rem;
  font-weight: 400;
  line-height: normal;
}

.cs-secondary .mn-info__heading,
.cs-secondary-2 .mn-info__heading,
.cs-secondary-3 .mn-info__heading {
  color: #6B082B;
}

.mn-info__heading--small {
  margin-bottom: 0.4932701843em;
  font-size: 2.2806973457rem;
}

.mn-info__subheading {
  color: #907645;
  font-family: 'Dancing Script', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 2.0272865295rem;
  font-weight: 500;
}

.mn-info__founder {
  margin-bottom: 1.5rem;
  color: #6B082B;
  font-size: 2.8865075782rem;
  font-weight: 400;
  line-height: normal;
  line-height: 1;
}

.cs-secondary .mn-info__founder,
.cs-secondary-2 .mn-info__founder,
.cs-secondary-3 .mn-info__founder {
  color: #6B082B;
}

.mn-info__founder-title {
  margin-bottom: 1.5rem;
  color: #907645;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.423828125rem;
  font-weight: 500;
  line-height: 1;
}

.mn-info__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5em;
}

.mn-info__logos--grayscale .mn-info__logos-img {
  filter: grayscale(100%);
}

.mn-info__logos--center {
  justify-content: center;
}

.mn-info__logos--top {
  align-items: flex-start;
}

.mn-info__content {
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}

.mn-info__content:last-child {
  margin-bottom: 0;
}

.mn-info__content ul {
  list-style: disc;
}

.mn-info__content li {
  margin-bottom: 1em;
}

.mn-info__content li:last-child {
  margin-bottom: 0;
}

.mn-info__lead {
  margin-bottom: 0.8888888889em;
  color: #907645;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.265625rem;
  font-weight: 500;
}

.mn-info__video1 {
  display: block;
  position: relative;
  margin: 1.5rem 0rem;
  padding-bottom: 56.25%;
}

.mn-info__video1:last-child {
  margin-bottom: 0;
}

.mn-info__video1-embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mn-info__blocks-top,
.mn-info__blocks-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0rem -1.5rem 0.75rem;
}

.mn-info__blocks-top:last-child,
.mn-info__blocks-bottom:last-child {
  margin-bottom: 0;
}

.mn-info__blocks-left {
  width: 66.6666666667%;
  padding: 0rem 1.5rem;
}

.mn-info__blocks-right {
  width: 33.3333333333%;
  padding: 0rem 1.5rem;
}

.mn-info__blocks-img {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  width: 40%;
  min-width: 480px;
  transform: translate(118%, -66.6666666667%);
}

.mn-info__block {
  position: relative;
  margin-bottom: 0.75rem;
  padding: 1.5rem;
  background: #FFFFFF;
}

.mn-info__block:last-child {
  margin-bottom: 0;
}

.mn-info__block-heading {
  margin-bottom: 0;
  color: #907645;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.265625rem;
  font-weight: 500;
}

.is-prominent .mn-info__block-heading {
  color: #FFFFFF;
}

.mn-info__block-content {
  min-height: 3rem;
}

.mn-info__block.is-prominent {
  background: #907645;
  color: #FFFFFF;
}

.mn-info__block-sider {
  position: relative;
}

.mn-info__block-sider-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.25rem;
  height: 100%;
  transform: translate(-2.625rem, -50%);
}

.mn-info__box {
  scroll-margin: 6.75rem;
  margin: 3rem 0rem;
  padding: 3rem;
  background: #FFFFFF;
  text-align: left;
}

.mn-info__box-heading {
  margin-bottom: 0.8888888889em;
  color: #6B082B;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.265625rem;
  font-weight: 700;
  line-height: normal;
}

.mn-info__box-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0rem -1.125rem;
}

.mn-info__box-layout-left {
  width: 50%;
  padding: 0rem 1.125rem;
}

.mn-info__box-layout-right {
  width: 50%;
  padding: 0rem 1.125rem;
}

.mn-info__table {
  display: flex;
  flex-wrap: wrap;
}

.mn-info__table-heading {
  margin-bottom: 0.5em;
  color: #6B082B;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.mn-info__table-cell {
  width: 50%;
  padding: 1.5rem;
  border-right: 0.0625rem solid #907645;
  border-bottom: 0.0625rem solid #907645;
}

.mn-info__table-cell:nth-child(-n+2) {
  padding-top: 0;
}

.mn-info__table-cell:nth-child(odd) {
  padding-left: 0;
}

.mn-info__table-cell:nth-child(even) {
  padding-right: 0;
  border-right: 0;
}

.mn-info__table-cell:nth-last-child(-n+2) {
  padding-bottom: 0;
  border-bottom: 0;
}

.mn-info__table-list {
  margin: 0;
  padding: 0;
  font-size: 0.7901234568rem;
  font-weight: 700;
  list-style: none;
}

.mn-info__table-list-item {
  position: relative;
  padding-left: 1.5em;
}

.mn-info__table-list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%236B082B" transform="rotate(-45 -2.5 0)" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"%3E%3Cpath fill="none" d="M0 0h24v24H0V0z"/%3E%3Cpath d="m8.8 19.5 7.5-7.5-7.5-7.5v15z"/%3E%3C/svg%3E') top center/1.5em no-repeat;
}

.mn-info__comparison {
  border-spacing: 1.5rem 0rem;
  border-collapse: separate;
  border: none;
}

.mn-info__comparison-th {
  padding: 0.75rem;
  border: 0;
  background: #BEA67A;
  color: #FFFFFF;
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.423828125rem;
  font-weight: 500;
}

.mn-info__comparison-td {
  padding: 0.75rem;
  border: 0;
  border-bottom: 0.0625rem solid #907645;
}

.mn-info__comparison-text {
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}

.mn-info__clarify-p {
  margin-bottom: 1.5rem;
}

.mn-info__clarify-q {
  font-size: 1.265625rem;
  font-weight: 500;
}

.mn-info__clarify-a {
  margin-top: 0.75rem;
}

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

.mn-heading {
  margin-bottom: 0.3897443431em;
  color: #6B082B;
  font-size: 2.8865075782rem;
  font-weight: 400;
}

.mn-signature {
  font-size: 0.8888888889rem;
  font-weight: 500;
  text-transform: uppercase;
}

.page-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.content-wrapper {
  width: 100%;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}

.content-wrapper--small {
  max-width: 684px;
}

.content-wrapper--medium {
  max-width: 978px;
}

.content-wrapper--large {
  max-width: 1450px;
}

.content-wrapper--full {
  max-width: none;
}

.content-wrapper--extra-padding {
  padding-right: 6rem;
  padding-left: 6rem;
}

.content-wrapper--extra-padding .content-wrapper--small {
  max-width: 792px;
}

.content-wrapper--extra-padding .content-wrapper--medium {
  max-width: 984px;
}

.content-wrapper--extra-padding .content-wrapper--large {
  max-width: 1856px;
}

.content-wrapper--extra-padding .content-wrapper--xlarge {
  max-width: 1386px;
}

.content-wrapper--extra-padding .content-wrapper--wide {
  max-width: 1816px;
}

.content-wrapper--extra-padding .content-wrapper--full {
  max-width: none;
}

.mn-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  width: 101%;
  max-width: 100%;
  max-width: 1920px;
  padding: 1.5rem 0rem;
  transform: translateX(-50%);
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  background: transparent;
}

.mn-header + .mn-sticky-header-spacer {
  position: relative;
  margin-top: 6.375rem;
}

.mn-header + .mn-sticky-header-spacer::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  width: 671px;
  max-width: 100%;
  height: 674px;
  background: url(../img/topnet.svg) top right/100% no-repeat;
  pointer-events: none;
}

.mn-header::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  background: #6B082B;
  box-shadow: 0 0 0 0 transparent;
}

.mn-header.is-sticky {
  padding: 0rem 0rem;
  -webkit-backdrop-filter: saturate(180%) blur(0.75rem);
  backdrop-filter: saturate(180%) blur(0.75rem);
}

.mn-header.is-sticky::after {
  background: #E0E0E0;
  box-shadow: 0 31px 41px 0 rgba(32, 42, 53, 0.2), 0 2px 16px 0 rgba(32, 42, 54, 0.08);
}

@supports ((-webkit-backdrop-filter: saturate(180%) blur(0.75rem)) or (backdrop-filter: saturate(180%) blur(0.75rem))) {
  .mn-header.is-sticky::after {
    background: rgba(224, 224, 224, 0.87);
  }
}

.mn-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.mn-header__logo {
  position: relative;
  flex-shrink: 0;
  margin: 0 1em 0 0;
}

.mn-header__logo-link {
  display: block;
}

.mn-header__logo-img {
  display: block;
  width: auto;
  height: 3.375rem;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 1;
}

.is-sticky .mn-header__logo-img {
  height: 2.625rem;
  opacity: 0;
}

.mn-header__logo-sticky-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 0;
  -o-object-position: center top;
  object-position: center top;
  -o-object-fit: contain;
  object-fit: contain;
}

.is-sticky .mn-header__logo-sticky-img {
  opacity: 1;
  -o-object-position: center;
  object-position: center;
}

.mn-header__tagline {
  display: flex;
  visibility: hidden;
  flex-shrink: 1;
  align-items: center;
  margin: 0.25em auto 0 0;
  transition: all 100ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 0;
  color: #6B082B;
  font-size: 0.7023319616rem;
  font-weight: 500;
  text-transform: uppercase;
}

.is-sticky .mn-header__tagline {
  visibility: visible;
  opacity: 1;
}

.mn-header__tagline-img {
  width: auto;
  height: 0.75em;
}

.mn-header.show-topnet::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  left: auto;
  width: 972px;
  max-width: 100vw;
  height: 674px;
  max-height: 100vh;
  background: url(../img/top-right.svg) top right/100% no-repeat;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.mn-content {
  position: relative;
}

.mn-content__hero {
  visibility: visible;
  position: fixed;
  z-index: 0;
  top: 6.375rem;
  right: 0;
  left: 0;
  transition: all 200ms 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 1;
}

.sticky-header-is-active .mn-content__hero {
  visibility: hidden;
  opacity: 0;
}

.mn-content__main {
  scroll-margin-top: 6.375rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 6.375rem;
  background: #FFFFFF;
}

.mn-content__hero ~ .mn-content__main {
  margin-top: calc(100vh + 6.375rem);
}

.mn-hero__slide {
  height: calc(100vh - 6.375rem);
}

.mn-hero__slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mn-hero__slide-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mn-hero__slide-bg::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.42), rgba(255, 255, 255, 0));
}

.mn-hero__slide-fg {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mn-hero__info {
  font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  text-align: center;
}

.mn-hero__info-heading {
  color: #6B082B;
  font-size: 2.8865075782rem;
  font-weight: 400;
}

.has-bg .mn-hero__info-heading {
  color: #FFFFFF;
}

.has-bg .mn-hero__info-content {
  color: #FFFFFF;
}

.mn-hero__info-content img {
  max-width: 25%;
}

.mn-hero__jumbotron {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 6.375rem);
  margin: 0 auto;
  text-align: center;
}

.mn-hero__jumbotron-heading {
  max-width: 946px;
  margin: 0 auto;
  color: #6B082B;
  font-size: 2.8865075782rem;
  font-weight: 400;
}

.mn-hero__jumbotron-copy {
  max-width: 680px;
  margin: 1em auto;
  font-size: 1.125rem;
  font-weight: 500;
}

.mn-hero__jumbotron-anchor {
  display: inline-block;
  position: relative;
  margin-top: 7.5rem;
  color: #6B082B;
  font-size: 0.7901234568rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.mn-hero__jumbotron-anchor::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 0.75rem);
  left: 50%;
  width: 0.0625rem;
  height: 4.5rem;
  transform: translateX(-50%);
  background: #907645;
}

.mn-hero__jumbotron-anchor::after {
  content: '';
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%);
  border: 0.75em solid transparent;
  border-top-color: #6B082B;
}

.mn-block1 {
  padding: 7.9192220162vw 0;
  background: #FFFFFF;
}

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

.mn-block2 {
  margin: 1.5rem 0rem;
}

.mn-block2__inner {
  background: #F4F1EC;
}

.mn-block2__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0rem -1.5rem;
}

.mn-block2__layout-left {
  flex: 0 0 43.75%;
  margin: -1.5rem 0rem;
  padding: 0rem 1.5rem;
}

.mn-block2__layout-right {
  flex: 0 0 56.25%;
  align-self: center;
  padding: 0rem 1.5rem;
}

.mn-block2__picture {
  display: block;
  height: 100%;
}

.mn-block2__picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mn-block2__info {
  padding: 3rem 0rem;
}

.mn-block3 {
  position: relative;
  padding: 6rem 0rem 0rem;
  overflow: hidden;
}

.mn-block3__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mn-block3__layout-left {
  width: 65%;
}

.mn-block3__layout-right {
  width: 35%;
}

.mn-block3__picture {
  display: block;
}

.mn-block3__picture-img {
  position: absolute;
  z-index: -3;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 960px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}

.mn-block3__info {
  position: relative;
  margin: 3rem -3rem;
  padding: 1.5rem 3rem;
}

.mn-block3__info-frame {
  display: block;
  position: absolute;
  z-index: -2;
  top: -3rem;
  left: calc(100% - 10.5rem);
  width: calc(70% - 3rem - 0.125rem);
  height: calc(100% + 6rem);
  border: 0.0625rem solid #907645;
  border-left: 0;
}

.mn-block3__info-frame::before,
.mn-block3__info-frame::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  border-left: 0.0625rem solid #907645;
}

.mn-block3__info-frame::after {
  top: auto;
  bottom: 0;
}

.mn-block4 {
  position: relative;
  z-index: -4;
  margin-top: -5%;
}

.mn-block5 {
  padding: 7.9192220162vw 0;
}

.mn-block5__content-wrapper {
  max-width: 910px;
}

.mn-block6 {
  position: relative;
  padding: 7.9192220162vw 0 0;
}

.mn-block6__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0rem -3rem;
}

.mn-block6__layout-left {
  align-self: center;
  width: 60%;
  padding: 0rem 3rem;
}

.mn-block6__layout-right {
  align-self: center;
  width: 40%;
  padding: 0rem 3rem;
  border-bottom: 0.0625rem solid #907645;
}

.mn-block6__picture {
  display: block;
  text-align: center;
}

.mn-block6__picture-img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.mn-block6__info {
  position: relative;
  margin: 0;
  padding: 0;
  background: #F4F1EC;
}

.mn-block7 {
  position: relative;
  z-index: 1;
  padding: 7.9192220162vw 0;
  overflow: hidden;
}

.mn-block7__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mn-block7__layout-left {
  width: 65%;
}

.mn-block7__layout-right {
  width: 35%;
}

.mn-block7__picture {
  display: block;
}

.mn-block8 {
  padding: 4.3744331763vw 0;
}

.mn-block9 {
  padding: 4.3744331763vw 0;
}

.mn-block10 {
  position: relative;
  padding: 4.5rem 0rem;
}

.mn-block10__inner {
  overflow: hidden;
}

.mn-block10__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mn-block10__layout-left {
  width: 50%;
}

.mn-block10__layout-right {
  width: 50%;
}

.mn-block10__picture {
  display: block;
  position: relative;
  height: 100%;
}

.mn-block10__picture-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 135%;
  max-width: none;
  height: 100%;
  transform: translate(-20%, 0);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.mn-block10__picture-frame {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #907645;
  border-right: 0;
}

.mn-block10__picture-frame::before,
.mn-block10__picture-frame::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  border-right: 0.0625rem solid #907645;
}

.mn-block10__picture-frame::after {
  top: auto;
  bottom: 0;
}

.mn-block10__picture::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bottom-left.svg) bottom left/100% no-repeat;
  background-blend-mode: multiply;
  pointer-events: none;
}

.mn-block10__info {
  position: relative;
  z-index: 2;
  margin: 6rem 0rem 6rem -3rem;
  padding: 3rem 0rem 3rem 1.5rem;
}

.mn-block11 {
  position: relative;
  padding: 4.5rem 0rem;
  overflow: hidden;
}

.mn-block11__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mn-block11__layout-left {
  width: 50%;
}

.mn-block11__layout-right {
  width: 50%;
}

.mn-block11__picture {
  display: block;
  position: relative;
  height: 100%;
}

.mn-block11__picture-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150%;
  max-width: none;
  height: 100%;
  transform: translate(-10%, 0);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom left;
  object-position: bottom left;
}

.mn-block11__picture-frame {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #907645;
  border-left: 0;
}

.mn-block11__picture-frame::before,
.mn-block11__picture-frame::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  border-left: 0.0625rem solid #907645;
}

.mn-block11__picture-frame::after {
  top: auto;
  bottom: 0;
}

.mn-block11__picture::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bottom-right.svg) bottom right/100% no-repeat;
  background-blend-mode: multiply;
  pointer-events: none;
}

.mn-block11__info {
  position: relative;
  z-index: 2;
  margin: 6rem -3rem 6rem 0rem;
  padding: 3rem 1.5rem 3rem 0rem;
}

.mn-block12 {
  position: relative;
  padding: 4.5rem 0rem;
  overflow: hidden;
}

.mn-block12__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mn-block12__layout-left {
  width: 50%;
}

.mn-block12__layout-right {
  width: 50%;
}

.mn-block12__picture {
  display: block;
  position: relative;
  height: 100%;
}

.mn-block12__picture-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 130%;
  max-width: none;
  height: 100%;
  transform: translate(-25%, 0);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}

.mn-block12__picture-frame {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #907645;
  border-right: 0;
}

.mn-block12__picture-frame::before,
.mn-block12__picture-frame::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  border-right: 0.0625rem solid #907645;
}

.mn-block12__picture-frame::after {
  top: auto;
  bottom: 0;
}

.mn-block12__picture.before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #907645;
}

.mn-block12__picture::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bottom-left.svg) bottom left/100% no-repeat;
  background-blend-mode: multiply;
  pointer-events: none;
}

.mn-block12__info {
  position: relative;
  z-index: 2;
  margin: 1.5rem 0rem 1.5rem -6rem;
  padding: 3rem 0rem 3rem 1.5rem;
}

.mn-block13 {
  position: relative;
  padding: 4.3744331763vw 0;
  overflow: hidden;
}

.mn-block14 {
  position: relative;
  overflow: hidden;
}

.mn-block14__info {
  max-width: 617px;
}

.mn-block14__layout {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.mn-block14__layout-left {
  position: relative;
  z-index: 1;
  width: 60%;
  padding: 7.9192220162vw 0;
}

.mn-block14__layout-right {
  width: 40%;
}

.mn-block14__picture {
  display: block;
}

.mn-block14__picture-img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 892px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top left;
  object-position: top left;
}

.mn-block14::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 671px;
  height: 100%;
  background: url(../img/top-left.svg) top left/100% no-repeat;
  pointer-events: none;
  background-blend-mode: multiply;
}

.mn-block15 {
  position: relative;
  padding: 4.3744331763vw 0;
  overflow: hidden;
  background: #F4F1EC;
}

.mn-block15__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mn-block15__layout-left {
  width: 50%;
}

.mn-block15__layout-right {
  width: 50%;
}

.mn-block15__picture {
  display: block;
  position: relative;
  height: 100%;
}

.mn-block15__picture-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 135%;
  max-width: none;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom left;
  object-position: bottom left;
}

.mn-block15__picture-frame {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #907645;
  border-left: 0;
}

.mn-block15__picture-frame::before,
.mn-block15__picture-frame::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  border-left: 0.0625rem solid #907645;
}

.mn-block15__picture-frame::after {
  top: auto;
  bottom: 0;
}

.mn-block15__picture.before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #907645;
}

.mn-block15__picture::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bottom-right.svg) bottom right/100% no-repeat;
  background-blend-mode: multiply;
  pointer-events: none;
}

.mn-block15__info {
  position: relative;
  z-index: 2;
  margin: 3rem -1.5rem 6rem 0rem;
  padding: 3rem 0rem 3rem 0rem;
}

.mn-block16 {
  position: relative;
  padding: 4.3744331763vw 0;
}

.mn-block16__inner {
  overflow: hidden;
}

.mn-block16__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mn-block16__layout-left {
  width: 50%;
}

.mn-block16__layout-right {
  width: 50%;
}

.mn-block16__picture {
  display: block;
  position: relative;
  height: 100%;
}

.mn-block16__picture-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150%;
  max-width: none;
  height: 100%;
  transform: translate(-30%, 0);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}

.mn-block16__picture-frame {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #907645;
  border-right: 0;
}

.mn-block16__picture-frame::before,
.mn-block16__picture-frame::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  border-right: 0.0625rem solid #907645;
}

.mn-block16__picture-frame::after {
  top: auto;
  bottom: 0;
}

.mn-block16__picture::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bottom-left.svg) bottom left/100% no-repeat;
  background-blend-mode: multiply;
  pointer-events: none;
}

.mn-block16__info {
  position: relative;
  z-index: 2;
  margin: 6rem 0rem 6rem -1.5rem;
  padding: 3rem 0rem;
}

.mn-block16__info::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1.5rem;
  width: 100%;
  width: 1px;
  height: 100%;
  transform: translateX(-1px);
  background: #FFFFFF;
}

.mn-block16__seprator {
  display: block;
  margin: 4.3744331763vw 0 0;
  border-bottom: 0.0625rem solid #907645;
}

.mn-block17 {
  padding: 6rem 0rem;
}

.mn-block17__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0rem -1.5rem;
}

.mn-block17__layout-left {
  width: 50%;
  padding: 0rem 1.5rem;
}

.mn-block17__layout-right {
  width: 50%;
  padding: 0rem 1.5rem;
}

.mn-block18 {
  position: relative;
  padding: 6rem 0rem;
}

.mn-block18::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 671px;
  height: 100%;
  background: url(../img/top-left.svg) top left/100% no-repeat;
  pointer-events: none;
  background-blend-mode: multiply;
}

.mn-block19 {
  position: relative;
  padding: 6rem 0rem;
  scroll-margin: 3.75rem;
}

.mn-block19__layout {
  display: flex;
  justify-content: center;
}

.mn-block19__layout-left {
  width: 20vw;
}

.mn-block19__layout-center {
  width: 60vw;
  padding: 0 3vw;
}

.mn-block19__layout-right {
  width: 20vw;
}

.mn-contact {
  padding: 7.9192220162vw 0;
  background: #FFFFFF;
}

.mn-contact__heading {
  margin: 0;
}

.mn-contact__other {
  margin-top: 6rem;
}

.mn-contact__email {
  display: inline-block;
  margin-bottom: 0.5em;
}

.mn-contact__email-link {
  -webkit-text-decoration: 1px #D6CBB5 dotted underline;
  text-decoration: 1px #D6CBB5 dotted underline;
}

.mn-contact__email-link:hover {
  color: #907645;
}

.mn-contact__phone {
  margin-bottom: 0.5em;
}

.mn-contact__phone-link {
  -webkit-text-decoration: 1px #D6CBB5 dotted underline;
  text-decoration: 1px #D6CBB5 dotted underline;
}

.mn-contact__phone-link:hover {
  color: #907645;
}

.mn-contact__social {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #907645;
  font-weight: 700;
}

.mn-contact__social-text {
  margin: 0rem 0rem 0rem 0.75rem;
  line-height: 1;
}

.mn-contact__social-links {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0rem -0.375rem;
}

.mn-contact__social-link {
  display: flex;
  padding: 0rem 0.375rem;
}

.mn-contact__social-link.is-youtube {
  margin-bottom: -0.125em;
}

.mn-contact__social-icon {
  width: 1.125rem;
  height: 1.125rem;
  color: #907645;
}

.mn-contact--padding-top-small {
  padding-top: 1.9798055041vw;
}

.mn-contact--border-top {
  padding-top: 0;
}

.mn-contact--border-top .mn-contact__inner {
  padding-top: 4.3744331763vw;
  border-top: 0.0625rem solid #907645;
}

.mn-news {
  padding: 6rem 0rem;
  background: #FFFFFF;
}

.mn-news__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0rem -0.75rem;
}

.mn-news__grid-item {
  width: 25%;
  margin-bottom: 3rem;
  padding: 0rem 0.75rem;
}

.mn-news__entry-link {
  display: block;
}

.mn-news__entry-image {
  display: block;
  position: relative;
  margin: 0rem 0rem 0.75rem;
}

.mn-news__entry-image::after {
  content: '';
  display: block;
  padding-bottom: 50%;
  border: 0.0625rem solid #D6CBB5;
  background: #F4F1EC url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23D6CBB5"%3E%3Cpath d="M0 0h24v24H0V0z" fill="none"/%3E%3Cpath d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4.86 8.86l-3 3.87L9 13.14 6 17h12l-3.86-5.14z"/%3E%3C/svg%3E') center/10% no-repeat;
}

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

.mn-news__entry-image-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 0;
  background: rgba(0, 0, 0, 0.38);
  color: #FFFFFF;
  font-weight: 500;
}

.mn-news__entry-video {
  display: block;
  position: relative;
  margin: 0rem 0rem 0.75rem;
}

.mn-news__entry-video::after {
  content: '';
  display: block;
  padding-bottom: 50%;
}

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

.mn-news__entry-video-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.46);
}

.mn-news__entry-video-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 108.206 108.203"%3E%3Cpath fill="%23fff" d="M108.177 52.337a54.1 54.1 0 1 0-55.844 55.836c.593.022 1.179.029 1.769.029a54.106 54.106 0 0 0 54.075-55.866Zm-20.87 33.921a45.845 45.845 0 0 1-33.2 14.067c-.505 0-1.011-.009-1.521-.024a46.225 46.225 0 0 1 1.513-92.425q.753 0 1.518.024a46.225 46.225 0 0 1 31.686 78.359Zm-15.46-35.3-23.991-17.2a3.87 3.87 0 0 0-6.123 3.145v34.403a3.868 3.868 0 0 0 6.123 3.141l23.991-17.2a3.868 3.868 0 0 0 0-6.289Z" data-name="Path 624"/%3E%3C/svg%3E') center/50% no-repeat;
}

.mn-news__entry-link:hover .mn-news__entry-image-overlay {
  transform: scale(1);
  opacity: 1;
}

.mn-news__entry-title {
  margin: 0rem 0rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.mn-news__entry-date {
  color: #AA9162;
  font-size: 0.7901234568rem;
  font-weight: 500;
  line-height: 1;
}

.mn-news__load-more {
  text-align: center;
}

.mn-entry {
  padding: 4.5rem 0rem;
}

.mn-entry__title {
  margin-bottom: 0.3897443431em;
  color: #6B082B;
  font-size: 2.8865075782rem;
  font-weight: 400;
  line-height: normal;
}

.mn-entry__meta {
  display: flex;
  font-weight: 500;
}

.mn-entry__meta-author::after {
  content: '|';
  display: inline-block;
  padding: 0 1em;
  opacity: 0.54;
}

.mn-entry__meta-date::after {
  content: '|';
  display: inline-block;
  padding: 0 1em;
  opacity: 0.54;
}

.mn-entry__meta-views {
  display: flex;
}

.mn-entry__meta-views::before {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5em;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%236B082B" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.799 13.521"%3E%3Cpath fill="%23393939" d="M14.287 6.544a1.671 1.671 0 0 1-.76-3.158 3.554 3.554 0 1 0 2.248 2.248 1.671 1.671 0 0 1-1.488.91ZM12.68 0C5.947 0 0 6.948 0 6.948s5.948 6.573 12.68 6.573 12.119-6.826 12.119-6.826S19.413 0 12.68 0Zm-.275 12.166a5.4 5.4 0 1 1 5.4-5.405 5.406 5.406 0 0 1-5.4 5.405Z" data-name="Path 449"/%3E%3C/svg%3E') center/100% no-repeat;
}

.mn-entry__featured {
  display: block;
  margin-bottom: 1.5rem;
}

.mn-entry__featured-img {
  width: 100%;
  height: auto;
}

.mn-footer {
  position: relative;
  padding: 1.5rem 0rem;
  font-size: 0.7901234568rem;
}

.mn-footer::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  width: 972px;
  max-width: 100vw;
  height: 674px;
  max-height: 100vh;
  transform: rotate(180deg);
  background: url(../img/top-right.svg) top right/100% no-repeat;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.mn-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.mn-footer__logo {
  margin-right: 1.5rem;
}

.mn-footer__logo-img {
  width: auto;
  max-height: 1.875rem;
}

.mn-footer__copyright {
  margin: 0rem 1.5rem 0rem 0rem;
  line-height: 1;
  white-space: nowrap;
}

.mn-footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

.mn-footer__menu-item {
  margin: 0rem 1.5rem 0rem 0rem;
  white-space: nowrap;
}

.mn-footer__menu-item:last-child {
  margin-right: 0;
}

.mn-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}

.mn-footer__social-text {
  margin: 0rem 0.75rem 0rem 0rem;
}

.mn-footer__social-links {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0rem -0.375rem;
}

.mn-footer__social-link {
  display: flex;
  padding: 0rem 0.375rem;
}

.mn-footer__social-link.is-youtube {
  margin-bottom: -0.2em;
}

.mn-footer__social-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.mn-404error {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 6.375rem - 86px);
  text-align: center;
}

.mn-404error__code {
  margin: 0;
  color: #6B082B;
  font-family: 'Butler', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 10.5450938424rem;
  font-weight: 400;
  line-height: 1;
}

.mn-404error__message {
  font-size: 1.265625rem;
  font-weight: 500;
  line-height: 1;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  word-wrap: normal !important;
  word-break: normal;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  clip-path: inset(50%);
}

.skip-link:focus {
  display: block;
  z-index: 100000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  border-radius: 3px;
  background-color: #F1F1F1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759B;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  -webkit-clip-path: none;
  clip-path: none;
  clip-path: none;
}

/* stylelint-disable declaration-no-important */

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 62em) {
  .mn-header__nav-toggle,
  .mn-header__nav-close {
    display: none;
  }

  .mn-header__menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0rem -0.75rem;
    padding: 0;
    list-style: none;
  }

  .mn-header__menu-item {
    position: relative;
    z-index: 10;
  }

  .mn-header__menu-item::after {
    content: '';
    position: absolute;
    right: 1.125rem;
    bottom: -2px;
    left: 1.125rem;
    border-bottom: 3px solid transparent;
  }

  .mn-header__menu-item:hover > .mn-header__menu-link,
  .mn-header__menu-item:focus > .mn-header__menu-link,
  .mn-header__menu-item:active > .mn-header__menu-link {
    color: #907645;
  }

  .mn-header__menu-item:hover > .mn-header__menu-sub,
  .mn-header__menu-item:focus > .mn-header__menu-sub,
  .mn-header__menu-item:active > .mn-header__menu-sub {
    visibility: visible;
    opacity: 1;
  }

  .mn-header__menu-item.is-current::after,
  .mn-header__menu-item.current_page_parent::after {
    border-color: #907645;
  }

  .is-sticky .mn-header__menu-item.is-current::after,
  .is-sticky .mn-header__menu-item.current_page_parent::after {
    border-color: #6B082B;
  }

  .mn-header__menu-link {
    display: inline-block;
    padding: 0rem 1.125rem;
    font-size: 0.8888888889rem;
    font-weight: 500;
    line-height: 2.25rem;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .is-sticky .mn-header__menu-link {
    color: #6B082B;
    line-height: 3.75rem;
  }
}

@media (max-width: 73.115em) {
  html {
    font-size: 16px;
  }

  .mn-info__heading {
    margin-bottom: 0.5549289573em;
    font-size: 2.0272865295rem;
  }

  .mn-info__heading--small {
    margin-bottom: 0.624295077em;
    font-size: 1.8020324707rem;
  }
}

@media (max-width: 61.99em) {
  html {
    font-size: 14px;
  }

  .content-wrapper {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }

  .mn-header {
    padding: 1.5rem 0rem;
  }

  .mn-header + .mn-sticky-header-spacer {
    margin-top: 6rem;
  }

  .mn-header.is-sticky {
    padding: 0.75rem 0rem;
  }

  .mn-header__logo-img {
    width: auto;
    max-height: 3rem;
  }

  .is-sticky .mn-header__logo-img {
    width: auto;
    max-height: 3rem;
  }

  .mn-header__tagline {
    display: none;
  }

  .mn-header__nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    padding: 2.25rem 3rem 8.25rem;
    transform: translate(0%, -100%);
    transition: transform 300ms cubic-bezier(0.64, 0, 0.35, 1);
    background: #FFFFFF;
  }

  .mn-header__nav::before,
  .mn-header__nav::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 671px;
    max-width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .mn-header__nav::before {
    top: 0;
    right: 0;
    background: url(../img/topnet.svg) top right/100% no-repeat;
  }

  .mn-header__nav::after {
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    background: url(../img/topnet.svg) top right/100% no-repeat;
  }

  .mn-header__nav-canvas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: visible;
    overflow-y: auto;
    color: #514740;
  }

  .mn-header__nav-close {
    position: absolute;
    z-index: 1;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 99em;
  }

  .mn-header__nav.is-active {
    transform: translate(0%, 0%);
  }

  .mn-header__nav-toggle {
    width: 3rem;
    height: 3rem;
    padding: 0;
    transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #FFFFFF;
  }

  .mn-header__nav-toggle-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .mn-header__nav-toggle:hover,
  .mn-header__nav-toggle:focus,
  .mn-header__nav-toggle:active {
    background: none;
  }

  .is-sticky .mn-header__nav-toggle {
    transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
    color: #514740;
  }

  .mn-header__menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mn-header__menu:last-child {
    border-bottom: 0;
  }

  .mn-header__menu-item {
    display: block;
  }

  .mn-header__menu a.mn-header__menu-link,
  .mn-header__menu a.mn-header__menu-sub-link {
    display: inline-block;
    position: relative;
    padding: 0rem;
    border-top: 0.0625rem solid #907645;
    color: #514740;
    font-weight: 500;
    line-height: 3rem;
    text-transform: uppercase;
  }

  .mn-header__menu-item:first-child .mn-header__menu-link {
    border-top: 0;
  }

  .mn-content__hero {
    top: 6rem;
  }

  .mn-content__hero ~ .mn-content__main {
    margin-top: calc(100vh + 6rem);
  }

  .mn-hero__slide {
    height: calc(100vh - 6rem);
  }

  .mn-hero__info-heading {
    font-size: 2.0272865295rem;
  }

  .mn-news__grid-item {
    width: 50%;
    margin-bottom: 1.5rem;
  }

  .mn-entry {
    padding: 2.25rem 0rem;
  }
}

@media (max-width: 47.99em) {
  html {
    font-size: 12px;
  }

  .mn-info__subheading {
    font-size: 1.8020324707rem;
  }

  .mn-info__founder {
    margin-bottom: 0.75rem;
  }

  .mn-info__founder-title {
    margin-bottom: 0.75rem;
  }

  .mn-info__logo-img {
    height: 3rem;
  }

  .mn-info__box {
    margin: 1.5rem 0rem;
    padding: 1.5rem;
  }

  .mn-info__box-layout {
    margin: 0;
  }

  .mn-info__box-layout-left {
    margin-bottom: 1.5rem;
  }

  .mn-info__box-layout-left,
  .mn-info__box-layout-right {
    width: 100%;
    padding: 0;
  }

  .mn-info__comparison {
    border-spacing: 0.75rem 0rem;
  }

  .mn-info__comparison-th {
    padding: 0.75rem 0rem;
    font-size: 1.265625rem;
  }

  .mn-info__comparison-td {
    padding: 0.75rem 0rem;
  }

  .content-wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .mn-block2 {
    margin: 1.5rem 0rem;
  }

  .mn-block2__layout {
    margin: 0;
  }

  .mn-block2__layout-left {
    flex-basis: 100%;
    margin: -3rem 0rem 0rem;
    padding: 0;
  }

  .mn-block2__layout-right {
    flex-basis: 100%;
    padding: 0;
  }

  .mn-block2__picture {
    width: 66.6666666667%;
    margin: 0 auto;
  }

  .mn-block2__info {
    padding: 1.5rem 0rem;
  }

  .mn-block3 {
    padding: 0;
  }

  .mn-block3__layout-left {
    order: 2;
    width: 100%;
  }

  .mn-block3__layout-right {
    order: 1;
    width: 100%;
  }

  .mn-block3__picture {
    display: block;
    position: relative;
    margin: 0rem;
  }

  .mn-block3__picture-img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
  }

  .mn-block3__picture::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    top: 0rem;
    right: 0rem;
    left: 0rem;
    height: 100%;
    border: 0.0625rem solid #907645;
  }

  .mn-block3__info {
    position: static;
    margin: -1.5rem 0.75rem;
    padding: 1.5rem;
    background: #FFFFFF;
  }

  .mn-block3__info::after {
    display: none;
  }

  .mn-block10 {
    padding: 1.5rem 0rem;
  }

  .mn-block10__layout-left,
  .mn-block10__layout-right {
    width: 100%;
  }

  .mn-block10__picture {
    display: block;
    position: relative;
    margin: 0rem;
  }

  .mn-block10__picture-img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
  }

  .mn-block10__picture-frame {
    border: 0.0625rem solid #907645;
    border-bottom: 0;
  }

  .mn-block10__picture-frame::before,
  .mn-block10__picture-frame::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: auto;
    border-bottom: 0.0625rem solid #907645;
  }

  .mn-block10__picture-frame::after {
    right: 0;
    left: auto;
  }

  .mn-block10__info {
    position: relative;
    z-index: 1;
    margin: -3rem 1.5rem 0rem;
    padding: 1.5rem;
    background: #F4F1EC;
  }

  .mn-block10__info::after {
    display: none;
  }

  .mn-block11 {
    padding: 1.5rem 0rem;
  }

  .mn-block11__layout-left {
    order: 2;
    width: 100%;
  }

  .mn-block11__layout-right {
    order: 1;
    width: 100%;
  }

  .mn-block11__picture {
    display: block;
    position: relative;
    margin: 0rem;
  }

  .mn-block11__picture-img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
  }

  .mn-block11__picture::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    top: 0rem;
    right: 0rem;
    left: 0rem;
    height: 100%;
    border: 0.0625rem solid #907645;
  }

  .mn-block11__info {
    position: relative;
    z-index: 2;
    margin: -3rem 1.5rem 0rem;
    padding: 1.5rem;
    background: #FFFFFF;
  }

  .mn-block11__info::after {
    display: none;
  }

  .mn-block12 {
    padding: 1.5rem 0rem;
  }

  .mn-block12__layout-left,
  .mn-block12__layout-right {
    width: 100%;
  }

  .mn-block12__picture {
    display: block;
    position: relative;
    margin: 0rem;
  }

  .mn-block12__picture-img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
  }

  .mn-block12__picture-frame {
    border: 0.0625rem solid #907645;
  }

  .mn-block12__picture-frame::before,
  .mn-block12__picture-frame::after {
    display: none;
  }

  .mn-block12__info {
    position: relative;
    z-index: 1;
    margin: -3rem 1.5rem 0rem;
    padding: 1.5rem;
    background: #F4F1EC;
  }

  .mn-block12__info::after {
    display: none;
  }

  .mn-block14__layout-left {
    order: 2;
    width: 100%;
    margin-top: -10vw;
    padding-top: 0;
  }

  .mn-block14__layout-right {
    order: 1;
    width: 100%;
  }

  .mn-block14__picture {
    display: block;
    text-align: center;
  }

  .mn-block14__picture-img {
    position: static;
    width: 100%;
    max-width: 540px;
  }

  .mn-block15 {
    padding: 1.5rem 0rem;
  }

  .mn-block15__layout-left {
    order: 2;
    width: 100%;
  }

  .mn-block15__layout-right {
    order: 1;
    width: 100%;
  }

  .mn-block15__picture {
    display: block;
    position: relative;
    margin: 0rem;
  }

  .mn-block15__picture-img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
  }

  .mn-block15__picture-frame {
    border: 0.0625rem solid #907645;
  }

  .mn-block15__picture-frame::before,
  .mn-block15__picture-frame::after {
    display: none;
  }

  .mn-block15__info {
    position: relative;
    z-index: 2;
    margin: -3rem 1.5rem 0rem;
    padding: 1.5rem;
    background: #F4F1EC;
  }

  .mn-block15__info::after {
    display: none;
  }

  .mn-block16 {
    padding: 1.5rem 0rem;
  }

  .mn-block16__layout-left,
  .mn-block16__layout-right {
    width: 100%;
  }

  .mn-block16__picture {
    display: block;
    position: relative;
    margin: 0rem;
  }

  .mn-block16__picture-img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
  }

  .mn-block16__picture-frame {
    border: 0.0625rem solid #907645;
  }

  .mn-block16__picture-frame::before,
  .mn-block16__picture-frame::after {
    display: none;
  }

  .mn-block16__info {
    position: relative;
    z-index: 1;
    margin: -3rem 1.5rem 0rem;
    padding: 1.5rem;
    background: #FFFFFF;
  }

  .mn-block16__info::after {
    display: none;
  }

  .mn-block17__layout-left {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .mn-block17__layout-right {
    width: 100%;
  }

  .mn-block18 {
    padding: 3rem 0rem;
  }

  .mn-block19 {
    scroll-margin: 4.5rem;
    padding: 3rem 0rem;
  }

  .mn-block19__layout {
    flex-wrap: wrap;
  }

  .mn-block19__layout-left {
    order: 2;
    width: 50%;
  }

  .mn-block19__layout-center {
    order: 1;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .mn-block19__layout-right {
    order: 3;
    width: 50%;
  }

  .mn-entry {
    padding: 1.5rem 0rem;
  }

  .mn-entry__title {
    font-size: 2.0272865295rem;
  }

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

  .mn-footer__logo {
    order: 3;
    width: 100%;
    margin: 0;
    margin: 0 0 1em;
  }

  .mn-footer__copyright {
    order: 4;
    width: 100%;
    margin: 0 0 1em;
  }

  .mn-footer__menu {
    flex: 1 0 auto;
    align-self: center;
    justify-content: center;
    order: 1;
    width: 100%;
    margin: 0 0 1em;
  }

  .mn-footer__social {
    order: 2;
    width: 100%;
    margin: 0 0 3em;
  }

  .mn-footer__social-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 35.99em) {
  .formme__grid-item {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }

  .mn-info__subheading {
    font-size: 1.6018066406rem;
  }

  .mn-info__blocks-left,
  .mn-info__blocks-right {
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .mn-info__blocks-left:last-child,
  .mn-info__blocks-right:last-child {
    margin-bottom: 0;
  }

  .mn-info__blocks-img {
    position: static;
    width: auto;
    min-width: auto;
    transform: none;
  }

  .mn-info__block-sider {
    position: relative;
    margin-top: 1.5rem;
    padding-top: 2.25rem;
    text-align: center;
  }

  .mn-info__block-sider-arrow {
    display: block;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 50%;
    width: 33.3333333333%;
    height: auto;
    margin: 0 auto;
    transform: translate(-50%, 50%);
    transform: rotate(90deg) translate(50%, 50%);
  }

  .mn-block6__layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .mn-block6__layout-left,
  .mn-block6__layout-right {
    width: 100%;
    padding: 0;
  }

  .mn-block6__layout-left {
    margin-bottom: 1.5rem;
  }

  .mn-block6__picture {
    display: block;
    text-align: center;
  }

  .mn-block6__picture-img {
    width: 50%;
    max-width: 480px;
  }
}

@media (prefers-reduced-motion) {
  *,
  *::before,
  *::after {
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}