@charset "UTF-8";
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, img,
ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li,
pre, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000;
}

input, select {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px;
}

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type=text],
input[type=password],
input[type=url],
input[type=number],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit],
button, textarea, select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

button, [type=submit], [type=button], [type=reset] {
  cursor: pointer;
  border: 0;
  text-align: center;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  table-layout: fixed;
}

a[href^=tel] {
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

select::-ms-expand {
  display: none;
}

/* != FONT SMOOTHING */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* != ms-clear */
input[type=text]::-ms-clear {
  display: none;
}

/* != BACKGROUND POSITION AND BOX SIZING */
*, *:before, *:after {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
}

/* != .clearfix - CLEAR ELEMENTS */
.clear {
  clear: both;
}

.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

svg path {
  d: revert-layer !important;
}

* {
  text-wrap: pretty;
}

/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/*
    // Use Case: $b (second) variable is optional and defaults to 'max-width'

    @include break(1100){
        h1{
            background: red;
        }
    }

    // Output
    @media screen and (max-width: 1100px) {
        h1 { background: red; }
    }

    // Also, if you want to specify the 2nd variable for break type (i.e., min-height)

    @include break(1100, 'min-height'){
        h1 {
            background:red;
        }
    }

    // Output
    @media screen and (min-height: 1100px) {
        h1 { background: red; }
    }
*/
/*
    // inline SVGs
    // usage: background-image: inline-svg('<svg><!-- your svg code --></svg>');
*/
/* ========================================================================= */
/* !FONTS (@fontface generated with FontSpring Syntax formatting */
/* ========================================================================= */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-thinitalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-extralightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-extrabolditalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-blackitalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
/* != DEFAULT STYLES ===== */
html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100vw;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #5124A6;
  line-height: 1.3;
  position: relative;
  overflow-x: hidden;
}

html {
  background: #F38EC3;
}

body {
  background: #fff;
}
body.home {
  background: #F38EC3;
  color: #fff;
}

#body-content {
  position: relative;
  z-index: 0;
}

[id] {
  scroll-margin-top: 100px;
}

.foil-squiggle {
  position: absolute;
  z-index: 0;
  left: calc(50% - 150px);
  top: -100px;
  transform: translateX(-50%);
  width: 1850px;
  height: auto;
  display: block;
}
.foil-squiggle .foil-draw-path {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  animation: foilDraw 0.9s linear forwards;
  animation-delay: 2s;
}
@media screen and (max-width: 1180px) {
  .foil-squiggle {
    width: 156.7796610169%;
  }
}
@media screen and (max-width: 800px) {
  .foil-squiggle {
    width: 260%;
    left: calc(50% + 150px);
    top: -50px;
    min-width: 1400px;
  }
}

@keyframes foilDraw {
  to {
    stroke-dashoffset: 0;
  }
}
/* != ACCESSIBILITY STYLES ===== */
.sr-only, .slick-sr-only {
  /* Styles below are so elements are shown to screen readers only */
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

*:focus {
  outline: 3px solid rgba(0, 0, 0, 0.5);
  outline-offset: 3px;
}

@supports selector(:focus-visible) {
  *:focus {
    outline: none;
  }
  *:focus-visible {
    outline: 3px solid rgba(0, 0, 0, 0.5);
    outline-offset: 3px;
  }
}
#skipnav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 30px;
  width: 150px;
  top: 0;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 9999999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#skipnav:focus {
  transform: translateY(0%);
}

body .gform_wrapper .gform_fields .gfield--type-honeypot {
  display: block !important;
  position: absolute;
  left: -99999px;
}

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
/*
    ::selection         {
        background: #aaa;
        color: #fff;
    }
    ::-moz-selection    {
        background: #aaa;
        color: #fff;
    }
    ::-webkit-selection {
        background: #aaa;
        color: #fff;
    }
*/
/* != LAYOUT STYLES ===== */
#header {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
#header .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #header .wrap {
    grid-template-columns: auto 1fr;
  }
}

.logo {
  display: block;
  width: fit-content;
  margin: 0 auto;
  justify-self: center;
}
.logo svg {
  width: 76px;
  height: 80px;
  fill: #fff;
}
@media screen and (max-width: 750px) {
  .logo {
    justify-self: start;
    margin: 0;
  }
}

.logo.color {
  position: relative;
}
.logo.color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 101/107;
  background: linear-gradient(-45deg, #EFB4A4 0%, #66D5CD 10%, #5387DA 20%, #E663E5 30%, #FFA685 40%, #EFB4A4 50%, #66D5CD 60%, #5387DA 70%, #E663E5 80%, #FFA685 90%, #EFB4A4 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  mask: url(../svg/logo.svg) no-repeat;
  mask-size: contain;
  animation: footerLogoHover 2.5s linear infinite;
  animation-play-state: paused;
  pointer-events: none;
  z-index: 1;
}
.logo.color:hover::before {
  animation-play-state: running;
}

.socials.social-nav {
  justify-self: end;
}
@media screen and (max-width: 750px) {
  .socials.social-nav {
    display: none;
  }
}

