/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
@import url("https://use.typekit.net/aas4qwr.css");
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* --------------------------------------------------------------------------------------------- */
/* BxSlider ------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  height: auto !important;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
  overflow: visible !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: relative;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* Controls container */
.bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* PAGER */
.bx-wrapper .bx-pager {
  position: absolute;
  top: 100%;
  text-align: center;
  font-size: .85em;
  color: #d8a046;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d8a046;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  pointer-events: initial;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #aa711d;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction {
  height: 100%;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  z-index: 9999;
  margin-top: -35px;
  width: 42px;
  height: 70px;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  pointer-events: initial;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-prev {
  left: 0;
  transform: translateX(5px) scale(0.5);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42 70' style='enable-background:new 0 0 42 70%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3Bstroke:%23000000%3Bstroke-width:10%3Bstroke-linecap:round%3B%7D%3C/style%3E%3Cpath id='Path_51' class='st0' d='M36.9 65l-30-30l30-30'/%3E%3C/svg%3E");
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  transform: translateX(0) scale(0.5);
}

.bx-wrapper .bx-next {
  right: 0;
  transform: translateX(-5px) scale(0.5);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42 70' style='enable-background:new 0 0 42 70%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3Bstroke:%23000000%3Bstroke-width:10%3Bstroke-linecap:round%3B%7D%3C/style%3E%3Cpath id='Path_51' class='st0' d='M5 5l30 30L5 65'/%3E%3C/svg%3E");
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  transform: translateX(0) scale(0.5);
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d8a046;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* --------------------------------------------------------------------------------------- */
/* Get Fonts ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Mohave ---------------------------------------------- */
@font-face {
  font-family: 'Mohave';
  src: url("../fonts/Mohave-Regular.eot");
  src: url("../fonts/Mohave-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mohave-Regular.woff2") format("woff2"), url("../fonts/Mohave-Regular.svg#Mohave-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mohave';
  src: url("../fonts/Mohave-Italic.eot");
  src: url("../fonts/Mohave-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mohave-Italic.woff2") format("woff2"), url("../fonts/Mohave-Italic.svg#Mohave-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mohave';
  src: url("../fonts/Mohave-MediumItalic.eot");
  src: url("../fonts/Mohave-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mohave-MediumItalic.woff2") format("woff2"), url("../fonts/Mohave-MediumItalic.svg#Mohave-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mohave';
  src: url("../fonts/Mohave-Bold.eot");
  src: url("../fonts/Mohave-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mohave-Bold.woff2") format("woff2"), url("../fonts/Mohave-Bold.svg#Mohave-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mohave';
  src: url("../fonts/Mohave-BoldItalic.eot");
  src: url("../fonts/Mohave-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mohave-BoldItalic.woff2") format("woff2"), url("../fonts/Mohave-BoldItalic.svg#Mohave-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mohave';
  src: url("../fonts/Mohave-Medium.eot");
  src: url("../fonts/Mohave-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mohave-Medium.woff2") format("woff2"), url("../fonts/Mohave-Medium.svg#Mohave-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* --------------------------------------------------------------------------------------- */
/* Master styles ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::selection {
  background-color: rgba(216, 160, 70, 0.5);
  color: #000000;
}

.bg-primary *::selection {
  background-color: rgba(170, 113, 29, 0.75);
  color: #ffffff;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Mohave", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}

#container {
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 2;
}

main {
  background: #ffffff;
}

section, div {
  position: relative;
}

.phone-link {
  pointer-events: none;
}

/* -------------------------------------------------------------------------------------------- */
/* Modifiers ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.wrapper,
.inner-wrapper {
  position: relative;
  display: block;
  max-width: 1440px;
  margin: 0 auto;
}

.wrapper {
  width: 90%;
}

.inner-wrapper {
  width: 100%;
}

.wrapper-overflow {
  overflow: auto;
}

.xlarge-wrapper {
  max-width: 1920px;
}

.large-wrapper {
  max-width: 1640px;
}

.medium-wrapper {
  max-width: 1200px;
}

.thin-wrapper {
  max-width: 980px;
}

.xthin-wrapper {
  max-width: 750px;
}

.wrapper-full {
  width: 100%;
}

.mobile-full-wrapper {
  width: 100%;
}

.bg-primary {
  background: #d8a046;
}

.bg-primarydark {
  background: #aa711d;
  color: #ffffff;
}

.bg-black {
  background: #000000;
  color: #ffffff;
}

.bg-grey {
  background: #f1f1f1;
}

.bg-white {
  background: #ffffff;
}

section.bg-white + section.bg-white {
  padding-top: 0;
}

section.bg-grey + section.bg-grey {
  padding-top: 0;
}

section.bg-black + section.bg-black {
  padding-top: 0;
}

section.bg-primary + section.bg-primary {
  padding-top: 0;
}

section.bg-primarydark + section.bg-primarydark {
  padding-top: 0;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-x {
  border-left: 1px solid;
  border-right: 1px solid;
}

.border-y {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.border {
  border: 1px solid;
}

.border-primary {
  border-color: #d8a046;
}

.border-primarydark {
  border-color: #aa711d;
}

.border-black {
  border-color: #000000;
}

.border-grey {
  border-color: #bebbbb;
}

.border-white {
  border-color: #ffffff;
}

.xsmall-padding {
  padding-top: 18px;
  padding-bottom: 18px;
}

.xsmall-padding-top {
  padding-top: 18px;
}

.xsmall-padding-bottom {
  padding-bottom: 18px;
}

.small-padding {
  padding-top: 32px;
  padding-bottom: 32px;
}

.small-padding-top {
  padding-top: 32px;
}

.small-padding-bottom {
  padding-bottom: 32px;
}

.medium-padding {
  padding-top: 46px;
  padding-bottom: 46px;
}

.medium-padding-top {
  padding-top: 46px;
}

.medium-padding-bottom {
  padding-bottom: 46px;
}

.large-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.large-padding-top {
  padding-top: 60px;
}

.large-padding-bottom {
  padding-bottom: 60px;
}

.xlarge-padding {
  padding-top: 74px;
  padding-bottom: 74px;
}

.xlarge-padding-top {
  padding-top: 74px;
}

.xlarge-padding-bottom {
  padding-bottom: 74px;
}

.side-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.no-margin {
  margin: 0;
}

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

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

svg {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* --------------------------------------------------------------------------------------- */
/* Text Styles ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.center-align {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: initial;
}

p {
  margin: 0 0 0.65rem;
}

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

.large-text {
  font-size: 1.25em;
  line-height: 1.55em;
}

.small-text {
  font-size: 0.85em;
  line-height: 1.55em;
}

.white-text {
  color: #ffffff;
}

.black-text {
  color: #000000;
}

.highlight {
  color: #d8a046 !important;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  z-index: 3;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6,
.bg-primarydark h1, .bg-primarydark h2, .bg-primarydark h3, .bg-primarydark h4, .bg-primarydark h5, .bg-primarydark h6 {
  color: #ffffff;
}

h1, h2 {
  font-size: 1.65em;
  line-height: 1em;
  text-transform: uppercase;
}

h3 {
  font-size: 1.35em;
  line-height: 1.15em;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  font-size: 1.35em;
  line-height: 1.25em;
}

h5 {
  font-size: 1.05em;
  line-height: 1.45em;
  text-transform: uppercase;
}

h6 {
  font-size: 1.05em;
  line-height: 1.45em;
}

h1, h2 {
  margin: 2.4rem 0 0.65rem;
}

h3, h4, h5, h6 {
  margin: 1.3rem 0 0.65rem;
}

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

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

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

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  text-transform: initial;
  color: #d8a046;
}

h2 + ul, h3 + ul, h4 + ul,
h2 + ol, h3 + ol, h4 + ol {
  margin-top: 0 !important;
}

.caption {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 300;
}

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

/* --------------------------------------------------------------------------------------- */
/* Lists ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Shared styles ---------------------------------------------- */
ul, ol {
  margin: 0;
  padding: 0;
}

.long-text ul, ol {
  margin: 24px 0;
}

.long-text ul:first-child, ol:first-child {
  margin-top: 0;
}

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

.long-text ul li, ol li {
  display: block;
  position: relative;
  margin-left: 40px;
  margin-bottom: 0.65rem;
}

.long-text ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

/* UL styles ---------------------------------------------- */
.long-text ul li {
  list-style: none;
}

.long-text ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -28px;
  display: block;
  width: 5px;
  height: 5px;
  background: #d8a046;
  transform: translate3d(0, -50%, 0);
}

.long-text ul ul {
  margin-top: 0.45rem;
}

.bg-secondary .long-text ul li:before,
.bg-secondary.long-text ul li:before {
  filter: brightness(0.1);
}

.bg-tertiary .long-text ul li:before,
.bg-tertiary.long-text ul li:before {
  filter: brightness(10);
}

/* OL styles ---------------------------------------------- */
ol {
  counter-reset: item;
  list-style: none;
}

ol li {
  counter-increment: item;
}

ol li:before {
  content: counters(item,".") " ";
  position: relative;
  top: 0.05em;
  float: left;
  margin-left: -25px;
  color: #aa711d;
  font-size: 0.85em;
  font-weight: 500;
}

.long-text ol ol {
  margin-top: 5px;
}

.long-text ol ol li:before {
  margin-left: -40px;
}

.bg-primary ol li:before,
.bg-secondary ol li:before {
  color: #000000;
}

.bg-tertiary ol li:before {
  color: #ffffff;
}

.bg-black ol li:before {
  color: #d8a046;
}

/* --------------------------------------------------------------------------------------- */
/* Links ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #d8a046;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover {
  color: #d8a046;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.bg-primary a {
  color: #000000;
}

.bg-primary a:hover {
  color: #aa711d;
}

.bg-black a {
  color: #d8a046;
}

.bg-black a:hover {
  color: #ffffff;
}

/* Paragraph Links ---------------------------------------------- */
.long-text a:not(.button) {
  position: relative;
  color: #000000;
  border-bottom: 4px solid transparent;
  background-image: linear-gradient(#d8a046, #aa711d);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left calc(100% - 2px);
}

.long-text a:not(.button):hover {
  color: #d8a046;
  background-position: left calc(100% - 0px);
}

.bg-black .long-text a:not(.button),
.bg-black.long-text a:not(.button) {
  color: #ffffff;
}

.bg-secondary .long-text a:not(.button),
.bg-secondary.long-text a:not(.button) {
  background-image: linear-gradient(#000000, #000000);
}

.bg-secondary .long-text a:not(.button):hover,
.bg-secondary.long-text a:not(.button):hover {
  color: #000000;
}

.bg-primary .long-text a:not(.button),
.bg-primary.long-text a:not(.button) {
  background-image: linear-gradient(#000000, #000000);
}

.bg-primary .long-text a:not(.button):hover,
.bg-primary.long-text a:not(.button):hover {
  color: #000000;
}

.bg-tertiary .long-text a:not(.button),
.bg-tertiary.long-text a:not(.button) {
  background-image: linear-gradient(#ffffff, #ffffff);
}

.bg-tertiary .long-text a:not(.button),
.bg-tertiary.long-text a:not(.button) {
  color: #ffffff;
}

.bg-tertiary .long-text a:not(.button):hover,
.bg-tertiary.long-text a:not(.button):hover {
  color: #ffffff;
}

/* Buttons ---------------------------------------------- */
.buttons-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}

.buttons-wrapper.center-buttons {
  justify-content: center;
}

.buttons-wrapper.right-buttons {
  justify-content: right;
}

.large-buttons a.button {
  font-size: 1.75em;
}

.small-buttons a.button {
  font-size: 1.15em;
}

/* Button wrap disabled in scripts.js ----------------------------------- */
.button-wrap {
  position: relative;
  z-index: 1;
  display: block;
  transform: scale(1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-wrap:before,
.button-wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.99);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-wrap:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.button-wrap:hover:before {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.button-wrap:after {
  z-index: 2;
  width: calc(100% - 28px);
  height: calc(100% - 12px);
  background: #f4ce9f;
  border-radius: 2px;
}

.button-wrap:hover {
  transform: scale(1.075);
}

.button,
.single.woocommerce .button,
.archive.woocommerce .button {
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: block;
  padding: 12px 40px 8px;
  margin: 0;
  background-color: transparent;
  border: 2px solid #000000;
  border-radius: 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.45em;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
}

.button:hover,
.single.woocommerce .button:hover,
.archive.woocommerce .button:hover {
  background: #000000;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
  transform: translate3d(-2px, -2px, 0);
  color: #d8a046;
}

.bg-primary .button,
.single.woocommerce .bg-primary .button,
.archive.woocommerce .bg-primary .button {
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
}

.bg-primary .button:hover,
.single.woocommerce .bg-primary .button:hover,
.archive.woocommerce .bg-primary .button:hover {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
  color: #d8a046;
}

.bg-black .button,
.single.woocommerce .bg-black .button,
.archive.woocommerce .bg-black .button {
  border-color: #d8a046;
  box-shadow: 3px 3px 0 rgba(216, 160, 70, 0.4);
  color: #d8a046;
}

.bg-black .button:hover,
.single.woocommerce .bg-black .button:hover,
.archive.woocommerce .bg-black .button:hover {
  background: #d8a046;
  box-shadow: 5px 5px 4px rgba(216, 160, 70, 0.4);
  color: #ffffff;
}

/* --------------------------------------------------------------------------------------- */
/* Arrows ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.arrow {
  z-index: 2;
  margin: -0.65rem 0 1rem;
  background: #d8a046;
}

.arrow.arrow-left {
  transform-origin: 100% 50%;
}

.arrow.arrow-right {
  transform-origin: 0 50%;
}

.arrow-white span {
  background: #ffffff;
}

.arrow-black span {
  background: #000000;
}

.arrow-shaft {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
}

.arrow-head {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  transform: translate3d(0, -50%, 0);
  animation: arrowhead-slide linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}

.arrow-left .arrow-head {
  left: 0;
}

.arrow-right .arrow-head {
  right: 0;
}

.arrow-head span {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #d8a046;
}

.arrow-white .arrow-head span {
  background: #ffffff;
}

.arrow-black .arrow-head span {
  background: #000000;
}

.arrow-left .arrow-head span {
  transform-origin: 0 50%;
}

.arrow-left .arrow-head span:first-child {
  transform: translate3d(0, calc(-50% - 1px), 0) rotate(45deg);
}

.arrow-left .arrow-head span:last-child {
  transform: translate3d(0, calc(-50% + 1px), 0) rotate(-45deg);
}

.arrow-right .arrow-head span {
  transform-origin: 100% 50%;
}

.arrow-right .arrow-head span:first-child {
  transform: translate3d(0, calc(-50% + 1px), 0) rotate(45deg);
}

.arrow-right .arrow-head span:last-child {
  transform: translate3d(0, calc(-50% - 1px), 0) rotate(-45deg);
}

@supports (animation-timeline: view()) {
  @keyframes arrow-grow {
    from {
      transform: scaleX(0.5);
    }
    to {
      transform: scaleX(1);
    }
  }
  .arrow {
    animation: arrow-grow linear forwards;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
  }

  @keyframes arrowhead-slide {
    from {
      transform: scaleX(2);
    }
    to {
      transform: scaleX(1);
    }
  }
  .arrow-head {
    transform: translate3d(0, -50%, 0);
    animation: arrowhead-slide linear forwards;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
  }
}
.arrow-center {
  display: flex;
}

.arrow-center .arrow {
  width: 50%;
}

/* --------------------------------------------------------------------------------------- */
/* Main Content ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
main {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.content {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (min-width: 640px) {
  /* Modifiers ---------------------------------------------- */
  .xsmall-padding {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .xsmall-padding-top {
    padding-top: 2vw;
  }

  .xsmall-padding-bottom {
    padding-bottom: 2vw;
  }

  .small-padding {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .small-padding-top {
    padding-top: 4vw;
  }

  .small-padding-bottom {
    padding-bottom: 4vw;
  }

  .medium-padding {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .medium-padding-top {
    padding-top: 6vw;
  }

  .medium-padding-bottom {
    padding-bottom: 6vw;
  }

  .large-padding {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .large-padding-top {
    padding-top: 8vw;
  }

  .large-padding-bottom {
    padding-bottom: 8vw;
  }

  .xlarge-padding {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .xlarge-padding-top {
    padding-top: 10vw;
  }

  .xlarge-padding-bottom {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  /* General ---------------------------------------------- */
  body {
    font-size: 18px;
  }

  .phone-link {
    pointer-events: none;
  }
}
/* -------------------------------------------------------------------------------------------- */
/* Field containers ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.form-field {
  width: 100%;
  margin: 0 0 16px;
}

.form-row {
  display: block;
}

.form-row .form-field {
  width: 100%;
}

/* -------------------------------------------------------------------------------------------- */
/* Field labels ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
#container .gform_wrapper.gravity-theme label.gfield_label {
  display: block;
  margin: 0 0 4px;
  text-align: left;
  line-height: 1em;
}

::placeholder {
  color: #ffffff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::-ms-input-placeholder {
  color: #ffffff;
}

.bg-white ::placeholder {
  color: #d8a046;
  opacity: 1;
}

.bg-white :-ms-input-placeholder {
  color: #d8a046;
}

.bg-white ::-ms-input-placeholder {
  color: #d8a046;
}

/* -------------------------------------------------------------------------------------------- */
/* Forms fields ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
#container input[type=color],
#container input[type=date],
#container input[type=datetime-local],
#container input[type=datetime],
#container input[type=email],
#container input[type=month],
#container input[type=number],
#container input[type=password],
#container input[type=search],
#container input[type=tel],
#container input[type=text],
#container input[type=time],
#container input[type=url],
#container input[type=week],
#container select,
#container textarea {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.6rem 16px 0.5rem;
  border: 2px solid;
  background: transparent;
  outline: none;
  font-size: 16px;
  line-height: 1.25em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

#container .bg-white input[type=color],
#container .bg-white input[type=date],
#container .bg-white input[type=datetime-local],
#container .bg-white input[type=datetime],
#container .bg-white input[type=email],
#container .bg-white input[type=month],
#container .bg-white input[type=number],
#container .bg-white input[type=password],
#container .bg-white input[type=search],
#container .bg-white input[type=tel],
#container .bg-white input[type=text],
#container .bg-white input[type=time],
#container .bg-white input[type=url],
#container .bg-white input[type=week],
#container .bg-white select,
#container .bg-white textarea {
  border-color: #d8a046;
  color: #000000;
}

#container input[type=color]:focus,
#container input[type=date]:focus,
#container input[type=datetime-local]:focus,
#container input[type=datetime]:focus,
#container input[type=email]:focus,
#container input[type=month]:focus,
#container input[type=number]:focus,
#container input[type=password]:focus,
#container input[type=search]:focus,
#container input[type=tel]:focus,
#container input[type=text]:focus,
#container input[type=time]:focus,
#container input[type=url]:focus,
#container input[type=week]:focus,
#container select:focus,
#container textarea:focus {
  border-color: #d8a046;
  background: rgba(255, 255, 255, 0.125);
}

#container .bg-white input[type=color]:focus,
#container .bg-white input[type=date]:focus,
#container .bg-white input[type=datetime-local]:focus,
#container .bg-white input[type=datetime]:focus,
#container .bg-white input[type=email]:focus,
#container .bg-white input[type=month]:focus,
#container .bg-white input[type=number]:focus,
#container .bg-white input[type=password]:focus,
#container .bg-white input[type=search]:focus,
#container .bg-white input[type=tel]:focus,
#container .bg-white input[type=text]:focus,
#container .bg-white input[type=time]:focus,
#container .bg-white input[type=url]:focus,
#container .bg-white input[type=week]:focus,
#container .bg-white select:focus,
#container .bg-white textarea:focus {
  border-color: #d8a046;
}

/* -------------------------------------------------------------------------------------------- */
/* Field Specific - Textarea ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
#container textarea {
  height: 128px;
}

/* -------------------------------------------------------------------------------------------- */
/* Field Specific - Select dropdowns ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
#container .select-field span.wpcf7-form-control-wrap,
#container .ginput_container_select {
  position: relative;
  overflow: hidden;
  display: block;
}

#container .select-field .wpcf7-form-control-wrap:after,
#container .ginput_container_select:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000000;
  pointer-events: none;
}

/* -------------------------------------------------------------------------------------------- */
/* Validation - Contact Form 7 ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
#container .wpcf7-not-valid-tip {
  color: #db1f1f;
}

#container .wpcf7 form.invalid .wpcf7-response-output,
#container .wpcf7 form.unaccepted .wpcf7-response-output,
#container .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 8px 12px;
  border: none;
  color: #ffffff;
  text-align: center;
}

#container .wpcf7 form.invalid .wpcf7-response-output {
  background: #db1f1f;
}

#container .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #db1f1f;
}

#container .wpcf7 form.payment-required .wpcf7-response-output {
  background: #d8a046;
}

/* -------------------------------------------------------------------------------------------- */
/* Validation - Gravity Forms ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
#container .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
#container .gform_wrapper.gravity-theme .gfield_error label,
#container .gform_wrapper.gravity-theme .gfield_error legend,
#container .gform_wrapper.gravity-theme .gfield_validation_message,
#container .gform_wrapper.gravity-theme .validation_message,
#container .gform_wrapper.gravity-theme [aria-invalid="true"] + label,
#container .gform_wrapper.gravity-theme label + [aria-invalid="true"] {
  color: inherit;
}

#container .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
  padding: 12px 18px;
  border: none;
  border-radius: 0;
  background: #db1f1f;
}

#container .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #ffffff;
  font-size: 0.85em;
}

#container .gform_wrapper.gravity-theme .gfield_validation_message,
#container .gform_wrapper.gravity-theme .validation_message {
  margin: 0;
  padding: 8px 12px;
  border: none;
  background: #db1f1f;
  color: #ffffff;
  line-height: 1em;
}

/* -------------------------------------------------------------------------------------------- */
/* reCaptcha ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-message {
  font-size: 0.6em;
  line-height: 1.2em;
  color: #d8a046;
}

.recaptcha-message a {
  color: #d8a046;
}

.recaptcha-message a:hover {
  color: #ffffff;
}

.bg-white .recaptcha-message {
  color: #d8a046;
}

.bg-white .recaptcha-message a {
  color: #aa711d;
}

.bg-white .recaptcha-message a:hover {
  color: #000000;
}

/* -------------------------------------------------------------------------------------------- */
/* Submit ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
#container .form-submit,
#container .gform_footer {
  justify-content: center;
  margin: 8px 0;
  text-align: center;
}

#container .gform_footer .button-wrap:before {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

#container .bg-black .gform_footer .button-wrap:before {
  background: #d8a046;
}

#container .gform_footer .button-wrap:hover:before {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#container .gform_footer .button-wrap:after {
  background: #f4ce9f;
}

#container .form-submit input,
#container .gform_footer input {
  z-index: 3;
  margin: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#container .form-submit .wpcf7-spinner {
  display: none;
}

@media screen and (min-width: 560px) {
  .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .form-row .form-field {
    width: 49%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* To keep from zooming into active form fields on devices */
  select, textarea, input {
    font-size: 16px;
  }

  select:focus, textarea:focus, input:focus {
    font-size: 16px;
  }
}
/* --------------------------------------------------------------------------------------- */
/* HEADER ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#header-spacer {
  width: 100%;
  height: 114px;
  background: #ffffff;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.mobile-site header {
  overflow: hidden;
}

.desktop-site header {
  overflow: initial;
}

.header-wrapper {
  position: relative;
}

/* --------------------------------------------------------------------------------------- */
/* HEADER LOGO ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
header .header-logo-link {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 255px;
  height: 39px;
  transform-origin: 0 50%;
  transform: translate3d(0, 0, 0) scale(0.8);
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

header .header-logo-link svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 341/52;
}

.mobile-site header .header-logo-link {
  position: relative;
  margin: 39.5px 0 35.5px;
}

/* --------------------------------------------------------------------------------------- */
/* HEADER NAV ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.nav-container {
  z-index: 1;
  display: flex;
}

header nav {
  position: relative;
  z-index: 49;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

.mobile-site header nav {
  position: absolute;
}

header ul,
header .nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header ul li {
  display: inline-block;
}

header ul li a {
  overflow: hidden;
  display: block;
  padding: 60px 0 32px 12px;
  margin: 0 0 0 18px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  line-height: 1em;
}

header.scrolled-header ul li a,
header ul li a:hover {
  color: #d8a046;
}

header ul li a:after {
  content: '';
  position: absolute;
  bottom: 28px;
  right: 0;
  display: block;
  width: calc(100% - 12px);
  height: 2px;
  background: #d8a046;
  transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

header ul li a:hover:after {
  transform: scaleX(1);
}

/* WooCommerce cart button ---------------------------------------------- */
ul li.wpmenucartli a.wpmenucart-contents i {
  position: relative;
  top: -0.1em;
}

ul li.wpmenucartli a.wpmenucart-contents span.cartcontents {
  position: relative;
  top: -0.25em;
  padding: 0.25rem 8px 0.125rem;
  border: 1px solid;
  font-size: 0.65em;
  line-height: 1em;
}

/* Dropdowns ---------------------------------------------- */
header ul li:last-child ul {
  right: 0;
  margin: 0;
}

header ul li:hover > a {
  color: #d8a046;
}

header ul ul {
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

header ul li:hover > ul {
  opacity: 1;
  pointer-events: initial;
}

header ul li ul {
  position: absolute;
  min-width: 256px;
  padding: 8px 0;
  text-align: left;
  z-index: 15;
}

header ul li > ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  transform: scaleY(0);
  transform-origin: 50% 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

header ul li:hover > ul:before {
  transform: scaleY(1);
}

header ul li ul li {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
}

header ul li ul li a {
  z-index: 2;
  display: block;
  margin: 0;
  padding: 8px 16px;
  width: 100%;
}

header ul li ul li a:after {
  bottom: 4px;
  right: initial;
  left: 16px;
  width: calc(100% - 32px);
}

header.scrolled-header ul li ul li a {
  padding-top: 8px;
  padding-bottom: 24px;
}

header ul li ul li a:hover {
  color: #d8a046;
}

/* --------------------------------------------------------------------------------------- */
/* MOBILE ADJUSTMENTS ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Initial setup --------------------- */
.mobile-overlay,
.close-nav,
.responsive-menu {
  display: none;
}

.hamburger, header nav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s eases;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.mobile-site .hamburger {
  opacity: 1;
  pointer-events: initial;
}

.desktop-site header nav {
  opacity: 1;
  pointer-events: initial;
}

/* --------------------------------------------------------------------------------------- */
/* Mobile Nav ---------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* hamburger ------------------------- */
.hamburger {
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 10;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.hamburger .text {
  position: relative;
  display: block;
  margin: 0;
  padding: 9px 0 6px;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 14px;
  font-weight: 500;
}

.hamburger .text:before,
.hamburger .text:after {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  transform: translate3d(-50%, 0, 0);
}

.hamburger .text:before {
  top: 0;
}

.hamburger .text:after {
  bottom: 0;
}

/* Close nav button ------------------------- */
.close-nav {
  position: fixed;
  bottom: 0;
  left: 16px;
  z-index: 1004;
  overflow: hidden;
  display: block;
  width: 48px;
  height: 48px;
  padding: 8px;
  transform: translate3d(0, -12px, 0) rotate(-45deg);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.close-nav.close-nav-show {
  transform: translate3d(0, -48px, 0) rotate(0deg);
  opacity: 1;
  pointer-events: initial;
}

.close-nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 4px;
  background: #000000;
}

.close-nav span:first-child {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.close-nav span:last-child {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

/* main mobile menu list stying ------------------------- */
.responsive-menu {
  position: fixed;
  z-index: 1003;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.responsive-menu-show {
  pointer-events: initial;
}

.responsive-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.responsive-menu-show:before {
  transform: scaleX(1);
}

.responsive-menu ul {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
}

.responsive-menu ul ul {
  margin-left: 16px;
  border-left: 2px solid;
}

.responsive-menu ul li {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0;
  transform: translate3d(-48px, 0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.responsive-menu ul li.mobile-item-slide {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.responsive-menu ul li a {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.responsive-menu ul ul li a {
  font-weight: 400;
}

.responsive-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 16px;
  display: block;
  width: calc(100% - 32px);
  height: 2px;
  background: #d8a046;
  transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.responsive-menu ul li a:hover:after {
  transform: scaleX(1);
}

.mobile-nav-image {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  transform: translate3d(110%, -50%, 0);
  -webkit-transition: transform 0.5s ease 0.4s;
  -moz-transition: transform 0.5s ease 0.4s;
  -o-transition: transform 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s;
}

.responsive-menu-show .mobile-nav-image {
  transform: translate3d(25%, -50%, 0);
}

@media screen and (min-width: 400px) {
  header .header-logo-link {
    transform: translate3d(0, calc(-50% + 2px), 0);
  }

  .mobile-site header .header-logo-link {
    transform: translate3d(0, 0, 0);
  }

  .hamburger {
    top: 3px;
  }

  .hamburger .text {
    padding: 9px 8px 6px;
    font-size: 22px;
  }
}
@media screen and (min-width: 640px) {
  .close-nav {
    bottom: initial;
    left: initial;
    top: 60px;
    right: 16px;
  }
}
@media screen and (min-width: 1028px) {
  #header-spacer {
    height: 116.9px;
  }
}
.divider {
  z-index: 11;
}

.divider .wrapper:before,
.divider .wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background: #000000;
}

.divider .wrapper:before {
  bottom: 0;
}

.divider .wrapper:after {
  top: 0;
}

/* -------------------------------------------------------------------- */
/* Home page hero -------------------------- */
/* -------------------------------------------------------------------- */
#home-hero {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#home-hero img {
  order: 2;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -10vw;
}

#home-hero .wrapper {
  position: relative;
  z-index: 2;
  margin-top: 148px;
}

#home-hero h1 {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 2em;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #home-hero h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  #home-hero {
    display: block;
    height: auto;
    max-height: 640px;
    aspect-ratio: 1920/1080;
  }

  #home-hero img {
    position: absolute;
    height: 100%;
    margin-top: 0;
    object-position: 50% 50%;
    object-fit: cover;
  }

  #home-hero .wrapper {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: 0;
    transform: translate3d(0, calc(-50% + 57px), 0);
  }

  #home-hero h1 {
    width: 50%;
    text-align: left;
    text-shadow: 0 0 12px rgba(216, 160, 70, 0.5);
  }
}
@media screen and (min-width: 1080px) {
  #home-hero h1 {
    font-size: 3em;
  }
}
/* -------------------------------------------------------------------- */
/* Box over pic columns -------------------------- */
/* -------------------------------------------------------------------- */
.box-pic-columns .box-column {
  z-index: 2;
  padding: 2rem 0;
}

.box-column-content {
  width: 100%;
  padding: 2rem 3rem;
}

.box-pic-columns.box-left .box-column-content {
  margin: 0;
}

.box-pic-columns.box-right .box-column-content {
  margin: 0 0 0 auto;
}

.box-pic-columns .arrow.arrow-left {
  transform-origin: 0 50%;
}

.box-pic-columns .arrow-left .arrow-head {
  left: initial;
  right: 0;
}

.box-pic-columns .arrow-left .arrow-head span {
  transform-origin: 100% 50%;
}

.box-pic-columns .arrow-left .arrow-head span:first-child {
  transform: translate3d(0, calc(-50% + 1px), 0) rotate(45deg);
}

.box-pic-columns .arrow-left .arrow-head span:last-child {
  transform: translate3d(0, calc(-50% - 1px), 0) rotate(-45deg);
}

.box-pic-columns .pic-column {
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -80px;
}

.box-pic-columns .pic-column img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1080px) {
  .box-column-content {
    width: calc(50% + 24px);
  }

  .box-pic-columns .arrow {
    width: calc(100% + 6rem);
  }

  .box-pic-columns.box-right .arrow {
    right: 6rem;
  }

  .box-pic-columns .arrow.arrow-left {
    transform-origin: 100% 50%;
  }

  .box-pic-columns .arrow-left .arrow-head {
    left: 0;
    right: initial;
  }

  .box-pic-columns .arrow-left .arrow-head span {
    transform-origin: 0 50%;
  }

  .box-pic-columns .arrow-left .arrow-head span:first-child {
    transform: translate3d(0, calc(-50% - 1px), 0) rotate(45deg);
  }

  .box-pic-columns .arrow-left .arrow-head span:last-child {
    transform: translate3d(0, calc(-50% + 1px), 0) rotate(-45deg);
  }

  .box-pic-columns .pic-column {
    position: absolute;
    top: 0;
    width: calc(50% + 24px);
    height: 100%;
    margin-top: 0;
  }

  .box-pic-columns.box-right .pic-column {
    left: 0;
  }

  .box-pic-columns.box-left .pic-column {
    right: 0;
  }

  .box-pic-columns .pic-column img {
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
  }
}
/* -------------------------------------------------------------------- */
/* Columned content -------------------------- */
/* -------------------------------------------------------------------- */
.columned-content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.content-column {
  width: 100%;
}

@media screen and (min-width: 680px) {
  .columned-content {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .triple-columns .content-column {
    width: calc(33% - 24px);
  }
}
/* -------------------------------------------------------------------- */
/* Why icons ------ */
/* -------------------------------------------------------------------- */
.icon-container {
  position: relative;
  overflow: hidden;
  min-width: 100px;
  width: 60%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background: #d8a046;
  border-radius: 50%;
}

.icon-container .why-icon {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.icon-container img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: contain;
}

.icon-sun .horizon {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}

.icon-sun .cover {
  fill: #d8a046;
}

.icon-sun .sun {
  fill: #ffffff;
  display: block;
  transform: translate3d(0, 0, 0);
  animation: sunrise 16s linear 0s infinite forwards;
}

@keyframes sunrise {
  from {
    transform: translate3d(0, 75%, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
.icon-star .star {
  fill: #ffffff;
  display: block;
  transform-origin: 50% 50%;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  animation: superstar 10s ease-in-out 0s infinite forwards;
}

@keyframes superstar {
  0% {
    transform: translate3d(0, 0, 0) scale(0) rotate(360deg);
  }
  14% {
    transform: translate3d(0, 0, 0) scale(1.1) rotate(-30deg);
  }
  16% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
  74% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
  76% {
    transform: translate3d(0, 4%, 0) scale(1) rotate(0);
  }
  86% {
    transform: translate3d(0, -100%, 0) scale(1) rotate(0);
  }
  100% {
    transform: translate3d(0, -100%, 0) scale(1) rotate(0);
  }
}
.icon-gears .border {
  fill: none;
  stroke: #d8a046;
  stroke-miterlimit: 10;
  stroke-width: 12px;
}

.icon-gears .gear {
  fill: #ffffff;
}

.icon-gears .gear-small {
  transform-origin: 20.6487% 19.9309%;
  animation: gear 24s linear 0s infinite reverse;
}

.icon-gears .gear-large {
  transform-origin: 72.5239% 69.5497%;
  animation: gear 48s linear 0s infinite forwards;
}

@keyframes gear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* -------------------------------------------------------------------- */
/* Logo background - Home product link banner and Tagline banner ------ */
/* -------------------------------------------------------------------- */
.logo-background {
  overflow: hidden;
}

.logo-background svg {
  fill: #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: auto;
  height: 128%;
  transform: translate3d(-50%, -50%, 0);
}

.bg-black.logo-background svg {
  fill: #282828;
}

.bg-primary.logo-background svg {
  fill: #e5b673;
}

.logo-background .wrapper {
  z-index: 2;
}

#home-pan img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

#home-pan .buttons-wrapper {
  z-index: 2;
  margin-top: 16px;
}

.tagline-banner h2 {
  font-weight: 600;
  font-size: 21vw;
  line-height: 0.85em;
  text-transform: uppercase;
  text-align: center;
}

.tagline-banner h3 {
  width: 100%;
  padding: 0.5rem;
  background: #d8a046;
  color: #000000;
  font-weight: 400;
  text-transform: initial;
  text-align: center;
}

.bg-primary .tagline-banner h3 {
  background: #000000;
  color: #ffffff;
}

@media screen and (min-width: 500px) {
  .tagline-banner h2 {
    font-size: clamp(5.5rem, 8.5vw, 8.5rem);
  }
}
@media screen and (min-width: 768px) {
  .logo-background .buttons-wrapper {
    margin-top: -16px;
  }
}
/* -------------------------------------------------------------------- */
/* Award banner -------------------------- */
/* -------------------------------------------------------------------- */
#award-banner {
  min-height: 400px;
  height: 40vw;
  max-height: 700px;
  background: #000000;
}

.award-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}

.award-info {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  width: 94%;
  max-width: 512px;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

.award-info:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: calc(100% - 82px);
  height: 100%;
  background: #d8a046;
  transform: translate3d(-50%, -50%, 0);
}

.award-info h2 {
  z-index: 2;
  padding: 8px 48px 0;
  font-weight: 600;
}

.award-info p {
  position: relative;
  z-index: 2;
  margin-top: -0.85rem;
  padding: 0 48px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .award-photo {
    object-fit: contain;
  }
}
/* -------------------------------------------------------------------- */
/* News archive -------------------------- */
/* -------------------------------------------------------------------- */
#news-posts {
  padding: 0 0 36px;
}

.news-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
}

.news-item {
  position: relative;
  display: block;
  width: 100%;
}

@supports (animation-timeline: view()) {
  @keyframes news-appear {
    from {
      transform: translate3d(0, 24px, 0);
      opacity: 0.5;
      filter: grayscale(1);
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
      filter: grayscale(0);
    }
  }
  @keyframes news-fade {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
      filter: grayscale(0);
    }
    to {
      transform: translate3d(0, -24px, 0);
      opacity: 0.5;
      filter: grayscale(1);
    }
  }
  .news-item {
    transform: translate3d(0, 24px, 0);
    opacity: 0.5;
    filter: grayscale(1);
    animation: news-appear linear forwards, news-fade linear forwards;
    animation-timeline: view();
    animation-range: entry 8% cover 18%, cover 82% exit 92%;
  }
}
.news-excerpt-img {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/630;
  margin-bottom: -2.5em;
}

.news-excerpt-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.news-item:hover .news-excerpt-img img {
  transform: scale(1.1);
}

.news-excerpt-text {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 16px;
  background: #d8a046;
  border: 2px solid #d8a046;
  color: #000000;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.news-item:hover .news-excerpt-text {
  background: #ffffff;
}

@media screen and (min-width: 766px) {
  .news-grid {
    flex-direction: row;
  }

  .news-item {
    width: calc(50% - 18px);
  }
}
@media screen and (min-width: 1200px) {
  .news-item {
    width: calc(33.3333% - 24px);
  }
}
/* -------------------------------------------------------------------- */
/* News Article -------------------------- */
/* -------------------------------------------------------------------- */
.archive-breadcrumbs h1 {
  margin-top: 0;
}

.article-featured-img {
  overflow: hidden;
  width: 111.1112%;
  height: auto;
  margin-left: -5.55556%;
  aspect-ratio: 1200/630;
}

.article-featured-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}

.article-credits {
  text-transform: uppercase;
  font-size: 0.85em;
}

@media screen and (min-width: 766px) {
  .article-featured-img {
    width: 100%;
    margin-left: 0;
  }
}
/* -------------------------------------------------------------------------------------------- */
/* WP Block Styles ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
figure {
  margin: 0;
}

/* WP Block Editor - Pullquote / Quote ---------------------------------------------- */
blockquote.wp-block-quote,
figure.wp-block-pullquote {
  margin: 60px auto;
  max-width: 100%;
  padding: 0;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.15em;
}

blockquote.wp-block-quote {
  color: #d8a046;
}

blockquote cite {
  display: block;
  font-size: 0.5em;
  text-transform: uppercase;
  line-height: 1.35em;
}

figure.wp-block-pullquote blockquote {
  margin: 0 auto;
}

figure.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 1em;
  line-height: 1.15em;
}

blockquote.alignleft,
blockquote.alignright {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 766px) {
  blockquote.wp-block-quote,
  figure.wp-block-pullquote {
    max-width: 80%;
    font-size: 2em;
  }

  blockquote.alignleft,
  blockquote.alignright {
    width: 45%;
  }

  blockquote.alignleft,
  .wp-block-pullquote.alignleft {
    float: left;
    margin-right: 5vw;
    margin-left: -3%;
  }

  blockquote.alignright,
  .wp-block-pullquote.alignright {
    float: right;
    margin-left: 5vw;
    margin-right: -3%;
  }
}
@media screen and (min-width: 1080px) {
  blockquote.alignleft,
  .wp-block-pullquote.alignleft {
    margin-left: -5.55556%;
  }

  blockquote.alignright,
  .wp-block-pullquote.alignright {
    margin-right: -5.55556%;
  }
}
/* WP Block Editor - Image ---------------------------------------------- */
.wp-block-image figure {
  width: 111.1112%;
}

.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.wp-block-image figcaption {
  color: #bebbbb;
  line-height: 1.35em;
}

.wp-block-image .alignleft {
  margin-right: -1.5vw;
  transform: translateX(-5vw);
}

.wp-block-image .alignright {
  margin-left: -1.5vw;
  transform: translateX(5vw);
}

@media screen and (min-width: 400px) {
  .wp-block-image figure {
    max-width: 45%;
  }
}
/* -------------------------------------------------------------------- */
/* Video grid -------------------------- */
/* -------------------------------------------------------------------- */
.video-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single-video {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
  background: #000700;
}

.single-video.portrait-video {
  max-width: 540px;
  aspect-ratio: 540/960;
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.single-video.portrait-video .video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 177.7778%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

*:lang(en) .single-video.video-lang-en {
  display: block;
}

*:lang(de) .single-video.video-lang-de {
  display: block;
}

*:lang(fr) .single-video.video-lang-en {
  display: block;
}

*:lang(ru) .single-video.video-lang-ru {
  display: block;
}

@media screen and (min-width: 800px) {
  .video-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .single-video {
    width: calc(50% - 12px);
  }
}
/* -------------------------------------------------------------------- */
/* Downloads -------------------------- */
/* -------------------------------------------------------------------- */
.downloads-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}

.downloads-list a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  color: #000000;
  font-weight: 500;
  line-height: 1.2em;
}

.file-icon {
  width: 43.5px;
  height: 55.5px;
}

.file-icon path {
  fill: #d8a046;
}

.file-icon rect {
  fill: #ffffff;
  transform-origin: 50% 100%;
  transform: scaleY(0.5);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.file-icon rect:nth-child(2) {
  -webkit-transition: transform 0.5s ease 0.25s;
  -moz-transition: transform 0.5s ease 0.25s;
  -o-transition: transform 0.5s ease 0.25s;
  transition: transform 0.5s ease 0.25s;
}

.file-icon rect:nth-child(3) {
  -webkit-transition: transform 0.5s ease 0.5s;
  -moz-transition: transform 0.5s ease 0.5s;
  -o-transition: transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s;
}

.downloads-list a:hover .file-icon rect {
  fill: #ffffff;
  transform: scaleY(1);
}

@media screen and (min-width: 480px) {
  .downloads-list {
    flex-direction: row;
  }

  .downloads-list a {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 880px) {
  .downloads-list a {
    width: calc(33.3333% - 16px);
  }
}
/* -------------------------------------------------------------------- */
/* Contact Page -------------------------- */
/* -------------------------------------------------------------------- */
#contact-main .wrapper {
  width: 100%;
  padding: 0 0 64vw;
}

.contact-container {
  z-index: 2;
  margin: 0;
  padding: 2rem 5%;
  background: rgba(255, 255, 255, 0.5);
}

.contact-header {
  margin-bottom: 2rem;
}

.contact-columns {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

ul.contact-icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-icons li,
.long-text .contact-icons li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.contact-icons li:before {
  display: none;
}

.contact-icons li svg {
  fill: #d8a046;
}

.contact-map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.map {
  fill: #d6d6d6;
  position: absolute;
  left: 50%;
  bottom: -1vw;
  display: block;
  width: 120%;
  height: auto;
  aspect-ratio: 862/726;
  transform: translate3d(-50%, 0, 0);
}

.map .sk {
  fill: #e5b673;
}

@media screen and (min-width: 680px) {
  #contact-main .wrapper {
    width: 90%;
    padding: 2rem 0 12rem;
  }

  .contact-container {
    padding: 2rem 3rem;
  }

  .contact-header {
    width: calc(50% + 24px);
  }

  .contact-columns {
    flex-direction: row;
    justify-content: space-between;
    gap: 4%;
  }

  .contact-column {
    width: 48%;
  }

  .map {
    bottom: 50%;
    width: auto;
    height: 128%;
    transform: translate3d(-50%, 50%, 0);
  }
}
/* -------------------------------------------------------------------- */
/* Thank you pages -------------------------- */
/* -------------------------------------------------------------------- */
#thanks-main h1 {
  z-index: 1;
  margin-bottom: -0.2em;
  perspective-origin: center;
  perspective: 16rem;
  font-size: clamp(4.5rem, 14vw, 14rem);
  line-height: 0.825em;
  letter-spacing: -0.05em;
  text-align: center;
}

#thanks-main h1 span {
  display: inline-block;
  transform: rotateX(12deg);
}

.drop-thanks {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.drop-thanks img {
  position: relative;
  left: -20%;
  z-index: 2;
  display: block;
  width: 140%;
  height: auto;
  transform: translate3d(0, -400%, 0) scale(2);
  opacity: 0;
  animation: drop-thanks 0.7s linear 0.5s 1 forwards;
}

@keyframes drop-thanks {
  0% {
    transform: translate3d(0, -400%, 0) scale(2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  73% {
    transform: translate3d(0, -7%, 0) scale(1.03);
  }
  86% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  93% {
    transform: translate3d(0, -2%, 0) scale(1.01);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
.pan-shadow {
  position: absolute;
  bottom: -2px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 128%;
  height: 80%;
  background: transparent;
  border-radius: 128px 128px 0 0;
  filter: blur(4em);
  transform: translate3d(-50%, 0, 0);
  animation: drop-shadow 0.7s linear 0.5s 1 forwards;
}

@keyframes drop-shadow {
  0% {
    background: transparent;
    filter: blur(4em);
  }
  60% {
    background: rgba(0, 0, 0, 0.4);
    filter: blur(0.5em);
  }
  73% {
    background: rgba(0, 0, 0, 0.325);
    filter: blur(1em);
  }
  86% {
    background: rgba(0, 0, 0, 0.4);
    filter: blur(0.5em);
  }
  93% {
    background: rgba(0, 0, 0, 0.375);
    filter: blur(0.65em);
  }
  100% {
    background: rgba(0, 0, 0, 0.4);
    filter: blur(0.5em);
  }
}
.thank-you-message {
  padding: 2rem 3rem;
  border: 2px solid #000000;
}

@media screen and (min-width: 600px) {
  .drop-thanks img {
    left: -4%;
    width: 108%;
  }

  .pan-shadow {
    width: 90%;
    height: 70%;
  }
}
/* -------------------------------------------------------------------- */
/* 404 Page -------------------------- */
/* -------------------------------------------------------------------- */
.page-not-found h1 {
  font-weight: 400;
  font-size: clamp(4.5rem, 10vw, 10rem);
  line-height: 0.85em;
  letter-spacing: -0.2rem;
  color: #aa711d;
}

.missing-drop-pan,
svg.drop-pan-line-drawing,
.missing-drop-pan img.pan-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 635.64/116.02;
}

.missing-drop-pan {
  position: relative;
}

.missing-drop-pan img.pan-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: 50% 50%;
  transform: scale(2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.missing-drop-pan:hover img.pan-image {
  opacity: 1;
}

@keyframes pan-drop {
  0% {
    transform: scale(2);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  }
  40% {
    transform: scale(1);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  }
  60% {
    transform: scale(1.05);
    box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.2);
  }
  80% {
    transform: scale(1);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  }
  90% {
    transform: scale(1.015);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  }
}
.missing-drop-pan.product-drop img.pan-image {
  animation: pan-drop 0.55s linear 0s 1 forwards;
}

svg.drop-pan-line-drawing {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.missing-drop-pan:hover svg.drop-pan-line-drawing {
  opacity: 0;
}

svg.drop-pan-line-drawing {
  fill: none;
  stroke: #bebbbb;
}

svg.drop-pan-line-drawing .box {
  stroke: none;
  fill: #bebbbb;
}

svg.drop-pan-line-drawing .thin-line {
  stroke-width: .5px;
}

svg.drop-pan-line-drawing .thin-line,
svg.drop-pan-line-drawing .normal-line,
svg.drop-pan-line-drawing .hinge,
svg.drop-pan-line-drawing .dashed-line {
  stroke-miterlimit: 10;
}

.hinge {
  stroke-width: .75px;
}

.dashed-line {
  stroke-dasharray: 24 6;
}

.dashed-line, .outline {
  stroke-linecap: round;
}

.inner-edge, .outline {
  stroke-linejoin: round;
}

.outline {
  stroke-width: 3px;
}

.missing-drop-pan span {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.6rem 12px 0.4rem;
  margin: 32px auto 0;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #d8a046;
  color: #d8a046;
  font-weight: 600;
  font-size: 1.5em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.missing-drop-pan:hover span {
  background: rgba(255, 255, 255, 0.5);
  border-color: #000000;
  color: #000000;
}

@media screen and (min-width: 680px) {
  .missing-drop-pan span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate3d(-50%, -50%, 0);
  }
}
/* -------------------------------------------------------------------- */
/* Country Specific message -------------------------- */
/* -------------------------------------------------------------------- */
.restricted_country {
  position: relative;
  display: block;
  margin: 0 0 16px;
  padding: 0.5rem 1rem 0.3rem;
  background: #db1f1f;
  color: #ffffff;
}

.single_variation_wrap .restricted_country {
  display: none;
}

/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* Single Product page -------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* Breadcrumbs -------------------------- */
/* -------------------------------------------------------------------- */
.woocommerce-breadcrumb {
  display: none;
}

/* Main Columns -------------------------- */
/* -------------------------------------------------------------------- */
.woocommerce #container div.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce #container #content div.product div.images,
.woocommerce #container div.product div.images,
.woocommerce-page #container #content div.product div.images,
.woocommerce-page #container div.product div.images {
  float: none;
}

.woocommerce #container #content div.product div.summary,
.woocommerce #container div.product div.summary,
.woocommerce-page #container #content div.product div.summary,
.woocommerce-page #container div.product div.summary {
  float: none;
}

@media screen and (min-width: 768px) {
  .woocommerce #container div.product {
    flex-direction: row;
  }
}
/* Product Gallery -------------------------- */
/* -------------------------------------------------------------------- */
.woocommerce #container div.product div.images .flex-control-thumbs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.woocommerce #container div.product div.images .flex-control-thumbs li {
  width: 24px;
  height: 24px;
}

.woocommerce #container div.product div.images .flex-control-thumbs li img {
  opacity: 0;
}

.woocommerce div.product div.images ol.flex-control-thumbs li:before {
  display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: #d8a046;
  border-radius: 12px;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.35);
  pointer-events: none;
  -webkit-transition: transform 0.25s ease, background 0.25s ease;
  -moz-transition: transform 0.25s ease, background 0.25s ease;
  -o-transition: transform 0.25s ease, background 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover:after {
  transform: translate3d(-50%, -50%, 0) scale(0.65);
}

.woocommerce #container div.product div.images .flex-control-thumbs li:has(img.flex-active):after {
  background: #000000;
}

@media screen and (min-width: 580px) {
  .woocommerce #container div.product div.images .flex-control-thumbs {
    justify-content: flex-start;
    gap: 8px;
  }

  .woocommerce #container div.product div.images .flex-control-thumbs li {
    width: calc(20% - 6.4px);
    height: auto;
    aspect-ratio: 1/1;
    background: none;
    border-radius: 0;
  }

  .woocommerce div.product div.images .flex-control-thumbs li:after {
    display: none;
  }

  .woocommerce #container div.product div.images .flex-control-thumbs li img {
    opacity: 1;
  }
}
/* Price Display -------------------------- */
/* -------------------------------------------------------------------- */
.woocommerce #container div.product p.price del,
.woocommerce #container div.product span.price del,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices del,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices del {
  opacity: 1;
  color: #000000;
}

.woocommerce #container div.product p.price ins,
.woocommerce #container div.product span.price ins,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices ins,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices ins {
  opacity: 1;
  line-height: 1em;
  color: #db1f1f;
  font-weight: 400;
  text-decoration: none;
}

/* Product Selection -------------------------- */
/* -------------------------------------------------------------------- */
.woocommerce #container div.product form.cart .variations {
  margin-bottom: 0;
}

.woocommerce #container div.product form.cart .reset_variations {
  display: none !important;
}

.woocommerce #container .woocommerce-variation.single_variation {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce #container .woocommerce-variation.single_variation div {
  padding: 0.15rem 4px 0.08rem;
}

