/* Slider */
@import url("https://use.typekit.net/gxn3ydy.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 50px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 89;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 99;
}

.vbox-left {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg {
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* CSS Document */
.watermarkify-wrap {
  position: relative;
  overflow: hidden;
}

.watermarkify-watermark {
  position: absolute;
  left: 10px;
  display: block;
  color: #999;
  padding-left: 2px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}

.watermarkify-watermark-blurred {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.acumin {
  font-family: "acumin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
  font-family: "Remixa";
  src: url("/fonts/RemixaTestLightBF649a5c11e5270.eot");
  src: url("/fonts/RemixaTestLightBF649a5c11e5270.eot") format("embedded-opentype"), url("/fonts/RemixaTestLightBF649a5c11e5270.woff2") format("woff2"), url("/fonts/RemixaTestLightBF649a5c11e5270.woff") format("woff"), url("/fonts/RemixaTestLightBF649a5c11e5270.ttf") format("truetype"), url("/fonts/RemixaTestLightBF649a5c11e5270.svg#RemixaTestLightBF649a5c11e5270") format("svg");
}
:root {
  --acumin: "acumin", sans-serif;
  --Remixa: "Remixa";
  --300: 300;
  --400: 400;
  --600: 600;
  --italic: italic;
  --black: #000000;
  --white: #ffffff;
  --hotPink: #AE0061;
  --lipstick: #A40257;
  --green: #00B451;
  --lightGreen: #D3F268;
  --blue: #C7F1F0;
  --orange: #FE4437;
  --LightPink: #E48766;
  --pink: #FACCCE;
  --yellow: #FBEB71;
  --purpel: #CDB3FA;
  --darkGreen: #02563F;
  --header-height: 80px;
  --importantMessage: 24px;
  --xlarge: 160px;
  --large: 80px;
  --medium: 40px;
  --small: 20px;
  --xsmall: 10px;
  --gap: 20px;
  --pinkBanner: 140px;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

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

.grid_1 {
  width: 6.5%;
}

.grid_2 {
  width: 15%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.3333333333% - var(--gap) / 3);
}
.grid_4.small-gap {
  margin-right: var(--xsmall);
}
.grid_4.small-gap:nth-child(3n) {
  margin-right: 0;
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: 50%;
}
.grid_6.small-gap {
  width: calc(50% - (var(--xsmall)));
  margin-right: var(--small);
}
.grid_6.small-gap:nth-child(2n) {
  margin-right: 0;
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 66.6666666667%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}
.grid_1.block,
.grid_2.block,
.grid_3.block,
.grid_4.block,
.grid_5.block,
.grid_6.block,
.grid_7.block,
.grid_8.block,
.grid_9.block,
.grid_10.block,
.grid_11.block,
.grid_12.block {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

button {
  border: 0 none;
  cursor: pointer;
}

img {
  display: block;
  border: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: var(--acumin);
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 130%;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: var(--Remixa);
  font-weight: 300;
  font-style: normal;
}

h1 {
  font-family: var(--Remixa);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(40px, 3.75vw, 60px);
  line-height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
h1.small {
  font-size: clamp(22px, 2.5vw, 42px);
}

h2 {
  font-family: var(--Remixa);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 120%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

h3 {
  font-family: var(--Remixa);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 100%;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: var(--importantMessage);
  top: 0;
  width: 100%;
  z-index: 999;
  height: var(--header-height);
  background-color: transparent;
  padding: var(--xsmall) var(--small);
  overflow: hidden;
  transition: 0.5s;
  background-color: var(--white);
}
header nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
header nav li {
  width: -moz-max-content;
  width: max-content;
  margin-right: var(--small);
}
header nav li a {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  text-transform: uppercase;
}
header #bottomclick {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  width: -moz-max-content;
  width: max-content;
}
header #bottomclick a,
header #bottomclick button {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  color: var(--black);
}
header #bottomclick button {
  background-color: var(--pink);
  border: 1px solid var(--pink);
  padding-left: var(--small);
  padding: var(--xsmall) var(--small);
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
header #bottomclick .phone {
  border-radius: 100%;
  padding: 6px 0;
  background-color: var(--pink);
  border: 1px solid var(--pink);
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #bottomclick .phone img {
  width: auto;
  height: 100%;
}
header .logo {
  padding: 0;
  transition: 0.5s;
}
header .logo svg {
  margin: auto 0;
}

.websiteGauid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 var(--large);
  text-transform: uppercase;
}
.websiteGauid img {
  height: 40px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--small);
}
.websiteGauid {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup-overlay.show {
  display: flex;
}
.popup-overlay .popup-content {
  background-color: var(--pink);
  padding: var(--large) var(--medium);
  max-width: 600px;
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-overlay .popup-content h2 {
  font-size: 28px;
}
.popup-overlay .popup-content p {
  font-size: 16px;
  line-height: 120%;
  max-width: 22em;
}
.popup-overlay .popup-content img {
  max-width: 100px;
}
.popup-overlay .popup-close {
  font-family: var(--acumin);
  font-weight: 500;
  position: absolute;
  background: none;
  border: none;
  font-size: 32px;
  color: var(--black);
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
  right: var(--small);
  top: var(--small);
}

#register input,
#register select,
#register textarea,
#register label {
  margin: 0 auto;
  padding: 10px 0 4px 0;
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  color: var(--white);
  font-family: var(--acumin);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42em;
  margin-bottom: var(--small);
}
#register input.b_submit,
#register select.b_submit,
#register textarea.b_submit,
#register label.b_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  border: 1px solid var(--black);
  color: var(--black);
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s;
  margin-right: var(--medium);
  padding: 0 var(--small);
  height: 32px;
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  text-align: center;
}
#register .custom-checkbox {
  border: 0 none;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  margin-right: var(--small);
}
#register .custom-checkbox input,
#register .custom-checkbox .checkmark {
  border: 1px solid var(--white);
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}
#register .custom-checkbox input:checked + .checkmark {
  background: #fff;
}
#register .custom-checkbox .checkmark {
  border: 1 none;
}
#register .custom-checkbox .label {
  margin-left: 1.5em;
}
#register select {
  background-image: url(/images/svg/select.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
}
#register select option {
  padding: 7px 5px;
  background: var(--white);
  color: var(--lipstick);
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
#register .privacy {
  padding: var(--large) 0 0 0;
  color: var(--white);
  font-family: var(--acumin);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}
