/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \********************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #eb2727;
  --color-red--hover: #d52626;
  --color-gold: #e3b45a;
  --color-dark: #0b0b0b;
  --color-gray: #f5f5f5;
  /* Fonts */
  --font-default: "Nunito Sans";
  --fs-400: 1rem;
  --def-transition: 0.2s linear;
  /* Settings */
  --max-width: 1680px;
}
@media (min-width: 1280px) {
  :root {
    --fs-400: 1.125rem;
  }
}

/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url(9470ec3b506837c04f57.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url(b10b66301caf3f433b7d.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url(210f0d479ddc9a6795e0.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.pr--small {
  padding-right: 25px;
}
@media (min-width: 375px) {
  .pr--small {
    padding-right: 6.7vw;
  }
}
@media (min-width: 768px) {
  .pr--small {
    padding-right: 5vw;
  }
}
@media (min-width: 1280px) {
  .pr--small {
    padding-right: 80px;
  }
}
.pr--medium {
  padding-right: 25px;
}
@media (min-width: 375px) {
  .pr--medium {
    padding-right: 6.7vw;
  }
}
@media (min-width: 768px) {
  .pr--medium {
    padding-right: 7.2vw;
  }
}
@media (min-width: 1440px) {
  .pr--medium {
    padding-right: 104px;
  }
}

.pl--small {
  padding-left: 25px;
}
@media (min-width: 375px) {
  .pl--small {
    padding-left: 6.7vw;
  }
}
@media (min-width: 768px) {
  .pl--small {
    padding-left: 5vw;
  }
}
@media (min-width: 1280px) {
  .pl--small {
    padding-left: 80px;
  }
}
.pl--medium {
  padding-left: 25px;
}
@media (min-width: 375px) {
  .pl--medium {
    padding-left: 6.7vw;
  }
}
@media (min-width: 768px) {
  .pl--medium {
    padding-left: 7.2vw;
  }
}
@media (min-width: 1440px) {
  .pl--medium {
    padding-left: 104px;
  }
}

.pt--sm {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .pt--sm {
    padding-top: 48px;
  }
}
@media (min-width: 1280px) {
  .pt--sm {
    padding-top: 56px;
  }
}
@media (min-width: 1440px) {
  .pt--sm {
    padding-top: 64px;
  }
}
.pt--md {
  padding-top: 40px;
}
@media (min-width: 576px) {
  .pt--md {
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .pt--md {
    padding-top: 56px;
  }
}
@media (min-width: 992px) {
  .pt--md {
    padding-top: 64px;
  }
}
@media (min-width: 1280px) {
  .pt--md {
    padding-top: 72px;
  }
}
@media (min-width: 1440px) {
  .pt--md {
    padding-top: 80px;
  }
}
.pt--lg {
  padding-top: 40px;
}
@media (min-width: 375px) {
  .pt--lg {
    padding-top: 48px;
  }
}
@media (min-width: 576px) {
  .pt--lg {
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  .pt--lg {
    padding-top: 64px;
  }
}
@media (min-width: 992px) {
  .pt--lg {
    padding-top: 72px;
  }
}
@media (min-width: 1280px) {
  .pt--lg {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .pt--lg {
    padding-top: 96px;
  }
}
.pt--xl, .pt--xxl {
  padding-top: 40px;
}
@media (min-width: 375px) {
  .pt--xl, .pt--xxl {
    padding-top: 48px;
  }
}
@media (min-width: 576px) {
  .pt--xl, .pt--xxl {
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  .pt--xl, .pt--xxl {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  .pt--xl, .pt--xxl {
    padding-top: 88px;
  }
}
@media (min-width: 1280px) {
  .pt--xl, .pt--xxl {
    padding-top: 104px;
  }
}
@media (min-width: 1440px) {
  .pt--xl, .pt--xxl {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .pt--xxl {
    padding-top: 104px;
  }
}
@media (min-width: 1280px) {
  .pt--xxl {
    padding-top: 120px;
  }
}
@media (min-width: 1440px) {
  .pt--xxl {
    padding-top: 150px;
  }
}

.pb--sm {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .pb--sm {
    padding-bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .pb--sm {
    padding-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .pb--sm {
    padding-bottom: 64px;
  }
}
.pb--md {
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .pb--md {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .pb--md {
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .pb--md {
    padding-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .pb--md {
    padding-bottom: 72px;
  }
}
@media (min-width: 1440px) {
  .pb--md {
    padding-bottom: 80px;
  }
}
.pb--lg {
  padding-bottom: 40px;
}
@media (min-width: 375px) {
  .pb--lg {
    padding-bottom: 48px;
  }
}
@media (min-width: 576px) {
  .pb--lg {
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .pb--lg {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .pb--lg {
    padding-bottom: 72px;
  }
}
@media (min-width: 1280px) {
  .pb--lg {
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .pb--lg {
    padding-bottom: 96px;
  }
}
.pb--xl, .pb--xxl {
  padding-bottom: 40px;
}
@media (min-width: 375px) {
  .pb--xl, .pb--xxl {
    padding-bottom: 48px;
  }
}
@media (min-width: 576px) {
  .pb--xl, .pb--xxl {
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .pb--xl, .pb--xxl {
    padding-bottom: 72px;
  }
}
@media (min-width: 992px) {
  .pb--xl, .pb--xxl {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .pb--xl, .pb--xxl {
    padding-bottom: 104px;
  }
}
@media (min-width: 1440px) {
  .pb--xl, .pb--xxl {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .pb--xxl {
    padding-bottom: 104px;
  }
}
@media (min-width: 1280px) {
  .pb--xxl {
    padding-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .pb--xxl {
    padding-bottom: 150px;
  }
}

.mb--none {
  margin-bottom: 0;
}
.mb--one {
  margin-bottom: 8px;
}
.mb--two {
  margin-bottom: 16px;
}
.mb--three {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .mb--three {
    margin-bottom: 24px;
  }
}
.mb--four {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .mb--four {
    margin-bottom: 32px;
  }
}
.mb--five {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .mb--five {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .mb--five {
    margin-bottom: 40px;
  }
}
.mb--seven {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .mb--seven {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .mb--seven {
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .mb--seven {
    margin-bottom: 56px;
  }
}
.mb--eight {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mb--eight {
    margin-bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .mb--eight {
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .mb--eight {
    margin-bottom: 64px;
  }
}
.mb--ten {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb--ten {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .mb--ten {
    margin-bottom: 56px;
  }
}
@media (min-width: 1280px) {
  .mb--ten {
    margin-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .mb--ten {
    margin-bottom: 80px;
  }
}
.mb--twelve {
  margin-bottom: 40px;
}
@media (min-width: 375px) {
  .mb--twelve {
    margin-bottom: 48px;
  }
}
@media (min-width: 576px) {
  .mb--twelve {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .mb--twelve {
    margin-bottom: 64px;
  }
}
@media (min-width: 968x) {
  .mb--twelve {
    margin-bottom: 72px;
  }
}
@media (min-width: 1280px) {
  .mb--twelve {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .mb--twelve {
    margin-bottom: 96px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans";
  font-family: var(--font-default);
  font-size: 1rem;
  font-size: var(--fs-400);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #000;
  color: var(--color-black);
  background-color: #0b0b0b;
  background-color: var(--color-dark);
}
body.no-overflow {
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 800;
  letter-spacing: 2px;
}
h1.has-annotation::before,
.h1.has-annotation::before,
h2.has-annotation::before,
.h2.has-annotation::before,
h3.has-annotation::before,
.h3.has-annotation::before {
  display: block;
  content: "";
  height: 5px;
  width: 60px;
  background-color: #eb2727;
  background-color: var(--color-red);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  h1.has-annotation::before,
  .h1.has-annotation::before,
  h2.has-annotation::before,
  .h2.has-annotation::before,
  h3.has-annotation::before,
  .h3.has-annotation::before {
    margin-bottom: 32px;
  }
}
h1.has-annotation.pull-annotation::before,
.h1.has-annotation.pull-annotation::before,
h2.has-annotation.pull-annotation::before,
.h2.has-annotation.pull-annotation::before,
h3.has-annotation.pull-annotation::before,
.h3.has-annotation.pull-annotation::before {
  margin-top: -24px;
}
@media (min-width: 768px) {
  h1.has-annotation.pull-annotation::before,
  .h1.has-annotation.pull-annotation::before,
  h2.has-annotation.pull-annotation::before,
  .h2.has-annotation.pull-annotation::before,
  h3.has-annotation.pull-annotation::before,
  .h3.has-annotation.pull-annotation::before {
    margin-top: -32px;
  }
}

h1,
.h1 {
  font-size: clamp(2rem, 1.5357rem + 2.3214vw, 3.625rem);
  line-height: 1.3;
}
h1 + *,
.h1 + * {
  margin-top: 16px;
}
@media (min-width: 992px) {
  h1 + *,
  .h1 + * {
    margin-top: 24px;
  }
}

h2,
.h2 {
  font-size: clamp(1.75rem, 1.3929rem + 1.7857vw, 3rem);
  line-height: 1.4;
}
h2 + *,
.h2 + * {
  margin-top: 16px;
}
@media (min-width: 992px) {
  h2 + *,
  .h2 + * {
    margin-top: 24px;
  }
}
h2 em,
.h2 em {
  letter-spacing: 2px;
  color: #0b0b0b;
  color: var(--color-dark);
  text-shadow: 2px 2px 0 #eb2727, 2px -2px 0 #eb2727, -2px 2px 0 #eb2727, -2px -2px 0 #eb2727, 2px 0px 0 #eb2727, 0px 2px 0 #eb2727, -2px 0px 0 #eb2727, 0px -2px 0 #eb2727, 2px 2px 2px rgba(235, 39, 39, 0);
  text-shadow: 2px 2px 0 var(--color-red), 2px -2px 0 var(--color-red), -2px 2px 0 var(--color-red), -2px -2px 0 var(--color-red), 2px 0px 0 var(--color-red), 0px 2px 0 var(--color-red), -2px 0px 0 var(--color-red), 0px -2px 0 var(--color-red), 2px 2px 2px rgba(235, 39, 39, 0);
}

h3,
.h3 {
  font-size: clamp(1.375rem, 1.2321rem + 0.7143vw, 1.875rem);
  line-height: 1.3;
}
h3 + *,
.h3 + * {
  margin-top: 12px;
}
@media (min-width: 992px) {
  h3 + *,
  .h3 + * {
    margin-top: 16px;
  }
}

p + * {
  margin-top: 24px;
}
@media (min-width: 992px) {
  p + * {
    margin-top: 32px;
  }
}

a {
  text-decoration: none;
}

strong {
  font-weight: 800;
}

#page-wrapper .section-block:not(.footer) .section-block__content ul + *,
#page-wrapper .section-block:not(.footer) .section-block__content ol + * {
  margin-top: 32px;
}
@media (min-widtt: 1280px) {
  #page-wrapper .section-block:not(.footer) .section-block__content ul + *,
  #page-wrapper .section-block:not(.footer) .section-block__content ol + * {
    margin-top: 40px;
  }
}
#page-wrapper .section-block:not(.footer) .section-block__content ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
}
#page-wrapper .section-block:not(.footer) .section-block__content ul li:last-of-type {
  margin-bottom: 0;
}
#page-wrapper .section-block:not(.footer) .section-block__content ul li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-color: #e3b45a;
  background-color: var(--color-gold);
  border-radius: 50%;
}
@media (min-width: 1280px) {
  #page-wrapper .section-block:not(.footer) .section-block__content ul li::before {
    top: 7px;
  }
}
#page-wrapper .section-block:not(.footer) .section-block__content ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
#page-wrapper .section-block:not(.footer) .section-block__content ol li {
  counter-increment: item;
  position: relative;
  margin-bottom: 16px;
  padding-left: 40px;
}
#page-wrapper .section-block:not(.footer) .section-block__content ol li::before {
  content: counter(item);
  position: absolute;
  text-align: center;
  width: 24px;
  top: 0px;
  left: 0px;
  display: block;
  color: #e3b45a;
  color: var(--color-gold);
}
#page-wrapper .section-block:not(.footer) .section-block__content ol li:last-of-type {
  margin-bottom: 0;
}
#page-wrapper .section-block:not(.footer) .section-block__content ol li:nth-child(-n+9):before {
  content: "0" counter(item);
}
#page-wrapper .section-block:not(.footer) .section-block__content ol.heading-list li {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  #page-wrapper .section-block:not(.footer) .section-block__content ol.heading-list li {
    margin-bottom: 32px;
  }
}
#page-wrapper .section-block:not(.footer) .section-block__content ol.heading-list li::before {
  line-height: calc(clamp(1.375rem, 1.2321rem + 0.7143vw, 1.875rem) * 1.3);
}
#page-wrapper .section-block:not(.footer) .section-block__content ol.heading-list li strong {
  display: block;
  font-size: clamp(1.375rem, 1.2321rem + 0.7143vw, 1.875rem);
  line-height: 1.3;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  #page-wrapper .section-block:not(.footer) .section-block__content ol.heading-list li strong {
    margin-bottom: 16px;
  }
}
#page-wrapper .section-block:not(.footer) .section-block__content .is-style-check-list li {
  position: relative;
  padding-left: 440x;
  margin-bottom: 16px;
}
#page-wrapper .section-block:not(.footer) .section-block__content .is-style-check-list li::before {
  position: absolute;
  top: -1px;
  left: 0px;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-color: #e3b45a;
  background-color: var(--color-gold);
  background-image: url(e559e75feae27f1ce4a4.svg);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1280px) {
  #page-wrapper .section-block:not(.footer) .section-block__content .is-style-check-list li::before {
    top: 0px;
  }
}
#page-wrapper .section-block:not(.footer) .section-block__content .is-style-check-list li:last-of-type {
  margin-bottom: 0;
}

.has-background.has-color-white-background-color {
  background-color: #fff;
  background-color: var(--color-white);
}
.has-background.has-color-black-background-color {
  background-color: #000;
  background-color: var(--color-black);
}
.has-background.has-color-red-background-color {
  background-color: #eb2727;
  background-color: var(--color-red);
}
.has-background.has-color-gold-background-color {
  background-color: #e3b45a;
  background-color: var(--color-gold);
}
.has-background.has-color-dark-background-color {
  background-color: #0b0b0b;
  background-color: var(--color-dark);
}
.has-background.has-color-gray-background-color {
  background-color: #f5f5f5;
  background-color: var(--color-gray);
}

@media (min-width: 992px) {
  .laptop-nsl-medium {
    margin-left: -7.2vw;
  }
}
@media (min-width: 1440px) {
  .laptop-nsl-medium {
    margin-left: -104px;
  }
}

@media (min-width: 992px) {
  .laptop-nsr-medium {
    margin-right: -7.2vw;
  }
}
@media (min-width: 1440px) {
  .laptop-nsr-medium {
    margin-right: -104px;
  }
}

.wpcf7-form {
  display: grid;
  grid-gap: 32px 24px;
  gap: 32px 24px;
}
@media (min-width: 768px) {
  .wpcf7-form {
    grid-template-columns: 1fr 1fr;
  }
}
.wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: color 0.2s linear;
  transition: color var(--def-transition);
}
.wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  font-size: calc(1rem + 2px);
  font-size: calc(var(--fs-400) + 2px);
  font-family: "Nunito Sans";
  font-family: var(--font-default);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #fff;
  border: none;
  padding: 0;
  outline: none;
  margin-top: 4px;
  width: 100%;
  border-bottom: 2px solid #5e5e5e;
  background-color: rgba(255, 255, 255, 0);
  transition: border-bottom 0.2s linear;
  transition: border-bottom var(--def-transition);
}
.wpcf7-form label input:-webkit-autofill,
.wpcf7-form label input:-webkit-autofill:hover,
.wpcf7-form label input:-webkit-autofill:focus,
.wpcf7-form label input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  box-shadow: inset 0 0 20px 20px #0b0b0b;
  box-shadow: inset 0 0 20px 20px var(--color-dark);
}
.wpcf7-form label textarea {
  resize: none;
  height: 110px;
}
.wpcf7-form .input-col.active {
  color: #e3b45a;
  color: var(--color-gold);
}
.wpcf7-form .input-col.active input, .wpcf7-form .input-col.active textarea {
  border-bottom: 2px solid #e3b45a;
  border-bottom: 2px solid var(--color-gold);
}
@media (min-width: 768px) {
  .wpcf7-form .two-col {
    grid-column: 1/3;
  }
}
.wpcf7-form p {
  font-size: 14px;
  color: #fff;
}
.wpcf7-form p a {
  color: #fff;
}
.wpcf7-form button[type=submit] {
  cursor: pointer;
  font-family: "Nunito Sans";
  font-family: var(--font-default);
  font-size: 1rem;
  font-size: var(--fs-400);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  margin: 8px 0 0 0 !important;
  color: #fff;
  background-color: #e3b45a;
  border: none !important;
  padding: 16px !important;
}
@media (min-width: 768px) {
  .wpcf7-form .wpcf7-response-output {
    grid-column: 1/3;
  }
}
.wpcf7-form .submit-row .wpcf7-spinner {
  display: none;
}
.wpcf7-form.submitting .wpcf7-spinner {
  display: block;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 100;
  filter: drop-shadow(2px 4px 6px black);
  /****************************************************
  ************** Mobile navigation button *************
  *****************************************************/
  /****************************************************
  *************** Nav Content Container ***************
  *****************************************************/
  /****************************************************
  ********************** Nav Menu *********************
  *****************************************************/
  /****************************************************
  ********************** Nav CTA **********************
  *****************************************************/
}
.navigation__container {
  max-width: 1680px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .navigation__container {
    position: relative;
  }
}
.navigation__logo {
  display: inline-block;
  height: 45px;
  z-index: 5;
}
.navigation__logo svg, .navigation__logo img {
  height: 100%;
  width: auto;
}
@media (min-width: 992px) {
  .navigation__logo {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .navigation__mobile-button {
    border: none;
    box-shadow: unset;
    padding: 0;
    background-color: unset;
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    z-index: 8;
  }
  .navigation__mobile-button span {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    background-color: var(--color-white);
    margin-top: 4px;
    transition: background-color 0.2s linear;
  }
  .navigation__mobile-button span:first-child {
    margin-top: 0;
    transform: scaleX(1);
    transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s, background-color 0.2s linear;
  }
  .navigation__mobile-button span:nth-child(3) {
    transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s, background-color 0.2s linear;
  }
  .navigation__mobile-button div {
    position: absolute;
    top: -6px;
    left: 50%;
    width: 3px;
    height: 0;
    margin-left: -1px;
    border-radius: 2px;
    background-color: #fff;
    background-color: var(--color-white);
    transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
    z-index: 10;
  }
  .navigation__mobile-button.toggled {
    transform: rotate(45deg);
    transition-delay: 0.2s;
  }
  .navigation__mobile-button.toggled span:first-child {
    transform: scaleX(0);
    transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  }
  .navigation__mobile-button.toggled span:nth-child(3) {
    width: 0;
    transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  }
  .navigation__mobile-button.toggled div {
    height: 28px;
    transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1) 0.3s;
  }
}
@media (min-width: 1200px) {
  .navigation__mobile-button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navigation__content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #0b0b0b;
    background-color: var(--color-dark);
    padding: 0 25px;
    box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.15);
    max-height: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: hidden scroll;
    will-change: max-height;
    transition: all 0.2s linear;
  }
}
@media (max-width: 1199px) and (min-width: 375px) {
  .navigation__content {
    padding: 0 6.7vw;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .navigation__content {
    padding: 0 5vw;
  }
}
@media (max-width: 1199px) {
  .navigation__content.toggled {
    max-height: calc(100vh - 110px);
  }
}
.navigation__content a, .navigation__content .mobile-menu-back span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .navigation__content a, .navigation__content .mobile-menu-back span {
    font-size: 1rem;
    font-size: var(--fs-400);
  }
}
.navigation__menu {
  /****************************************************
  ********************** Dropdown *********************
  *****************************************************/
  /****************************************************
  ********************* List Item *********************
  *****************************************************/
}
@media (max-width: 1199px) {
  .navigation__menu {
    position: relative;
    margin: 118px 0 32px 0;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .navigation__menu {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 32px;
    gap: 32px;
  }
}
@media (min-width: 1200px) and (min-width: 1280px) {
  .navigation__menu {
    grid-gap: 40px;
    gap: 40px;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .navigation__menu {
    grid-gap: 48px;
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  .navigation__menu .menu-item.menu-item-has-children {
    position: relative;
  }
}
.navigation__menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  transition: all 0.2s linear;
}
@media (max-width: 1199px) {
  .navigation__menu .menu-item.menu-item-has-children .sub-menu {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transform: translateX(100%);
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: hidden scroll;
    z-index: 10;
    padding-left: 20px;
    background-color: #0b0b0b;
    background-color: var(--color-dark);
  }
}
@media (min-width: 1200px) {
  .navigation__menu .menu-item.menu-item-has-children .sub-menu {
    transform: translate(-50%, 8px);
    left: 50%;
    max-height: 0px;
    will-change: max-height;
    overflow: hidden;
    opacity: 0;
  }
}
.navigation__menu .menu-item.menu-item-has-children .sub-menu__container {
  background-color: #0b0b0b;
  background-color: var(--color-dark);
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}
@media (min-width: 1200px) {
  .navigation__menu .menu-item.menu-item-has-children .sub-menu__container {
    margin: 8px;
    padding: 32px;
    grid-gap: 16px;
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .navigation__menu .menu-item.menu-item-has-children .sub-menu.active {
    transform: translateX(0%);
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .navigation__menu .menu-item.menu-item-has-children .sub-menu.active {
    opacity: 1;
  }
}
.navigation__menu .menu-item a {
  color: #fff;
  color: var(--color-white);
  transition: color 0.2s linear;
}
.navigation__menu .menu-item a:hover {
  color: #e3b45a;
  color: var(--color-gold);
}
.navigation__menu .menu-item.mobile-menu-back {
  display: flex;
  align-items: center;
  margin-left: -20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #0b0b0b;
  background-color: var(--color-dark);
  padding-bottom: 8px;
  margin-bottom: -8px;
  cursor: pointer;
}
.navigation__menu .menu-item.mobile-menu-back::before {
  content: "";
  transform: rotate(180deg);
  height: 14px;
  width: 14px;
  display: block;
  background: url(3d7bec63bd7b15855321.svg);
  background-size: 14px;
}
.navigation__menu .menu-item.mobile-menu-back span {
  display: block;
  width: 100%;
  padding-left: 8px;
  color: #fff;
  color: var(--color-white);
}
@media (min-width: 1200px) {
  .navigation__menu .menu-item.mobile-menu-back {
    display: none;
  }
}
.navigation__menu > .menu-item {
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .navigation__menu > .menu-item:first-of-type {
    padding-top: 0px;
  }
}
.navigation__menu > .menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .navigation__menu > .menu-item.menu-item-has-children > a {
    grid-gap: 4px;
    gap: 4px;
    justify-content: flex-start;
  }
}
.navigation__menu > .menu-item.menu-item-has-children > a svg {
  width: 16px;
  height: auto;
  margin-top: 2px;
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}
.navigation__menu > .menu-item.menu-item-has-children > a svg path {
  transition: fill 0.2s linear;
}
@media (min-width: 1200px) {
  .navigation__menu > .menu-item.menu-item-has-children > a svg {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .navigation__menu > .menu-item.menu-item-has-children:hover > a {
    color: #e3b45a;
    color: var(--color-gold);
  }
  .navigation__menu > .menu-item.menu-item-has-children:hover > a svg {
    transform: rotate(270deg);
  }
  .navigation__menu > .menu-item.menu-item-has-children:hover > a svg path {
    fill: #e3b45a;
    fill: var(--color-gold);
  }
}
.navigation__cta {
  position: relative;
  color: #fff;
  color: var(--color-white);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  transition: color 0.2s linear;
  transition: color var(--def-transition);
}
.navigation__cta svg {
  height: 20px;
  width: auto;
}
.navigation__cta:hover {
  color: #e3b45a;
  color: var(--color-gold);
}
@media (max-width: 1199px) {
  .navigation__cta {
    text-align: center;
    max-width: 500px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  border-top: 1px solid #121212;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 40px;
  gap: 40px;
}
.footer__col {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__col {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .footer__col:first-of-type {
    order: 1;
  }
}
@media (min-width: 992px) {
  .footer__col {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.footer__col__heading {
  color: #eb2727;
  color: var(--color-red);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.footer__col a {
  text-decoration: none;
  color: #fff;
  color: var(--color-white);
  transition: color 0.2s linear;
  background: none !important;
  font-size: 16px !important;
}
.footer__col a:hover {
  color: #e3b45a;
  color: var(--color-gold);
}
.footer__menu {
  list-style: none;
  padding: 0;
}
.footer__menu li {
  margin-bottom: 8px;
}
.footer__menu li:last-of-type {
  margin-bottom: 0;
}
.footer p {
  color: #fff;
  color: var(--color-white);
}
.footer__subfooter {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
}
.footer__subfooter__sm {
  padding: 14px;
  background-color: #121212;
  display: inline-block;
  transition: background-color 0.2s linear;
  transition: background-color var(--def-transition);
}
.footer__subfooter__sm:hover {
  background-color: #e3b45a;
  background-color: var(--color-gold);
}
.footer__subfooter__sm svg {
  width: 20px;
  height: 20px;
  display: block;
}

/*# sourceMappingURL=main.css.map*/