#main-nav {
  justify-self: start;
}
#main-nav > ul > li {
  display: inline-block;
  position: relative;
}
#main-nav > ul > li > a {
  padding: 10px 15px;
  display: block;
  color: #5124A6;
}
.home #main-nav > ul > li > a {
  color: #fff;
}
#main-nav > ul > li > a {
  font-weight: 600;
  font-family: "fields", Helvetica, Arial, Raleway, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  border-radius: 50px;
}
#main-nav > ul > li > a:hover, #main-nav > ul > li > a:focus {
  color: #F38EC3;
  background: #fff;
}
#main-nav > ul > li .sub-menu-wrap {
  display: block;
  background: #555;
  width: 300px;
  padding: 30px 20px;
  position: absolute;
}
#main-nav > ul > li .sub-menu-wrap ul[aria-hidden=true] {
  display: none;
}
#main-nav > ul > li .sub-menu-wrap li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 0;
}
#main-nav > ul > li .sub-menu-wrap li a {
  color: #fff;
  text-decoration: none;
}
#main-nav > ul > li.menu-item-has-children {
  position: relative;
}
#main-nav > ul > li.menu-item-has-children > .menu-toggle-button {
  width: 0;
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
  background-color: none;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (min-width: 769px) {
  #main-nav > ul > li.menu-item-has-children:hover .sub-menu-wrap ul {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #main-nav > ul > li.menu-item-has-children.open .sub-menu-wrap ul {
    display: block;
  }
}
#main-nav > ul > li.menu-item-has-children.open > a {
  color: #fff;
  background-color: #555;
}
@media screen and (max-width: 750px) {
  #main-nav {
    justify-self: end;
    grid-column: 2;
    grid-row: 1;
  }
}

#menu-toggle {
  display: none;
}
/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/*
    // Use Case: $b (second) variable is optional and defaults to 'max-width'

    @include break(1100){
        h1{
            background: red;
        }
    }

    // Output
    @media screen and (max-width: 1100px) {
        h1 { background: red; }
    }

    // Also, if you want to specify the 2nd variable for break type (i.e., min-height)

    @include break(1100, 'min-height'){
        h1 {
            background:red;
        }
    }

    // Output
    @media screen and (min-height: 1100px) {
        h1 { background: red; }
    }
*/
/*
    // inline SVGs
    // usage: background-image: inline-svg('<svg><!-- your svg code --></svg>');
*/
/* ========================================================================= */
/* !FONTS (@fontface generated with FontSpring Syntax formatting */
/* ========================================================================= */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-thinitalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-extralightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-extrabolditalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/raleway-blackitalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
h1, .title1 {
  font: normal 600 4.5rem/1 "fields", Helvetica, Arial, Raleway, Helvetica, Arial, sans-serif;
  color: #EB5799;
}
@media screen and (max-width: 768px) {
  h1, .title1 {
    font-size: 4rem;
  }
}

h2, .title2 {
  font: normal 600 4.5rem/1 "fields", Helvetica, Arial, Raleway, Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 750px) {
  h2, .title2 {
    font-size: 3.375rem;
  }
}

h3, .title3 {
  font: normal 600 2.25rem/1 "fields", Helvetica, Arial, Raleway, Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 750px) {
  h3, .title3 {
    font-size: 2rem;
  }
}

h4, .title4 {
  font: normal 600 1.25rem/1 "fields", Helvetica, Arial, Raleway, Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}

h5, .title5 {
  font: normal 600 1.125rem/1 "fields", Helvetica, Arial, Raleway, Helvetica, Arial, sans-serif;
}

p {
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  p {
    font-size: 1rem;
  }
}

li {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  li {
    font-size: 1rem;
  }
}

a {
  color: #EB5799;
}
a:hover {
  color: #5124A6;
}

.yellow {
  color: #F9F385;
}

.orange {
  color: #EF7B6E;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  border-radius: 50px;
  background: #F38EC3;
  padding: 18px 20px;
  line-height: 1;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  color: #5124A6;
}
.btn span {
  padding: 0;
  position: relative;
  transition: 0.2s;
}
.btn span svg {
  transition: 0.2s;
  fill: #5124A6;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: calc(50% - 4.5px);
  opacity: 0;
  visibility: hidden;
}
.btn:hover {
  background: rgb(240.552, 118.948, 182.76);
}
.btn:hover span {
  padding: 0 20px 0 0;
}
.btn:hover span svg {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.content-main ul:not([class*=gf]) {
  margin: 0 0 20px 0;
}
.content-main ul:not([class*=gf]) > li {
  position: relative;
  padding-left: 10px;
  margin: 0 0 10px 0;
}
.content-main ul:not([class*=gf]) > li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.content-main ol {
  counter-reset: li;
  margin: 0 0 20px 0;
}
.content-main ol > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px 0;
}
.content-main ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  right: calc(100% - 15px);
}

.socials {
  display: flex;
  gap: 10px;
}
.socials .social {
  display: block;
}
.socials .social svg {
  fill: #5124A6;
  background: #EB5799;
  border-radius: 50%;
  transition: all 0.2s;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.home #header .socials .social svg {
  background: transparent;
  fill: #fff;
}
#header .socials .social svg {
  background: transparent;
}
#footer .socials .social svg {
  fill: #fff;
}
.socials .social:hover svg {
  fill: #F38EC3;
  background: #fff;
}
.home #header .socials .social:hover svg {
  background: #fff;
  fill: #F38EC3;
}
#header .socials .social:hover svg {
  background: transparent;
  fill: #EB5799;
}
#footer .socials .social:hover svg {
  fill: #F38EC3;
}

::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.alignnone {
  display: inline-block;
}

