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

html {
  box-sizing: border-box;
}

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

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Sofia Pro";
}

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

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

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofia-pro-variable.woff2") format("woff2"), url("../fonts/sofia-pro-variable.woff") format("woff"), url("../fonts/sofia-pro-variable.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: normal;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
p,
ul,
ol {
  font-family: "Sofia Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-block-end: 18px;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-block-end: 0;
}
@media only screen and (min-width: 576px) {
  p,
  ul,
  ol {
    font-size: 18px;
  }
}

strong {
  font-weight: 700;
}

main p > a:not(.btn),
main h3 > a:not(.btn),
main h4 > a:not(.btn),
main h5 > a:not(.btn),
main h6 > a:not(.btn),
main li > a:not(.btn) {
  font-weight: 400;
  transition: all 0.3s ease-out;
  color: #C05630;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
main p > a:not(.btn):hover, main p > a:not(.btn):focus,
main h3 > a:not(.btn):hover,
main h3 > a:not(.btn):focus,
main h4 > a:not(.btn):hover,
main h4 > a:not(.btn):focus,
main h5 > a:not(.btn):hover,
main h5 > a:not(.btn):focus,
main h6 > a:not(.btn):hover,
main h6 > a:not(.btn):focus,
main li > a:not(.btn):hover,
main li > a:not(.btn):focus {
  color: #C05630;
  text-decoration-color: #C05630;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-inline-start: 0;
}

h1 {
  font-family: "Sofia Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 95px;
  }
}

h2 {
  font-family: "Sofia Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

h3 {
  font-family: "Sofia Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

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

.container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 752px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1172px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1352px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1577px;
  }
}
.container.container--wide {
  max-width: 100%;
}

button,
.btn,
.pull-right-nav .nav-link-btn--fill-copper-gradient > a {
  margin: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
  text-decoration: none !important;
}

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

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

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