.woocommerce #container .woocommerce-variation.single_variation div.woocommerce-variation-description {
  padding: 2px 12px;
  background: #f1f1f1;
  font-size: 0.7em;
  font-style: italic;
}

.woocommerce #container .woocommerce-variation.single_variation div.woocommerce-variation-description p:last-child {
  margin-bottom: 0;
}

.woocommerce #container .woocommerce-variation.single_variation div.woocommerce-variation-price {
  background: #000000;
}

.woocommerce #container .woocommerce-variation.single_variation div.woocommerce-variation-availability {
  display: none;
}

.woocommerce #container div.product .single_variation span.price,
.woocommerce #container div.product .single_variation span.price bdi {
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
}

/* Quantity and Add to Cart button -------------------------- */
/* -------------------------------------------------------------------- */
.woocommerce #container .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  gap: 6px;
  margin-top: 18px;
}

.woocommerce #container div.product form.cart div.quantity {
  float: none;
  margin: 0 4px 4px 0;
}

.woocommerce #container #respond input#submit.alt,
.woocommerce #container a.button.alt,
.woocommerce #container button.button.alt,
.woocommerce #container input.button.alt {
  float: none;
  padding: .718em 1em 0.518em;
  background-color: transparent;
  border: 2px solid #d8a046;
  border-radius: 0;
  color: #d8a046;
  font-size: 18px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.woocommerce #container #respond input#submit.alt:hover,
