/*!*************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/flickity/dist/flickity.css ***!
  \*************************************************************************************************************************/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/*!**************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/simplelightbox/dist/simple-lightbox.css ***!
  \**************************************************************************************************************************************/
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[3]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!../node_modules/import-glob/index.js!./styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --text-size-12: 10px;
  --text-size-14: 12px;
  --text-size-18: 16px;
  --text-size-22: 16px;
  --text-size-28: 18px;
  --text-size-34: 24px;
  --text-size-40: 32px;
  --text-size-52: 30px;
  --text-size-90: 38px;
  --space-6: 4px;
  --space-12: 8px;
  --space-16: 12px;
  --space-25: 16px;
  --space-35: 20px;
  --space-40: 30px;
  --space-50: 30px;
  --space-80: 50px;
  --space-160: 80px;
  --resize-45: 35px;
  --resize-60: 50px;
  --resize-80: 60px;
  --resize-100: 60px;
  --resize-200: 120px;
  --resize-400: 300px;
  --resize-500: 265px;
  --resize-600: 300px;
}

@media (min-width: 640px) {
  :root {
    --text-size-12: 10px;
    --text-size-14: 12px;
    --text-size-16: 14px;
    --text-size-18: 16px;
    --text-size-22: 18px;
    --text-size-28: 20px;
    --text-size-34: 28px;
    --text-size-40: 32px;
    --text-size-52: 30px;
    --text-size-90: 65px;
    --space-6: 4px;
    --space-12: 8px;
    --space-16: 12px;
    --space-25: 20px;
    --space-35: 25px;
    --space-40: 30px;
    --space-50: 40px;
    --space-80: 50px;
    --space-160: 100px;
    --resize-45: 35px;
    --resize-60: 50px;
    --resize-80: 70px;
    --resize-100: 80px;
    --resize-200: 140px;
    --resize-400: 350px;
    --resize-500: 265px;
    --resize-600: 450px;
  }
}
@media (min-width: 1024px) {
  :root {
    --text-size-12: 12px;
    --text-size-14: 14px;
    --text-size-16: 16px;
    --text-size-18: 18px;
    --text-size-22: 22px;
    --text-size-28: 28px;
    --text-size-34: 34px;
    --text-size-40: 40px;
    --text-size-52: 50px;
    --text-size-90: 90px;
    --space-6: 6px;
    --space-12: 12px;
    --space-16: 16px;
    --space-25: 25px;
    --space-35: 35px;
    --space-40: 40px;
    --space-50: 50px;
    --space-80: 80px;
    --space-160: 160px;
    --resize-45: 45px;
    --resize-60: 60px;
    --resize-80: 80px;
    --resize-100: 100px;
    --resize-200: 200px;
    --resize-400: 400px;
    --resize-500: 500px;
    --resize-600: 600px;
  }
}
@media (min-width: 1535px) {
  :root {
    --text-size-12: 16px;
    --text-size-14: 18px;
    --text-size-16: 20px;
    --text-size-18: 22px;
    --text-size-22: 22px;
    --text-size-28: 36px;
    --text-size-34: 44px;
    --text-size-40: 52px;
    --text-size-52: 58px;
    --text-size-90: 110px;
    --space-6: 8px;
    --space-12: 15px;
    --space-16: 20px;
    --space-25: 30px;
    --space-35: 40px;
    --space-40: 50px;
    --space-50: 100px;
    --space-80: 100px;
    --space-160: 200px;
    --resize-45: 55px;
    --resize-60: 80px;
    --resize-80: 100px;
    --resize-100: 120px;
    --resize-200: 300px;
    --resize-400: 500px;
    --resize-500: 700px;
    --resize-600: 800px;
  }
}
html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-22);
  color: #631243;
  line-height: 1.4;
  font-weight: 400;
}
body.noscroll {
  position: fixed;
  top: var(--scroll-y);
  left: 0;
  right: 0;
  overflow: hidden !important;
  width: 100%;
}

.contain {
  padding: var(--space-40) var(--space-50);
  margin: 0 auto;
}
.contain.spacing-top-large {
  padding-top: var(--space-160) !important;
}
.contain.spacing-top-medium {
  padding-top: var(--space-80) !important;
}
.contain.spacing-top-none {
  padding-top: 0;
}
.contain.spacing-btm-large {
  padding-bottom: var(--space-160) !important;
}
.contain.spacing-btm-medium {
  padding-bottom: var(--space-80) !important;
}
.contain.spacing-btm-none {
  padding-bottom: 0;
}