/* != ACCESSIBILITY STYLES ===== */
.sr-only, .slick-sr-only {
  /* Styles below are so elements are shown to screen readers only */
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

*:focus {
  outline: 3px solid rgba(0, 0, 0, 0.5);
  outline-offset: 3px;
}

@supports selector(:focus-visible) {
  *:focus {
    outline: none;
  }
  *:focus-visible {
    outline: 3px solid rgba(0, 0, 0, 0.5);
    outline-offset: 3px;
  }
}
.breadcrumbs {
  color: #808080;
  font-size: 0.875rem;
  margin: 20px 0;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}

.wrap {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

section {
  margin: 100px 0;
}
section.bg {
  margin: 0;
  padding: 100px 0;
}
section.mod-product-buckets {
  margin: 0;
  padding: 0;
}
section.mod-product-buckets .product-buckets-bg {
  padding: 100px 0;
}
section .section-header {
  max-width: 850px;
  margin: 0 auto 40px auto;
  text-align: center;
}
section .section-header h2 {
  margin-bottom: 0;
}
section .section-header p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  section {
    margin: 80px 0;
  }
  section.bg {
    margin: 0;
    padding: 80px 0;
  }
  section.mod-product-buckets .product-buckets-bg {
    padding: 80px 0;
  }
}

#banner {
  margin: 0 0 100px 0;
}
#banner .wrap {
  position: relative;
}
#banner h1 {
  font: normal bold 6.25rem/1 "fields", Helvetica, Arial, Raleway, Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  right: 20px;
  font-size: 8.5vw;
  width: 40%;
  margin-top: 50px;
}
@media screen and (min-width: 1181px) {
  #banner h1 {
    font-size: 6.25rem;
  }
}
#banner img {
  width: 70%;
}
@media screen and (max-width: 800px) {
  #banner h1 {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    margin: 50px 0;
  }
  #banner img {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #banner {
    overflow: hidden;
  }
  #banner img {
    width: 180%;
    max-width: 180%;
    margin-left: -20px;
    position: relative;
    left: 50%;
    transform: translateX(-40%);
  }
}

#banner-interior {
  margin-top: 40px;
}
#banner-interior .squiggle .squiggle-draw-path {
  stroke: #FFE9F2;
}
#banner-interior .banner-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  margin-top: 30px;
}
#banner-interior .banner-text p {
  font-size: 1.875rem;
  margin: 0;
}
#banner-interior .banner-text .page-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  margin-top: -5px;
}
#banner-interior .banner-text .page-tabs p {
  font-size: 1.125rem;
  margin: 0;
}
#banner-interior .banner-text .page-tabs .tabs {
  display: flex;
  border: 1px solid #EB5799;
  border-radius: 50px;
  padding: 2px;
  background: #FFE9F2;
  position: relative;
}
#banner-interior .banner-text .page-tabs .tabs .indicator {
  background: #EB5799;
  position: absolute;
  top: 2px;
  height: calc(100% - 4px);
  border-radius: 50px;
  left: 0;
  z-index: 0;
  transition: 0.2s;
}
#banner-interior .banner-text .page-tabs .tabs .tab {
  display: inline-block;
  line-height: 38px;
  border-radius: 50px;
  background: transparent;
  padding: 0 20px;
  color: #5124A6;
  transition: 0.2s;
  position: relative;
  z-index: 1;
  text-align: center;
}
#banner-interior .banner-text .page-tabs .tabs .tab:hover {
  color: #EB5799;
}
#banner-interior .banner-text .page-tabs .tabs .tab.active {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #banner-interior .banner-text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  #banner-interior .banner-text {
    flex-wrap: wrap;
  }
  #banner-interior .banner-text > p {
    flex: 0 0 100%;
  }
  #banner-interior .banner-text .page-tabs {
    flex: 0 0 100%;
  }
}

.squiggle-mask {
  position: absolute;
  width: 0px;
  height: 0px;
  display: block;
}

.squiggle {
  position: absolute;
  z-index: -1;
  width: 2184px;
  top: -200px;
  height: auto;
  min-height: 721px;
  display: block;
  left: calc(50% - 450px);
  transform: translateX(-50%);
}
.squiggle .squiggle-draw-path {
  stroke-dasharray: 4500;
  stroke-dashoffset: 4500;
  stroke: #000;
  stroke-width: 382px;
}
.squiggle.is-visible .squiggle-draw-path {
  animation: squiggleDraw 0.9s linear forwards;
  animation-delay: 0.5s;
}
@media screen and (max-width: 650px) {
  .squiggle {
    width: 1200px;
  }
}