#register .privacy a {
  color: var(--white);
  text-decoration: underline !important;
}
#register .chk_holder {
  margin: 0 0 var(--xsmall) 0;
  color: var(--lipstick);
}
#register #chkacuminnational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: poacumin;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
  cursor: poacumin;
}
#register #chkacuminnational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
}
#register #chkacuminnational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(38, 38, 38, 0.25);
  content: "";
  display: block;
}
#register #chkacuminnational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid rgba(38, 38, 38, 0.25);
  border-right: 2px solid rgba(38, 38, 38, 0.25);
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
#register #chkacuminnational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}
#register input:-webkit-input-placeholder,
#register textarea:-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input::-webkit-input-placeholder,
#register textarea::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input:-moz-placeholder,
#register textarea:-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input::-moz-placeholder,
#register textarea::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
#register input:-ms-input-placeholder,
#register textarea:-ms-input-placeholder {
  opacity: 1;
}
#register input:focus::-webkit-input-placeholder,
#register textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
#register input:focus:-moz-placeholder,
#register textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
#register input:focus::-moz-placeholder,
#register textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
#register input:focus:-ms-input-placeholder,
#register textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
#register ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}
#register li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
#register ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}
#register li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}
#register li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}
#register div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}
#register div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}
#register div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}
#register div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}
#register div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}
#register div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}
#register div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}
#register ul.parsley-errors-list.filled,
#register ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 60%;
}
#register ul.parsley-errors-list.filled li,
#register ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
footer .m-logo {
  width: 150px;
  height: -moz-max-content;
  height: max-content;
}
footer a,
footer p {
  color: var(--black);
  font-family: var(--acumin);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-right: 20px;
}
footer #by-law a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  footer #by-law a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
footer .stamps {
  width: clamp(60px, 8vw, 85px);
}

section {
  display: block;
  position: relative;
  width: 100%;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container.large {
  max-width: 100%;
}
.container.medium {
  max-width: 1024px;
}
.container.small {
  max-width: 820px;
}

.lazy-fade {
  opacity: 0;
  transition: 0.5s;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

.btnIcon {
  margin-left: var(--xsmall);
}

section {
  padding-left: var(--small);
  padding-right: var(--small);
}
section.landing {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
  overflow: hidden;
  top: 0;
}

#form-holder .tel {
  font-family: var(--acumin);
  color: var(--lipstick);
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: -0.54px;
  margin-right: var(--xlarge);
  flex-direction: column;
}
#form-holder .tel span {
  font-weight: 700;
}
#form-holder .tel:last-child {
  margin-bottom: 0;
}