.woocommerce #container a.button.alt:hover,
.woocommerce #container button.button.alt:hover,
.woocommerce #container input.button.alt:hover {
  background: #d8a046;
  color: #000000;
  transform: translate3d(0, 0, 0);
}

/* Added to cart confirmation message -------------------------- */
/* -------------------------------------------------------------------- */
#container .woocommerce-error,
#container .woocommerce-info,
#container .woocommerce-message {
  padding: 1em 2em;
  background: #d8a046;
  border-color: #000000;
  color: #000000;
}

#container .woocommerce-error::before,
#container .woocommerce-info::before,
#container .woocommerce-message::before {
  display: none;
}

#container .woocommerce-error .button-wrap,
#container .woocommerce-info .button-wrap,
#container .woocommerce-message .button-wrap {
  margin-top: 8px;
}

.woocommerce #container .woocommerce-error .button,
.woocommerce #container .woocommerce-info .button,
.woocommerce #container .woocommerce-message .button,
.woocommerce-page #container .woocommerce-error .button,
.woocommerce-page #container .woocommerce-info .button,
.woocommerce-page #container .woocommerce-message .button {
  float: none;
}

/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* Reviews -------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
#review-slider {
  height: 100%;
}

#review-slider li {
  padding: 0;
  margin: 0 0 16px;
}

