@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.container.full-width {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  margin: 0;
}
.container.full-width .row {
  margin-left: 2rem;
  margin-right: 2rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.right {
  flex-direction: row-reverse;
}

.col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  box-sizing: border-box;
  flex: 1 1 0;
  max-width: 100%;
}
.col img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
.show-xs-down {
  display: none;
}
@media (max-width: 576px) {
  .show-xs-down {
    display: block;
  }
}

.show-xs-up {
  display: none;
}
@media (min-width: 577px) {
  .show-xs-up {
    display: block;
  }
}

.hide-xs-down {
  display: block;
}
@media (max-width: 576px) {
  .hide-xs-down {
    display: none;
  }
}

.hide-xs-up {
  display: block;
}
@media (min-width: 577px) {
  .hide-xs-up {
    display: none;
  }
}

.show-sm-down {
  display: none;
}
@media (max-width: 768px) {
  .show-sm-down {
    display: block;
  }
}

.show-sm-up {
  display: none;
}
@media (min-width: 769px) {
  .show-sm-up {
    display: block;
  }
}

.hide-sm-down {
  display: block;
}
@media (max-width: 768px) {
  .hide-sm-down {
    display: none;
  }
}

.hide-sm-up {
  display: block;
}
@media (min-width: 769px) {
  .hide-sm-up {
    display: none;
  }
}

.show-md-down {
  display: none;
}
@media (max-width: 992px) {
  .show-md-down {
    display: block;
  }
}

.show-md-up {
  display: none;
}
@media (min-width: 993px) {
  .show-md-up {
    display: block;
  }
}

.hide-md-down {
  display: block;
}
@media (max-width: 992px) {
  .hide-md-down {
    display: none;
  }
}

.hide-md-up {
  display: block;
}
@media (min-width: 993px) {
  .hide-md-up {
    display: none;
  }
}

.show-lg-down {
  display: none;
}
@media (max-width: 1200px) {
  .show-lg-down {
    display: block;
  }
}

.show-lg-up {
  display: none;
}
@media (min-width: 1201px) {
  .show-lg-up {
    display: block;
  }
}

.hide-lg-down {
  display: block;
}
@media (max-width: 1200px) {
  .hide-lg-down {
    display: none;
  }
}

.hide-lg-up {
  display: block;
}
@media (min-width: 1201px) {
  .hide-lg-up {
    display: none;
  }
}

.show-xl-down {
  display: none;
}
@media (max-width: 1400px) {
  .show-xl-down {
    display: block;
  }
}

.show-xl-up {
  display: none;
}
@media (min-width: 1401px) {
  .show-xl-up {
    display: block;
  }
}

.hide-xl-down {
  display: block;
}
@media (max-width: 1400px) {
  .hide-xl-down {
    display: none;
  }
}

.hide-xl-up {
  display: block;
}
@media (min-width: 1401px) {
  .hide-xl-up {
    display: none;
  }
}

.site-main {
  padding: 0;
}