.module {
  position: relative;
  overflow: hidden;
}
.module .video-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.module .video-image-wrapper .bgimg, .module .video-image-wrapper .bgvid {
  display: block;
  position: absolute;
  top: -105px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: calc(100% + 110px) !important;
  -o-object-position: center center;
     object-position: center center;
}
.module .video-image-wrapper .bgimg.focus-top, .module .video-image-wrapper .bgvid.focus-top {
  -o-object-position: top center;
     object-position: top center;
}
.module .video-image-wrapper .bgimg.focus-bottom, .module .video-image-wrapper .bgvid.focus-bottom {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.module .contain {
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .module .contain .left-content, .module .contain .right-content {
    max-width: calc(50% - var(--space-40) / 2);
  }
}

.bg-lightgray {
  background: #F3F3F3;
}

.bg-red {
  background: #CE1E5B;
  color: #FFFFFF;
}

.bg-maroon {
  background: #631243;
  color: #FFFFFF;
}

.bg-gradient {
  background: linear-gradient(90deg, #631243 0%, #CE1E5B 100%);
  color: #FFFFFF;
}

.bg-gradientreverse {
  background: linear-gradient(90deg, #CE1E5B 0%, #631243 100%);
  color: #FFFFFF;
}

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

.mobileonly {
  display: block !important;
}
.mobileonly.button {
  display: inline-block !important;
}
@media (min-width: 640px) {
  .mobileonly {
    display: none !important;
  }
  .mobileonly.button {
    display: none !important;
  }
}

.tabletonly {
  display: block !important;
}
@media (min-width: 1024px) {
  .tabletonly {
    display: none !important;
  }
}

.desktoponly {
  display: none !important;
}
@media (min-width: 1024px) {
  .desktoponly {
    display: block !important;
  }
}

@media (max-width: 465px) {
  .break-on-narrow-mobile-only::before {
    content: " ";
  }
  .break-on-narrow-mobile-only br {
    display: none;
  }
}

@media (min-width: 466px) and (max-width: 640px) {
  .no-break-on-wide-mobile-only::before {
    content: " ";
  }
  .no-break-on-wide-mobile-only br {
    display: none;
  }
}

@media (min-width: 640px) {
  .break-on-mobile::before {
    content: " ";
  }
  .break-on-mobile br {
    display: none;
  }
}

@media (max-width: 640px) {
  .break-on-tablet br {
    display: none;
  }
  .break-on-tablet::before {
    content: " ";
  }
}

@media (max-width: 640px), (min-width: 1024px) {
  .break-on-tablet-only br {
    display: none;
  }
  .break-on-tablet-only::before {
    content: " ";
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .no-break-on-tablet br {
    display: none;
  }
  .no-break-on-tablet::before {
    content: " ";
  }
}

@media (max-width: 1024px) {
  .break-on-desktop br {
    display: none;
  }
  .break-on-desktop::before {
    content: " ";
  }
}

.nowrap {
  white-space: preserve nowrap;
}

@media (max-width: 640px) {
  .nowrap-on-mobile {
    white-space: preserve nowrap;
  }
}

@media (min-width: 640px) {
  .nowrap-on-tablet {
    white-space: preserve nowrap;
  }
}

@media (min-width: 1024px) {
  .nowrap-on-desktop {
    white-space: preserve nowrap;
  }
}

.sr {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.wave {
  position: relative;
  z-index: 10;
}
.wave svg {
  display: block;
  width: 100%;
  height: 3vw;
  fill: #FFFFFF;
}
.wave.wave-top {
  margin-top: calc(-3vw + 1px);
}
.wave.wave-top svg {
  margin-bottom: -1px;
}
.wave.wave-bottom {
  rotate: 180deg;
  margin-bottom: calc(-3vw + 1px);
}
.wave.wave-bottom svg {
  margin-top: -1px;
}
.wave.wave-maroon svg {
  fill: #631243;
}
.wave.wave-lightgray svg {
  fill: #F3F3F3;
}

.wave.wave-bottom + .block .contain {
  padding-top: 3vw;
}

#content .block:last-of-type .contain {
  padding-bottom: 3vw;
}

#content > .block:first-child > .module {
  padding-top: 100px;
}
@media (min-width: 640px) {
  #content > .block:first-child > .module {
    padding-top: 130px;
  }
}
@media (min-width: 1024px) {
  #content > .block:first-child > .module {
    padding-top: 170px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .parallax {
    opacity: 0;
    transition: opacity 0.15s ease-in-out 0.1s;
  }
  .parallax.activate {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  main .block:not(:first-child) .fade-on-scroll,
  main .block:not(:first-child) .fade-on-scroll-sibling-group,
  footer .block .fade-on-scroll,
  footer .block .fade-on-scroll-sibling-group {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 0.75s cubic-bezier(0.09, 0.64, 0.37, 0.91);
  }
  main .block:not(:first-child) .fade-on-scroll.activate,
  main .block:not(:first-child) .fade-on-scroll-sibling-group.activate,
  footer .block .fade-on-scroll.activate,
  footer .block .fade-on-scroll-sibling-group.activate {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) and (min-width: 640px) {
  main .block:not(:first-child) .fade-on-scroll:nth-child(1),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(1),
  footer .block .fade-on-scroll:nth-child(1),
  footer .block .fade-on-scroll-sibling-group:nth-child(1) {
    transition-delay: 0s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(2),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(2),
  footer .block .fade-on-scroll:nth-child(2),
  footer .block .fade-on-scroll-sibling-group:nth-child(2) {
    transition-delay: 0.25s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(3),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(3),
  footer .block .fade-on-scroll:nth-child(3),
  footer .block .fade-on-scroll-sibling-group:nth-child(3) {
    transition-delay: 0.5s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(4),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(4),
  footer .block .fade-on-scroll:nth-child(4),
  footer .block .fade-on-scroll-sibling-group:nth-child(4) {
    transition-delay: 0.75s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(5),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(5),
  footer .block .fade-on-scroll:nth-child(5),
  footer .block .fade-on-scroll-sibling-group:nth-child(5) {
    transition-delay: 1s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(6),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(6),
  footer .block .fade-on-scroll:nth-child(6),
  footer .block .fade-on-scroll-sibling-group:nth-child(6) {
    transition-delay: 1.25s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(7),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(7),
  footer .block .fade-on-scroll:nth-child(7),
  footer .block .fade-on-scroll-sibling-group:nth-child(7) {
    transition-delay: 1.5s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(8),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(8),
  footer .block .fade-on-scroll:nth-child(8),
  footer .block .fade-on-scroll-sibling-group:nth-child(8) {
    transition-delay: 1.75s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(9),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(9),
  footer .block .fade-on-scroll:nth-child(9),
  footer .block .fade-on-scroll-sibling-group:nth-child(9) {
    transition-delay: 2s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(10),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(10),
  footer .block .fade-on-scroll:nth-child(10),
  footer .block .fade-on-scroll-sibling-group:nth-child(10) {
    transition-delay: 2.25s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(11),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(11),
  footer .block .fade-on-scroll:nth-child(11),
  footer .block .fade-on-scroll-sibling-group:nth-child(11) {
    transition-delay: 2.5s;
  }
  main .block:not(:first-child) .fade-on-scroll:nth-child(12),
  main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-child(12),
  footer .block .fade-on-scroll:nth-child(12),
  footer .block .fade-on-scroll-sibling-group:nth-child(12) {
    transition-delay: 2.75s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(1),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(1),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(1),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(1) {
    transition-delay: 0s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(2),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(2),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(2),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(2) {
    transition-delay: 0.25s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(3),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(3),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(3),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(3) {
    transition-delay: 0.5s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(4),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(4),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(4),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(4) {
    transition-delay: 0.75s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(5),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(5),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(5),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(5) {
    transition-delay: 1s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(6),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(6),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(6),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(6) {
    transition-delay: 1.25s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(7),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(7),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(7),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(7) {
    transition-delay: 1.5s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(8),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(8),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(8),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(8) {
    transition-delay: 1.75s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(9),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(9),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(9),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(9) {
    transition-delay: 2s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(10),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(10),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(10),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(10) {
    transition-delay: 2.25s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(11),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(11),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(11),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(11) {
    transition-delay: 2.5s;
  }
  .cols-rev main .block:not(:first-child) .fade-on-scroll:nth-last-child(12),
  .cols-rev main .block:not(:first-child) .fade-on-scroll-sibling-group:nth-last-child(12),
  .cols-rev footer .block .fade-on-scroll:nth-last-child(12),
  .cols-rev footer .block .fade-on-scroll-sibling-group:nth-last-child(12) {
    transition-delay: 2.75s;
  }
}
.chart {
  background: #F3F3F3;
  border-radius: var(--space-16);
  padding: var(--space-35);
}
.chart h4 {
  font-weight: 500;
  margin-bottom: var(--space-40);
}
.chart h4:first-child {
  margin-top: 0;
}
.chart p {
  font-size: var(--text-size-14);
  color: #000000;
}
.chart img {
  margin: 0 auto;
  mix-blend-mode: multiply;
  border-radius: var(--space-6);
}

sup {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1;
  vertical-align: text-top;
  display: inline-block;
  transform: translateY(0.2em);
}

a {
  color: #631243;
  transition: all 0.3s ease;
}
a:hover {
  color: #7B9C8C;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
  color: #631243;
  font-weight: 400;
  line-height: 1;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
.h1 em, .h2 em, .h3 em {
  font-style: normal;
  color: #CE1E5B;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong {
  font-weight: 500;
}

h1, .h1 {
  font-size: var(--text-size-90);
  margin: var(--space-25) 0;
  margin-top: 1rem;
}

h2, .h2 {
  font-size: var(--text-size-52);
  margin-top: 1rem;
}

.red {
  color: #CE1E5B;
}

.maroon {
  color: #631243;
}

main ul li:not(:first-child), main ol li:not(:first-child) {
  margin-top: var(--space-6);
}
main ul li:not(:last-child), main ol li:not(:last-child) {
  margin-bottom: var(--space-6);
}

main > div:first-child .module h1 {
  line-height: 0.9;
}

blockquote {
  color: #631243;
  font-size: var(--text-size-28);
  margin: 1rem 0;
  border: none;
}
blockquote p {
  margin-top: 0;
}
blockquote em {
  font-style: normal;
  color: #CE1E5B;
}
blockquote strong {
  font-weight: 500;
}

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

.bg-red, .bg-maroon, .bg-black,
.bg-gradient, .bg-gradientreverse {
  color: #FFFFFF;
}
.bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red h5, .bg-red h6, .bg-maroon h1, .bg-maroon h2, .bg-maroon h3, .bg-maroon h4, .bg-maroon h5, .bg-maroon h6, .bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient h3,
.bg-gradient h4,
.bg-gradient h5,
.bg-gradient h6, .bg-gradientreverse h1, .bg-gradientreverse h2, .bg-gradientreverse h3, .bg-gradientreverse h4, .bg-gradientreverse h5, .bg-gradientreverse h6 {
  color: #FFFFFF;
}
.bg-red h1 em, .bg-red h2 em, .bg-red h3 em, .bg-red h4 em, .bg-red h5 em, .bg-red h6 em, .bg-maroon h1 em, .bg-maroon h2 em, .bg-maroon h3 em, .bg-maroon h4 em, .bg-maroon h5 em, .bg-maroon h6 em, .bg-black h1 em, .bg-black h2 em, .bg-black h3 em, .bg-black h4 em, .bg-black h5 em, .bg-black h6 em,
.bg-gradient h1 em,
.bg-gradient h2 em,
.bg-gradient h3 em,
.bg-gradient h4 em,
.bg-gradient h5 em,
.bg-gradient h6 em, .bg-gradientreverse h1 em, .bg-gradientreverse h2 em, .bg-gradientreverse h3 em, .bg-gradientreverse h4 em, .bg-gradientreverse h5 em, .bg-gradientreverse h6 em {
  color: #FFFFFF;
}
.bg-red a, .bg-maroon a, .bg-black a,
.bg-gradient a, .bg-gradientreverse a {
  color: #FFFFFF;
}
.bg-red a:hover, .bg-maroon a:hover, .bg-black a:hover,
.bg-gradient a:hover, .bg-gradientreverse a:hover {
  color: #A7D3BA;
}

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

h2.img-mask {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #CE1E5B;
  font-weight: 700;
  font-size: var(--text-size-40);
  background: url("../images/h2-fabric.jpg") left center no-repeat;
  background-size: 400px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.glow {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.25);
}

p.small,
ol.small li,
ul.small li {
  font-size: var(--text-size-14);
}

.footnote {
  font-size: var(--text-size-14);
  position: relative;
}
.footnote::before {
  content: "*";
  display: block;
  font-size: 0.8em;
  height: 1em;
  left: -1.25em;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1em;
}
.footnote.cross::before {
  content: "†";
}
.footnote.double-cross::before {
  content: "‡";
}

img {
  max-width: 100%;
  height: auto !important;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
img.corners {
  border-radius: 2px var(--space-40);
}

video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto !important;
}
video.corners {
  border-radius: 2px var(--space-40);
}

figure {
  position: relative;
}
figure figcaption {
  display: block;
  position: absolute;
  right: 0;
  margin-left: var(--space-40);
  bottom: var(--space-40);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12.5px);
  color: #FFFFFF;
  border-radius: var(--space-160) 0 0 var(--space-160);
  font-size: var(--text-size-18);
  padding: var(--space-16) var(--space-35);
  line-height: 1;
}
.right-content figure:not(:last-child) {
  margin-bottom: var(--space-40);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #631243;
  border-radius: 0;
  box-sizing: border-box;
  color: #631243;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-18);
  padding: var(--space-12) 0;
  transition: border-color 0.3s ease;
  width: 100%;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(99, 18, 67, 0.8);
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(99, 18, 67, 0.8);
  opacity: 1;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #CE1E5B;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}

textarea {
  min-height: 5em;
}

.hsfc-RichText p {
  font-family: "scandia-web", Verdana, Arial, sans-serif !important;
  color: #631243 !important;
}

.hsfc-DropdownOptions {
  max-height: 275px !important;
  background-color: #FFFFFF !important;
}
.hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem {
  background-color: #FFFFFF !important;
}
.hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem:hover {
  background-color: #F3F3F3 !important;
}

.button, a.button {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 8px var(--space-25);
  min-width: var(--space-160);
  border-radius: 2rem;
  text-decoration: none;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: var(--text-size-18);
  line-height: 1;
  border: 2px solid #CE1E5B;
  font-weight: 500;
  background: #CE1E5B;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 640px) {
  .button, a.button {
    padding-top: 12px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1024px) {
  .button, a.button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.button.button-maroon, a.button.button-maroon {
  background: #631243;
  border-color: #631243;
}
.button.button-maroon.button-line, a.button.button-maroon.button-line {
  color: #631243;
}
.button.button-white, a.button.button-white {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #CE1E5B;
}
.button.button-white.button-line, a.button.button-white.button-line {
  color: #FFFFFF;
}
.button:hover, a.button:hover {
  background: #7B9C8C;
  border-color: #7B9C8C;
  color: #FFFFFF;
}
.button.button-line, a.button.button-line {
  background: none;
  color: #CE1E5B;
}
.button.button-line:hover, a.button.button-line:hover {
  color: #7B9C8C !important;
}
.button.button-icon, a.button.button-icon {
  min-width: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  height: var(--resize-45);
  width: var(--resize-45);
}
.button.button-icon svg, a.button.button-icon svg {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  fill: #CE1E5B;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .button.button-icon svg, a.button.button-icon svg {
    top: 8px;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1535px) {
  .button.button-icon svg, a.button.button-icon svg {
    top: 13px;
  }
}
.button.button-icon svg.ham, a.button.button-icon svg.ham {
  margin-top: 0.5px;
}
.button.button-icon img, a.button.button-icon img {
  width: 25px;
  height: 25px;
}
.button.button-icon.button-maroon svg, a.button.button-icon.button-maroon svg {
  fill: #FFFFFF;
}
.button.button-icon.button-maroon:hover, a.button.button-icon.button-maroon:hover {
  border-color: #7B9C8C;
  background: #7B9C8C;
}
.button.button-icon.button-maroon:hover svg, a.button.button-icon.button-maroon:hover svg {
  fill: #FFFFFF;
}
.button.button-icon.button-white svg, a.button.button-icon.button-white svg {
  fill: #631243;
}
.button.button-icon:hover, a.button.button-icon:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.button.button-icon:hover svg, a.button.button-icon:hover svg {
  fill: #7B9C8C;
}
.button .downloadicon, a.button .downloadicon {
  display: inline-block;
  transition: all 0.3s ease;
  fill: #CE1E5B;
  height: 1em;
  width: 1em;
  vertical-align: top;
  margin-left: var(--space-12);
}
.button:hover .downloadicon, a.button:hover .downloadicon {
  fill: #7B9C8C;
}

.bg-gradient .button.button-line, .bg-gradient a.button.button-line, .bg-gradientreverse .button.button-line, .bg-gradientreverse a.button.button-line, .bg-red .button.button-line, .bg-red a.button.button-line, .bg-maroon .button.button-line, .bg-maroon a.button.button-line {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.bg-gradient .button.button-line .downloadicon, .bg-gradient a.button.button-line .downloadicon, .bg-gradientreverse .button.button-line .downloadicon, .bg-gradientreverse a.button.button-line .downloadicon, .bg-red .button.button-line .downloadicon, .bg-red a.button.button-line .downloadicon, .bg-maroon .button.button-line .downloadicon, .bg-maroon a.button.button-line .downloadicon {
  fill: #FFFFFF;
}
.bg-gradient .button.button-line:hover, .bg-gradient a.button.button-line:hover, .bg-gradientreverse .button.button-line:hover, .bg-gradientreverse a.button.button-line:hover, .bg-red .button.button-line:hover, .bg-red a.button.button-line:hover, .bg-maroon .button.button-line:hover, .bg-maroon a.button.button-line:hover {
  border-color: #A7D3BA;
  color: #A7D3BA !important;
}
.bg-gradient .button.button-line:hover .downloadicon, .bg-gradient a.button.button-line:hover .downloadicon, .bg-gradientreverse .button.button-line:hover .downloadicon, .bg-gradientreverse a.button.button-line:hover .downloadicon, .bg-red .button.button-line:hover .downloadicon, .bg-red a.button.button-line:hover .downloadicon, .bg-maroon .button.button-line:hover .downloadicon, .bg-maroon a.button.button-line:hover .downloadicon {
  fill: #A7D3BA;
}

.videobtn {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  text-align: center;
  padding: var(--space-16) 34px var(--space-16) 0;
  border: none;
  text-decoration: none;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: var(--text-size-18);
  line-height: 1;
  background: none;
  font-weight: 500;
  color: #CE1E5B;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.videobtn span {
  display: inline-block;
  padding-top: 3px;
}
.videobtn svg {
  fill: #CE1E5B;
  vertical-align: middle;
  width: 27px;
  line-height: 1;
  transition: all 0.3s ease;
  transform: translateY(1px);
}
.videobtn:hover {
  color: #7B9C8C;
}
.videobtn:hover svg {
  fill: #7B9C8C;
  padding-left: calc(var(--space-6) * 0.5);
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--space-20);
  margin-top: var(--space-40);
}
.buttons.align-center {
  justify-content: center;
}

.hcptype-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
  background: #F3F3F3;
  padding: var(--space-35) var(--space-50);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hcptype-form .logo {
  position: absolute;
  top: var(--space-35);
  left: var(--space-50);
  z-index: 99;
}
.hcptype-form .logo img {
  display: block;
  width: 175px;
}
@media (min-width: 640px) {
  .hcptype-form .logo img {
    width: 204px;
  }
}
@media (min-width: 1024px) {
  .hcptype-form .logo img {
    width: 234px;
  }
}
@media (min-width: 1535px) {
  .hcptype-form .logo img {
    width: 292px;
  }
}
.hcptype-form form {
  position: relative;
  z-index: 99;
}
.hcptype-form form .powerpetals {
  margin: 0 0 0 auto;
}
.hcptype-form form h2 {
  text-transform: uppercase;
  max-width: 500px;
}
@media (min-width: 1024px) {
  .hcptype-form form h2 {
    max-width: 900px;
  }
}
.hcptype-form form button {
  display: inline-block;
}
.hcptype-form video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center center;
     object-position: center center;
  z-index: 98;
}
@media (min-width: 640px) {
  .hcptype-form video {
    display: block;
  }
}

#moove_gdpr_cookie_info_bar {
  background-color: #631243 !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
  left: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
}
@media (min-width: 1024px) {
  #moove_gdpr_cookie_info_bar {
    left: auto !important;
    max-width: 500px !important;
    border-top-left-radius: 1rem !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: var(--space-16) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .change-settings-button:hover {
  color: #FFFFFF !important;
}

.gdpr_lightbox #moove-gdpr-menu li button {
  background-color: #fff !important;
  color: #631243 !important;
}
.gdpr_lightbox #moove-gdpr-menu li.menu-item-selected button {
  background-color: #f1f1f1 !important;
  color: #631243 !important;
}
.gdpr_lightbox #moove-gdpr-menu li.menu-item-strict-necessary-cookies {
  display: none !important;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-main#strict-necessary-cookies {
  display: none !important;
}

.wpgmza_map {
  min-height: 420px !important;
}

.wpgmza-store-locator {
  display: flex !important;
  align-items: stretch !important;
  margin-bottom: var(--space-35);
  gap: var(--space-25) var(--space-12);
}
@media (min-width: 640px) {
  .wpgmza-store-locator {
    gap: 0 var(--space-12);
  }
}
.wpgmza-store-locator .wpgmza-address-container {
  display: flex;
  flex-direction: row !important;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 640px) {
  .wpgmza-store-locator .wpgmza-address-container {
    width: 250px;
  }
}
.wpgmza-store-locator .wpgmza-address-container label {
  width: 100%;
  font-size: var(--text-size-18);
}
.wpgmza-store-locator .wpgmza-address-container input:not([type=checkbox]) {
  background: transparent;
  border: none;
  border-bottom: 1px solid #631243;
  border-radius: 0;
  box-sizing: border-box;
  color: #631243;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-18);
  padding: var(--space-12) 0;
  transition: border-color 0.3s ease;
  width: 100%;
}
.wpgmza-store-locator .wpgmza-address-container input:not([type=checkbox])::-moz-placeholder {
  color: rgba(99, 18, 67, 0.8);
  opacity: 1;
}
.wpgmza-store-locator .wpgmza-address-container input:not([type=checkbox])::placeholder {
  color: rgba(99, 18, 67, 0.8);
  opacity: 1;
}
.wpgmza-store-locator .wpgmza-address-container input:not([type=checkbox]):focus {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #CE1E5B;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.wpgmza-store-locator .wpgmza-address-container input:not([type=checkbox]) {
  max-width: 250px;
}
.wpgmza-store-locator .wpgmza-address-container input:not([type=checkbox]):focus {
  border-bottom: 1px solid #CE1E5B;
}
.wpgmza-store-locator .wpgmza-address-container .wpgmza-button {
  background: none !important;
}
.wpgmza-store-locator .wpgmza-address-container .wpgmza-button svg {
  background: none;
  fill: #F3F3F3 !important;
  stroke: #F3F3F3 !important;
  border-radius: 50% !important;
  border: 2px solid #CE1E5B;
  transition: all 0.3s ease;
  width: 40px !important;
  height: 40px !important;
  padding: 8px !important;
}
.wpgmza-store-locator .wpgmza-address-container .wpgmza-button svg .circle_inner {
  fill: #CE1E5B !important;
  transition: all 0.3s ease;
}
.wpgmza-store-locator .wpgmza-address-container .wpgmza-button svg .circle_outer, .wpgmza-store-locator .wpgmza-address-container .wpgmza-button svg line {
  stroke: #CE1E5B !important;
  transition: all 0.3s ease;
}
.wpgmza-store-locator .wpgmza-address-container .wpgmza-button svg:hover {
  border-color: #7B9C8C;
}
.wpgmza-store-locator .wpgmza-address-container .wpgmza-button svg:hover .circle_inner {
  fill: #7B9C8C !important;
}
.wpgmza-store-locator .wpgmza-address-container .wpgmza-button svg:hover .circle_outer, .wpgmza-store-locator .wpgmza-address-container .wpgmza-button svg:hover line {
  stroke: #7B9C8C !important;
}
.wpgmza-store-locator .wpgmza-radius-container {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between;
}
.wpgmza-store-locator .wpgmza-radius-container label {
  font-size: var(--text-size-18);
}
.wpgmza-store-locator .wpgmza-radius-container select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #631243;
  border-radius: 0;
  box-sizing: border-box;
  color: #631243;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-18);
  padding: var(--space-12) 0;
  transition: border-color 0.3s ease;
  width: 100%;
}
.wpgmza-store-locator .wpgmza-radius-container select::-moz-placeholder {
  color: rgba(99, 18, 67, 0.8);
  opacity: 1;
}
.wpgmza-store-locator .wpgmza-radius-container select::placeholder {
  color: rgba(99, 18, 67, 0.8);
  opacity: 1;
}
.wpgmza-store-locator .wpgmza-radius-container select:focus {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #CE1E5B;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.wpgmza-store-locator .wpgmza-search {
  background: #CE1E5B !important;
  border: 2px solid #CE1E5B !important;
  border-radius: 50% !important;
  stroke: #FFFFFF !important;
  transition: all 0.3s ease !important;
  width: 40px !important;
  height: 40px !important;
  padding: 8px !important;
  align-self: flex-end;
}
.wpgmza-store-locator .wpgmza-search:hover, .wpgmza-store-locator .wpgmza-search:focus, .wpgmza-store-locator .wpgmza-search:active {
  background: #7B9C8C !important;
  border-color: #7B9C8C !important;
}
.wpgmza-store-locator .wpgmza-reset {
  display: none !important;
}
.wpgmza-store-locator .wpgmza-error.visible {
  font-size: var(--text-size-18);
  margin-top: var(--space-25);
}

.wpgmza-marker-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: var(--space-35) 0;
  gap: var(--space-35);
}
.wpgmza-marker-grid .wpgmza-grid-row {
  margin: 0 !important;
  padding: var(--space-25) !important;
  box-shadow: none !important;
  border-radius: var(--space-6) !important;
  width: 100%;
}
.wpgmza-marker-grid .wpgmza-grid-row:nth-child(n+13) {
  display: none;
}
@media (min-width: 640px) {
  .wpgmza-marker-grid .wpgmza-grid-row {
    width: calc(50% - var(--space-35) / 2 - var(--space-25) * 2);
  }
}
@media (min-width: 1024px) {
  .wpgmza-marker-grid .wpgmza-grid-row {
    width: calc(33.33% - var(--space-35) * 2 / 3 - var(--space-25) * 2);
  }
}
@media (min-width: 1535px) {
  .wpgmza-marker-grid .wpgmza-grid-row {
    width: calc(25% - var(--space-35) * 3 / 4 - var(--space-25) * 2);
  }
}
.wpgmza-marker-grid .wpgmza-grid-row {
  position: relative;
}
.wpgmza-marker-grid .wpgmza-grid-row .wpgmza-grid-item {
  height: 100%;
}
.wpgmza-marker-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza-link {
  margin-top: 0;
}
.wpgmza-marker-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza-grid-item-content {
  flex-grow: 1;
}
.wpgmza-marker-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza-grid-item-content .wpgmza-address {
  margin-bottom: 1.5em;
}
.wpgmza-marker-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza-grid-item-content .wpgmza_custom_fields {
  position: absolute;
  bottom: var(--space-25);
  right: var(--space-25);
}

.hs-form-html:not(:first-child) {
  margin-top: var(--space-50);
}

html [data-hsfc-id=Renderer] input[type=text],
html [data-hsfc-id=Renderer] input[type=email],
html [data-hsfc-id=Renderer] input[type=tel],
html [data-hsfc-id=Renderer] input[type=url],
html [data-hsfc-id=Renderer] input[type=password],
html [data-hsfc-id=Renderer] .hsfc-TextareaInput,
html [data-hsfc-id=Renderer] select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #631243;
  border-radius: 0;
  box-sizing: border-box;
  color: #631243;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-18);
  padding: var(--space-12) 0;
  transition: border-color 0.3s ease;
  width: 100%;
}
html [data-hsfc-id=Renderer] input[type=text]::-moz-placeholder, html [data-hsfc-id=Renderer] input[type=email]::-moz-placeholder, html [data-hsfc-id=Renderer] input[type=tel]::-moz-placeholder, html [data-hsfc-id=Renderer] input[type=url]::-moz-placeholder, html [data-hsfc-id=Renderer] input[type=password]::-moz-placeholder, html [data-hsfc-id=Renderer] .hsfc-TextareaInput::-moz-placeholder, html [data-hsfc-id=Renderer] select::-moz-placeholder {
  color: rgba(99, 18, 67, 0.8);
  opacity: 1;
}
html [data-hsfc-id=Renderer] input[type=text]::placeholder,
html [data-hsfc-id=Renderer] input[type=email]::placeholder,
html [data-hsfc-id=Renderer] input[type=tel]::placeholder,
html [data-hsfc-id=Renderer] input[type=url]::placeholder,
html [data-hsfc-id=Renderer] input[type=password]::placeholder,
html [data-hsfc-id=Renderer] .hsfc-TextareaInput::placeholder,
html [data-hsfc-id=Renderer] select::placeholder {
  color: rgba(99, 18, 67, 0.8);
  opacity: 1;
}
html [data-hsfc-id=Renderer] input[type=text]:focus,
html [data-hsfc-id=Renderer] input[type=email]:focus,
html [data-hsfc-id=Renderer] input[type=tel]:focus,
html [data-hsfc-id=Renderer] input[type=url]:focus,
html [data-hsfc-id=Renderer] input[type=password]:focus,
html [data-hsfc-id=Renderer] .hsfc-TextareaInput:focus,
html [data-hsfc-id=Renderer] select:focus {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #CE1E5B;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
html [data-hsfc-id=Renderer] input[type=text]:focus, html [data-hsfc-id=Renderer] input[type=text]:hover,
html [data-hsfc-id=Renderer] input[type=email]:focus,
html [data-hsfc-id=Renderer] input[type=email]:hover,
html [data-hsfc-id=Renderer] input[type=tel]:focus,
html [data-hsfc-id=Renderer] input[type=tel]:hover,
html [data-hsfc-id=Renderer] input[type=url]:focus,
html [data-hsfc-id=Renderer] input[type=url]:hover,
html [data-hsfc-id=Renderer] input[type=password]:focus,
html [data-hsfc-id=Renderer] input[type=password]:hover,
html [data-hsfc-id=Renderer] .hsfc-TextareaInput:focus,
html [data-hsfc-id=Renderer] .hsfc-TextareaInput:hover,
html [data-hsfc-id=Renderer] select:focus,
html [data-hsfc-id=Renderer] select:hover {
  box-shadow: none;
}
html [data-hsfc-id=Renderer] .hsfc-TextInput::-moz-placeholder {
  color: #631243;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-18);
}
html [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem,
html [data-hsfc-id=Renderer] .hsfc-ErrorAlert,
html [data-hsfc-id=Renderer] .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-Heading,
html [data-hsfc-id=Renderer] .hsfc-ProgressBar__Text,
html [data-hsfc-id=Renderer] .hsfc-TextInput,
html [data-hsfc-id=Renderer] .hsfc-TextInput::placeholder {
  color: #631243;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-18);
}
html [data-hsfc-id=Renderer] .hsfc-Button {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 8px var(--space-25);
  min-width: var(--space-160);
  border-radius: 2rem;
  text-decoration: none;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: var(--text-size-18);
  line-height: 1;
  border: 2px solid #CE1E5B;
  font-weight: 500;
  background: #CE1E5B;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 640px) {
  html [data-hsfc-id=Renderer] .hsfc-Button {
    padding-top: 12px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1024px) {
  html [data-hsfc-id=Renderer] .hsfc-Button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-maroon {
  background: #631243;
  border-color: #631243;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-maroon.button-line {
  color: #631243;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-white {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #CE1E5B;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-white.button-line {
  color: #FFFFFF;
}
html [data-hsfc-id=Renderer] .hsfc-Button:hover {
  background: #7B9C8C;
  border-color: #7B9C8C;
  color: #FFFFFF;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-line {
  background: none;
  color: #CE1E5B;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-line:hover {
  color: #7B9C8C !important;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon {
  min-width: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  height: var(--resize-45);
  width: var(--resize-45);
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon svg {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  fill: #CE1E5B;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  html [data-hsfc-id=Renderer] .hsfc-Button.button-icon svg {
    top: 8px;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1535px) {
  html [data-hsfc-id=Renderer] .hsfc-Button.button-icon svg {
    top: 13px;
  }
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon svg.ham {
  margin-top: 0.5px;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon img {
  width: 25px;
  height: 25px;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon.button-maroon svg {
  fill: #FFFFFF;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon.button-maroon:hover {
  border-color: #7B9C8C;
  background: #7B9C8C;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon.button-maroon:hover svg {
  fill: #FFFFFF;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon.button-white svg {
  fill: #631243;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
html [data-hsfc-id=Renderer] .hsfc-Button.button-icon:hover svg {
  fill: #7B9C8C;
}
html [data-hsfc-id=Renderer] .hsfc-Button .downloadicon {
  display: inline-block;
  transition: all 0.3s ease;
  fill: #CE1E5B;
  height: 1em;
  width: 1em;
  vertical-align: top;
  margin-left: var(--space-12);
}
html [data-hsfc-id=Renderer] .hsfc-Button:hover .downloadicon {
  fill: #7B9C8C;
}
html [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):focus, html [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  background: #7B9C8C;
  border-color: #7B9C8C;
  transform: none;
}
html [data-hsfc-id=Renderer] .hsfc-DropdownField label {
  margin-right: 32px;
}
html [data-hsfc-id=Renderer] .hsfc-DropdownInput > input {
  padding-right: 2em;
}
html [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  color: #CE1E5B;
  margin-top: calc(var(--space-12) * -0.5);
  font-size: var(--text-size-14);
}
.hsfc-NavigationRow__Alerts html [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  font-size: var(--text-size-18);
}
html [data-hsfc-id=Renderer] h4,
html [data-hsfc-id=Renderer] .hsfc-Form {
  line-height: 1.4;
}
html [data-hsfc-id=Renderer] .hsfc-Heading:first-child {
  margin-top: 0;
}
html [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
  border-right: none;
}
html [data-hsfc-id=Renderer] .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret {
  background: transparent;
  border: none;
  border-bottom: 1px solid #631243;
  padding-top: 0;
  padding-bottom: 0;
}
html [data-hsfc-id=Renderer] .hsfc-ProgressBar {
  margin-top: var(--space-16);
}
html [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress > div {
  background-color: #CE1E5B;
}
html [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}
html [data-hsfc-id=Renderer] .hsfc-TextField > :not(:last-child),
html [data-hsfc-id=Renderer] .hsfc-TextareaField > :not(:last-child),
html [data-hsfc-id=Renderer] .hsfc-EmailField > :not(:last-child) {
  margin-bottom: var(--space-6);
}
html [data-hsfc-id=Renderer] .hsfc-TextField,
html [data-hsfc-id=Renderer] .hsfc-TextareaField,
html [data-hsfc-id=Renderer] .hsfc-EmailField {
  position: relative;
}
html [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  left: 0;
  padding: var(--space-12) 0;
  pointer-events: none;
  position: absolute;
  top: -1px;
  transform-origin: left top;
  transition: transform 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  will-change: transform;
}
html [data-hsfc-id=Renderer] .hsfc-Row:not(:last-child) {
  margin-bottom: var(--space-40);
}
html [data-hsfc-id=Renderer] .hsfc-TextInput:not(:-moz-placeholder) ~ .hsfc-FieldLabel, html [data-hsfc-id=Renderer] .hsfc-TextareaInput:not(:-moz-placeholder) ~ .hsfc-FieldLabel {
  font-size: var(--text-size-14);
  padding: 0;
  transform: translateY(-1.25em) scale(0.92);
}
html [data-hsfc-id=Renderer] .hsfc-TextField:focus-within .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-TextareaField:focus-within .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-EmailField:focus-within .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-DropdownField:focus-within .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-TextInput:focus ~ .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-TextInput:not(:placeholder-shown) ~ .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-TextareaInput:focus ~ .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-TextareaInput:not(:placeholder-shown) ~ .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-TextField.has-value .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-TextareaField.has-value .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-EmailField.has-value .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .hsfc-DropdownField.has-value .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .label-always-floated .hsfc-FieldLabel {
  font-size: var(--text-size-14);
  padding: 0;
  transform: translateY(-1.25em) scale(0.92);
}
html [data-hsfc-id=Renderer] .label-long,
html [data-hsfc-id=Renderer] .label-very-long {
  margin-top: 1em !important;
}
html [data-hsfc-id=Renderer] .label-long .hsfc-FieldLabel,
html [data-hsfc-id=Renderer] .label-very-long .hsfc-FieldLabel {
  transform: translateY(-2.5em) scale(0.92) !important;
}
@media (max-width: 640px) {
  html [data-hsfc-id=Renderer] .label-very-long {
    margin-top: 2em !important;
  }
  html [data-hsfc-id=Renderer] .label-very-long .hsfc-FieldLabel {
    transform: translateY(-3.5em) scale(0.92) !important;
  }
}

.petals {
  display: flex;
  gap: calc(var(--space-35) / 2);
  padding-left: var(--space-35);
}
.petals.petals-right {
  flex-direction: row-reverse;
}
.petals svg {
  width: 30px;
}
.petals svg.color1 {
  fill: #CE1E5B;
}
.petals svg.color2 {
  fill: #631243;
}
.petals svg:first-of-type {
  padding-top: calc(var(--space-35) / 2);
}
@media (max-width: 1023px) {
  .petals.parallax-floatpetals svg {
    transform: translateY(10px);
  }
}
@media (min-width: 1024px) {
  .left-content .petals:first-child {
    position: absolute;
    top: -1.25em;
  }
}

.bg-gradient .petals svg.color2, .bg-maroon .petals svg.color2 {
  fill: #FFFFFF;
}

.bg-gradientreverse .petals svg.color1, .bg-red .petals svg.color1 {
  fill: #FFFFFF;
}

.powerpetals {
  position: relative;
  width: 40%;
  height: 130px;
  margin-bottom: var(--space-50);
}
@media (min-width: 1024px) {
  .powerpetals {
    margin-left: var(--space-80);
    width: 50%;
    height: 200px;
  }
}
@media (min-width: 1535px) {
  .powerpetals {
    margin-bottom: 65px;
  }
}
.powerpetals .powerpetal {
  clip-path: url(#petalclip);
  -webkit-clip-path: url(#petalclip);
  overflow: hidden;
  position: absolute;
  height: 47px;
  width: 50px;
}
@media (min-width: 1024px) {
  .powerpetals .powerpetal {
    height: 70px;
    width: 75px;
  }
}
.powerpetals .powerpetal video {
  width: 150% !important;
  height: 150% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.powerpetals .powerpetal.petal2 video {
  width: 200% !important;
  height: 200% !important;
  margin-left: -25px;
}
.powerpetals .powerpetal.petal3 video {
  width: 200% !important;
  height: 200% !important;
  transform: rotate(180deg);
  margin-left: -25px;
}
.powerpetals .powerpetal.petal4 video {
  transform: rotate(180deg);
}
.powerpetals .powerpetal.petal5 video {
  width: 200% !important;
  height: 200% !important;
  transform: rotate(180deg);
}
.powerpetals .powerpetal.petal6 video {
  width: 100% !important;
  height: 100% !important;
}
.powerpetals.powerpetals-large {
  height: 70px;
  width: 75px;
}
@media (min-width: 1024px) {
  .powerpetals.powerpetals-large {
    height: 93px;
    width: 100px;
  }
}
.powerpetals.powerpetals-2 {
  width: 100px;
  height: 80px;
}
@media (min-width: 1024px) {
  .powerpetals.powerpetals-2 {
    width: 150px;
    height: 120px;
  }
}
.powerpetals.powerpetals-2 .petal2 {
  top: 0 !important;
  left: 0 !important;
}
.powerpetals.powerpetals-2 .petal1 {
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
}
@media (min-width: 1024px) {
  .right-content .powerpetals {
    margin-left: 0;
    margin-right: var(--space-80);
    min-width: 20vw;
  }
}

.switch {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 50;
}
.switch .button {
  font-size: var(--text-size-16);
  box-shadow: 2px 4px 4px 0 rgba(99, 18, 67, 0.1);
}

header {
  position: absolute;
  z-index: 80;
}
header .topnav {
  padding: var(--space-35) var(--space-50) 0;
}
header .topnav .logo a {
  display: block;
}
header .topnav .logo a img {
  display: block;
  width: 175px;
}
@media (min-width: 640px) {
  header .topnav .logo a img {
    width: 204px;
  }
}
@media (min-width: 1024px) {
  header .topnav .logo a img {
    width: 234px;
  }
}
@media (min-width: 1535px) {
  header .topnav .logo a img {
    width: 292px;
  }
}
header .topnav .navbar {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  padding: var(--space-50) var(--space-50) 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
}
@media (min-width: 1535px) {
  header .topnav .navbar {
    padding-top: 65px;
  }
}
header .topnav .navbar .button {
  box-shadow: 2px 4px 4px 0 rgba(99, 18, 67, 0.1);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease 0.3s, background-color 0.3s ease, border-color 0.3s ease;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 640px) and (min-height: 640px) {
  header .topnav .navbar .button {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    cursor: hand;
  }
}
header .topnav .navbar .button.topbutton {
  min-width: 0;
}
@media (min-width: 640px) and (min-height: 640px) {
  header .topnav .navbar .button.topbutton {
    min-width: var(--space-160);
  }
}
header .topnav .navbar .button.button-white {
  background: rgba(255, 255, 255, 0.8);
  border-color: transparent;
}
header .topnav .navbar .button.button-white:hover, header .topnav .navbar .button.button-white:focus {
  background: #ffffff;
}
header .topnav .navbar #togglenav {
  display: block;
  cursor: hand;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .topnav .navbar #togglenav .ex {
  display: none;
}
header .nav {
  width: 0;
  background: linear-gradient(90deg, rgba(99, 18, 67, 0.92) 0%, rgba(206, 30, 91, 0.92) 100%);
  backdrop-filter: blur(12.5px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 85;
  overflow-x: hidden;
  transition: width 0.25s ease;
}
header .nav .innersidenav {
  max-width: 500px;
  padding: calc(125px + var(--space-16)) var(--space-50) var(--space-40);
}
@media (min-height: 800px) {
  header .nav .innersidenav {
    padding-top: calc(125px + var(--space-40));
  }
}
header .nav .innersidenav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .nav .innersidenav ul.menu li a {
  display: block;
  color: #FFFFFF;
  line-height: 1;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  margin-right: calc(var(--space-50) * -1);
}
@media (min-height: 800px) {
  header .nav .innersidenav ul.menu li a {
    padding: var(--space-16) 0;
  }
}
header .nav .innersidenav ul.menu li a {
  padding-right: var(--space-6);
}
header .nav .innersidenav ul.menu li a::after {
  content: "";
  height: 2px;
  background: #82004F;
  position: absolute;
  top: 50%;
  right: 0;
  width: var(--space-50);
  transition: all 0.3s ease;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
header .nav .innersidenav ul.menu li a:hover {
  padding-right: 0;
  padding-left: var(--space-6);
  color: #A7D3BA;
}
header .nav .innersidenav ul.menu li a:hover::after {
  background: #A7D3BA;
  height: 4px;
  width: calc(var(--space-50) * 1.25);
}
header .nav .innersidenav ul.menu li strong {
  font-weight: 500;
}
header .nav .innersidenav ul.menu li.current-menu-item a {
  color: #A7D3BA;
}
header .nav .innersidenav .searchform {
  padding-top: var(--space-25);
}
@media (min-height: 800px) {
  header .nav .innersidenav .searchform {
    padding-top: var(--space-80);
  }
}
header .nav .innersidenav .searchform form {
  display: flex;
  align-items: center;
  gap: var(--space-12);
}
header .nav .innersidenav .searchform form input {
  border: 2px solid #FFFFFF;
  background: none;
  color: #FFFFFF;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-22);
  padding: 0 var(--space-25);
  border-radius: 2em;
  flex-shrink: 1;
  line-height: 1;
  height: 31px;
}
@media (min-width: 1024px) {
  header .nav .innersidenav .searchform form input {
    height: 41px;
  }
}
@media (min-width: 1535px) {
  header .nav .innersidenav .searchform form input {
    height: 51px;
  }
}
header .nav .innersidenav .searchform form input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
header .nav .innersidenav .searchform form input::placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
header .nav .innersidenav .searchform form .button-icon {
  flex-shrink: 0;
  border-color: #FFFFFF;
  background: none;
  color: #FFFFFF;
}
header .nav .innersidenav .searchform form .button-icon svg {
  fill: #FFFFFF;
}
header .nav .innersidenav .searchform form .button-icon:hover {
  border-color: #A7D3BA;
  color: #A7D3BA;
}
header .nav .innersidenav .searchform form .button-icon:hover svg {
  fill: #A7D3BA;
}
header.active .topnav .navbar .button {
  box-shadow: none;
  border-color: #FFFFFF !important;
  background: none !important;
  color: #FFFFFF !important;
  cursor: hand;
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
header.active .topnav .navbar .button svg {
  fill: #FFFFFF !important;
}
header.active .topnav .navbar .button:hover {
  border-color: #A7D3BA !important;
  color: #A7D3BA !important;
}
header.active .topnav .navbar .button:hover svg {
  fill: #A7D3BA !important;
}
header.active .topnav .navbar #togglenav .ham {
  display: none;
}
header.active .topnav .navbar #togglenav .ex {
  display: block;
}
header.active .nav {
  width: 100%;
}
@media (min-width: 640px) {
  header.active .nav {
    width: calc(var(--space-50) * 2 + 400px);
  }
}
@media (min-width: 1535px) {
  header.active .nav {
    width: calc(var(--space-50) * 2 + 500px);
  }
}

footer {
  background: #631243;
  color: #FFFFFF;
  font-size: var(--text-size-14);
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #A7D3BA;
}
footer .block {
  padding: var(--space-40) var(--space-50);
}
footer .block > * {
  margin: var(--space-50) 0;
}
footer .block > *:first-child {
  margin-top: 0;
}
footer .block > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  footer .block > * {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  footer .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--space-40);
  }
}
@media (min-width: 1024px) {
  footer .block .logo {
    order: 1;
    width: calc(50% - var(--space-40) / 2);
  }
}
footer .block .logo img {
  width: 146px;
}
@media (min-width: 1535px) {
  footer .block .logo img {
    width: 292px;
  }
}
@media (min-width: 1024px) {
  footer .block .socials {
    order: 2;
    width: calc(50% - var(--space-40) / 2);
  }
}
footer .block .socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-12);
}
@media (min-width: 1024px) {
  footer .block .socials ul {
    flex-direction: row;
  }
}
footer .block .socials ul li a.button-icon {
  background: #82004F;
  border-color: #82004F;
}
footer .block .socials ul li a.button {
  color: #FFFFFF !important;
}
footer .block .disclaimer {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  footer .block .disclaimer {
    order: 3;
    width: calc(40% - var(--space-40) / 3 * 2);
  }
}
@media (min-width: 1535px) {
  footer .block .disclaimer {
    width: calc(50% - var(--space-40) / 3 * 2);
  }
}
footer .block .disclaimer p {
  margin: 0;
}
@media (min-width: 1024px) {
  footer .block .footnav {
    order: 4;
  }
}
footer .block .footnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .block .footnav ul li {
  margin-bottom: var(--space-6);
}
footer .block .footnav ul li a {
  display: block;
  padding-right: var(--space-6);
}
footer .block .footnav ul li a:hover {
  padding-right: 0;
  padding-left: var(--space-6);
}
@media (min-width: 1024px) {
  footer .block .contactinfo {
    order: 5;
    text-align: right;
  }
}
footer .block .contactinfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .block .contactinfo ul li {
  margin-bottom: var(--space-6);
}
footer .block .contactinfo ul li a {
  padding-right: var(--space-6);
}
footer .block .contactinfo ul li a:hover {
  padding-right: 0;
  padding-left: var(--space-6);
}
footer .block .contactinfo ul li a.tel {
  font-weight: 700;
}
footer .block.copyright {
  background: linear-gradient(90deg, #CE1E5B 0%, #631243 100%);
  flex-wrap: nowrap;
  padding-top: var(--space-160);
}
@media (min-width: 640px) {
  footer .block.copyright {
    display: block;
  }
}
@media (min-width: 1024px) {
  footer .block.copyright {
    display: flex;
    padding-top: var(--space-160);
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  footer .block.copyright > * {
    margin: var(--space-25) 0;
  }
  footer .block.copyright > *:first-child {
    margin-top: 0;
  }
  footer .block.copyright > *:last-child {
    margin-bottom: 0;
  }
}
footer .block.copyright > *,
footer .block.copyright > * > * {
  margin: var(--space-25) 0;
}
footer .block.copyright > *:first-child,
footer .block.copyright > * > *:first-child {
  margin-top: 0;
}
footer .block.copyright > *:last-child,
footer .block.copyright > * > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  footer .block.copyright > *,
  footer .block.copyright > * > * {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  footer .block.copyright .col.bottom-logo {
    order: 3;
    text-align: right;
  }
}
@media (min-width: 1535px) {
  footer .block.copyright .col.bottom-logo {
    width: 10%;
  }
}
footer .block.copyright .col.bottom-logo svg {
  width: 83px;
  height: auto;
}
@media (min-width: 1024px) {
  footer .block.copyright .col.bottom-logo svg {
    width: 99px;
  }
}
footer .block.copyright .col.bottom-logo svg path, footer .block.copyright .col.bottom-logo svg polygon {
  transition: 0.3s all ease;
}
footer .block.copyright .col.bottom-logo a:hover svg path, footer .block.copyright .col.bottom-logo a:hover svg polygon {
  fill: #A7D3BA;
}
@media (min-width: 1024px) {
  footer .block.copyright .col.bottom-address {
    order: 2;
    width: 40%;
  }
}
@media (min-width: 1535px) {
  footer .block.copyright .col.bottom-address {
    width: 40%;
  }
}
footer .block.copyright .col.bottom-address a {
  padding-right: var(--space-6);
}
footer .block.copyright .col.bottom-address a:hover {
  padding-right: 0;
  padding-left: var(--space-6);
}
@media (min-width: 1024px) {
  footer .block.copyright .col.bottom-copyright {
    order: 1;
    width: 40%;
  }
}
@media (min-width: 1535px) {
  footer .block.copyright .col.bottom-copyright {
    width: 50%;
  }
}
footer .block.copyright .col p {
  margin: 0;
}
@media (min-width: 640px) {
  footer .block.copyright .col p br {
    display: none;
  }
}
footer .block.copyright .col ul {
  list-style: none;
  margin: var(--space-16) 0 0;
  padding: 0;
  display: flex;
  gap: var(--space-12) var(--space-16);
  flex-flow: row wrap;
}
@media (min-width: 1024px) {
  footer .block.copyright .col ul {
    gap: var(--space-6) var(--space-12);
  }
}
footer .block.copyright .col ul li a {
  padding: 0 !important;
  font-size: 1em;
}
@media (min-width: 1024px) {
  footer .block.copyright .col ul li a {
    font-size: 0.9em;
  }
}
@media (min-width: 1535px) {
  footer .block.copyright .col ul li a {
    font-size: 0.85em;
  }
}
footer .block.copyright .col ul li.ypc a {
  background: url("../images/privacyoptions-white.svg") center right no-repeat;
  background-size: 1.7em auto;
  padding-right: 2.1em !important;
}
footer .block.copyright .col img {
  width: 79px;
}
@media (min-width: 1024px) {
  footer .block.copyright .col img {
    width: 95px;
  }
}
footer .wave-bottom {
  transform: scaleX(-1);
}

.blogposts h1 small, .blogposts h2 small, .newspost h1 small, .newspost h2 small {
  display: block;
  color: #CE1E5B;
  font-weight: 700;
  font-size: var(--text-size-18);
  margin-bottom: var(--space-25);
  text-transform: uppercase;
}

.blogposts {
  padding-top: var(--space-25);
}

.blogcategories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--space-12);
  margin-top: var(--space-40);
}
@media (min-width: 640px) {
  .blogcategories ul {
    flex-direction: row;
  }
}
.blogcategories ul li {
  flex: 1 1 0;
  flex-basis: 0;
  width: 100%;
}
.blogcategories ul li a {
  display: block;
  background: #631243;
  color: #FFFFFF;
  border-radius: 8px;
  padding: var(--space-16);
  line-height: 1;
  text-decoration: none;
}
.blogcategories ul li a:hover {
  background: #7B9C8C;
  color: #FFFFFF;
}
.blogcategories ul li.current-menu-item a, .blogcategories ul li.current-menu-item a:hover {
  background: #CE1E5B;
  color: #FFFFFF;
}

.bloglist {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-40);
  margin-bottom: var(--space-40);
}
.bloglist .blogpost {
  width: 100%;
}
@media (min-width: 640px) {
  .bloglist .blogpost {
    width: calc(50% - var(--space-40) / 2);
  }
}
@media (min-width: 1024px) {
  .bloglist .blogpost {
    width: calc(33.33% - var(--space-40) / 3 * 2);
  }
}
.bloglist .blogpost a {
  display: block;
  background: #F3F3F3 url("../images/news-bg.webp") center center no-repeat;
  background-size: cover;
  padding: var(--space-12) calc(var(--space-12) * 2);
  border-radius: var(--space-12);
  text-decoration: none;
  color: #000000;
  font-size: var(--text-size-16);
}
.bloglist .blogpost a .thumb {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 2/1;
  margin: 0 calc(var(--space-12) * -1) var(--space-12);
  background: linear-gradient(90deg, #631243 0%, #CE1E5B 100%);
}
.bloglist .blogpost a .thumb img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloglist .blogpost a strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: var(--space-25);
  color: #631243;
  transition: color 0.3s ease;
  font-weight: 500;
}
.bloglist .blogpost a strong:hover {
  color: #CE1E5B;
}
.bloglist .blogpost a .excerpt {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 89.6px;
}
.bloglist .blogpost a .date {
  display: block;
  margin-top: var(--space-25);
  border-top: 1px solid #631243;
  padding: var(--space-12) 0;
  font-size: 14px;
  color: #631243;
  transition: color 0.3s ease;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'><path d='M1 0.589355L9 8.58952L1 16.5894' stroke='%23631243' stroke-linecap='round'/></svg>") no-repeat right center;
}
.bloglist .blogpost a .date:hover {
  color: #CE1E5B;
}

.bg-lightgray .bloglist .blogpost a {
  background-color: #FFFFFF;
}

.eventlist {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-40);
  margin: var(--space-40) 0;
}
.eventlist .eventpost {
  width: 100%;
}
@media (min-width: 1024px) {
  .eventlist .eventpost {
    flex: 1 1 0;
    flex-basis: 0;
  }
}
.eventlist .eventpost {
  transition: all 0.3s linear;
  padding-top: 10px;
  padding-bottom: 0;
}
.eventlist .eventpost:hover {
  padding-top: 0;
  padding-bottom: 10px;
}
.eventlist .eventpost a {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  padding: var(--space-35);
  border-radius: 2px var(--space-40);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 8px 8px 8px 0 rgba(99, 18, 67, 0.1);
  backdrop-filter: blur(12.5px);
  text-decoration: none;
  color: #000000;
}
.eventlist .eventpost a strong {
  display: block;
}
.eventlist .eventpost a span {
  display: block;
  font-size: var(--text-size-18);
}
.eventlist .eventpost a span.learnmore {
  color: #CE1E5B;
  font-weight: 500;
  text-transform: uppercase;
}
.eventlist .eventpost a span.learnmore::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 13px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'><path d='M20.3721 6.5L13.8721 13L12.4003 11.5282L16.381 7.54754L0 7.54754L0 5.45246L16.381 5.45246L12.4003 1.4718L13.8721 0L20.3721 6.5Z' fill='%23A7D3BA'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: var(--space-6);
  transition: all 0.3s ease;
}
.eventlist .eventpost a:hover {
  background: #FFFFFF;
}
.eventlist .eventpost a:hover span.learnmore::after {
  width: 21px;
}

.newspost {
  color: #000000;
  font-size: var(--text-size-18);
}
.newspost h1 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: var(--text-size-40);
}
.newspost h1.long {
  font-size: var(--text-size-34);
}
.newspost h2 {
  text-transform: none;
  font-weight: 700;
  font-size: var(--text-size-22);
  line-height: 1.4;
}
.newspost h3 {
  font-weight: 700;
  font-size: var(--text-size-18);
  line-height: 1.4;
}
.newspost p:not(:last-child), .newspost ul:not(:last-child), .newspost li:not(:last-child), .newspost blockquote:not(:last-child) {
  margin-top: var(--space-24);
}
.newspost p, .newspost ul, .newspost li, .newspost blockquote {
  /*&:not(:first-child) {
      margin-bottom: var(--space-24);
  }*/
}
.newspost .contain {
  padding-bottom: 0 !important;
}
.newspost .contain-narrow {
  max-width: 800px;
  padding-bottom: 0 !important;
}
.newspost .caption {
  margin: 0 0 1em;
  font-size: var(--text-size-14);
}
.newspost .eyebrow {
  font-size: var(--text-size-18);
  font-weight: 500;
  margin-bottom: var(--space-40);
  text-align: center;
  text-transform: uppercase;
}
.newspost .eyebrow a {
  color: #CE1E5B;
  text-decoration: none;
}
.newspost .eyebrow a:hover {
  color: #7B9C8C;
}
.newspost .post-images {
  margin: 0 auto;
  display: flex;
  gap: var(--space-24);
}
.newspost .post-images .image {
  flex: 1;
}
.newspost .post-images .image img {
  display: block;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
}
.newspost .post-images .image:only-child .caption {
  padding-right: var(--space-230);
}
@media (max-width: 640px) {
  .newspost .post-images {
    flex-direction: column;
  }
  .newspost .post-images .caption {
    padding-right: 0 !important;
  }
}
.newspost .post-video {
  margin: 0 auto;
}
.newspost .post-video video {
  display: block;
  width: 100%;
  margin: 0 auto 0.5em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - var(--space-25) * 2);
  background: rgba(99, 18, 67, 0.8);
  backdrop-filter: blur(10px);
  display: none;
  padding: var(--space-25) var(--space-25);
}
.modal .contain {
  position: relative;
  z-index: 99;
  margin: 0 auto;
  text-align: right;
}
@media (min-width: 1024px) {
  .modal .contain {
    max-width: calc(1535px - var(--space-160) * 2);
  }
}
.modal .contain .wrapper {
  background: #FFFFFF;
  border-radius: var(--space-16);
  padding: var(--space-50);
  text-align: left;
  margin: var(--space-16) auto 0;
}
.modal .contain .wrapper .petals {
  flex-direction: row;
  transform: none !important;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .modal .contain .wrapper .twocol {
    display: flex;
    gap: var(--space-40);
  }
}
@media (min-width: 1024px) {
  .modal .contain .wrapper .twocol > div {
    width: 50%;
  }
}
.modal .contain .wrapper .twocol > div h2 {
  margin-top: 0;
}
.modal .contain .wrapper .twocol > div:last-of-type {
  font-size: var(--text-size-18);
}
.modal .contain .wrapper .twocol > div:last-of-type p {
  margin: 0 0 calc(var(--text-size-18) / 2);
}
.modal .contain .wrapper .twocol > div:last-of-type a {
  color: #CE1E5B;
  text-decoration: none;
}
.modal .contain .wrapper .twocol > div:last-of-type a:hover {
  color: #7B9C8C;
}
.modal .closemodal {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  line-height: 1;
  color: #FFFFFF;
  z-index: 9999;
  transition: all 0.3s ease;
}
.modal .closemodal svg {
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  fill: #FFFFFF;
}
.modal .closemodal:hover {
  border-color: #A7D3BA;
  color: #A7D3BA;
}
.modal .closemodal:hover svg {
  fill: #A7D3BA;
}

.videomodal {
  align-items: center;
}
@media (min-width: 1024px) {
  .videomodal {
    align-items: flex-start;
  }
}
.videomodal .contain h2 {
  margin-top: 0;
  display: none;
}
.videomodal .contain video {
  background: #000000;
  display: block;
  width: 100%;
  margin: var(--space-16) auto 0;
  border-radius: calc(var(--space-16) / 2);
}

/*
.contactmodal {
    .hs-form-frame {
        margin-left: -40px;
        margin-right: -40px;
    }
}*/
.searchquery h1 {
  font-size: var(--text-size-40);
}

.searchresults {
  border-bottom: 1px solid #631243;
  margin: var(--space-35) 0;
}
.searchresults .searchresult {
  display: block;
  border-top: 1px solid #631243;
  padding: var(--space-25) 0;
  text-decoration: none;
  color: #626262;
}
.searchresults .searchresult strong {
  display: block;
  color: #631243;
  transition: color 0.3s ease;
}
.searchresults .searchresult span {
  display: block;
}
.searchresults .searchresult:hover strong {
  color: #7B9C8C;
}

.searchstats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-12);
  text-align: center;
}
.searchstats > div {
  font-size: var(--text-size-18);
}
.searchstats .paginationbtns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: calc(var(--space-6) / 2);
}
.searchstats .paginationbtns a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  background: #631243;
  color: #FFFFFF;
  min-width: 20px;
  padding: 0 var(--space-6);
  border-radius: 2px;
}
.searchstats .paginationbtns a:hover {
  background: #7B9C8C;
  color: #FFFFFF;
}
.searchstats .paginationbtns a.active {
  background: #CE1E5B;
  color: #FFFFFF;
}

.page-template-template-simple .module.flexcontent h1 {
  font-size: var(--text-size-52);
}
.page-template-template-simple .module.flexcontent h1:not(:last-child) {
  margin-bottom: var(--space-50);
}
@media (min-width: 1535px) {
  .page-template-template-simple .module.flexcontent h1 {
    margin-top: var(--text-size-40);
  }
}
.page-template-template-simple .module.flexcontent h2 {
  font-size: var(--text-size-22);
  font-weight: 500;
}
.page-template-template-simple .module.flexcontent h2:not(:first-child) {
  margin-top: var(--space-40);
}
.page-template-template-simple .module.flexcontent h3 {
  font-size: var(--text-size-14);
  font-weight: 500;
}
.page-template-template-simple .module.flexcontent h3:not(:first-child) {
  margin-top: var(--space-25);
}
.page-template-template-simple .module.flexcontent h4 {
  font-size: var(--text-size-14);
  font-weight: 500;
}
.page-template-template-simple .module.flexcontent p,
.page-template-template-simple .module.flexcontent ol li,
.page-template-template-simple .module.flexcontent ul li {
  font-size: var(--text-size-14);
}

.hero {
  padding-top: 0;
}
.hero p {
  font-size: var(--text-size-28);
}
.hero h1 ~ p {
  margin-bottom: 0;
}

.twocol .contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
@media (min-width: 1024px) {
  .twocol .contain {
    flex-direction: row;
    gap: var(--space-40);
  }
}
@media (min-width: 1535px) {
  .twocol .contain {
    gap: var(--space-80);
  }
}
.twocol .contain .left-content {
  position: relative;
}
.twocol .contain .left-content h2:first-child {
  margin-top: 1.3rem;
}

.testimonials .left-content h2:last-child {
  margin-bottom: 0;
}
.testimonials .testimonial-slider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-50) var(--space-25);
}
.testimonials .testimonial-slider .flickity-viewport {
  width: 100%;
}
.testimonials .testimonial-slider .testimonial {
  width: calc(100% - var(--space-50) * 2);
  min-height: 100%;
  padding-left: var(--space-50);
  display: flex;
}
@media (min-width: 640px) {
  .testimonials .testimonial-slider .testimonial {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .testimonials .testimonial-slider .testimonial {
    width: 40%;
  }
}
.testimonials .testimonial-slider .testimonial:last-of-type {
  padding-right: var(--space-50);
}
.testimonials .testimonial-slider .testimonial .content {
  border-radius: 2px var(--space-40);
  box-shadow: 8px 8px 8px 0 rgba(99, 18, 67, 0.1);
  backdrop-filter: blur(12.5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: var(--space-40);
  gap: var(--space-40);
}
.testimonials .testimonial-slider .testimonial .content .quote {
  font-style: italic;
  flex-grow: 1;
}
.testimonials .testimonial-slider .testimonial .content .quote p {
  margin: 0;
}
.testimonials .testimonial-slider .testimonial .content .credit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--space-16);
}
.testimonials .testimonial-slider .testimonial .content .credit img {
  display: block;
}
.testimonials .testimonial-slider .testimonial .content .credit strong {
  font-weight: 500;
}
.testimonials .testimonial-slider .flickity-button {
  position: relative;
  background-color: #631243;
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  transform: none;
  transition: background-color 0.3s ease;
}
.testimonials .testimonial-slider .flickity-button:hover, .testimonials .testimonial-slider .flickity-button:focus {
  background-color: #7B9C8C !important;
}
.testimonials .testimonial-slider .flickity-button svg {
  fill: #FFFFFF;
}
.testimonials .testimonial-slider .flickity-button .flickity-button-icon {
  display: none;
}
.testimonials .testimonial-slider .flickity-button.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 18L5 10L14 2' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.testimonials .testimonial-slider .flickity-button.next {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2 L15 10 L6 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.testimonials .testimonial-slider .flickity-button:disabled {
  opacity: 0.5;
}

.slider .content-slider {
  position: relative;
  z-index: 50;
  text-align: center;
}
.slider .content-slider .flickity-button {
  position: relative;
  background-color: #CE1E5B;
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  transform: none;
  margin: var(--space-40) var(--space-12) 0;
  transition: background-color 0.3s ease;
}
.slider .content-slider .flickity-button:hover, .slider .content-slider .flickity-button:focus {
  background-color: #7B9C8C;
}
.slider .content-slider .flickity-button svg {
  fill: #FFFFFF;
}
.slider .content-slider .flickity-button .flickity-button-icon {
  display: none;
}
.slider .content-slider .flickity-button.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 18L5 10L14 2' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.slider .content-slider .flickity-button.next {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2 L15 10 L6 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.slider .content-slider .flickity-button:disabled {
  opacity: 0.5;
}
.slider .slide {
  min-height: 100%;
  display: flex;
  text-align: left;
  width: calc(100vw - var(--space-40));
}
@media (min-width: 1024px), (min-height: 1024px) {
  .slider .slide {
    width: auto;
  }
}
.slider .slide.hiddeninit {
  opacity: 0;
  visibility: hidden;
}
.slider .slide .content {
  flex-grow: 1;
  margin-left: var(--space-40);
  background: #FFFFFF;
  border-radius: 2px var(--space-40);
  padding: var(--space-25);
  width: calc(100vw - var(--space-40) * 3);
  flex-shrink: 0;
}
@media (min-width: 1024px), (min-height: 1024px) {
  .slider .slide .content {
    width: 500px;
    padding: var(--space-25) var(--space-25) var(--space-80);
  }
}
.slider .slide .content {
  overflow: hidden;
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
}
.slider .slide .content .copy {
  position: relative;
  z-index: 40;
  color: #000000;
}
.slider .slide .content .copy p {
  margin-bottom: 0;
}
.slider .slide .content .copy h1, .slider .slide .content .copy h2, .slider .slide .content .copy h3, .slider .slide .content .copy h4, .slider .slide .content .copy h5, .slider .slide .content .copy h6 {
  color: #CE1E5B;
  font-weight: 500;
  margin-top: 0;
}
.slider .slide .content .copy h1 em, .slider .slide .content .copy h2 em, .slider .slide .content .copy h3 em, .slider .slide .content .copy h4 em, .slider .slide .content .copy h5 em, .slider .slide .content .copy h6 em {
  color: #CE1E5B;
  font-style: normal;
  font-weight: 500;
}
.slider .slide .content .copy strong {
  color: #631243;
  font-weight: 500;
}
.slider .slide .content .copy strong em {
  color: #CE1E5B;
  font-style: normal;
  font-weight: 500;
}
.slider .slide .content .slidebg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
}
.slider .slide:last-of-type {
  width: 100vw;
}
@media (min-width: 1024px), (min-height: 1024px) {
  .slider .slide:last-of-type {
    width: auto;
  }
}
.slider .slide:last-of-type .content {
  margin-right: var(--space-40);
}
.slider .slide.slidesize-slim {
  width: auto;
}
.slider .slide.slidesize-slim .content {
  padding: var(--space-25);
  width: 300px;
  flex-shrink: 1;
}
@media (min-width: 1024px), (min-height: 1024px) {
  .slider .slide.slidesize-slim .content {
    width: 500px;
  }
}
.slider .slide.slidesize-slim .content h3 {
  font-weight: 500;
  color: #631243;
  margin: 0;
}
.slider .slide.slidesize-slim .content p {
  margin: var(--space-25) 0 0;
}
.slider .anim-constant {
  overflow: hidden;
  position: relative;
}
.slider .anim-constant .marquee {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  animation: marquee 30s linear infinite;
  width: calc(350px * var(--slide-count) * 2);
}
@media (min-width: 1024px) {
  .slider .anim-constant .marquee {
    width: calc(500px * var(--slide-count) * 2);
  }
}
.slider .anim-constant .slide {
  flex-shrink: 0;
  margin-right: 0;
  width: auto;
}
.slider .anim-constant .slide .content {
  max-width: 300px;
}
@media (min-width: 1024px) {
  .slider .anim-constant .slide .content {
    max-width: 500px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.beforeafters {
  display: flex;
  gap: 0 var(--space-40);
  flex-wrap: wrap;
}
.beforeafters .ba p {
  margin: var(--space-16) 0 calc(var(--space-16) + 0.5em);
}
.beforeafters .ba .images {
  display: flex;
  gap: var(--space-12);
}
.beforeafters .ba .images img {
  display: block;
  border-radius: 2px var(--space-40);
}
@media (min-width: 1024px) {
  .beforeafters.bacols-fivecol {
    flex-wrap: nowrap;
  }
}
.beforeafters.bacols-fivecol .ba {
  width: calc(50% - var(--space-40) / 2);
}
@media (min-width: 1024px) {
  .beforeafters.bacols-fivecol .ba {
    width: auto;
    flex: 1 1 0;
    flex-basis: 0;
  }
}
.beforeafters.bacols-threecol .ba, .beforeafters.bacols-twocol-alt .ba {
  width: calc(50% - var(--space-40) / 2);
}
@media (min-width: 640px) {
  .beforeafters.bacols-threecol .ba, .beforeafters.bacols-twocol-alt .ba {
    flex-basis: calc(33.33% - var(--space-40) * 2 / 3);
  }
}
@media (max-width: 639px) {
  .beforeafters.bacols-twocol-alt .ba:nth-child(1) {
    order: 1;
  }
  .beforeafters.bacols-twocol-alt .ba:nth-child(4) {
    order: 2;
  }
  .beforeafters.bacols-twocol-alt .ba:nth-child(2) {
    order: 3;
  }
  .beforeafters.bacols-twocol-alt .ba:nth-child(5) {
    order: 4;
  }
  .beforeafters.bacols-twocol-alt .ba:nth-child(3) {
    order: 5;
  }
  .beforeafters.bacols-twocol-alt .ba:nth-child(6) {
    order: 6;
  }
}

.ba-btm .ba-credit {
  color: #CE1E5B;
  font-size: var(--text-size-12);
}
.ba-btm .buttons {
  margin-top: var(--space-40);
}

.left-content + .beforeafters,
.beforeafters + .buttons {
  margin-top: var(--space-40);
}

.imagecolumns {
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
}
@media (min-width: 1024px) {
  .imagecolumns {
    flex-direction: row;
  }
}
.imagecolumns .ic {
  flex: 1 1 0;
  flex-basis: 0;
  color: #000000;
}
.imagecolumns .ic img {
  display: block;
  margin: 0 auto;
}
.imagecolumns .ic h3 {
  color: #CE1E5B;
}
.imagecolumns .ic strong {
  color: #631243;
}
.imagecolumns .ic strong em {
  color: #CE1E5B;
  font-style: normal;
}

.bg-red, .bg-maroon, .bg-gradient, .bg-gradientreverse, .bg-black {
  color: #FFFFFF;
}
.bg-red .ic, .bg-red h3, .bg-red strong, .bg-red em, .bg-maroon .ic, .bg-maroon h3, .bg-maroon strong, .bg-maroon em, .bg-gradient .ic, .bg-gradient h3, .bg-gradient strong, .bg-gradient em, .bg-gradientreverse .ic, .bg-gradientreverse h3, .bg-gradientreverse strong, .bg-gradientreverse em, .bg-black .ic, .bg-black h3, .bg-black strong, .bg-black em {
  color: #FFFFFF;
}

.lgtextblock .petals {
  margin: var(--space-40) 0 var(--space-160);
}
.lgtextblock .titleimg {
  display: block;
}
.lgtextblock .contain {
  position: relative;
}
@media (min-width: 1024px) {
  .lgtextblock .contain .left-content {
    max-width: none;
    width: 812px;
  }
}
.lgtextblock .contain .petals-top-right {
  display: block;
  position: absolute;
  top: var(--space-40);
  right: var(--space-50);
}
@media (min-width: 1024px) {
  .lgtextblock .contain .petals-top-right {
    right: calc(var(--space-50) * 3);
  }
}
.lgtextblock .contain .petals-bottom-right {
  display: none;
}
@media (min-width: 1024px) {
  .lgtextblock .contain .petals-bottom-right {
    display: block;
    position: absolute;
    bottom: var(--space-40);
    right: var(--space-50);
  }
}

.vid-clip {
  --vid-text-size: Calc(var(--text-size-90) * 0.8);
}
@media (min-width: 640px) {
  .vid-clip {
    --vid-text-size: Calc(var(--text-size-90) * 0.8);
  }
}
@media (min-width: 1024px) {
  .vid-clip {
    --vid-text-size: Calc(var(--text-size-90) * 1);
  }
}
@media (min-width: 1535px) {
  .vid-clip {
    --vid-text-size: Calc(var(--text-size-90) * 1.1);
  }
}
.vid-clip {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.vid-clip video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.vid-clip svg {
  width: 100%;
}

.tablewrapper {
  padding: var(--space-40) var(--space-40) calc(var(--space-40) + 20px);
  margin: var(--space-40) 0;
  border-radius: 2px var(--space-40);
  position: relative;
  background: linear-gradient(0deg, #631243 0%, #CE1E5B 100%);
}
@media (min-width: 1024px) {
  .tablewrapper {
    display: flex;
    gap: var(--space-40);
    background: linear-gradient(90deg, #CE1E5B 0%, #631243 100%);
  }
}
.tablewrapper .table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .tablewrapper .table {
    width: 50%;
    height: 100%;
  }
}
.tablewrapper .table h3 {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-16);
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .tablewrapper .table h3 {
    padding-right: 115px;
    margin-bottom: 1em;
  }
}
.tablewrapper .table h3 span {
  display: block;
  flex-shrink: 0;
}
.tablewrapper .table h3 svg {
  fill: #FFF;
  flex-grow: 1;
  max-width: 75%;
}
.tablewrapper .table strong {
  font-weight: 500;
}
.tablewrapper .table .cell {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: var(--space-12) 0;
  font-size: var(--text-size-16);
}
@media (min-width: 1024px) {
  .tablewrapper .table .cell {
    min-height: 2.8em;
    font-size: var(--text-size-14);
  }
  .tablewrapper .table .cell:first-of-type {
    min-height: 4.2em;
  }
}
.tablewrapper .table-slider {
  width: 100%;
}
@media (min-width: 1024px) {
  .tablewrapper .table-slider {
    width: 50%;
  }
}
.tablewrapper .table-slider .table {
  width: 100%;
}
.tablewrapper .table-slider .flickity-button {
  transition: all 0.3s ease;
  position: absolute;
  top: -75px;
  left: 0;
  right: auto;
  background-color: #631243;
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.tablewrapper .table-slider .flickity-button svg {
  fill: #FFFFFF;
}
.tablewrapper .table-slider .flickity-button .flickity-button-icon {
  display: none;
}
.tablewrapper .table-slider .flickity-button.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 18L5 10L14 2' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tablewrapper .table-slider .flickity-button.next {
  right: auto;
  left: calc(44px + var(--space-16));
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2 L15 10 L6 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
  .tablewrapper .table-slider .flickity-button {
    top: var(--space-6);
    left: auto !important;
    right: 0 !important;
  }
  .tablewrapper .table-slider .flickity-button.previous {
    right: calc(44px + var(--space-16)) !important;
  }
}
.tablewrapper .table-slider .flickity-button:hover, .tablewrapper .table-slider .flickity-button:focus {
  background-color: #7B9C8C;
}
.tablewrapper .table-slider .flickity-page-dots {
  bottom: -20px;
}
@media (min-width: 1024px) {
  .tablewrapper .table-slider .flickity-page-dots {
    left: 0;
    width: 400px;
    margin-left: calc(-200px - var(--space-40) / 2);
  }
}
.tablewrapper .table-slider .flickity-page-dots .flickity-page-dot {
  background: #CE1E5B;
}
.tablewrapper .table-slider .flickity-page-dots .flickity-page-dot.is-selected {
  background: #FFFFFF;
}
.tablewrapper .desktopvisible {
  display: none;
}
@media (min-width: 1024px) {
  .tablewrapper .desktopvisible {
    display: block;
  }
}
.tablewrapper .desktopvisible h3 {
  padding-right: 0;
}
.tablewrapper .mobile-table-slider {
  padding-top: 75px;
}
.tablewrapper .mobile-table-slider .tablerow {
  width: 100%;
}
.tablewrapper .mobile-table-slider .tablerow div {
  border-top: 1px solid #FFFFFF;
}
.tablewrapper .mobile-table-slider .tablerow div h3 {
  font-size: calc(var(--text-size-22) + 3px);
}
.tablewrapper .mobile-table-slider .tablerow div p {
  font-size: var(--text-size-16);
}
.tablewrapper .mobile-table-slider .flickity-button {
  position: absolute;
  top: var(--space-25);
  left: 0;
  right: auto;
  background-color: #631243;
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.tablewrapper .mobile-table-slider .flickity-button svg {
  fill: #FFFFFF;
}
.tablewrapper .mobile-table-slider .flickity-button .flickity-button-icon {
  display: none;
}
.tablewrapper .mobile-table-slider .flickity-button.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 18L5 10L14 2' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tablewrapper .mobile-table-slider .flickity-button.next {
  right: auto;
  left: calc(44px + var(--space-16));
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2 L15 10 L6 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tablewrapper .mobile-table-slider .flickity-page-dots {
  bottom: -20px;
}
.tablewrapper .mobile-table-slider .flickity-page-dots .flickity-page-dot {
  background: #CE1E5B;
}
.tablewrapper .mobile-table-slider .flickity-page-dots .flickity-page-dot.is-selected {
  background: #FFFFFF;
}

.accordions {
  background: #FFFFFF;
}
.accordions .accordion {
  border-top: 1px solid #631243;
  padding: var(--space-12) 0;
}
.accordions .accordion:last-of-type {
  border-bottom: 1px solid #631243;
}
.accordions .accordion button {
  display: block;
  background: #FFFFFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 46 46" fill="none"><path d="M43.7598 22.5825C43.7598 11.2607 34.5816 2.08252 23.2598 2.08252C11.9379 2.08252 2.75977 11.2607 2.75977 22.5825C2.75977 33.9044 11.9379 43.0825 23.2598 43.0825V45.0825C10.8334 45.0825 0.759766 35.0089 0.759766 22.5825C0.759766 10.1561 10.8334 0.0825195 23.2598 0.0825195C35.6862 0.0825195 45.7598 10.1561 45.7598 22.5825C45.7598 35.0089 35.6862 45.0825 23.2598 45.0825V43.0825C34.5816 43.0825 43.7598 33.9044 43.7598 22.5825Z" fill="%23CE1E5B"/><path d="M22.5 35V10C22.5 9.44772 22.9477 9 23.5 9C24.0523 9 24.5 9.44772 24.5 10V35C24.5 35.5523 24.0523 36 23.5 36C22.9477 36 22.5 35.5523 22.5 35Z" fill="%23CE1E5B"/><path d="M36 21.5C36.5523 21.5 37 21.9477 37 22.5C37 23.0523 36.5523 23.5 36 23.5H11C10.4477 23.5 10 23.0523 10 22.5C10 21.9477 10.4477 21.5 11 21.5H36Z" fill="%23CE1E5B"/></svg>') right center no-repeat;
  width: 100%;
  border: none;
  color: #631243;
  font-family: "scandia-web", Verdana, Arial, sans-serif;
  font-size: var(--text-size-28);
  font-weight: 500;
  text-align: left;
  padding: var(--space-12) 52px var(--space-12) 0;
  cursor: pointer;
}
@media (min-width: 1535px) {
  .accordions .accordion button {
    font-size: 28px;
  }
}
.accordions .accordion button.active {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 46 46" fill="none"><path d="M43.7598 22.5825C43.7598 11.2607 34.5816 2.08252 23.2598 2.08252C11.9379 2.08252 2.75977 11.2607 2.75977 22.5825C2.75977 33.9044 11.9379 43.0825 23.2598 43.0825V45.0825C10.8334 45.0825 0.759766 35.0089 0.759766 22.5825C0.759766 10.1561 10.8334 0.0825195 23.2598 0.0825195C35.6862 0.0825195 45.7598 10.1561 45.7598 22.5825C45.7598 35.0089 35.6862 45.0825 23.2598 45.0825V43.0825C34.5816 43.0825 43.7598 33.9044 43.7598 22.5825Z" fill="%23CE1E5B"/><path d="M36 21.5C36.5523 21.5 37 21.9477 37 22.5C37 23.0523 36.5523 23.5 36 23.5H11C10.4477 23.5 10 23.0523 10 22.5C10 21.9477 10.4477 21.5 11 21.5H36Z" fill="%23CE1E5B"/></svg>');
}
.accordions .accordion .content {
  color: #626262;
  font-size: var(--text-size-22);
}

.brand-images {
  display: flex;
  gap: var(--space-12);
  margin: var(--space-40) 0;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .brand-images {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .brand-images {
    gap: var(--space-40);
  }
}
.brand-images .col {
  flex: auto;
}
@media (min-width: 640px) {
  .brand-images .col {
    flex: 1 1 0;
    flex-basis: 0;
  }
}
.brand-images .col {
  background: #FFFFFF;
  padding: var(--space-12);
  color: #000000;
  border-radius: 8px;
}
.brand-images .col img {
  display: block;
  width: 100%;
  margin: 0 auto var(--space-12);
  border-radius: 6px;
}
.brand-images .col span {
  display: block;
  padding: 0 var(--space-12);
}
.brand-images.brand-images-4, .brand-images.brand-images-6 {
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .brand-images.brand-images-4, .brand-images.brand-images-6 {
    flex-wrap: nowrap;
  }
}
.brand-images.brand-images-4 .col, .brand-images.brand-images-6 .col {
  flex: auto;
  width: calc(50% - var(--space-12) / 2 - var(--space-12) * 2);
}
@media (min-width: 640px) {
  .brand-images.brand-images-4 .col, .brand-images.brand-images-6 .col {
    width: calc(50% - var(--space-40) / 2 - var(--space-12) * 2);
    flex: 1 1 0;
    flex-basis: 0;
    width: auto;
  }
}

.bg-white .brand-images .col {
  background: #631243;
  color: #FFFFFF;
}

.listcol .buttons {
  margin-top: var(--space-40);
}
@media (min-width: 1024px) {
  .listcol .left-content {
    width: calc(34% - var(--space-40) / 2);
  }
}
.listcol .left-content h2 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .listcol .right-content {
    max-width: none !important;
    width: calc(66% - var(--space-40) / 2);
  }
}
.listcol .right-content .brand-list {
  list-style: none;
  margin: var(--space-35) 0 0;
  padding: 0;
}
@media (min-width: 640px) {
  .listcol .right-content .brand-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-25) var(--space-25);
  }
}
@media (min-width: 1024px) {
  .listcol .right-content .brand-list {
    margin-top: 0;
    gap: var(--space-40) var(--space-40);
  }
}
.listcol .right-content .brand-list li {
  background: #F3F3F3;
  color: #000000;
  padding: var(--space-12);
  border-radius: 8px;
  line-height: 1;
  margin: 0 0 calc(var(--space-40) / 2);
  display: flex;
  gap: var(--space-12);
}
@media (min-width: 640px) {
  .listcol .right-content .brand-list li {
    margin: 0;
  }
}
.listcol .right-content .brand-list li svg {
  display: inline-block;
  fill: #CE1E5B;
  height: 1em;
  width: 1em;
  flex-shrink: 0;
}
.listcol.bg-lightgray .right-content .brand-list li {
  background: #FFFFFF;
}

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