#review-slider li div.comment_container {
  position: relative;
  display: block;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.bx-wrapper img.avatar {
  display: none;
}

#review-slider li div.comment_container .comment-text {
  padding: 32px;
  background: #d8a046;
  border: 2px solid;
}

#review-slider .meta {
  position: absolute;
  bottom: 0;
  right: 16px;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  background: #000000;
  transform: translate3d(0, 50%, 0);
  color: #ffffff;
  line-height: 1em;
}

#review-slider .meta span,
#review-slider time {
  display: none;
}

/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* Cart/Checkout page -------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* Cart Products -------------------------------------------- */
.empty-cart {
  background: #d8a046;
  color: #ffffff;
}

#container .is-large.wc-block-cart .wc-block-cart-items,
#container .is-large.wc-block-cart .wc-block-cart-items,
#container .is-large.wc-block-cart .wc-block-cart-items,
#container .is-large.wc-block-cart .wc-block-cart-items {
  border: 0;
}

#container .is-large.wc-block-cart .wc-block-cart-items thead {
  display: none;
}

#container .is-large.wc-block-cart table.wc-block-cart-items tbody,
#container .is-medium.wc-block-cart table.wc-block-cart-items tbody,
#container .is-mobile.wc-block-cart table.wc-block-cart-items tbody,
#container .is-small.wc-block-cart table.wc-block-cart-items tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#container .is-mobile.wc-block-cart table.wc-block-cart-items tbody,
#container .is-small.wc-block-cart table.wc-block-cart-items tbody {
  gap: 8px;
}