:root {
  --base-font-size: 16px;
  --line-height: 1.6;
  --heading-line-height: 1.2;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: var(--base-font-size);
  line-height: var(--line-height);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

/*
.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
h1,
.h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 6em;
  line-height: var(--heading-line-height);
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.2), 3px 3px 6px rgba(0, 0, 0, 0.1);
}

h2,
.h2 {
  word-spacing: 12px;
  margin-bottom: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 3em;
  line-height: var(--heading-line-height);
  letter-spacing: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.2), 3px 3px 6px rgba(0, 0, 0, 0.1);
}

h3,
.h3 {
  margin-bottom: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 4.75em;
  line-height: var(--heading-line-height);
  letter-spacing: 0.085em;
}

h4,
.h4 {
  margin-bottom: 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.625em;
  line-height: var(--heading-line-height);
  letter-spacing: 0.12em;
}

h5,
.h5 {
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.4375em;
  line-height: var(--heading-line-height);
  letter-spacing: 0.1em;
}

h6 {
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-line-height);
}

p,
p a,
span,
article {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 1rem;
}

em {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: var(--line-height);
  font-style: italic;
}

strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: var(--line-height);
}

p a,
a {
  color: rgb(212, 35, 38);
  text-decoration: none;
}
p a:hover,
a:hover {
  color: rgb(212, 35, 38);
  text-decoration: underline;
}

ul,
ol {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: var(--heading-line-height);
  letter-spacing: var(--line-height);
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
}

blockquote {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: var(--heading-line-height);
  letter-spacing: var(--line-height);
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 4px solid #ccc;
  font-style: italic;
}

footer.site-footer {
  background-color: rgb(51, 51, 51);
  padding-top: 3rem;
  padding-bottom: 4rem;
}
footer.site-footer #pre-footer {
  padding-bottom: 6rem;
}
footer.site-footer #pre-footer img {
  max-width: 14rem !important;
}
footer.site-footer #pre-footer .col-8 {
  display: flex;
  justify-content: flex-end;
}
footer.site-footer #pre-footer .col-8 .footer-nav {
  display: flex;
}
footer.site-footer #pre-footer .col-8 ul {
  list-style: none;
  display: flex;
}
footer.site-footer #pre-footer .col-8 ul li {
  margin-right: 1.25rem;
}
footer.site-footer a {
  color: rgb(255, 255, 255);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: var(--heading-line-height);
  letter-spacing: 1.6;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}
footer.site-footer a:hover {
  color: rgb(212, 35, 38);
  text-decoration: none;
}
footer.site-footer .sim_address_row {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: var(--heading-line-height);
  letter-spacing: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
footer.site-footer .copyright {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

#pre-header {
  height: 4.0625rem;
  background-color: rgba(219, 232, 234, 0.85);
  border-bottom: 0.625rem solid rgb(212, 35, 38);
  background-image: url("http://localhost:10207/wp-content/uploads/2026/01/image.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
#pre-header a {
  margin-top: 0.7rem;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
  color: rgb(37, 51, 67);
}
#pre-header a:hover {
  color: rgb(212, 35, 38);
  text-decoration: none;
}

header.site-header {
  background-color: rgb(37, 51, 67);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header.site-header a.site-title {
  width: 13rem;
  display: block;
}
header.site-header a.site-title img {
  width: 100%;
  height: auto;
}
header.site-header nav.primary-nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.site-header nav.primary-nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
header.site-header nav.primary-nav ul li {
  padding-left: 1.5rem;
}
header.site-header nav.primary-nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
  padding-bottom: 0.25rem;
}
header.site-header nav.primary-nav ul li a:hover {
  color: rgb(212, 35, 38);
}
header.site-header nav.primary-nav ul li.current-menu-item a {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.75rem;
  border: 1px solid rgb(212, 35, 38);
  background: rgb(212, 35, 38);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: background 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: var(--heading-line-height);
  letter-spacing: 1.6;
}
@media (max-width: 992px) {
  .button {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.1em;
    padding: 0.9rem 1.5rem;
    text-align: center;
  }
}
.button:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgb(212, 35, 38) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.button.alt {
  background-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea {
  background-color: #dfdfde !important;
  color: rgb(51, 51, 51) !important;
  font-size: 2rem !important;
  text-align: center !important;
  padding: 1.5rem 1rem 2rem 1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.gform_wrapper input[type=text]::-moz-placeholder,
.gform_wrapper input[type=email]::-moz-placeholder,
.gform_wrapper input[type=tel]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color: rgb(51, 51, 51) !important;
  font-size: 2rem !important;
  text-align: center !important;
  opacity: 1 !important;
}
.gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: rgb(51, 51, 51) !important;
  font-size: 2rem !important;
  text-align: center !important;
  opacity: 1 !important;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper textarea::placeholder {
  color: rgb(51, 51, 51) !important;
  font-size: 2rem !important;
  text-align: center !important;
  opacity: 1 !important;
}
.gform_wrapper select {
  background-color: #dfdfde !important;
  color: rgb(51, 51, 51) !important;
  font-size: 14px !important;
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8"><path fill="%23666" d="M0,0 l6,8 6,-8"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.gform_wrapper select option[disabled],
.gform_wrapper select option:first-child {
  color: #000000 !important;
  font-style: italic !important;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .gform_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.9rem 2.75rem !important;
  border-radius: 999px !important;
  border: 1px solid rgb(51, 51, 51) !important;
  background: rgb(51, 51, 51) !important;
  color: rgb(255, 255, 255) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-size: 0.8rem !important;
  text-decoration: none !important;
  transition: background 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out !important;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300 !important;
  font-size: 1.291875em !important;
  line-height: 1.291875em !important;
  letter-spacing: 0 !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .gform_button:hover {
  background: rgba(51, 51, 51, 0.8) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7) !important;
  text-decoration: none !important;
  color: rgb(255, 255, 255) !important;
}

@media (min-width: 993px) and (max-width: 1200px) {
  section.alternating-content .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.alternating-content .row .col.content {
  order: -1;
}
section.alternating-content .row picture img {
  overflow: hidden;
}
section.alternating-content .row.left .alternating-content-text {
  padding-left: 0;
}
@media (max-width: 992px) {
  section.alternating-content .row .col.image {
    order: -1;
  }
  section.alternating-content .row .alternating-content-text {
    padding: 1.5rem 0;
  }
}
@media (max-width: 992px) {
  section.alternating-content .row .col-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.alternating-content .alternating-content-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
section.alternating-content .alternating-content-text .content-text p {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: var(--heading-line-height);
  letter-spacing: 1.9;
}
section.alternating-content .alternating-content-text h2 {
  text-transform: uppercase;
  font-size: 4rem;
  color: rgb(212, 35, 38);
}
section.alternating-content .alternating-content-text .content-cta {
  padding-top: 2rem;
}

section.callout .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.callout .wysiwyg-content {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
section.callout .wysiwyg-content h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.6125em;
  line-height: var(--heading-line-height);
  letter-spacing: 1.3;
  display: inline-block;
}
section.callout .wysiwyg-content h2 img {
  padding-top: 0.25rem;
}

.cards-section .bg {
  padding: 6rem 0;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .cards-section .bg {
    background-size: auto 90%;
  }
}
.cards-section h2.headline {
  color: rgb(255, 255, 255);
  font-size: 6rem;
}
.cards-section h5.title {
  font-size: 2rem;
  font-weight: 400;
}
.cards-section .cards-header-inner {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 3rem;
}
.cards-section .cards-header-inner .cards-headline {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
.cards-section .cards-header-inner .cards-intro {
  opacity: 0.9;
}
.cards-section .cards-row {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}
.cards-section .cards-row .col {
  padding: 1rem;
}
.cards-section .card-column {
  margin-bottom: 2rem;
}
.cards-section article.card {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 0 0;
  overflow: hidden;
  color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-size: cover;
}
.cards-section article.card .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 2.5rem;
  opacity: 1;
}
.cards-section article.card .title {
  margin-bottom: 1.25rem;
  padding: 0 2rem 5rem 2rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.2), 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.cards-section article.card .body {
  margin-bottom: 2rem;
}
.cards-section article.card .body p {
  margin-bottom: 0.75rem;
}
.cards-section article.card .body h5 {
  margin-top: 2.5rem;
}
.cards-section article.card .body ul,
.cards-section article.card .body ol {
  padding-left: 1rem;
  margin-left: 0;
  margin-bottom: 0.75rem;
}
.cards-section article.card .body ul li,
.cards-section article.card .body ol li {
  margin-bottom: 0.35rem;
}
.cards-section article.card .card-cta {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.cards-section article.card .card-cta .button {
  display: block;
  width: 100%;
}
@media (max-width: 992px) {
  .cards-section {
    padding: 4rem 0;
  }
  .cards-section .cards-header-inner {
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
  }
  .cards-section .card {
    padding: 2rem 1.75rem;
    border-radius: 1.5rem;
  }
}

section.columns-section {
  padding-top: 6.875rem;
}
section.columns-section .row {
  justify-content: center;
}
@media (max-width: 992px) {
  section.columns-section .row .col-4 {
    flex-wrap: wrap;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
section.columns-section .icon-holder {
  width: 7.1875rem;
  height: 7.1875rem;
  margin: 0 auto 2.5rem auto;
}
section.columns-section .icon-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.columns-section h3.headline {
  font-size: 2.78125rem;
  margin-bottom: 2.125rem;
}
@media (max-width: 992px) {
  section.columns-section h3.headline {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  section.columns-section h3.headline {
    font-size: 1.8rem;
  }
}
section.columns-section h2.title {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.columns-section h2.title {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
section.columns-section .intro {
  font-size: 1.25rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 992px) {
  section.columns-section .intro br {
    display: none;
  }
}
@media (max-width: 768px) {
  section.columns-section .body {
    padding-bottom: 1.5rem;
  }
  section.columns-section .body br {
    display: none;
  }
}
section.columns-section.grid .columns-row {
  background-color: rgb(255, 255, 255);
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 2.5rem;
}
@media (max-width: 992px) {
  section.columns-section.grid .columns-row {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) {
  padding: 10%;
  justify-content: space-evenly;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column {
  border-top: 1px solid #dfdfde;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-child(odd) {
  border-right: 1px solid #dfdfde;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(1), section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(2) {
  border-top: 0;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(1) article, section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(2) article {
  position: relative;
  top: -3rem;
}
@media (max-width: 768px) {
  section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(1) article, section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(2) article {
    margin-top: 2rem;
  }
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-last-of-type(1) article, section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-last-of-type(2) article {
  position: relative;
  top: 3rem;
}
@media (max-width: 768px) {
  section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-child(odd) {
    padding-right: 1rem;
  }
  section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-child(even) {
    padding-left: 1rem;
  }
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column article.column {
  text-align: center;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column article.column img {
  margin: 0 auto;
}
section.columns-section.grid .row.cta-row .cta-inner {
  padding: 3.125rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  section.columns-section.grid .row.cta-row .cta-inner {
    padding: 3.125rem 0;
  }
}

section.content-area {
  padding-top: 4rem;
}
section.content-area h3.headline {
  font-size: 2.78125rem;
  margin-bottom: 2.125rem;
}
@media (max-width: 992px) {
  section.content-area h3.headline {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  section.content-area h3.headline {
    font-size: 1.8rem;
  }
}
section.content-area h2.title {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.content-area h2.title {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
section.content-area .content_area {
  font-size: 1.25rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 992px) {
  section.content-area .content_area br {
    display: none;
  }
}

section.forms {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
section.forms .forms-header-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.forms .intro,
section.forms .intro p {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: var(--heading-line-height);
  letter-spacing: 1.6;
}
section.forms .gform_wrapper {
  max-width: 36.75rem;
  margin: 2.75rem auto 0 auto;
}
section.forms .gform_wrapper .gform-footer {
  display: flex;
  justify-content: center;
}

section.hero {
  padding-top: 8rem;
  padding-bottom: 4rem;
  aspect-ratio: 160/53;
}
@media (max-width: 768px) {
  section.hero .header-inner h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  section.hero .header-inner h1 {
    font-size: 1.5rem;
    max-width: 95vw !important;
    margin: 0 auto 1.5rem auto !important;
  }
  section.hero .header-inner .intro br {
    display: none;
  }
}
section.hero .intro,
section.hero .intro p {
  font-size: 1.169375em;
}
section.hero .cta {
  padding-top: 2rem;
}

section.products .product-type-nav {
  margin-bottom: 40px;
  border-bottom: 2px solid #eee;
}
section.products .product-type-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
section.products .product-type-nav ul li {
  margin: 0;
}
section.products .product-type-nav a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
section.products .product-type-nav a:hover,
section.products .product-type-nav a.active {
  color: rgb(212, 35, 38);
  border-bottom-color: rgb(212, 35, 38);
}
section.products .product-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding-bottom: 3rem;
}
section.products .product-item.hidden {
  display: none;
}
section.products .product-image {
  margin-bottom: 15px;
  overflow: hidden;
}
section.products .product-image img {
  width: 100%;
  max-width: 16rem !important;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
section.products .product-item:hover .product-image img {
  transform: scale(1.05);
}
section.products .product-title {
  margin: 0 0 10px;
  font-size: 18px;
}
section.products .product-types {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
section.products .sizing {
  border: 1px solid #eee;
  padding: 1.5rem 2rem;
}
section.products .sizing h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: var(--heading-line-height);
  letter-spacing: 1.3;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgb(0, 0, 0);
}
section.products .sizing {
  position: relative;
}
section.products .close-sizing {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
section.products .close-sizing:hover {
  color: #000;
}/*# sourceMappingURL=style.css.map */