@keyframes squiggleDraw {
  0% {
    stroke-dashoffset: 4500px;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.video-container {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-video .video-mobile-img {
  display: none;
}
.mod-video .video-mobile-img img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .mod-video .video-container {
    display: none;
  }
  .mod-video .video-mobile-img {
    display: block;
  }
}

.mod-featured {
  position: relative;
}
.mod-featured .squiggle .squiggle-draw-path {
  stroke: #EB5799;
}
.mod-featured {
  /* &:before {
  	content: '';
  	position: absolute;
  	height: 100%;
  	min-height: 721px;
  	width: 100%;
  	top: -200px;
  	background: inline-svg('<svg xmlns="http://www.w3.org/2000/svg" width="2184" height="721" fill="none" viewBox="0 0 2184 721"><path fill="#EB5799" d="M349.124 161.688C400.727 44.774 565.539-75.527 686.398 60.07c59.949 67.179 67.796 139.589 49.159 214.716-9.309 38.007-44.118 94.928-35.412 136.007 4.41 21.704 23.319 42.521 40.648 31.618 35.396-22.232 37.71-105.599 46.127-147.282 24.721-120.852 99.574-254.183 227.85-249.805 91.29 2.978 174.3 61.933 206.03 157.379 22.24 67.091 3.67 198.166 71.58 175.127 36.79-12.562 38.54-79.435 47.72-114.676 27.37-105.614 67.95-191.317 188.39-194.984 62.39-1.894 115.59 61.695 138.92 124.268 31.29 84.026-22.85 148.813 34.36 227.451 33.69 46.414 75.39-11.789 85.97-37.359 32.8-80.01 25.67-181.872 82.48-246.709 57.99-65.985 168.07-97.581 250.32-18.772l.08.247c114.58 111.082 52.16 282.142-23.54 361.169-19.42 20.493-47.09 42.459-78.86 34.752-33.83-8.309-55.16-42.697-60.6-77.276-2.56-16.786-5.17-33.242-6.41-49.888-1.38-19.862-6.91-69.065-34.4-72.354-21.74-2.713-32.07 42.471-37.19 59.193-6.89 23.439-8.18 49.333-14.13 73.126-9.44 37.782-14.95 78.092-30.2 112.639-51.6 116.913-216.41 237.215-337.27 101.617-59.95-67.178-67.8-139.589-49.16-214.716 9.31-38.007 44.12-94.928 35.41-136.006-4.41-21.704-23.32-42.521-40.65-31.618-35.39 22.232-37.71 105.598-46.12 147.282-24.72 120.852-99.58 254.183-227.85 249.805-91.29-2.978-164.78-65.038-206.031-157.379-31.359-70.512-3.674-198.165-71.579-175.127-36.796 12.562-38.544 79.435-47.728 114.675-27.366 105.615-67.951 191.318-188.381 194.985-62.395 1.894-115.597-61.697-138.927-124.27-31.286-84.025 22.85-148.812-34.362-227.449-33.688-46.414-75.385 11.788-85.968 37.358-32.798 80.01-25.665 181.873-82.481 246.709-58.217 66.245-168.927 97.83-251.282 17.841-114.58-111.081-51.974-282.248 24.42-360.484 19.42-20.493 47.096-42.459 78.86-34.752 33.835 8.308 55.166 42.697 60.611 77.275 2.555 16.787 5.165 33.243 6.409 49.889 1.378 19.862 6.901 69.065 34.392 72.354 21.745 2.713 32.078-42.471 37.188-59.193 6.892-23.439 8.183-49.333 14.133-73.126 9.438-37.782 14.957-78.092 30.2-112.639"/></svg>') no-repeat calc(50% - 450px) 50%;
  	z-index: 0;
  } */
}
.mod-featured .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
.mod-featured h2 {
  color: #F9F385;
}
.mod-featured .img-featured {
  flex: 0 0 50%;
}
.mod-featured .img-featured img {
  border-radius: 20px;
}
.mod-featured .content-featured {
  flex: 0 0 40%;
  color: #fff;
}
.mod-featured .content-featured .badges-featured {
  margin: 40px 0 0 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .mod-featured .wrap {
    display: block;
  }
  .mod-featured .content-featured {
    margin-bottom: 80px;
  }
  .mod-featured .content-featured .badges-featured {
    gap: 20px;
  }
  .mod-featured .content-featured .badges-featured img {
    width: 18vw;
  }
}
@media screen and (max-width: 650px) {
  .mod-featured .squiggle {
    left: calc(50% - 100px);
  }
}

.mod-trio {
  position: relative;
}
.mod-trio .squiggle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.mod-trio .squiggle .squiggle-draw-path {
  stroke: #EF7B6E;
}
.mod-trio .wrap {
  position: relative;
  z-index: 1;
}
.mod-trio .section-header {
  color: #fff;
}
.mod-trio .section-header h2 {
  color: #F9F385;
}
.mod-trio .trio-img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  padding: 0 100px 0 0;
}
.mod-trio .trio-graphic {
  position: relative;
}
@media screen and (min-width: 851px) {
  .mod-trio .trio-graphic .trio-details {
    position: static;
  }
  .mod-trio .trio-graphic .trio-details .swiper {
    position: static;
  }
  .mod-trio .trio-graphic .trio-details .swiper-wrapper {
    position: static;
    display: block;
    transform: none !important;
  }
  .mod-trio .trio-graphic .trio-details .swiper-slide {
    position: static;
    display: contents;
    width: auto;
    transform: none !important;
  }
}
.mod-trio .trio-graphic .trio-detail {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 40%;
  position: absolute;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s;
}
.mod-trio .trio-graphic .trio-detail .trio-icon {
  flex: 0 0 25%;
}
.mod-trio .trio-graphic .trio-detail .trio-icon img {
  width: 100%;
}
.mod-trio .trio-graphic .trio-detail .trio-text {
  flex: 0 0 70%;
  color: #5124A6;
}
.mod-trio .trio-graphic .trio-detail h3 {
  color: #5124A6;
}
.mod-trio .trio-graphic .trio-detail p {
  margin: 0;
}
.mod-trio .trio-graphic .trio-detail.card-1 {
  left: 0;
  top: 10%;
}
.mod-trio .trio-graphic .trio-detail.card-2 {
  right: 10px;
  top: 0;
}
.mod-trio .trio-graphic .trio-detail.card-3 {
  right: 0;
  bottom: 0;
}
.mod-trio .trio-graphic .trio-detail:hover {
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.5);
}
.mod-trio.alt {
  background: #B0DFF9;
}
.mod-trio.alt .squiggle .squiggle-draw-path {
  stroke: #F9F385;
}
.mod-trio.alt .section-header {
  color: #5124A6;
}
.mod-trio.alt .section-header h2 {
  color: #EB5799;
}
.mod-trio.alt .trio-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.mod-trio.alt .trio-graphic {
  position: relative;
}
@media screen and (min-width: 851px) {
  .mod-trio.alt .trio-graphic {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.mod-trio.alt .trio-graphic .trio-img-holder {
  flex: 0 0 50%;
  align-self: center;
}
.mod-trio.alt .trio-graphic .trio-details {
  flex: 0 0 50%;
}
@media screen and (min-width: 851px) {
  .mod-trio.alt .trio-graphic .trio-details {
    position: static;
  }
  .mod-trio.alt .trio-graphic .trio-details .swiper {
    position: static;
    overflow: visible;
  }
  .mod-trio.alt .trio-graphic .trio-details .swiper-wrapper {
    position: static;
    display: block;
    transform: none !important;
  }
  .mod-trio.alt .trio-graphic .trio-details .swiper-slide {
    position: static;
    display: contents;
    width: auto;
    transform: none !important;
  }
}
.mod-trio.alt .trio-graphic .trio-detail {
  width: 100%;
  position: static;
  margin-bottom: 20px;
}
.mod-trio.alt .trio-graphic .trio-detail .trio-icon {
  flex: 0 0 25%;
}
.mod-trio.alt .trio-graphic .trio-detail .trio-icon img {
  width: 100%;
}
.mod-trio.alt .trio-graphic .trio-detail .trio-text {
  flex: 0 0 70%;
  color: #5124A6;
}
.mod-trio.alt .trio-graphic .trio-detail h3 {
  color: #5124A6;
}
.mod-trio.alt .trio-graphic .trio-detail p {
  margin: 0;
}
.mod-trio.alt .trio-graphic .trio-detail.card-1 {
  left: 0;
  top: 10%;
}
.mod-trio.alt .trio-graphic .trio-detail.card-2 {
  right: 10px;
  top: 0;
}
.mod-trio.alt .trio-graphic .trio-detail.card-3 {
  right: 0;
  bottom: 0;
}
.mod-trio.alt .trio-graphic .trio-detail:hover {
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.5);
}
.mod-trio .section-footer p {
  font-size: 0.875rem;
  color: #5124A6;
}
@media screen and (max-width: 950px) {
  .mod-trio .trio-graphic .trio-detail {
    display: block;
    text-align: center;
  }
  .mod-trio .trio-graphic .trio-detail .trio-icon {
    width: 25%;
    margin: 0 auto;
  }
  .mod-trio .trio-graphic .trio-detail .trio-text {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .mod-trio .trio-graphic .trio-img {
    width: 70%;
    padding: 0 5% 0 0;
  }
  .mod-trio .trio-graphic .trio-details {
    width: 100%;
    padding-right: 20px;
    overflow: visible;
    margin-bottom: 20px;
  }
  .mod-trio .trio-graphic .trio-details .swiper {
    overflow: visible;
    margin-right: -20px;
  }
  .mod-trio .trio-graphic .trio-details .swiper-wrapper {
    display: flex;
  }
  .mod-trio .trio-graphic .trio-details .swiper-slide {
    width: 85%;
    max-width: 500px;
    flex-shrink: 0;
    height: auto;
  }
  .mod-trio .trio-graphic .trio-details .trio-detail {
    position: static;
    width: 100%;
    height: 100%;
  }
  .mod-trio .section-footer {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .mod-trio .trio-graphic .trio-img {
    width: 90%;
    padding: 0 5% 0 0;
  }
}

.mod-product-buckets {
  color: #5124A6;
}
.mod-product-buckets .product-buckets-bg {
  background: #F9F385;
}
.mod-product-buckets .swoosh {
  aspect-ratio: 1440/100;
  background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%221440%22 height%3D%22100%22 fill%3D%22none%22 viewBox%3D%220 0 1440 100%22%3E%3Cpath fill%3D%22%23F9F385%22 d%3D%22m1440 56.56-92.78 17.9a1410.7 1410.7 0 0 1-534.438 0L627.218 38.659a1410.7 1410.7 0 0 0-534.436 0L0 56.559V0h1440z%22%2F%3E%3C%2Fsvg%3E") no-repeat center 0;
  background-size: cover;
}
.mod-product-buckets h2 {
  color: #EF7B6E;
}
.mod-product-buckets:has(+ .mod-reviews) .swoosh {
  background-color: #EF7B6E;
}

.product-buckets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 930px) {
  .product-buckets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .product-buckets {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-bucket {
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.product-bucket .best-seller {
  position: absolute;
  border-radius: 50px;
  background: #fff;
  color: #EB5799;
  font-size: 0.8125rem;
  padding: 5px 15px;
  top: 15px;
  right: 15px;
}
.product-bucket .product-bucket-images {
  position: relative;
}
.product-bucket .product-bucket-images img {
  aspect-ratio: 130/111;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.product-bucket .product-bucket-images .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.product-bucket:hover .product-bucket-images {
  position: relative;
}
.product-bucket:hover .product-bucket-images .hover {
  visibility: visible;
  opacity: 1;
}
.product-bucket .product-bucket-info {
  text-align: center;
  padding: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
.product-bucket .product-bucket-info .title4 {
  color: #EB5799;
}
.product-bucket .product-bucket-info p {
  font-size: 0.875rem;
  flex-grow: 1;
}
.product-bucket .product-bucket-info .product-selector {
  text-align: left;
  border-top: 1px solid #CCC;
  padding: 10px 0 0 0;
}
.product-bucket .product-bucket-info .product-selector label {
  margin: 0 0 10px 20px;
}
.product-bucket .product-bucket-info .product-selector select {
  margin: 0 0 10px 0;
}
.product-bucket .product-bucket-info .product-selector .select2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .product-buckets-slider .swiper {
    overflow: visible;
    margin-right: -20px;
  }
  .product-buckets-slider .swiper-wrapper {
    display: flex;
  }
  .product-buckets-slider .swiper-slide {
    width: 85%;
    max-width: 500px;
    flex-shrink: 0;
    height: auto;
  }
}

.mod-product-lists .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 100px 0;
}
.mod-product-lists .product-list h2 {
  border-radius: 20px;
  padding: 50px 25px;
  margin: 0;
}
.mod-product-lists .product-list.mist h2, .mod-product-lists .product-list.product-type-3 h2 {
  background: #B0DFF9;
  color: #5124A6;
}
.mod-product-lists .product-list.cream h2, .mod-product-lists .product-list.product-type-4 h2 {
  background: #F9F385;
  color: #EB5799;
}
.mod-product-lists .product-list.oil h2, .mod-product-lists .product-list.product-type-5 h2 {
  background: #EF7B6E;
  color: #B0DFF9;
}
.mod-product-lists .product-list.wash h2, .mod-product-lists .product-list.product-type-6 h2 {
  background: #EB5799;
  color: #F9F385;
}
@media screen and (max-width: 1180px) {
  .mod-product-lists .product-list h2 {
    padding: 4.24vw 2.12vw;
    font-size: 3.05vw;
  }
}
@media screen and (max-width: 950px) {
  .mod-product-lists .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .mod-product-lists .product-list h2 {
    font-size: 2.25rem;
    padding: 50px 25px;
  }
}
@media screen and (max-width: 768px) {
  .mod-product-lists .product-list {
    margin: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .mod-product-lists .product-list h2 {
    font-size: 6vw;
    padding: 8.34vw 4.17vw;
  }
}
@media screen and (max-width: 500px) {
  .mod-product-lists .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .mod-product-lists .product-list h2 {
    font-size: 2.25rem;
    padding: 30px 20px;
  }
}

.scent-list {
  display: flex;
  gap: 5%;
  margin: 100px 0;
}
.scent-list .product-scent-title {
  flex: 0 0 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 20px;
  border-radius: 20px;
}
.scent-list .product-scent-title .product-scent-title-inner {
  border-radius: 10px;
  padding: 20px;
}
.scent-list .product-scent-title h2 {
  font-size: 5rem;
}
.scent-list .products {
  flex: 0 0 55%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.scent-list:nth-child(even) {
  flex-direction: row-reverse;
}
.scent-list.golden-sugar .product-scent-title .product-scent-title-inner, .scent-list.scent-7 .product-scent-title .product-scent-title-inner {
  background: #F9F385;
  color: #5124A6;
}
.scent-list.petal-splash .product-scent-title .product-scent-title-inner, .scent-list.scent-8 .product-scent-title .product-scent-title-inner {
  background: #EB5799;
  color: #fff;
}
.scent-list.amber-sol .product-scent-title .product-scent-title-inner, .scent-list.scent-9 .product-scent-title .product-scent-title-inner {
  background: #EF7B6E;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .scent-list .product-scent-title h2 {
    font-size: 6.77vw;
  }
}
@media screen and (max-width: 768px) {
  .scent-list {
    margin: 80px 0;
    display: block;
  }
  .scent-list .product-scent-title {
    padding-bottom: 100px;
    margin-bottom: 20px;
  }
  .scent-list .product-scent-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .scent-list .products {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mod-product-info {
  margin-top: 30px;
  position: relative;
}
.mod-product-info .squiggle {
  left: 60%;
  top: 50%;
  transform: rotate(30deg) translate(-50%, 0);
}
.mod-product-info .squiggle .squiggle-draw-path {
  stroke: #F5FBFE;
}
.mod-product-info .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.mod-product-info .breadcrumbs {
  flex: 0 0 100%;
}
.mod-product-info .product-images {
  flex: 0 0 50%;
  width: 50%;
}
.mod-product-info .product-info {
  flex: 0 0 45%;
}
.mod-product-info .product-info h2 {
  font-size: 2.375rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.mod-product-info .product-info h2 .size {
  font-size: 1.125rem;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 0 3px 0;
  flex: 0 0 auto;
}
.mod-product-info .product-info p, .mod-product-info .product-info li {
  font-size: 1.25rem;
}
.mod-product-info .product-info .content p, .mod-product-info .product-info .content li {
  font-size: 1rem;
}
.mod-product-info form {
  margin-top: 40px;
}
.mod-product-info form label {
  color: #5124A6;
  font-size: 1rem;
  margin-bottom: 10px;
}
.mod-product-info form select {
  margin-bottom: 20px;
}
.mod-product-info .product-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
  margin: 30px 0;
}
@media screen and (max-width: 800px) {
  .mod-product-info .wrap {
    display: block;
  }
  .mod-product-info .product-images {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .mod-product-info .product-info h2 {
    font-size: 2rem;
  }
  .mod-product-info .product-info h2 .size {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .mod-product-info .product-info p, .mod-product-info .product-info li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .mod-product-info .product-badges {
    flex-wrap: wrap;
  }
  .mod-product-info .product-badges div {
    flex: 0 0 calc(33% - 15px);
  }
}

details {
  border-bottom: 2px solid #F38EC3;
}
details summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  display: block;
  font-size: 1.25rem;
  padding: 20px 0;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary .accordion-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  transition: transform 0.2s ease;
  background: #F38EC3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.2s;
}
details summary .accordion-toggle:before {
  content: "";
  background: #5124A6;
  display: block;
  width: 2px;
  height: 14px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 7px);
  transition: 0.2s;
}
details summary .accordion-toggle:after {
  content: "";
  background: #5124A6;
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 1px);
}
details summary:hover .accordion-toggle {
  background: #EB5799;
}
details .content {
  padding: 0 0 20px 0;
}
details.is-open summary .accordion-toggle {
  background: #EB5799;
}
details.is-open summary .accordion-toggle:before {
  height: 0;
  top: 50%;
}

.gallery {
  display: flex;
  gap: 20px;
}
.gallery .swiper {
  width: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}
.gallery .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
}
.gallery .galleryMain {
  flex-basis: calc(84% - 10px);
  width: 100%;
  margin: 0;
}
.gallery .galleryThumbs {
  flex-basis: calc(16% - 10px);
  margin: 0;
  box-sizing: border-box;
}
.gallery .galleryThumbs .swiper-slide {
  transition: 0.2s;
}
.gallery .galleryThumbs .swiper-slide img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}
.gallery .galleryThumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #EB5799;
}
.gallery .swiper-control {
  color: #5124A6;
  background: #F38EC3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.2s;
}
.gallery .swiper-control:after {
  font-size: 20px;
}
.gallery .swiper-control.swiper-button-next:after {
  padding-left: 4px;
}
.gallery .swiper-control.swiper-button-prev:after {
  padding-right: 4px;
}
.gallery .swiper-control:hover {
  background: #EB5799;
}
@media (max-width: 640px) {
  .gallery {
    flex-direction: column;
  }
  .gallery .swiper {
    aspect-ratio: auto;
  }
  .gallery .swiper .swiper-slide img {
    height: auto;
  }
  .gallery .galleryThumbs {
    overflow: visible;
  }
  .gallery .galleryThumbs .swiper-slide {
    width: 25%;
    height: auto;
  }
}

.mod-badges {
  background: #B0DFF9;
}
.mod-badges.bg {
  padding: 50px 0;
}
.mod-badges h2 {
  color: #5124A6;
}
.mod-badges .badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 50px;
}
.mod-badges .swiper-slide {
  height: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 550px) {
  .mod-badges .badges {
    margin: 0 0 0 -20px;
    width: calc(100% + 40px);
  }
  .mod-badges .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
  }
  .mod-badges .swiper-slide {
    width: 12rem;
  }
}

.mod-reviews {
  background: #EF7B6E;
}
.mod-reviews .section-header h2 {
  color: #F9F385;
}
.mod-reviews .swiper {
  overflow: visible;
}
.mod-reviews .review-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 30px 20px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s;
}
.mod-reviews .review-card .review-card-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
}
.mod-reviews .review-card .review-card-header .review-img img {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  object-fit: cover;
}
.mod-reviews .review-card .review-card-header .review-img .initial {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #F38EC3;
  border-radius: 50%;
  font-size: 1.5625rem;
}
.mod-reviews .review-card .review-card-header h3 {
  color: #EB5799;
  flex-grow: 1;
  margin: 50px 0 0 0;
}
.mod-reviews .review-card .review-card-header .rating {
  color: #B0DFF9;
  margin: 50px 0 0 0;
}
.mod-reviews .review-card p {
  margin: 0;
  font-size: 0.875rem;
}
.mod-reviews .review-card:hover {
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.5);
}
.mod-reviews .reviews-pagination {
  text-align: center;
  margin: 20px 0;
}
.mod-reviews .reviews-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 11px;
  height: 11px;
  transition: 0.2s;
}
.mod-reviews .reviews-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F9F385;
}