#container .is-large table.wc-block-cart-items .wc-block-cart-items__row,
#container .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
#container .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
#container .is-small table.wc-block-cart-items .wc-block-cart-items__row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: 0;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
  width: 33.3333%;
  margin: 0;
  padding: 8px;
  background: #ffffff !important;
  border: 3px solid #d8a046;
  border-right: 1px solid #d8a046;
  border-radius: 3px 0 0 0;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image a,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image a,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image a,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image a {
  display: block;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product {
  width: 66.6667%;
  padding: 0;
  margin: 0;
  background: #ffffff !important;
  border: 3px solid #d8a046;
  border-left: 0;
  border-radius: 0 3px 0 0;
}

#container .wc-block-cart-item__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name {
  max-width: 100%;
  padding: 0.6rem 16px 0.4rem;
  margin: 0;
  background: #e5b673;
  color: #000000;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name:hover,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name:hover,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name:hover,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name:hover {
  background: #d8a046;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-cart-item__prices,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-cart-item__prices,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-cart-item__prices,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-cart-item__prices {
  margin: 0;
  padding: 9px 16px 6px;
  line-height: 1em;
}

#container .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-sale-badge,
#container table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-sale-badge {
  display: none;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-metadata,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-metadata,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-metadata,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-metadata {
  margin: 0;
  padding: 0 16px;
  line-height: 1.5em;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product ul,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product ul,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product ul,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product ul {
  margin: 0;
  padding: 6px 16px;
}

#container .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product ul li,
#container .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product ul li,
#container .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product ul li,
#container .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product ul li {
  line-height: 1.5em;
}