.wp-block-button > .wp-element-button,
.btn,
.pull-right-nav .nav-link-btn--fill-copper-gradient > a {
  display: inline-flex;
  padding: 8px 30px 8.5px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 20px;
  border: 0;
  color: #C05630;
  font-family: "Sofia Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  user-select: none;
  white-space: nowrap;
  gap: 4px;
}
.wp-block-button > .wp-element-button--fill-charcoal-teal-gradient,
.btn--fill-charcoal-teal-gradient {
  background-color: #92C6C1;
  color: #fff;
  position: relative;
  padding: 10px 30px;
}
.wp-block-button > .wp-element-button--fill-charcoal-teal-gradient::before,
.btn--fill-charcoal-teal-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #1B1E1D 0%, #778480 100%);
  z-index: 0;
  transition: all 0.3s ease-out;
}
.wp-block-button > .wp-element-button--fill-charcoal-teal-gradient > span,
.btn--fill-charcoal-teal-gradient > span {
  position: relative;
  z-index: 1;
}
.wp-block-button > .wp-element-button--fill-charcoal-teal-gradient:hover, .wp-block-button > .wp-element-button--fill-charcoal-teal-gradient:focus,
.btn--fill-charcoal-teal-gradient:hover,
.btn--fill-charcoal-teal-gradient:focus {
  box-shadow: inset 0 0 0 1px white;
}
.wp-block-button > .wp-element-button--fill-charcoal-teal-gradient:hover::before, .wp-block-button > .wp-element-button--fill-charcoal-teal-gradient:focus::before,
.btn--fill-charcoal-teal-gradient:hover::before,
.btn--fill-charcoal-teal-gradient:focus::before {
  opacity: 0;
}
.wp-block-button > .wp-element-button--fill-copper-gradient,
.btn--fill-copper-gradient,
.pull-right-nav .nav-link-btn--fill-copper-gradient > a {
  background-color: #92C6C1;
  color: #fff;
  position: relative;
}
.wp-block-button > .wp-element-button--fill-copper-gradient::before,
.btn--fill-copper-gradient::before,
.pull-right-nav .nav-link-btn--fill-copper-gradient > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: linear-gradient(to right, #883D21, #C05630, #EDA58B);
  z-index: 0;
  transition: all 0.3s ease-out;
}
.wp-block-button > .wp-element-button--fill-copper-gradient > span,
.btn--fill-copper-gradient > span,
.pull-right-nav .nav-link-btn--fill-copper-gradient > a > span {
  position: relative;
  z-index: 1;
}
.wp-block-button > .wp-element-button--fill-copper-gradient:hover::before, .wp-block-button > .wp-element-button--fill-copper-gradient:focus::before,
.btn--fill-copper-gradient:hover::before,
.pull-right-nav .nav-link-btn--fill-copper-gradient > a:hover::before,
.btn--fill-copper-gradient:focus::before,
.pull-right-nav .nav-link-btn--fill-copper-gradient > a:focus::before {
  opacity: 0;
}
.wp-block-button > .wp-element-button--outline-copper,
.btn--outline-copper {
  border: 2px solid #C05630;
}
.wp-block-button > .wp-element-button--outline-copper:hover, .wp-block-button > .wp-element-button--outline-copper:focus,
.btn--outline-copper:hover,
.btn--outline-copper:focus {
  background-color: #C05630;
  color: #fff;
}
.wp-block-button > .wp-element-button--outline-copper-gradient,
.btn--outline-copper-gradient {
  padding: 6px 28px 6.5px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #883D21, #C05630, #EDA58B);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-block-button > .wp-element-button--outline-copper-gradient span,
.btn--outline-copper-gradient span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.wp-block-button > .wp-element-button--outline-copper-gradient:hover, .wp-block-button > .wp-element-button--outline-copper-gradient:focus,
.btn--outline-copper-gradient:hover,
.btn--outline-copper-gradient:focus {
  background-image: linear-gradient(#C05630, #C05630), linear-gradient(to right, #883D21, #C05630, #EDA58B) !important;
  color: #fff;
}
.wp-block-button > .wp-element-button--before-icon::before, .wp-block-button > .wp-element-button--before-icon::after, .wp-block-button > .wp-element-button--after-icon::before, .wp-block-button > .wp-element-button--after-icon::after,
.btn--before-icon::before,
.btn--before-icon::after,
.btn--after-icon::before,
.btn--after-icon::after {
  display: inline-block;
  transition: all 0.3s ease-out;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.wp-block-button > .wp-element-button--after-icon,
.btn--after-icon {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-button > .wp-element-button--after-icon > span,
.btn--after-icon > span {
  padding-left: 6px;
  padding-right: 6px;
}
.wp-block-button > .wp-element-button--after-icon::after,
.btn--after-icon::after {
  content: "";
}
.wp-block-button > .wp-element-button--after-icon.btn--after-icon-arrow-right::after,
.btn--after-icon.btn--after-icon-arrow-right::after {
  width: 13px;
  height: 12px;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3e%3cpath d='M12.795 6.50399L7.74038 11.8017C7.61425 11.9339 7.44608 12 7.2779 12C7.08871 12 6.92054 11.9339 6.79441 11.8017C6.52113 11.5373 6.52113 11.0746 6.79441 10.8103L10.6929 6.70228L0.672686 6.70228C0.2943 6.70228 0 6.39383 0 5.99724C0 5.6227 0.2943 5.29221 0.672686 5.29221L10.6929 5.29221L6.79441 1.20627C6.52113 0.941879 6.52113 0.479201 6.79441 0.214814C7.04667 -0.0716048 7.48812 -0.0716048 7.74038 0.214814L12.795 5.51254C13.0683 5.77692 13.0683 6.2396 12.795 6.50399Z' fill='%23C05630'/%3e%3c/svg%3e");
  background-color: #C05630;
}
.wp-block-button > .wp-element-button--after-icon.btn--after-icon-arrow-right:hover::after, .wp-block-button > .wp-element-button--after-icon.btn--after-icon-arrow-right:focus::after,
.btn--after-icon.btn--after-icon-arrow-right:hover::after,
.btn--after-icon.btn--after-icon-arrow-right:focus::after {
  background-color: #fff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  overflow: visible;
}
.site-header .container {
  margin: 0 auto;
  overflow: visible;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  position: relative;
  overflow: visible;
}
@media only screen and (min-width: 1200px) {
  .header-inner {
    padding: 20px 16px;
    width: 1752px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1001;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .site-branding {
    justify-content: flex-start;
    width: fit-content;
  }
}
.site-branding .custom-logo-link {
  display: block;
  line-height: 0;
}
.site-branding .site-title,
.site-branding .site-description {
  display: none;
}

.header-nav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #F9F9F9;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, overflow 0s linear 0.4s;
}
@media only screen and (min-width: 1200px) {
  .header-nav {
    display: flex;
    position: static;
    width: auto;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    background-color: transparent;
    border-top: none;
    max-height: none;
    opacity: 1;
    transform: none;
    transition: none;
    overflow: visible;
  }
}
@media only screen and (min-width: 1400px) {
  .header-nav {
    gap: 45px;
  }
}
.header-nav.is-open {
  max-height: calc(100svh - 82px);
  overflow: auto;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, overflow 0s linear 0s;
}
@media only screen and (min-width: 1200px) {
  .header-nav.is-open {
    display: flex;
  }
}

.main-nav-search-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .main-nav-search-wrap {
    flex-direction: row;
    align-items: center;
    gap: 45px;
  }
}

.main-navigation {
  padding: 40px 0;
}
@media only screen and (min-width: 1200px) {
  .main-navigation {
    padding: 0;
  }
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .main-navigation ul {
    flex-direction: row;
    gap: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .main-navigation ul {
    gap: 45px;
  }
}
.main-navigation li {
  margin: 0;
}
.main-navigation a {
  color: #1B1E1D;
  text-decoration: none;
  font-family: "Sofia Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-out;
  padding: 0 24px;
  display: block;
  font-size: 24px;
}
@media only screen and (min-width: 1200px) {
  .main-navigation a {
    font-size: 16px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .main-navigation a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #C05630;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #C05630;
}
.main-navigation a:hover::before, .main-navigation a:focus::before {
  opacity: 1;
}

.mobile-search {
  display: block;
  padding: 0 25px;
}
@media only screen and (min-width: 1200px) {
  .mobile-search {
    display: none;
  }
}
.mobile-search .search-form {
  display: flex;
  width: 100%;
  gap: 10px;
}
.mobile-search .search-input {
  flex: 1;
  outline: none;
  border-radius: 4px;
  border: 1px solid rgba(27, 30, 29, 0.2);
  padding: 5px 2px;
  color: #1B1E1D;
  font-family: "Sofia Pro";
  font-size: 14px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
}
.mobile-search .search-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.mobile-search .search-submit {
  background-color: transparent;
  background-image: linear-gradient(to right, #883D21, #C05630, #EDA58B);
  border: none;
  cursor: pointer;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  height: fit-content;
  width: fit-content;
}
.mobile-search .search-submit:hover {
  opacity: 1;
}
.mobile-search .search-submit svg path {
  fill: #fff;
}

.desktop-search {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .desktop-search {
    display: block;
  }
}
.desktop-search.is-expanded .search-form {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.desktop-search.is-expanded .search-input {
  padding-left: 16px;
  padding-right: 50px;
}
.desktop-search .search-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.desktop-search .search-toggle svg {
  width: 18px;
  height: 18px;
}
.desktop-search .search-form {
  position: absolute;
  top: calc(50% + 2px);
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(27, 30, 29, 0.2);
  border-radius: 4px;
  overflow: auto;
  font-family: "Sofia Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.desktop-search .search-form::placeholder {
  color: rgba(27, 30, 29, 0.2);
}
.desktop-search .search-input {
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 0;
  font-family: "Sofia Pro";
  font-size: 14px;
  background: transparent;
}
.desktop-search .search-input::placeholder {
  color: rgba(27, 30, 29, 0.5);
}
.desktop-search .search-submit {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.desktop-search .search-submit:hover {
  opacity: 1;
}
.desktop-search .search-submit svg {
  width: 18px;
  height: 18px;
}

.pull-right-nav {
  padding: 40px 25px 50px;
}
@media only screen and (min-width: 1200px) {
  .pull-right-nav {
    padding: 0;
  }
}
.pull-right-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  align-items: stretch;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .pull-right-nav ul {
    align-items: center;
    flex-direction: row;
  }
}
.pull-right-nav li {
  margin: 0;
  display: flex;
  justify-content: center;
}
.pull-right-nav aa {
  color: #1B1E1D;
  text-decoration: none;
  font-family: "Sofia Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s ease-out;
  display: block;
  padding: 12px 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .pull-right-nav aa {
    padding: 8px 0;
    text-align: left;
  }
}
.pull-right-nav aa:hover, .pull-right-nav aa:focus {
  color: #C05630;
}
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 13.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  width: 67px;
  height: 50px;
}
@media only screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .hamburger-icon,
.menu-toggle .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-toggle .hamburger-icon {
  opacity: 1;
  display: block;
}
.menu-toggle .close-icon {
  opacity: 0;
  display: none;
}
.menu-toggle.is-active .hamburger-icon {
  animation: fade-out-rotate 0.4s forwards;
}
.menu-toggle.is-active .close-icon {
  display: block;
  animation: fade-in-rotate 0.4s forwards;
}
.menu-toggle:not(.is-active) .hamburger-icon {
  display: block;
  animation: fade-in-rotate 0.4s forwards;
}
.menu-toggle:not(.is-active) .close-icon {
  animation: fade-out-rotate 0.4s forwards;
}
.menu-toggle svg {
  width: auto;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .menu-toggle svg {
    height: 30px;
  }
}

@keyframes fade-out-rotate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    display: block;
  }
  99% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
    display: block;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
    display: none;
  }
}
@keyframes fade-in-rotate {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    display: block;
  }
  1% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    display: block;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  body.mobile-nav-open {
    overflow: auto;
  }
}

.site {
  padding-top: 80px;
}
@media only screen and (min-width: 1200px) {
  .site {
    padding-top: 90px;
  }
}

.footer-hero {
  display: flex;
  position: relative;
  z-index: 2;
}
.footer-hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-footer {
  background-color: #1B1E1D;
  color: #fff;
  position: relative;
  z-index: 2;
}
.site-footer::before {
  content: "";
  display: flex;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: linear-gradient(to right, #883D21, #C05630, #EDA58B);
}
@media only screen and (min-width: 768px) {
  .site-footer::before {
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer::before {
    height: 30px;
  }
}
.site-footer__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 24px 60px 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
.site-footer__connect {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .site-footer__connect {
    padding-bottom: 0;
  }
}
.site-footer__heading {
  background: linear-gradient(270deg, #EDA58B 0%, #C05630 33%, #C05630 67%, #883D21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .site-footer__heading {
    font-size: 22px;
  }
}
.site-footer__address {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .site-footer__address {
    font-size: 18px;
  }
}
.site-footer__nav .site-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav .site-footer__menu {
    gap: 20px;
  }
}
.site-footer__nav .site-footer__menu li {
  margin: 0;
}
.site-footer__nav .site-footer__menu a {
  color: #fff;
  font-family: "Sofia Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1200px) {
  .site-footer__nav .site-footer__menu a {
    font-size: 20px;
  }
}
.site-footer__nav .site-footer__menu a:hover, .site-footer__nav .site-footer__menu a:focus {
  color: #C05630;
}
.site-footer__col--1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer__col--4 {
  width: 354px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .site-footer__col--4 {
    width: 100%;
  }
}
.site-footer__divider {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__divider {
    gap: 26px;
  }
}
.site-footer__divider-line {
  flex: 1;
  height: 1px;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  .site-footer__divider-line {
    height: 2px;
  }
}
.site-footer__divider-icon {
  flex-shrink: 0;
  width: 20px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .site-footer__divider-icon {
    width: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__divider-icon {
    width: 32px;
  }
}
.site-footer__privacy {
  display: flex;
}
.site-footer__privacy a {
  display: flex;
  color: #FFF;
  font-family: "Sofia Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 2px 11px;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .site-footer__privacy a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__privacy a {
    font-size: 16px;
  }
}
.site-footer__privacy a:hover, .site-footer__privacy a:focus {
  color: #C05630;
}
.site-footer__privacy--mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-footer__privacy--mobile {
    display: none;
  }
}
.site-footer__privacy--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-footer__privacy--desktop {
    display: block;
  }
}

.wp-block-spacer.is-style-30-120px {
  height: 30px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-30-120px {
    height: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-30-120px {
    height: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-30-120px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-30-120px {
    height: 70px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-spacer.is-style-30-120px {
    height: 120px !important;
  }
}
.wp-block-spacer.is-style-40-80px {
  height: 40px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-40-80px {
    height: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-40-80px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-40-80px {
    height: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-40-80px {
    height: 80px !important;
  }
}
.wp-block-spacer.is-style-40-120px {
  height: 40px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-40-120px {
    height: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-40-120px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-40-120px {
    height: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-40-120px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-spacer.is-style-40-120px {
    height: 120px !important;
  }
}
.wp-block-spacer.is-style-40-100px {
  height: 40px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-40-100px {
    height: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-40-100px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-40-100px {
    height: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-40-100px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-spacer.is-style-40-100px {
    height: 100px !important;
  }
}
.wp-block-spacer.is-style-50-120px {
  height: 50px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-50-120px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-50-120px {
    height: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-50-120px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-50-120px {
    height: 90px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-spacer.is-style-50-120px {
    height: 120px !important;
  }
}
.wp-block-spacer.is-style-60-100px {
  height: 60px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-60-100px {
    height: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-60-100px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-60-100px {
    height: 90px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-60-100px {
    height: 100px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-spacer.is-style-60-100px {
    height: 100px !important;
  }
}
.wp-block-spacer.is-style-60-120px {
  height: 60px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-60-120px {
    height: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-60-120px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-60-120px {
    height: 90px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-60-120px {
    height: 100px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-spacer.is-style-60-120px {
    height: 120px !important;
  }
}
.wp-block-spacer.is-style-80-120px {
  height: 80px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-80-120px {
    height: 90px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-80-120px {
    height: 100px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-80-120px {
    height: 110px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-80-120px {
    height: 120px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-spacer.is-style-80-120px {
    height: 120px !important;
  }
}

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