/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
:root {
  --site-max-width: 1400px;
  --site-max-width-medium: 1000px;
  --site-max-width-narrow: 800px;
  --site-gutter-desktop: 3rem;
  --site-gutter-tablet: 2rem;
  --site-gutter-mobile: 1.5rem;
  --surface-default: #F8F5F3;
  --surface-inverse: #222222;
  --surface-alt-1: #EEEEEE;
  --surface-alt-2: #DDDDDD;
  --color-default: #1C1E21;
  --color-inverse: #F8F5F3;
  --color-primary: #FF4438;
  --color-secondary: #3C4DF1;
  --color-tertiary: gray;
  --color-ink: #1C1E21;
  --color-ink-80: oklab(23.4173% -0.00130133 -0.00636569 / 0.8);
  --tracking-tight: -.025em;
  --tracking-wide: .1em;
  --tracking-widest: .1em;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --radius-sm: .25rem;
  --radius-md: .375rem;
  --radius-lg: .5rem;
  --radius-xl: .75rem;
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.e-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.e-stack * {
  margin-bottom: 0;
}
.e-stack.e-stack--tight {
  gap: 0.5rem;
}
.e-stack.e-stack--medium {
  gap: 1.5rem;
}
.e-stack.e-stack--loose {
  gap: 2rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-md-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Prevent stagger animation flash-----*/
.js [data-anim^=stagger] > * {
  opacity: 0;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-default);
}

p {
  margin-bottom: 1rem;
}

ul {
  padding-left: 1rem;
}
ul li {
  padding-left: 0.25rem;
}

h1, h2, h3 {
  font-family: "big-shoulders-dis-variable", sans-serif;
  text-transform: uppercase;
}

h1 {
  line-height: 0.92;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 1rem 1.5rem;
  font-family: "big-shoulders-dis-variable", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1;
}
.button.button--primary {
  background-color: #FF4438;
  color: #F8F5F3;
}
.button.button--arrow::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  vertical-align: middle;
  margin-left: 0.375rem;
  -webkit-transition-duration: 0.3s;
  /* Safari */
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.button.button--arrow:hover {
  text-decoration: none;
}
.button.button--arrow:hover::after {
  transform: translateX(3px);
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "neue-haas-unica", sans-serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: var(--surface-default);
  color: var(--color-inverse);
  font-weight: 700;
  font-family: "neue-haas-unica", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: var(--surface-default);
  color: var(--color-inverse);
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "neue-haas-unica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-default) !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  width: 100%;
  max-width: var(--site-max-width);
  margin-inline: auto;
  padding-inline: var(--site-gutter-desktop);
}
@media (max-width: 1024px) {
  .site-container {
    padding-inline: var(--site-gutter-tablet);
  }
}
@media (max-width: 560px) {
  .site-container {
    padding-inline: var(--site-gutter-mobile);
  }
}
.site-container--medium {
  max-width: var(--site-max-width-medium);
}
.site-container--narrow {
  max-width: var(--site-max-width-narrow);
}
.site-container--full {
  max-width: none;
  padding-inline: 0;
}
.site-container--wide {
  max-width: 1400px;
}

.site-section {
  padding: 3rem 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 1.5rem;
}
.site-section.light-bottom-padding {
  padding-bottom: 1.5rem;
}
.site-section.extra-top-padding {
  padding-top: 4rem;
}
.site-section.extra-bottom-padding {
  padding-bottom: 4rem;
}

@media (min-width: 1025px) {
  .site-section {
    padding: 5rem 0;
  }
  .site-section.light-top-padding {
    padding-top: 2.5rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 2.5rem;
  }
  .site-section.extra-top-padding {
    padding-top: 6rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-height: 100px;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-height: 150px;
  }
}

.e-header {
  background: var(--surface-default);
  width: 100%;
}
.e-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
.e-header__nav .menu {
  display: flex;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.e-header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.e-header__nav .menu li a {
  display: block;
  font-size: 0.875rem;
  color: var(--color-ink);
  letter-spacing: var(--tracking-wide);
}
.e-header__nav .menu li .caret-wrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.e-header__nav .menu > li > a {
  color: var(--color-ink);
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.e-header__nav .sub-menu {
  background-color: var(--surface-default);
}
.e-header__nav .sub-menu a {
  color: var(--color-default);
}
.e-header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.e-header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--surface-default);
  border-radius: 15px;
  margin: 5px 0;
}
.e-header ul {
  list-style: none;
}
.e-header a:hover {
  text-decoration: none;
}
.e-header a, .e-header .sub-menu, .e-header .caret-wrapper, .e-header svg, .e-header path, .e-header .e-header__toggle span {
  transition: all 0.25s ease;
}

@media (min-width: 1025px) {
  .e-header {
    padding: 0.75rem 0;
  }
  .e-header__nav .menu {
    justify-content: flex-end;
    width: auto;
  }
  .e-header__nav .menu li {
    position: relative;
    column-gap: 0.5rem;
    align-items: center;
  }
  .e-header__nav .menu > li > a {
    position: relative;
  }
  .e-header__nav .menu > li > a:after {
    content: "";
    background-color: var(--color-primary);
    transform-origin: 0;
    width: 100%;
    height: 2px;
    transition: transform 0.4s ease-out;
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    transform: scaleX(0);
  }
  .e-header__nav .menu > li > a:hover:after {
    transform: scaleX(1);
  }
  .e-header__nav .menu > li:hover .sub-menu {
    display: block;
  }
  .e-header__nav .menu-item-has-children:hover .caret-wrapper svg path {
    fill: var(--surface-default);
  }
  .e-header .custom-logo {
    height: 3rem;
    width: auto;
  }
  .e-header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 14rem;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 1024px) {
  .e-header {
    overflow: hidden;
  }
  .e-header .custom-logo {
    height: 2rem;
    width: auto;
  }
  .e-header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: var(--color-default);
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .e-header__nav .menu {
    padding: 100px 0;
    display: block;
  }
  .e-header__nav .menu li {
    padding-bottom: 1.25rem;
    display: block;
  }
  .e-header__nav .menu li a {
    min-width: 8rem;
    padding-left: 1.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .e-header__nav .menu li svg {
    cursor: pointer;
  }
  .e-header__nav .menu li .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    top: 0;
    padding: 0 0 0 1.5rem;
  }
  .e-header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .e-header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .e-header__nav .menu li:hover svg {
    transform: none;
  }
  .e-header__nav .menu-item-has-children:hover > a {
    pointer-events: none;
  }
  .e-header__toggle {
    display: block;
    position: relative;
  }
  .e-header__toggle.nav-open span {
    transition: all 0.25s ease;
    position: relative;
    right: 0;
  }
  .e-header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .e-header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .e-header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .e-header.nav-open .e-header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid var(--surface-default) 2;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
body {
  background: #F8F5F3;
}