#container .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap > :last-child,
#container table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap > :last-child {
  flex-grow: 1;
  width: 100%;
  margin: 0 0 auto;
}

#container .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector,
#container table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
  width: 140px;
  margin: 8px 16px 16px;
}

#container .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector input,
#container table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector input {
  padding: 6px 8px;
  border: 1px solid #000000;
}

#container .wc-block-components-quantity-selector::after {
  border-color: #000000;
}

#container .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
#container table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  position: absolute;
  top: calc(100% + 3px);
  left: calc(-50% - 1px);
  padding: 3px 6px;
  background: #d6d6d6;
  font-size: 0.85em;
  line-height: 1em;
  text-decoration: none;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

#container .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
#container .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
#container .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
#container table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
#container table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
#container table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background: #db1f1f;
  color: #ffffff;
}

#container .is-large table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
#container .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
#container .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
#container .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 0 auto;
  background: #d8a046 !important;
  border: 0;
}

#container td.wc-block-cart-item__total .wc-block-components-product-price {
  padding: 0.3rem 0.5rem 0.15rem;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1em;
}

#container .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
  display: block;
  width: 100%;
  margin: 0;
  background: #db1f1f;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

#container .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  margin-bottom: 16vw;
}

#container .is-large .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  margin-bottom: 0;
}