.mod-locations h1 {
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  .mod-locations h1 {
    font-size: 2rem;
  }
}

#locations-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
}
#locations-filter div {
  flex: 0 0 calc(25% - 23px);
}
#locations-filter div label {
  position: absolute;
  left: -9999px;
}
#locations-filter .btn {
  padding: 16px 20px;
  background-color: #F9F385;
}
#locations-filter .btn:hover {
  background-color: #FFDA61;
}

.select-hidden {
  display: none;
}

.select2 {
  width: 100% !important;
  max-width: 100%;
}

.select2-container--default .select2-option-image {
  width: 30px;
  height: 30px;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 3px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-color: transparent;
}
.select2-container--default .select2-results__option .select2-option-image {
  display: inline-block;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F38EC3;
}
.select2-container--default .select2-results__option--selected {
  background-color: #FFE9F2;
}
.select2-container--default .select2-selection--single {
  padding: 10px 40px 10px 20px;
  width: 100%;
  background: #fff url("data:image/svg+xml,%3Csvg width%3D%2212%22 height%3D%227%22 viewBox%3D%220 0 13 8%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.293.293c.36-.36.928-.388 1.32-.083l.094.083L6.51 5.096 11.313.293c.36-.36.928-.388 1.32-.083l.094.083c.36.36.389.928.084 1.32l-.084.094-5.51 5.51c-.36.36-.927.388-1.32.083l-.094-.083-5.51-5.51c-.39-.39-.39-1.024 0-1.414z%22 fill%3D%22%235124A6%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 15px) 50%;
  border: 1px solid #F38EC3;
  border-radius: 23px;
  font-size: 0.875rem;
  height: 46px;
  color: #5124A6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #5124A6;
  line-height: 24px;
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-option-image {
  width: 24px;
  height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-option-image span {
  display: flex;
  align-items: center;
}

.select2-dropdown {
  padding: 0 0 20px 0;
  width: 100%;
  background: #fff;
  border: 1px solid #F38EC3;
  border-radius: 23px;
  font-size: 0.875rem;
  color: #5124A6;
}
.select2-dropdown li {
  font-size: 1rem;
  padding: 5px 20px;
  line-height: 30px;
}
.select2-dropdown li span {
  display: flex;
  align-items: center;
}
.select2-dropdown li span img {
  border-radius: 3px;
  margin: 0 10px 0 0;
}

/* != FORM STYLES ===== */
label:not(fieldset label),
fieldset legend {
  font-size: 0.75rem;
  color: #808080;
}

input[type=text], input[type=password], input[type=url], input[type=number], input[type=tel], input[type=email] {
  width: 100%;
  padding: 10px 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: rgb(255, 243.2, 248.0272727273);
  border: 1px solid #F38EC3;
  font-size: 0.875rem;
  height: 46px;
  color: #5124A6;
  border-radius: 50px;
}

textarea {
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #f00;
}

/* .ginput_container_checkbox {
	.gfield_checkbox {
		.gchoice {
			label {
				padding: 0 0 0 2px;
				cursor: pointer;
				position: relative;
				&:before {
					border: 1px solid #00f;
					@include size(15px);
					border-radius: 2px;
					left: -17px;
					top: 1px;
					content: '';
					position: absolute;
					opacity: 1;
				}
				&:after {
					border-left: 3px solid #f00;
					border-bottom: 3px solid #f00;
					@include size(17px, 6px);
					transform: rotate(-45deg);
					top: 5px;
					left: -14px;
					content: '';
					position: absolute;
					opacity: 0;
				}
				&:hover {
					&:after {
						opacity: 0.3;
					}
				}
			}
			input[type=checkbox] {
				visibility: hidden;
				&:checked + label:after {
					opacity: 1;
				}
			}
		}
	}
}
.ginput_container_radio {
	.gfield_radio {
		.gchoice {
			label {
				padding: 0 0 0 2px;
				cursor: pointer;
				position: relative;
				&:before {
					border: 1px solid #00f;
					@include size(15px);
					border-radius: 50%;
					left: -17px;
					top: 1px;
					content: '';
					position: absolute;
					opacity: 1;
				}
				&:after {
					@include size(5px);
					border-radius: 50%;
					left: -12px;
					top: 6px;
					content: '';
					position: absolute;
					opacity: 0;
				}
				&:hover {
					&:after {
						opacity: 0.3;
					}
				}
			}
			input[type=radio] {
				visibility: hidden;
				&:checked + label:before {
					background: #f00;
					border: 1px solid #f00;
				}
				&:checked + label:after {
					background: #fff;
					opacity: 1;
				}
			}
		}
	}
} */
input[type=submit], button {
  display: inline-block;
  cursor: pointer;
}
select {
  padding: 10px 40px 10px 20px;
  width: 100%;
  background: #fff url("data:image/svg+xml,%3Csvg width%3D%2212%22 height%3D%227%22 viewBox%3D%220 0 13 8%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.293.293c.36-.36.928-.388 1.32-.083l.094.083L6.51 5.096 11.313.293c.36-.36.928-.388 1.32-.083l.094.083c.36.36.389.928.084 1.32l-.084.094-5.51 5.51c-.36.36-.927.388-1.32.083l-.094-.083-5.51-5.51c-.39-.39-.39-1.024 0-1.414z%22 fill%3D%22%235124A6%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 15px) 50%;
  border: 1px solid #F38EC3;
  border-radius: 50px;
  font-size: 0.875rem;
  height: 46px;
  color: #5124A6;
}

.gform_validation_errors {
  background-color: #c00;
  color: #fff;
  padding: 20px;
}
.gform_validation_errors h2 {
  color: #fff;
}

.gform_validation_container {
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
}

@keyframes footerLogoHover {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#footer {
  padding: 50px 0;
  background: #F38EC3;
}
#footer .wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 50px 5vw;
}
#footer .logo-footer {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  position: relative;
  display: inline-block;
}
#footer .logo-footer svg {
  fill: #F9F385;
  width: 200px;
  aspect-ratio: 101/107;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
  opacity: 1;
}
#footer .logo-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: auto;
  aspect-ratio: 101/107;
  background: linear-gradient(-45deg, #D869B3 0%, #4F5AAF 10%, #75D6DB 20%, #FEF3AE 30%, #FFA685 40%, #D869B3 50%, #4F5AAF 60%, #75D6DB 70%, #FEF3AE 80%, #FFA685 90%, #D869B3 100%);
  background-size: 200% 200%;
  mask: url(../svg/logo.svg) no-repeat;
  mask-size: contain;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  animation-name: footerLogoHover;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#footer .logo-footer:hover svg {
  opacity: 0;
}
#footer .logo-footer:hover::before {
  opacity: 1;
}
#footer .footer-nav {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
#footer .footer-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px 5vw;
}
#footer .footer-nav ul li a[href="#0"] {
  color: #EB5799;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 600;
}
#footer .footer-nav ul li ul {
  display: block;
}
#footer .footer-nav ul li ul li {
  margin: 10px 0;
}
#footer .footer-nav ul li ul li a {
  color: #5124A6;
  font-size: 0.875rem;
  transition: 0.2s;
}
#footer .footer-nav ul li ul li a:hover {
  color: #EB5799;
}
#footer .footer-socials {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: flex-start;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}
#footer .footer-socials .footer-social-nav {
  justify-content: flex-end;
}
#footer .footer-socials .copyright {
  font-size: 0.875rem;
  color: #5124A6;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  #footer .logo-footer {
    width: 20vw;
    min-width: 100px;
  }
  #footer .logo-footer svg {
    width: auto;
  }
  #footer .logo-footer:before {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer-nav ul li a[href="#0"] {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #footer .wrap {
    grid-template-columns: 1fr;
  }
  #footer .footer-nav {
    grid-row: 1;
    grid-column: 1;
  }
  #footer .footer-nav ul {
    display: block;
  }
  #footer .footer-nav ul li a[href="#0"] {
    display: none;
  }
  #footer .footer-nav ul li ul {
    display: flex;
    justify-content: center;
  }
  #footer .logo-footer {
    grid-row: 2;
    grid-column: 1;
    margin: 0 auto;
    display: block;
    width: 160px;
  }
  #footer .footer-socials {
    grid-row: 3;
    grid-column: 1;
    margin: 0 auto;
    justify-self: center;
    display: block;
  }
  #footer .footer-socials .footer-social-nav {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.page-template-template-home-interim #header .wrap {
  grid-template-columns: repeat(2, 1fr);
}
.page-template-template-home-interim .logo {
  margin: 0;
  justify-self: left;
}
@media screen and (max-width: 750px) {
  .page-template-template-home-interim .socials.social-nav {
    display: flex;
  }
}
.page-template-template-home-interim #main-nav {
  display: none;
}

/* != PLACEHOLDER ATTRIBUTE STYLES = input or textarea - placeholder="whatever" ===== */
::-webkit-input-placeholder {
  color: #5124A6;
}

::-moz-placeholder {
  color: #5124A6;
}