.label:after {
  content: attr(data-disclaimer);
  color: var(--white);
  font-family: var(--acumin);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 2em;
  z-index: 2;
  position: absolute;
  top: var(--small);
  left: var(--small);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 117%;
}

.disclaimer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: var(--black);
}
.disclaimer a {
  text-decoration: underline;
  text-align: center;
  margin-top: auto;
  font-size: 12px;
}
.disclaimer p {
  width: 100%;
  padding: 40px;
  margin: 0 auto auto;
  width: calc(100% - 40px);
  max-width: 600px;
  font-size: 12px;
}
.disclaimer.show {
  display: flex;
}
.disclaimer * {
  color: var(--white);
}

.btn {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: var(--white);
  background-color: var(--hotPink);
  width: -moz-max-content;
  width: max-content;
  padding: 0 var(--small);
  height: 32px;
  border: 1px solid var(--hotPink);
  cursor: poacumin;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}

.viewAll {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 400%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-delay: 1s;
  z-index: 2;
}

.iconHolder {
  display: flex;
  flex-direction: column;
  width: calc(20% - var(--small));
  margin-right: calc(5 * var(--small) / 4);
}
.iconHolder:last-child {
  margin-right: 0;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--small);
}
.slick-dots li {
  list-style: none;
  margin: 0 calc(var(--xsmall) / 2);
}
.slick-dots li button {
  background-color: transparent;
  border: 0 none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--white);
  font-size: 0;
  opacity: 0.75;
  cursor: poacumin;
}
.slick-dots li.slick-active button {
  opacity: 1;
  cursor: default;
}

.blackLine {
  width: 100%;
  border: 2px solid var(--black);
}

.whiteLine {
  border: 2px solid var(--white);
}

#popUpSubs {
  position: relative;
}
#popUpSubs input {
  width: 100%;
  color: var(--black);
  background-color: transparent;
  padding: var(--xsmall);
  border: 0 none;
  padding: 0;
  text-align: center;
  color: var(--black);
  padding: 6px 12px;
  border: 1px solid var(--black);
  margin-bottom: var(--xsmall);
}
#popUpSubs input[type=submit] {
  background-color: var(--black);
  color: var(--pink);
  font-family: var(--acumin);
  font-weight: 500;
  padding: 6px 12px;
  cursor: pointer;
  z-index: 2;
}
#popUpSubs input:-webkit-input-placeholder,
#popUpSubs textarea:-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}
#popUpSubs input::-webkit-input-placeholder,
#popUpSubs textarea::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}
#popUpSubs input:-moz-placeholder,
#popUpSubs textarea:-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
#popUpSubs input::-moz-placeholder,
#popUpSubs textarea::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
#popUpSubs input:-ms-input-placeholder,
#popUpSubs textarea:-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}

.offerLabel {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 183%;
  padding: 8px 24px;
  color: var(--hotPink);
  background-color: var(--pink);
  width: -moz-max-content;
  width: max-content;
}

.date {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: var(--hotPink);
}

.tinted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.rmSimulation {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  padding: 8px 24px;
  width: -moz-max-content;
  width: max-content;
}

.highlightLabel {
  font-family: var(--Remixa);
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 62%;
  color: var(--white);
}

.highlightCopy {
  font-family: var(--Remixa);
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  color: var(--white);
  max-width: 10em;
}

.socialmediaIcon {
  margin-right: var(--small);
}
.socialmediaIcon:last-child {
  margin-right: 0;
}

#filterHolder button {
  border: 0 none;
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: var(--black);
  margin-right: var(--small);
  padding-top: calc(var(--xsmall) / 2);
  border-bottom: 1px solid transparent;
  background-color: transparent;
}
#filterHolder button.active {
  font-weight: 700;
  border-bottom: 1px solid var(--black);
}
#filterHolder button:last-child {
  margin-right: 0;
}

#searchHolder input {
  background-color: transparent;
  border: 0 none;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: var(--xsmall);
  border-bottom: 1px solid var(--black);
  color: var(--black);
  background-image: url(/images/magnifyingGlass.svg);
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
#searchHolder input[type=search] {
  padding-right: 10px;
  /* ensure space for moved X */
}
#searchHolder input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: 10px;
  /* shift left */
  cursor: pointer;
}
#searchHolder input:-webkit-input-placeholder,
#searchHolder textarea:-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}
#searchHolder input::-webkit-input-placeholder,
#searchHolder textarea::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}
#searchHolder input:-moz-placeholder,
#searchHolder textarea:-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
#searchHolder input::-moz-placeholder,
#searchHolder textarea::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}