/* Cart Summary -------------------------------------------- */
#container .wp-block-woocommerce-cart-order-summary-block h2 {
  padding: 0.6rem 0 0.4rem;
  font-size: 1.5rem;
  line-height: 1em;
}

#container .is-large.wc-block-cart span.wc-block-cart__totals-title {
  padding: 0.6rem 16px 0.4rem;
  background: #aa711d;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1em;
  text-align: center;
}

#container .is-large .wc-block-components-sidebar .wc-block-components-panel,
#container .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
#container .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0;
}

#container .wp-block-woocommerce-cart-order-summary-totals-block .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper,
#container .wp-block-woocommerce-cart-order-summary-totals-block .wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
  padding: 0.6rem 0 0.4rem;
  border-top: 1px solid #000;
}

/* Shipping Options -------------------------------------------- */
#container .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__description {
  padding: 0.6rem 16px;
  margin-top: 8px;
  background: #f1f1f1;
}

#container .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__description .wc-block-components-shipping-rates-control__package label {
  margin: 0 0 4px;
  border: 1px solid #d6d6d6;
}

#container .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__description .wc-block-components-shipping-rates-control__package label:has(input:checked) {
  background: #ffffff;
}

#container .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__description .wc-block-components-shipping-rates-control__package label input {
  left: 12px;
}

#container .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__description .wc-block-components-shipping-rates-control__package label div.wc-block-components-radio-control__option-layout {
  padding: 0.6rem 0 0.4rem;
}

#container .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__description .wc-block-components-shipping-rates-control__package label span.wc-block-components-radio-control__description {
  margin: 0;
}

#container .wc-block-components-totals-shipping .wc-block-components-shipping-address,
#container .wc-block-components-totals-shipping .wc-block-components-totals-shipping__delivery-options-notice {
  margin: 0;
}

#container .wc-block-components-totals-shipping .wc-block-components-panel__button {
  margin: 0;
}

/* Checkout Button -------------------------------------------- */
#container .wc-block-cart__submit {
  margin-top: 16px;
}

body:not(.woocommerce-block-theme-has-button-styles) #container .wc-block-components-button.wc-block-cart__submit-button:not(.is-link) {
  padding: 0.6rem 16px 0.4rem;
  border: 3px solid #d8a046;
  color: #d8a046;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  transition: all 0.125s ease;
}

body:not(.woocommerce-block-theme-has-button-styles) #container .wc-block-components-button.wc-block-cart__submit-button:not(.is-link):hover {
  background: #d8a046;
  color: #000000;
}

/* Checkout Page Info -------------------------------------------- */
#container .wp-block-woocommerce-checkout {
  padding-top: 0;
}

#container .wc-block-components-form fieldset {
  padding: 16px !important;
  margin: 0 0 16px !important;
  background: #f1f1f1;
  border-radius: 4px;
}

#container .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
#container .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
  display: none;
}

#container .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
  margin: 36px 0;
  padding: 0 !important;
}

#container .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  padding-top: 12px !important;
  font-size: 0.7em;
  line-height: 1.5em;
}

/* Order Page Order Summary -------------------------------------------- */
#container .wc-block-components-sidebar {
  margin-top: 0;
}

#container .is-large .wp-block-woocommerce-checkout-order-summary-block,
#container .is-medium .wp-block-woocommerce-checkout-order-summary-block,
#container .is-mobile .wp-block-woocommerce-checkout-order-summary-block,
#container .is-small .wp-block-woocommerce-checkout-order-summary-block,
#container .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
  border: none;
  border-radius: 0;
}

#container .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin: 0;
}

#container .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  padding: 0.6rem 0 0.4rem;
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1em;
}

#container .wc-block-components-totals-wrapper,
#container .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top-color: #000000;
}

#container .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-coupon,
#container .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-item {
  padding: 0;
}

#container .wc-block-components-order-summary__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#container .wc-block-components-order-summary .wc-block-components-order-summary-item {
  padding: 1rem 16px 0.75rem;
  border: 1px solid;
}

#container .wc-block-components-order-summary {
  padding: 0;
}

#container .wc-block-components-product-metadata__description {
  display: none;
}

/* WooCommerce forms fields -------------------------------------------- */
#container .wc-block-components-sidebar-layout input[type=color],
#container .wc-block-components-sidebar-layout input[type=date],
#container .wc-block-components-sidebar-layout input[type=datetime-local],
#container .wc-block-components-sidebar-layout input[type=datetime],
#container .wc-block-components-sidebar-layout input[type=email],
#container .wc-block-components-sidebar-layout input[type=month],
#container .wc-block-components-sidebar-layout input[type=number],
#container .wc-block-components-sidebar-layout input[type=password],
#container .wc-block-components-sidebar-layout input[type=search],
#container .wc-block-components-sidebar-layout input[type=tel],
#container .wc-block-components-sidebar-layout input[type=text],
#container .wc-block-components-sidebar-layout input[type=time],
#container .wc-block-components-sidebar-layout input[type=url],
#container .wc-block-components-sidebar-layout input[type=week],
#container .wc-block-components-sidebar-layout select,
#container .wc-block-components-sidebar-layout textarea {
  padding: 1em .5em 0;
  border: 1px solid #000000;
  font-size: 16px;
}