.shopName {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
}

.level {
  font-size: 16px;
}

#importantMessage {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none !important;
}
#importantMessage .container {
  background-color: var(--pink);
  padding-left: var(--small);
  padding-right: var(--small);
}
#importantMessage .timeLine,
#importantMessage .address {
  font-family: var(--Remixa);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  color: var(--black);
  display: flex;
  align-items: center;
}
#importantMessage .timeLine span,
#importantMessage .address span {
  display: flex;
}
#importantMessage .timeLine .spacer,
#importantMessage .address .spacer {
  margin: 0 var(--xsmall);
}
#importantMessage .timeLine::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--green);
  margin-right: var(--xsmall);
}

.landing-vh {
  height: calc(100vh - var(--header-height));
}

#page-home .landing-vh {
  height: calc(100vh - var(--header-height) - var(--pinkBanner));
}

.ratio3by2,
._3by2 {
  aspect-ratio: 3/2;
}

.storeLocation {
  font-family: var(--acumin);
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

#page-stores.details #timeTable {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

#timeTable {
  padding: var(--small) 0;
  width: 520px;
  max-width: 100%;
}
#timeTable .storeTimeLine {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  margin-bottom: 4px;
}
#timeTable .storeTimeLine .storeDay {
  display: flex;
  align-items: center;
}
#timeTable .storeTimeLine#todayDate {
  font-weight: 600;
}

#flipRow > .row {
  margin-bottom: var(--small);
}
#flipRow > .row:nth-child(even) {
  flex-direction: row-reverse;
}
#flipRow > .row:last-child {
  margin-bottom: 0;
}

.StoreLogo {
  width: 100%;
  max-width: 300px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: var(--small);
  filter: grayscale(100);
}

.logoWrapper {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.logoWrapper a {
  width: 16.6666666667%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

#mapHolder iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 10/3;
}

._list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
}
._list details {
  padding: var(--xsmall) 0;
  border-bottom: 1px solid var(--black);
}
._list details:first-child {
  border-top: 1px solid var(--black);
}
._list details[open] summary::after {
  content: "";
}
._list details p {
  margin: var(--xsmall) 0;
  font-size: 14px;
}
._list details ul {
  padding-left: var(--small);
  margin-top: var(--xsmall);
}
._list summary {
  cursor: pointer;
  display: flex;
  font-family: var(--acumin);
  font-weight: 400;
  justify-content: space-between;
  line-height: 1.3;
  list-style: none;
}
._list summary::-webkit-details-marker {
  display: none;
}
._list summary::after {
  content: "";
  flex: 0 0 30px;
  text-align: right;
  background-image: url(/images/arrowUp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.locationName {
  width: 100px;
}

.fillImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-position: bottom;
     object-position: bottom;
}

.slick-slide > div {
  display: flex;
}

#page-contact {
  background-color: rgba(0, 0, 0, 0.025);
}

.slide {
  width: 100%;
}

#storeTitle {
  max-width: 18em;
}

.pinkBanner {
  height: var(--pinkBanner);
}

#filterSearchHolder {
  position: sticky;
  top: var(--header-height);
  z-index: 9;
}

.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.homeTownMainLogo {
  max-width: 50%;
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.bb1black {
  border-bottom: 1px solid var(--black);
}

.ofh {
  overflow: hidden;
}

.bold,
b {
  font-weight: 600;
}

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

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

.middlealign {
  align-items: center;
}

.textcenter {
  text-align: center;
}

.wrapper {
  display: flex;
}

.wrap {
  flex-flow: wrap;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg.bottom {
  background-position: bottom;
}
.bg.top {
  background-position: top;
}
.bg.righ {
  background-position: right;
}
.bg.left {
  background-position: left;
}

.fullwidth,
.full-width {
  width: 100%;
}

.fullheight,
.full-height {
  height: 100%;
}

.full-vh {
  height: 100vh;
}

.column {
  display: flex;
  flex-direction: column;
  position: relative;
}

.row {
  display: flex;
  flex-direction: row;
  position: relative;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

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

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.ptxl {
  padding-top: var(--xlarge);
}

.pbxl {
  padding-bottom: var(--xlarge);
}

.ptl {
  padding-top: var(--large);
}

.pbl {
  padding-bottom: var(--large);
}

.ps {
  padding: var(--small);
}

.pls {
  padding-left: var(--medium);
}

.prs {
  padding-right: var(--medium);
}

.plrl {
  padding-left: var(--large);
  padding-right: var(--large);
}

.pll {
  padding-left: var(--large);
}

.pm {
  padding: var(--medium);
}

.ptm {
  padding-top: var(--medium);
}

.pbm {
  padding-bottom: var(--medium);
}

.px {
  padding: var(--small);
}

.pts {
  padding-top: var(--small);
}

.pbs {
  padding-bottom: var(--small);
}

.ptxs {
  padding-top: var(--xsmall);
}

.pbxs {
  padding-bottom: var(--xsmall);
}

.pxs {
  padding: var(--xsmall);
}

.plrs {
  padding-left: var(--small);
  padding-right: var(--small);
}

.mtxl {
  margin-top: var(--xlarge);
}

.mbxl {
  margin-bottom: var(--xlarge);
}

.mtl {
  margin-top: var(--large);
}

.mbl {
  margin-bottom: var(--large);
}

.mtm {
  margin-top: var(--medium);
}

.mbm {
  margin-bottom: var(--medium);
}

.mts {
  margin-top: var(--small);
}

.mbs {
  margin-bottom: var(--small);
}

.mtxs {
  margin-top: var(--xsmall);
}

.mbxs {
  margin-bottom: var(--xsmall);
}

.mrm {
  margin-right: var(--medium);
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.ma {
  margin: auto;
}

.black {
  color: var(--black);
}

.white {
  color: var(--white);
}

.lipstick {
  color: var(--lipstick);
}

.vibrent-green {
  color: var(--lipstick);
}

.green {
  color: var(--lipstick);
}

.bg-white {
  background-color: var(--white);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-pink {
  background-color: var(--pink);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-purple {
  background-color: var(--purpel);
}

.bg-green {
  background-color: var(--green);
}

.bg-darkGreen {
  background-color: var(--darkGreen);
}

.bg-lightGreen {
  background-color: var(--lightGreen);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-black {
  background-color: var(--black);
}

.bg-off-white {
  background-color: var(--pink);
}

.light-green {
  color: var(--pink);
}

.hotPink {
  color: var(--pink);
}

.bg-hotPink {
  background-color: var(--hotPink);
}

.bg-lightPink {
  background-color: var(--LightPink);
}

.bg-lipstick {
  background-color: var(--lipstick);
}

.lipstick {
  color: var(--lipstick);
}

.hotPink {
  color: var(--hotPink);
}

.bg-hotPink {
  background-color: var(--hotPink);
}

.pink {
  color: var(--pink);
}

.bg-pink {
  background-color: var(--pink);
}

.absolute {
  position: absolute;
  z-index: 2;
}
.absolute.t0 {
  top: 0;
}
.absolute.l0 {
  left: 0;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.italic {
  font-style: italic;
}

.mlr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pt40vh {
  padding-top: 40vh;
}

.aspect1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect2by3 {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect4by2 {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect2by4 {
  aspect-ratio: 2/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect16by9 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.just-mobile {
  display: none;
}

.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-contain {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1000px) {
  :root {
    --acumin: "acumin-variable", sans-serif;
    --acumin: "acumin", sans-serif;
    --Remixa: "Remixa";
    --black: #000000;
    --white: #ffffff;
    --hotPink: #FD2D95;
    --lipstick: #A40257;
    --green: #D3F268;
    --blue: #C7F1F0;
    --red: #FE4437;
    --LightPink: #E48766;
    --pink: #FACCCE;
    --yellow: #FBEB71;
    --header-height: 60px;
    --xlarge: 120px;
    --large: 60px;
    --medium: 40px;
    --small: 20px;
    --xsmall: 10px;
    --gap: 30px;
    --bottomCta: 40px;
  }
  .just-desktop {
    display: none !important;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.column, .just-mobile.row {
    display: flex;
  }
  body {
    padding-top: var(--header-height);
  }
  .grid_2,
  .grid_3,
  .grid_6,
  .grid_5,
  .grid_4,
  .grid_8,
  .grid_7,
  .grid_10 {
    width: 100% !important;
    margin-right: 0 !important;
  }
  header {
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  header nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    left: 0;
    background-color: var(--white);
    width: 100%;
    height: calc(100vh - var(--header-height));
    top: var(--header-height);
    margin-left: initial;
    z-index: 999;
    padding: var(--large) var(--small) var(--large);
    transition: 0.5s;
    transform: translateX(-100%);
  }
  header nav li {
    width: -moz-max-content;
    width: max-content;
    margin-right: initial;
    margin-bottom: var(--small);
  }
  header nav li a {
    font-size: 20px;
  }
  header nav.active_nav {
    transform: translateX(0);
  }
  header .logo {
    padding: 0;
    transition: 0.5s;
    width: 200px;
  }
  header .logo svg {
    margin: auto 0;
  }
  header #bottomclick {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: var(--bottomCta);
    z-index: 1000;
    left: 0;
    background-color: var(--white);
  }
  header #bottomclick button {
    width: 100%;
    text-align: center;
  }
  header .menu-toggle {
    display: block !important;
    z-index: 1000;
    border: none;
    background: none;
    font-size: 16px;
  }
  header .menu-toggle:after {
    content: "Menu";
    color: var(--black);
  }
  header .menu-toggle::before {
    content: "Close";
    color: var(--black);
    display: none;
  }
  header .menu-toggle.active_nav::before {
    display: block;
  }
  header .menu-toggle.active_nav:after {
    display: none;
  }
  .prs {
    padding-right: var(--small);
  }
  .pls {
    padding-left: var(--small);
  }
  .m-aspect1by1 {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect3by2 {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect2by3 {
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect4by2 {
    aspect-ratio: 4/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect2by4 {
    aspect-ratio: 2/4;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-flex-start {
    align-items: flex-start;
  }
  .m-full-width {
    width: 100%;
  }
  .m-slider-height {
    width: 100%;
    height: 66vw;
  }
  .m-mbxs {
    margin-bottom: var(--xsmall);
  }
  .websiteGauid {
    margin: 0 var(--small);
    font-size: 12px;
  }
  .websiteGauid img {
    height: 30px;
  }
  .mobileSLider {
    display: block !important;
  }
  .mobileSLider .slick-arrow {
    position: absolute;
    top: 33.3vw;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--white);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10px;
  }
  .mobileSLider .slick-arrow.slick-next {
    right: 10px;
    left: initial;
  }
  #hometownMobile img {
    width: 50%;
  }
  #hometownMobile p {
    font-size: 14px;
  }
  #hometownMobile p br {
    display: none;
  }
  #filterSearchHolder button {
    font-size: 10px;
    color: var(--black);
    margin-right: var(--xsmall);
  }
  #searchHolder {
    padding: calc(var(--small) / 2) var(--small);
  }
  #searchHolder input {
    font-size: 10px;
    background-size: 10px;
  }
  #filterHolder {
    padding: calc(var(--small) / 2) var(--small);
  }
  .storeTimeLine {
    display: flex;
    font-size: 12px;
  }
  .storeTimeLine span {
    font-size: 12px;
  }
  .logoWrapper a {
    width: 33.3333333333%;
  }
  .locationName {
    width: 100px;
  }
  .locationName + a, .locationName + p {
    font-size: 12px;
  }
  #mapHolder iframe {
    aspect-ratio: 1/1;
  }
  #page-home .landing-vh {
    height: calc(100vh - var(--header-height) - var(--pinkBanner) - 50px);
    height: calc(100svh - var(--header-height) - var(--pinkBanner) - 50px);
  }
  #flipRow > .row {
    flex-direction: column-reverse !important;
  }
  /*------------------------------------*/
  .ptxl {
    padding-top: var(--medium);
  }
  .pbxl {
    padding-bottom: var(--medium);
  }
  .pbl {
    padding-bottom: var(--medium);
  }
  .ptl {
    padding-top: var(--medium);
  }
  .m-ml0 {
    margin-left: 0;
  }
  .m-left-align {
    text-align: left;
  }
  .m-mbm {
    margin-bottom: var(--medium);
  }
  .m-mbs {
    margin-bottom: var(--small);
  }
  .m-align-start {
    align-items: flex-start;
  }
  .m-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .m-justify-center {
    justify-content: center;
  }
  .m-plrs {
    padding-left: var(--small);
    padding-right: var(--small);
  }
  .m-pl0 {
    padding-left: 0;
  }
  .m-plr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .m-pbs {
    padding-bottom: var(--small);
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-pts {
    padding-top: var(--small);
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-pbm {
    padding-bottom: var(--medium);
  }
  .m-ptm {
    padding-top: var(--medium);
  }
}/*# sourceMappingURL=style.css.map */