#container .is-large .wc-block-components-sidebar-layout input[type=color],
#container .is-large .wc-block-components-sidebar-layout input[type=date],
#container .is-large .wc-block-components-sidebar-layout input[type=datetime-local],
#container .is-large .wc-block-components-sidebar-layout input[type=datetime],
#container .is-large .wc-block-components-sidebar-layout input[type=email],
#container .is-large .wc-block-components-sidebar-layout input[type=month],
#container .is-large .wc-block-components-sidebar-layout input[type=number],
#container .is-large .wc-block-components-sidebar-layout input[type=password],
#container .is-large .wc-block-components-sidebar-layout input[type=search],
#container .is-large .wc-block-components-sidebar-layout input[type=tel],
#container .is-large .wc-block-components-sidebar-layout input[type=text],
#container .is-large .wc-block-components-sidebar-layout input[type=time],
#container .is-large .wc-block-components-sidebar-layout input[type=url],
#container .is-large .wc-block-components-sidebar-layout input[type=week],
#container .is-large .wc-block-components-sidebar-layout select,
#container .is-large .wc-block-components-sidebar-layout textarea {
  font-size: 18px;
}

#container .wc-block-components-sidebar-layout input[type=color]:focus,
#container .wc-block-components-sidebar-layout input[type=date]:focus,
#container .wc-block-components-sidebar-layout input[type=datetime-local]:focus,
#container .wc-block-components-sidebar-layout input[type=datetime]:focus,
#container .wc-block-components-sidebar-layout input[type=email]:focus,
#container .wc-block-components-sidebar-layout input[type=month]:focus,
#container .wc-block-components-sidebar-layout input[type=number]:focus,
#container .wc-block-components-sidebar-layout input[type=password]:focus,
#container .wc-block-components-sidebar-layout input[type=search]:focus,
#container .wc-block-components-sidebar-layout input[type=tel]:focus,
#container .wc-block-components-sidebar-layout input[type=text]:focus,
#container .wc-block-components-sidebar-layout input[type=time]:focus,
#container .wc-block-components-sidebar-layout input[type=url]:focus,
#container .wc-block-components-sidebar-layout input[type=week]:focus,
#container .wc-block-components-sidebar-layout select:focus,
#container .wc-block-components-sidebar-layout textarea:focus {
  border-color: #aa711d;
}

#container .wc-block-components-button:not(.is-link).outlined {
  padding: 0.6rem 16px 0.4rem;
  border: none;
  background: #d8a046;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

#container .wc-block-components-button:not(.is-link).outlined:hover {
  background: #e5b673;
  color: #000000;
}

/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* Order Received page -------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* Top details box -------------------------- */
#container .woocommerce-thankyou-order-received {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.6rem 16px 0.4rem;
  margin: 0;
  background: #e5b673;
  border: 3px solid #d8a046;
  border-bottom: 0;
  color: #000000;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
}

#container ul.woocommerce-thankyou-order-details {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 3px solid #d8a046;
  border-top: 0;
}

#container ul.woocommerce-thankyou-order-details li {
  float: none;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.6rem 16px 0.4rem;
  border-right: 0;
  border-top: 1px solid #d8a046;
}

#container ul.woocommerce-thankyou-order-details li:first-child {
  border-top: 0;
}

@media screen and (min-width: 500px) {
  #container ul.woocommerce-thankyou-order-details {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #container ul.woocommerce-thankyou-order-details li {
    width: 50%;
    border-top: 0;
  }

  #container ul.woocommerce-thankyou-order-details li.email {
    width: 100%;
    border-top: 1px solid #d8a046;
    border-bottom: 1px solid #d8a046;
  }
}
@media screen and (min-width: 1080px) {
  #container ul.woocommerce-thankyou-order-details {
    flex-wrap: nowrap;
  }

  #container ul.woocommerce-thankyou-order-details li {
    flex-grow: 1;
    width: auto;
    border-right: 1px solid #d8a046;
  }

  #container ul.woocommerce-thankyou-order-details li.email {
    flex-grow: 2;
    width: auto;
    border-right: 1px solid #d8a046;
    border-top: 0;
    border-bottom: 0;
  }

  #container ul.woocommerce-thankyou-order-details li:first-child {
    border-right: 0;
  }
}
/* Order details table -------------------------- */
#container table.woocommerce-table--order-details {
  border: 0;
}

#container table.woocommerce-table--order-details thead {
  display: none;
  text-transform: uppercase;
}

#container table.woocommerce-table--order-details tr {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.6rem 0 0.4rem;
  border-top: 1px solid #000000;
}

#container table.woocommerce-table--order-details thead tr {
  background: #f1f1f1;
}

#container table.woocommerce-table--order-details tr td,
#container table.woocommerce-table--order-details tr th {
  width: 100%;
  padding: 0;
  border: 0;
}

#container table.woocommerce-table--order-details tr th {
  font-weight: 400;
}

#container table.woocommerce-table--order-details tfoot tr:last-child {
  text-transform: uppercase;
  font-size: 1.4em;
}

@media screen and (min-width: 500px) {
  #container table.woocommerce-table--order-details thead {
    display: initial;
  }

  #container table.woocommerce-table--order-details tr {
    flex-direction: row;
  }

  #container table.woocommerce-table--order-details tr td,
  #container table.woocommerce-table--order-details tr th {
    width: 50%;
  }
}
/* Shipping info -------------------------- */
#container .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  padding: 16px;
  margin: 0 0 16px;
  background: #f1f1f1;
  border-radius: 4px;
}

#container .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address {
  border: 0;
  padding: 0;
}

/* -------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 99;
  background: #000000;
  color: #ffffff;
}

footer a {
  color: #d8a046;
}

footer a:hover {
  color: #ffffff;
}

/* Footer BG ---------------------------------------------- */
.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-bg img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}

/* Footer Content ---------------------------------------------- */
.footer-wrapper {
  z-index: 2;
  width: 100%;
  padding: 0 5vw;
  background: rgba(0, 0, 0, 0.75);
}

.footer-main {
  padding: 48px 0;
}

.footer-column.form-container {
  margin-top: 24px;
}

.footer-main .footer-column:first-child {
  margin-bottom: 48px;
}

@media screen and (min-width: 680px) {
  .footer-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }

  .footer-column {
    width: calc(50% - 12px);
  }

  .footer-column.form-container {
    margin-top: 0;
  }

  .footer-main .footer-column:first-child {
    margin-bottom: 0;
  }
}
.footer-column-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

@media screen and (min-width: 440px) {
  footer {
    padding-top: 48px;
  }

  .footer-wrapper {
    width: 90%;
  }
}
@media screen and (min-width: 640px) {
  footer {
    padding-top: 8vw;
  }

  .footer-wrapper {
    width: 90%;
  }
}
@media screen and (min-width: 1140px) {
  .footer-column-split {
    flex-direction: row;
  }
}
/* -------------------------------------------------------------------------------------------- */
/* Footer logo ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.footer-logo {
  display: block;
  width: 180px;
  height: auto;
  aspect-ratio: 732/516;
}

.footer-logo svg {
  fill: #ffffff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* Footer Socials ---------------------------------------------- */
footer .socials svg {
  fill: #ffffff;
}

/* Thunderstruck ---------------------------------------------- */
.thunderstruck-logo {
  fill: #ffffff;
  width: 220px;
  height: 50.3834px;
}

/* Footer Copyrights ---------------------------------------------- */
.footnotes {
  align-items: flex-end;
  padding: 12px 0 48px;
}

.footnotes .footer-notes {
  text-align: center;
}

.footnotes .footer-column:first-child {
  order: 2;
}

.footnotes .footer-column:last {
  order: 1;
}

.footer-notes div {
  display: inline-block;
}

@media screen and (min-width: 680px) {
  .footnotes .footer-notes {
    text-align: left;
  }
}
/* --------------------------------------------------------------------
// Website by TSM
-------------------------------------------------------------------- */
#website-by-tsm {
  position: relative;
  display: inline-block;
  height: 18px;
  transform: translateY(5px);
}

#website-by-tsm #tsm-credit-badge {
  position: relative;
}

#website-by-tsm #tsm-credit-badge polygon {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#website-by-tsm .tsm-badge-bolt {
  fill: #ffffff;
}

#website-by-tsm .tsm-badge-uprights {
  fill: #C12032;
}

#website-by-tsm .tsm-badge-upright-left {
  transform: translateX(0);
}

#website-by-tsm .tsm-badge-upright-right {
  transform: translateX(0);
}

#website-by-tsm:hover .tsm-badge-upright-left {
  transform: translateX(-2px);
}

#website-by-tsm:hover .tsm-badge-upright-right {
  transform: translateX(2px);
}

/* --------------------------------------------------------------------
// Proudly Canadian
-------------------------------------------------------------------- */
.proudly-canadian {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.proudly-canadian span {
  display: inline-block;
  vertical-align: baseline;
}

.proudly-canadian #moose {
  fill: #ffffff;
  display: inline-block;
  vertical-align: baseline;
  width: 39.6px;
  height: 38px;
  margin-right: -3px;
}

@media screen and (min-width: 680px) {
  .proudly-canadian {
    text-align: right;
  }
}
@media print {
  nav {
    display: none !important;
  }
}

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