.hidden-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  font-size: 25vw;
  text-indent: 8.4vw;
  letter-spacing: 9.8vw;
  padding: 0 0;
  background: transparent;
  border: 0px;
  display: none; }
  @media (max-width: 991px) {
    .hidden-input {
      display: block; } }

#agegate {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1.5s;
  -moz-transition: opacity 0.5s linear 1.5s;
  -ms-transition: opacity 0.5s linear 1.5s;
  -o-transition: opacity 0.5s linear 1.5s;
  transition: opacity 0.5s linear 1.5s; }
  @media (max-width: 767px) {
    #agegate {
      -webkit-transition: all 0.25s ease-in 1.25s;
      -moz-transition: all 0.25s ease-in 1.25s;
      -ms-transition: all 0.25s ease-in 1.25s;
      -o-transition: all 0.25s ease-in 1.25s;
      transition: all 0.25s ease-in 1.25s; } }
  #agegate .good-panel {
    background: transparent; }
    @media (max-width: 991px) {
      #agegate .good-panel {
        padding-bottom: 0; } }
    #agegate .good-panel .logo-section {
      flex: 1;
      display: flex;
      justify-content: center; }
      @media (max-width: 991px) {
        #agegate .good-panel .logo-section {
          flex: 0 0 auto;
          height: 25vh;
          align-items: center; } }
    #agegate .good-panel .age-input-wrapper {
      position: fixed;
      top: 50%;
      left: 50%;
      max-width: 565px;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.5s linear, z-index 0s linear 0.5s;
      -moz-transition: opacity 0.5s linear, z-index 0s linear 0.5s;
      -ms-transition: opacity 0.5s linear, z-index 0s linear 0.5s;
      -o-transition: opacity 0.5s linear, z-index 0s linear 0.5s;
      transition: opacity 0.5s linear, z-index 0s linear 0.5s;
      opacity: 1; }
      #agegate .good-panel .age-input-wrapper.fade-out {
        opacity: 0;
        z-index: -1; }
    #agegate .good-panel .input-section {
      flex: 0 0 auto;
      width: 80vw;
      border: 15px solid #fff;
      border-top-width: 16px;
      border-right: 0;
      background: #CA2B2E;
      height: 325px;
      padding: 45px 60px;
      position: relative; }
      #agegate .good-panel .input-section:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        height: 23px;
        background-size: 80px;
        background-repeat: repeat-x;
        background-image: url(../img/scallop.svg);
        background-position: center center; }
      @media (max-width: 991px) {
        #agegate .good-panel .input-section {
          border: 0px;
          width: 100vw;
          flex: 1;
          border-top: 15px solid #fff;
          display: flex;
          flex-direction: column-reverse;
          justify-content: center;
          padding: 0 0 10vh;
          height: auto; }
          #agegate .good-panel .input-section .input-section-wrapper {
            position: absolute;
            top: auto;
            bottom: 20vh;
            left: auto;
            -moz-transform: unset;
            -o-transform: unset;
            -ms-transform: unset;
            -webkit-transform: unset;
            transform: unset;
            display: flex;
            flex-direction: column-reverse; } }
    @media (max-width: 991px) {
      #agegate .good-panel {
        flex-direction: column; } }
  #agegate .age-inputs {
    margin-top: 15px;
    display: flex;
    position: relative; }
    @media (max-width: 991px) {
      #agegate .age-inputs {
        justify-content: center; } }
  #agegate .age-input {
    font-family: 'Good Vodka';
    flex: 0 0 auto;
    margin-right: 20px;
    width: 125px;
    border-bottom: 10px solid #fff; }
    @media (max-width: 991px) {
      #agegate .age-input {
        width: 18.875vw;
        margin-right: 4.5vw; }
        #agegate .age-input:last-of-type {
          margin-right: 0; } }
    #agegate .age-input .number-wrapper {
      position: relative;
      border-bottom: 10px solid transparent;
      text-align: center;
      overflow: hidden;
      font-size: 150px;
      line-height: 100%;
      height: 130px; }
      @media (max-width: 991px) {
        #agegate .age-input .number-wrapper {
          margin-top: 15px;
          font-size: 25vw;
          height: 24vw; } }
      #agegate .age-input .number-wrapper .success,
      #agegate .age-input .number-wrapper .failed {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
      #agegate .age-input .number-wrapper .number {
        display: block;
        text-align: center; }
  #agegate h4 .failed {
    display: none; }
  @media (max-width: 991px) {
    #agegate h4 {
      margin-top: 40px; } }
  #agegate.agegate-passed {
    z-index: -5;
    -webkit-transition: z-index 0s linear 2s;
    -moz-transition: z-index 0s linear 2s;
    -ms-transition: z-index 0s linear 2s;
    -o-transition: z-index 0s linear 2s;
    transition: z-index 0s linear 2s; }
  #agegate.agegate-failed h4 .failed {
    display: block; }
  #agegate.agegate-failed h4 .ready {
    display: none; }
  #agegate.agegate-failed .age-input .number-wrapper .failed {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

#agegate .good-panel .logo-section .logo {
  opacity: 1;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  #agegate .good-panel .logo-section .logo.rotated {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #agegate .good-panel .logo-section .logo.fade-out {
    opacity: 0; }

@media (min-width: 992px) {
  #agegate .good-panel .input-section {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.5s ease-in;
    -moz-transition: transform 0.5s ease-in;
    -ms-transition: transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in; }
    #agegate .good-panel .input-section.exit-right {
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); } }

@media (max-width: 991px) {
  #agegate .good-panel .input-section {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    #agegate .good-panel .input-section.exit-right {
      opacity: 0;
      -moz-transform: translateY(100%);
      -o-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%); } }

#agegate h4 {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear; }
  #agegate h4.hide-h4 {
    opacity: 0; }

@media (max-width: 991px) {
  #agegate .age-input {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; } }

#agegate .age-input .number-wrapper .number {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

#agegate .age-input .number-wrapper .success,
#agegate .age-input .number-wrapper .failed {
  opacity: 0;
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.25s ease-out 0.25s;
  -moz-transition: all 0.25s ease-out 0.25s;
  -ms-transition: all 0.25s ease-out 0.25s;
  -o-transition: all 0.25s ease-out 0.25s;
  transition: all 0.25s ease-out 0.25s; }

#agegate.agegate-passed .age-input .number-wrapper .number, #agegate.agegate-failed .age-input .number-wrapper .number {
  opacity: 0;
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }

@media (max-width: 991px) {
  #agegate.agegate-passed .age-input, #agegate.agegate-failed .age-input {
    opacity: 0; } }

#agegate.agegate-passed .age-input .number-wrapper .success {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

header .logo-wrapper {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  header .logo-wrapper.show-logo {
    opacity: 1; }

header nav {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  header nav.show-nav {
    opacity: 1; }

.opener .opener-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .opener .opener-text.show-opener-text {
    opacity: 1;
    visibility: visible; }

.opener .flex-arrow {
  opacity: 0;
  visibility: hidden; }
  .opener .flex-arrow .flex-arrow-wrapper {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out; }
  .opener .flex-arrow.arrow-expanded {
    opacity: 1;
    visibility: visible; }
    .opener .flex-arrow.arrow-expanded .flex-arrow-wrapper {
      max-height: 100%; }

.good-panel[data-index="1"] .story-panel-wrapper,
.good-panel[data-index="2"] .story-panel-wrapper {
  opacity: 0;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .good-panel[data-index="1"] .story-panel-wrapper.show-panel-wrapper,
  .good-panel[data-index="2"] .story-panel-wrapper.show-panel-wrapper {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

.good-panel[data-index="4"] .flex-arrow {
  opacity: 0;
  visibility: hidden; }
  .good-panel[data-index="4"] .flex-arrow .flex-arrow-wrapper {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out; }
  .good-panel[data-index="4"] .flex-arrow.arrow-expanded {
    opacity: 1;
    visibility: visible; }
    .good-panel[data-index="4"] .flex-arrow.arrow-expanded .flex-arrow-wrapper {
      max-height: 100%; }

.good-panel[data-index="4"] .icon-list .icon-wrapper .offset-circle img {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }

.good-panel[data-index="4"] .icon-list .icon-wrapper h5 {
  opacity: 0;
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.25s ease-in 0.25s;
  -moz-transition: all 0.25s ease-in 0.25s;
  -ms-transition: all 0.25s ease-in 0.25s;
  -o-transition: all 0.25s ease-in 0.25s;
  transition: all 0.25s ease-in 0.25s; }

.good-panel[data-index="4"] .icon-list .icon-wrapper.show-icon .offset-circle img {
  opacity: 1; }

.good-panel[data-index="4"] .icon-list .icon-wrapper.show-icon h5 {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.good-panel[data-index="5"] .flex-arrow {
  opacity: 0;
  visibility: hidden; }
  .good-panel[data-index="5"] .flex-arrow .flex-arrow-wrapper {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out; }
  .good-panel[data-index="5"] .flex-arrow.arrow-expanded {
    opacity: 1;
    visibility: visible; }
    .good-panel[data-index="5"] .flex-arrow.arrow-expanded .flex-arrow-wrapper {
      max-height: 100%; }

@font-face {
  font-family: 'GT Walsheim Pro';
  src: url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Regular.eot");
  src: url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Regular.woff2") format("woff2"), url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Regular.woff") format("woff"), url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Good Vodka';
  src: url("https://www.goodvodka.com/dist/webfonts/GoodVodka.eot");
  src: url("https://www.goodvodka.com/dist/webfonts/GoodVodka.eot?#iefix") format("embedded-opentype"), url("https://www.goodvodka.com/dist/webfonts/GoodVodka.woff2") format("woff2"), url("https://www.goodvodka.com/dist/webfonts/GoodVodka.woff") format("woff"), url("https://www.goodvodka.com/dist/webfonts/GoodVodka.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim Pro';
  src: url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Medium.eot");
  src: url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Medium.woff2") format("woff2"), url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Medium.woff") format("woff"), url("https://www.goodvodka.com/dist/webfonts/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  @media (max-width: 991px) {
    header {
      z-index: 4; } }
  header .header-wrapper {
    display: flex;
    padding: 0 30px;
    height: 100px;
    align-items: center; }
    @media (max-width: 767px) {
      header .header-wrapper {
        padding: 0 4.6875vw 0 3.125vw;
        height: 100px; } }
    @media (max-width: 767px) {
      header .header-wrapper {
        padding: 0 4.6875vw 0 3.125vw;
        height: 18.75vw; } }
  header .logo-wrapper {
    flex: 1;
    cursor: pointer;
    position: relative;
    z-index: 2; }
    header .logo-wrapper svg {
      width: 80px;
      height: 80px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      header .logo-wrapper svg .logo-mask {
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        fill: #fff; }
      @media (max-width: 1199px) {
        header .logo-wrapper svg {
          width: 60px;
          height: 60px; }
          header .logo-wrapper svg .logo-mask {
            fill: #fff; } }
      @media (max-width: 767px) {
        header .logo-wrapper svg {
          width: 12.5vw;
          height: 12.5vw; } }
  header.black .logo-wrapper svg .logo-mask {
    fill: #000; }
  header.black nav a {
    color: #000; }
  header.black-white .logo-wrapper svg .logo-mask {
    fill: #000; }
    @media (max-width: 991px) {
      header.black-white .logo-wrapper svg .logo-mask {
        fill: #fff; } }
  header.white-black nav a {
    color: #000; }
  header nav {
    flex: 0 0 auto; }
    header nav ul {
      display: flex;
      list-style: none;
      margin-top: 0;
      margin-right: 10px;
      margin-bottom: 0;
      align-items: center; }
      @media (max-width: 767px) {
        header nav ul {
          margin-right: 0; } }
    header nav a {
      font-family: 'GT Walsheim Pro';
      margin-left: 28px;
      color: #fff;
      font-size: 18px;
      letter-spacing: 0.03em;
      font-weight: 500;
      -webkit-transition: color 0.25s linear;
      -moz-transition: color 0.25s linear;
      -ms-transition: color 0.25s linear;
      -o-transition: color 0.25s linear;
      transition: color 0.25s linear; }
      @media (max-width: 767px) {
        header nav a {
          font-size: 14px;
          margin-left: 3.90625vw; } }
      @media (max-width: 991px) {
        header nav a {
          color: #fff; } }

a.buy-it {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CA2B2E;
  min-width: 100px;
  padding: 0 15px;
  height: 40px;
  border-radius: 4px;
  color: white !important; }
  @media (max-width: 767px) {
    a.buy-it {
      width: 100px;
      height: 40px; } }

.locator {
  background: #009491;
  width: 100vw;
  display: flex;
  overflow: hidden;
  flex: 1;
  height: 100%; }
  .locator form {
    display: flex; }
  @media (max-width: 991px) {
    .locator {
      max-height: 100vh !important;
      overflow-y: auto; } }
  .locator .locator-form input {
    display: block;
    padding: 0 20px;
    background: white;
    border: 0;
    height: 53px;
    display: flex;
    font-size: 18px;
    align-items: center;
    width: 314px;
    background-position: 150% 50% !important;
    font-family: 'GT Walsheim Pro';
    font-size: 18px;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .locator .locator-form input {
        padding: 0 10px; } }
    .locator .locator-form input::placeholder {
      font-family: 'GT Walsheim Pro';
      font-size: 18px;
      letter-spacing: 1px; }
    .locator .locator-form input:focus {
      outline: 0;
      border: 0; }
  .locator .locator-form button {
    display: block;
    height: 53px;
    width: 80px;
    background: black;
    outline: 0;
    border: 0;
    color: white;
    width: 107px;
    text-align: center;
    font-family: 'GT Walsheim Pro';
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600; }

.locator-form--mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .locator-form--mobile {
      display: flex !important;
      max-width: calc(100% - 30px);
      margin: 0 auto;
      border: 1px solid black; } }

#locator-left {
  width: 100vw;
  max-width: 100vw;
  flex: 0 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  gap: 45px; }
  @media (max-width: 991px) {
    #locator-left {
      padding: 0 15px;
      height: calc(var(--vh, 1vh) * 100); } }
  @media (max-width: 991px) {
    #locator-left #locator-form {
      width: 100%; } }
  #locator-left h4.not-not-found {
    opacity: 1;
    margin-top: 0;
    transition: all 0.25s ease-in-out 0.25s; }
  #locator-left h4.not-found {
    opacity: 0;
    margin-top: 20px;
    transition: all 0.25s ease-in-out 0s; }
    #locator-left h4.not-found span {
      display: block;
      margin-bottom: 15px; }
    #locator-left h4.not-found a {
      color: white;
      text-decoration: underline; }
  #locator-left.none-found h4.not-not-found {
    opacity: 0;
    margin-top: -10px;
    transition: all 0.25s ease-in-out 0s; }
  #locator-left.none-found h4.not-found {
    opacity: 1;
    margin-top: 10px;
    transition: all 0.25s ease-in-out 0.25s; }
  #locator-left .locator-marker {
    position: relative;
    height: 50vh;
    width: 37.5vh;
    max-width: 372px;
    max-height: 494px; }
    #locator-left .locator-marker .offset-element {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      mix-blend-mode: multiply; }
      #locator-left .locator-marker .offset-element img {
        position: relative;
        z-index: 0; }
    #locator-left .locator-marker h4 {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      z-index: 2;
      text-align: center;
      width: 100%; }
  #locator-left.shake-it .locator-marker .offset-element {
    animation: horizontal-shaking 0.4s;
    animation-fill-mode: both;
    animation-iteration-count: 2; }
  #locator-left.searching {
    max-width: 50vw; }
    @media (max-width: 991px) {
      #locator-left.searching {
        max-width: 100vw; } }

#locator-right {
  font-family: 'GT Walsheim Pro';
  padding-top: 100px;
  width: 50vw;
  min-width: 50vw;
  background: white;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #848484;
  box-sizing: content-box; }
  @media (max-width: 1199px) {
    #locator-right {
      justify-content: center;
      padding-top: 0;
      gap: 100px; } }
  @media (max-width: 991px) {
    #locator-right {
      position: relative;
      justify-content: space-between;
      width: 100vw;
      height: 100vh;
      display: none;
      transition: transform 0.25s ease-in-out;
      padding-top: 100px;
      padding-bottom: 60px;
      z-index: 5;
      gap: 40px;
      max-height: calc(var(--vh, 1vh) * 100);
      box-sizing: border-box; }
      #locator-right.searching {
        transform: translateX(0); } }
  @media (max-width: 991px) {
    #locator-right .buy-it {
      width: auto; } }
  #locator-right .wrapper {
    width: 80%;
    max-width: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 315px; }
    @media (max-width: 991px) {
      #locator-right .wrapper {
        height: auto; } }
    @media (max-width: 991px) {
      #locator-right .wrapper.bar .img-wrapper {
        right: -2.5%;
        width: 30%; } }
    @media (max-width: 991px) {
      #locator-right .wrapper.bar .details {
        max-width: 75%;
        transform: translateX(-15%); } }
    @media (max-width: 991px) {
      #locator-right .wrapper.shop .img-wrapper {
        left: 5%; } }
    #locator-right .wrapper.shop .img-wrapper img {
      object-position: center bottom;
      max-width: 270px;
      max-height: 315px; }
    #locator-right .wrapper.shop .details {
      width: auto;
      flex: 1; }
      @media (max-width: 991px) {
        #locator-right .wrapper.shop .details {
          max-width: 75%;
          transform: translateX(10%); } }
    #locator-right .wrapper .bar-shop {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
  #locator-right .img-wrapper {
    position: relative;
    z-index: 0;
    width: 50%;
    display: flex;
    justify-content: center; }
    @media (max-width: 1199px) {
      #locator-right .img-wrapper {
        width: 30%; } }
    @media (max-width: 991px) {
      #locator-right .img-wrapper {
        position: absolute;
        width: 20%; }
        #locator-right .img-wrapper img {
          width: 100%; } }
  #locator-right img {
    height: 100%;
    max-width: 344px;
    object-fit: contain;
    object-position: center; }
  #locator-right .details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 270px;
    transition: all 0.5s ease-in-out;
    flex: 0 0 auto;
    position: relative;
    z-index: 1; }
    #locator-right .details .nearest {
      font-size: 14px;
      color: #CA2B2E;
      font-weight: 600px;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 23px; }
    #locator-right .details .name, #locator-right .details .address {
      font-size: 18px;
      line-height: 1.3;
      letter-spacing: 1px; }
    #locator-right .details .distance-google {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 23px;
      margin-top: 8px; }
      #locator-right .details .distance-google a {
        text-decoration: underline;
        color: black;
        text-underline-offset: 3px; }
    #locator-right .details .name {
      font-weight: 600; }
    #locator-right .details #bar,
    #locator-right .details #shops {
      width: 100%;
      text-align: center; }
    #locator-right .details.hidden {
      transform: translateY(-10px);
      opacity: 0; }
      @media (max-width: 991px) {
        #locator-right .details.hidden {
          transform: translateX(100%); } }
  #locator-right #nextBar,
  #locator-right #nextShop {
    font-family: 'GT Walsheim Pro';
    font-size: 14px;
    font-weight: 600;
    color: #CA2B2E;
    text-decoration: underline;
    text-underline-offset: 3px; }
  #locator-right .distance-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; }

.noBarShop {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center; }

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  25% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px); }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px); }
  75% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

body, html {
  padding: 0;
  margin: 0;
  background: #000;
  color: #fff;
  overflow: hidden;
  background: #009491; }

#mobile-sizer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

p {
  margin: 0 0 15px;
  line-height: 150%;
  font-size: 18px; }
  @media (max-width: 767px) {
    p {
      font-size: 4vw; } }

h1 {
  color: #fff;
  font-family: 'Good Vodka';
  font-size: 150px;
  letter-spacing: 20px;
  text-indent: 20px;
  font-weight: 500;
  position: relative; }
  h1 span {
    position: relative;
    z-index: 2; }
  h1:after {
    content: 'GOOD.';
    display: block;
    color: red;
    mix-blend-mode: screen;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 63;
    mix-blend-mode: multiply; }
  @media (max-width: 767px) {
    h1 {
      font-size: 25vw;
      letter-spacing: 3vw; }
      h1:after {
        top: -.75vw;
        left: -.75vw; } }

h2 {
  font-family: 'GT Walsheim Pro';
  font-size: 32px;
  letter-spacing: 0.01em;
  margin: 0;
  display: block;
  width: 100%;
  font-weight: 500; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 30px;
  font-family: 'GT Walsheim Pro';
  font-weight: 500;
  text-align: left;
  margin: 0;
  margin-bottom: 0;
  text-align: center; }
  h3 img {
    width: 15px;
    margin-left: 5px; }
  @media (max-width: 991px) {
    h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 5.625vw; } }

h4 {
  font-size: 24px;
  text-align: left;
  margin: 0;
  font-family: 'GT Walsheim Pro';
  font-weight: 500;
  opacity: 1;
  max-width: 700px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 5.625vw;
      text-align: center; } }

h5 {
  font-size: 18px;
  margin: 0;
  font-family: 'GT Walsheim Pro';
  font-weight: 100;
  font-style: 500;
  margin-top: 3.488372vh;
  text-align: center; }

h6 {
  font-family: 'GT Walsheim Pro';
  font-weight: 500;
  margin: 5px 0 0; }

button {
  background: none;
  border: 0;
  outline: 0; }
  button.a {
    text-decoration: underline; }

.mobile {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile {
      display: block !important; }
      .mobile.mobile-flex {
        display: flex !important; } }

.non-mobile {
  display: block; }
  .non-mobile.non-mobile-flex {
    display: flex; }
  @media (max-width: 991px) {
    .non-mobile {
      display: none !important; } }

#good, #agegate {
  display: none; }

@media (max-width: 1199px) {
  .touchevents {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

#good {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; }
  @media (max-width: 991px) {
    #good {
      position: fixed;
      overflow: hidden;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

.good-panel {
  height: 100vh;
  width: 100vw;
  min-height: 525px;
  background: #009491;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }
  .good-panel.green-panel {
    background: #009491; }
  .good-panel.blue-panel {
    background: #E0F3FF; }
  .good-panel.white-panel {
    background: #fff; }
  @media (max-width: 991px) {
    .good-panel {
      height: auto;
      overflow: hidden;
      padding-bottom: 30px;
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .good-panel {
      padding-top: 0; } }

.logo-mask {
  fill: #fff; }

.flex-arrow {
  position: relative;
  flex: 1; }
  .flex-arrow .flex-arrow-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .flex-arrow .arrow {
    width: 2px;
    width: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .flex-arrow .arrow-head-svg {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15px;
    height: 15px; }
    .flex-arrow .arrow-head-svg .arrow-head-polygon {
      fill: #fff; }

.opener {
  position: relative; }
  @media (max-width: 767px) {
    .opener {
      padding-top: 30px; } }
  .opener .opener-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 90vh;
    min-height: 525px;
    padding-bottom: 5vh;
    padding-top: 10vh; }
    @media (max-width: 767px) {
      .opener .opener-wrapper {
        height: 85%;
        min-height: 0;
        padding: 0; } }
    .opener .opener-wrapper .opener-text {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      margin-top: 20px; }
    .opener .opener-wrapper h2 {
      text-align: center;
      margin: 0 0 20px 0; }
      .opener .opener-wrapper h2:last-of-type {
        margin: 0 0 20px 0; }
      @media (max-width: 767px) {
        .opener .opener-wrapper h2 {
          margin-bottom: 15px; }
          .opener .opener-wrapper h2:last-of-type {
            margin: 0 0 15px; } }
    .opener .opener-wrapper .opener-good {
      display: flex;
      flex: 1;
      align-items: center;
      height: 200px; }
      @media (min-width: 767px) {
        .opener .opener-wrapper .opener-good {
          margin-bottom: 30px; } }
      @media (min-width: 992px) {
        .opener .opener-wrapper .opener-good h1 {
          position: absolute;
          top: 50%;
          left: 50%;
          letter-spacing: 38px;
          margin-left: -295px;
          margin-top: -32px;
          height: 115px; }
          .opener .opener-wrapper .opener-good h1 .period {
            display: block;
            position: absolute;
            right: -60px;
            top: 0; } }
      .opener .opener-wrapper .opener-good img {
        max-width: 90vw; }

html, body {
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  @media (max-width: 991px) {
    html, body {
      height: calc(var(--vh, 1vh) * 100); } }

.story-panel {
  position: relative;
  height: 100vh;
  flex-direction: column; }
  .story-panel img {
    max-width: 100%; }
  @media (max-width: 991px) {
    .story-panel {
      min-height: 100vh;
      height: auto; }
      .story-panel .flex-arrow {
        display: none; } }
  .story-panel .story-panel-wrapper {
    width: 86.046512vh;
    height: 86.046512vh;
    background: #fff;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0; }
    .story-panel .story-panel-wrapper img {
      max-width: 75%;
      max-height: 75%; }
    .story-panel .story-panel-wrapper.small {
      width: 52.790698vh;
      height: 52.790698vh;
      margin: 7.55814vh 0; }
      .story-panel .story-panel-wrapper.small img {
        max-width: 80%;
        max-height: 80%; }
      @media (max-width: 991px) {
        .story-panel .story-panel-wrapper.small {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .story-panel .story-panel-wrapper.small {
          width: 87vw;
          height: 87vw;
          margin: 0 0 30px; }
          .story-panel .story-panel-wrapper.small + h4 {
            margin-bottom: 15px; } }
    @media (max-width: 991px) {
      .story-panel .story-panel-wrapper {
        width: 87vw;
        height: 87vw;
        max-height: 90vh;
        max-width: 90vh;
        overflow: visible; }
        .story-panel .story-panel-wrapper h4 {
          max-width: 54.0625vw;
          position: absolute;
          bottom: 6vh;
          -moz-transform: translateY(50%);
          -o-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -webkit-transform: translateY(50%);
          transform: translateY(50%);
          min-width: 100%; }
        .story-panel .story-panel-wrapper img {
          max-width: 50vh;
          max-height: 50vh; }
        .story-panel .story-panel-wrapper.small img {
          max-width: 70%; } }
    @media (max-width: 767px) {
      .story-panel .story-panel-wrapper h4 {
        bottom: -25vw;
        -moz-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%); }
      .story-panel .story-panel-wrapper img {
        max-height: 80%; }
      .story-panel .story-panel-wrapper.small img {
        max-width: 70%; } }
  .story-panel h4 {
    color: #000;
    text-align: center; }
    @media (max-width: 991px) {
      .story-panel h4 {
        margin-bottom: 30px; }
        .story-panel h4:last-of-type {
          margin-bottom: 0; } }
  .story-panel[data-index="2"] {
    padding-top: 12.790698vh; }
    @media (max-width: 991px) {
      .story-panel[data-index="2"] {
        padding-top: 50px; } }
  .story-panel[data-index="1"] .flex-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12.790698vh;
    z-index: 1; }
    .story-panel[data-index="1"] .flex-arrow .arrow {
      background: #000; }
    .story-panel[data-index="1"] .flex-arrow .arrow-head-svg .arrow-head-polygon {
      fill: #000; }
    .story-panel[data-index="1"] .flex-arrow:last-of-type {
      top: auto;
      bottom: -11.9vh;
      height: 19vh; }

@media (max-width: 991px) {
  .fruit-panel {
    align-items: flex-start;
    padding-top: 30px; } }

.fruit-wrapper {
  width: 85%;
  padding-top: 5vh; }
  @media (max-width: 991px) {
    .fruit-wrapper {
      width: 90%;
      padding: 15vh 0 60px; } }
  @media (max-width: 991px) {
    .fruit-wrapper {
      padding: 0 30px; } }
  .fruit-wrapper h4 {
    color: #000;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .fruit-wrapper h4 {
        display: none; } }
  .fruit-wrapper .fruit-steps {
    display: flex;
    width: calc(100% + 20px);
    margin: 0 -10px; }
    .fruit-wrapper .fruit-steps .fruit-step {
      flex: 1;
      margin: 0 10px;
      max-width: calc(25% - 20px); }
      .fruit-wrapper .fruit-steps .fruit-step:nth-of-type(3) .fruit-image {
        position: relative;
        overflow: hidden; }
        .fruit-wrapper .fruit-steps .fruit-step:nth-of-type(3) .fruit-image img {
          object-fit: cover;
          width: 100%; }
    .fruit-wrapper .fruit-steps .fruit-image {
      background: #E0F3FF;
      height: 42.55814vh;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .fruit-wrapper .fruit-steps .fruit-image img {
        width: auto;
        max-height: 100%; }
      @media (max-height: 600px) {
        .fruit-wrapper .fruit-steps .fruit-image {
          height: 33.33vh; } }
      @media (max-width: 767px) {
        .fruit-wrapper .fruit-steps .fruit-image {
          padding-top: 100%;
          height: auto; }
          .fruit-wrapper .fruit-steps .fruit-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); } }
    .fruit-wrapper .fruit-steps p {
      color: #000;
      font-family: 'GT Walsheim Pro';
      font-size: 18px;
      line-height: 1.3;
      font-weight: 500; }
      @media (max-height: 600px) {
        .fruit-wrapper .fruit-steps p {
          font-size: 16px; } }
    @media (max-width: 991px) {
      .fruit-wrapper .fruit-steps {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0; }
        .fruit-wrapper .fruit-steps .fruit-image {
          position: relative;
          width: 100%;
          overflow: hidden;
          height: auto; }
          .fruit-wrapper .fruit-steps .fruit-image img {
            max-height: 100%;
            max-width: 100%; }
        .fruit-wrapper .fruit-steps .fruit-step {
          padding-bottom: 30px;
          border-bottom: 1px solid #000;
          margin: 0 0 30px;
          max-width: 400px; }
          .fruit-wrapper .fruit-steps .fruit-step:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0px; }
        .fruit-wrapper .fruit-steps p {
          margin-top: 15px; } }
    @media (max-width: 991px) {
      .fruit-wrapper .fruit-steps .fruit-step {
        border-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0;
        margin: 0; }
        .fruit-wrapper .fruit-steps .fruit-step .fruit-image {
          margin-bottom: 15px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .fruit-wrapper .fruit-steps .fruit-step p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .fruit-wrapper .fruit-steps .fruit-step {
        justify-content: center; }
        .fruit-wrapper .fruit-steps .fruit-step .fruit-image {
          margin-top: 30px;
          margin-bottom: 15px; }
        .fruit-wrapper .fruit-steps .fruit-step p {
          font-size: 16px;
          margin: 0; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .touchevents .fruit-wrapper .fruit-steps .fruit-image {
    max-height: 20vh; } }

.small-number {
  font-family: 'Good Vodka';
  letter-spacing: 1.67;
  font-size: 60px;
  color: #000;
  margin: 30px 0 0; }
  @media (max-height: 600px) {
    .small-number {
      font-size: 40px;
      margin-top: 15px; } }
  @media (max-width: 991px) {
    .small-number {
      font-size: 10vw;
      float: left;
      line-height: 80%;
      margin: 0 4.6875vw 0 0;
      padding-top: 1.9vw; } }

.split {
  display: flex;
  height: 100vh;
  width: 100vw;
  min-height: 525px;
  overflow-y: hidden; }
  @media (max-width: 991px) {
    .split {
      min-height: 100vh;
      height: auto;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .split {
      min-height: 0; } }
  .split .side {
    flex: 1;
    height: 100vh;
    min-height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 6.976744vh 0; }
    @media (max-width: 991px) {
      .split .side {
        justify-content: center;
        padding-top: 60px; } }
    @media (max-width: 767px) {
      .split .side {
        position: relative; }
        .split .side.side-green {
          padding: 45px 0 0; }
          .split .side.side-green h3 {
            padding-top: 15px !important; }
        .split .side:nth-of-type(1) .image-wrapper {
          margin-bottom: 50px; } }
    .split .side img {
      max-height: 100%;
      width: auto; }
    @media (max-width: 991px) {
      .split .side .image-wrapper {
        width: 87.5vw;
        height: 87.5vw;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background: #fff; }
        .split .side .image-wrapper img {
          width: auto;
          max-height: 90%;
          display: block;
          margin: 0 auto; } }
    .split .side.side-white {
      background: #fff;
      justify-content: center;
      position: relative; }
      .split .side.side-white .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (min-width: 992px) {
          .split .side.side-white .image-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
        .split .side.side-white .image-wrapper img {
          max-height: 100%; }
      @media (max-width: 991px) {
        .split .side.side-white {
          background: #009491; }
          .split .side.side-white .image-wrapper {
            margin-bottom: 30px; } }
    .split .side.side-green {
      background: #009491; }
      .split .side.side-green .flex-arrow {
        margin-top: -6.976744vh;
        height: 16.27907vh;
        flex: 0 0 auto; }
        @media (max-height: 600px) {
          .split .side.side-green .flex-arrow {
            height: 8vh; } }
      .split .side.side-green h3 {
        flex: 0 0 auto;
        color: #fff;
        padding: 6.976744vh 0 8.139535vh; }
        @media (max-width: 991px) {
          .split .side.side-green h3 {
            padding: 3.976744vh 0 8.139535vh; } }
        .split .side.side-green h3:last-of-type:not(:first-of-type) {
          padding-bottom: 0; }

.split-panel[data-index="4"] .split .side.side-white .image-wrapper img {
  max-height: 70%; }

@media (max-width: 991px) {
  .split-panel {
    padding: 0; } }

.logo-panel h3 {
  padding: 0 0 8.139535vh; }

.logo-panel .icon-list {
  padding-bottom: 8.139535vh; }

@media (max-width: 991px) {
  .logo-panel {
    padding-top: 80px; }
    .logo-panel .icon-list {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center; }
      .logo-panel .icon-list .icon-wrapper {
        padding: 0 !important;
        margin: 0 7.4125vw 30px;
        width: auto;
        flex: 0 0 auto; }
        .logo-panel .icon-list .icon-wrapper:nth-child(3) {
          margin: 0 8vw 30px;
          display: flex;
          justify-content: center; }
        .logo-panel .icon-list .icon-wrapper:nth-child(4), .logo-panel .icon-list .icon-wrapper:nth-child(5) {
          margin-bottom: 0; } }

.offset-rectangle,
.offset-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  flex: 0 0 auto;
  width: 372px;
  height: 372px;
  flex-direction: column;
  padding: 0 38px 0 62px; }
  @media (max-height: 600px) {
    .offset-rectangle,
    .offset-circle {
      width: 325px;
      height: 325px;
      padding: 0 15px; } }
  .offset-rectangle h4,
  .offset-circle h4 {
    color: #fff;
    margin-bottom: 30px;
    z-index: 5; }
    .offset-rectangle h4:last-of-type:not(:first-of-type),
    .offset-circle h4:last-of-type:not(:first-of-type) {
      margin-bottom: 4px; }
  .offset-rectangle.icon,
  .offset-circle.icon {
    width: 120px;
    height: 120px;
    padding: 0; }
    .offset-rectangle.icon .offset-element,
    .offset-circle.icon .offset-element {
      width: 120px;
      height: 120px;
      top: 0;
      right: 0; }
    @media (max-height: 600px) {
      .offset-rectangle.icon,
      .offset-circle.icon {
        width: 90px;
        height: 90px; }
        .offset-rectangle.icon .offset-element,
        .offset-circle.icon .offset-element {
          width: 90px;
          height: 90px; } }
    @media (max-width: 991px) {
      .offset-rectangle.icon,
      .offset-circle.icon {
        width: 25vw;
        height: 25vw;
        margin: 0 5vw; }
        .offset-rectangle.icon .offset-element,
        .offset-circle.icon .offset-element {
          height: 25vw;
          width: 25vw; } }
  .offset-rectangle .offset-element,
  .offset-circle .offset-element {
    display: block;
    position: absolute;
    -moz-transform: translate(6px, -3px);
    -o-transform: translate(6px, -3px);
    -ms-transform: translate(6px, -3px);
    -webkit-transform: translate(6px, -3px);
    transform: translate(6px, -3px);
    top: 0;
    right: 0;
    width: 372px;
    height: 372px;
    border-radius: 100%;
    background-color: #CA2B2E;
    mix-blend-mode: multiply;
    z-index: 0; }
    @media (max-height: 600px) {
      .offset-rectangle .offset-element,
      .offset-circle .offset-element {
        width: 325px;
        height: 325px; } }

@media (max-width: 991px) {
  .waste-panel {
    padding-top: 0; } }

@media (max-width: 767px) {
  .waste-panel {
    padding-bottom: 0; } }

.waste-panel-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1220px;
  width: 90%; }
  @media (max-width: 767px) {
    .waste-panel-wrapper {
      padding-top: 0;
      padding-bottom: 15px;
      max-height: 100%; } }
  .waste-panel-wrapper .offset-rectangle {
    padding-bottom: 0;
    padding-right: 0;
    padding: 0; }
  .waste-panel-wrapper h3 {
    text-align: left;
    width: 80%;
    max-width: 840px;
    padding-top: 8.139535vh; }
    @media (max-width: 991px) {
      .waste-panel-wrapper h3 {
        padding-top: 0; } }
  .waste-panel-wrapper h4 {
    text-align: left;
    width: 100%;
    max-width: 100%; }
  .waste-panel-wrapper .offset-rectangle > h4 {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .waste-panel-wrapper .waste-drink {
    max-width: 35.245902%;
    z-index: 5;
    width: auto;
    align-self: center;
    margin-top: -110px;
    height: calc(42.5vh + 70px); }
    @media (max-width: 991px) {
      .waste-panel-wrapper .waste-drink {
        display: none; } }
  @media (max-width: 991px) {
    .waste-panel-wrapper h3 {
      margin: 0; } }

.offset-rectangle {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4vh;
  padding: 36px 74px 60px 80px; }
  @media (max-width: 991px) {
    .offset-rectangle {
      flex-direction: column;
      padding: 30px 15px 30px 30px;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .offset-rectangle {
      flex: 1; } }
  .offset-rectangle .offset-element {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: auto;
    height: auto; }

.icon-list {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  flex: 1;
  max-width: 100%;
  min-width: 800px; }
  @media (max-width: 991px) {
    .icon-list {
      flex-direction: column;
      min-width: 0;
      width: 100%;
      flex: 0 0 auto; } }
  .icon-list .icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 36px;
    flex: 1; }
    .icon-list .icon-wrapper h5 {
      max-width: 180px; }
    @media (max-width: 991px) {
      .icon-list .icon-wrapper {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 30px;
        padding: 0 12.375vw 0 9.375vw; }
        .icon-list .icon-wrapper h5 {
          margin: 0;
          max-width: 100%; }
        .icon-list .icon-wrapper:nth-of-type(2) {
          flex-direction: row-reverse;
          padding: 0 9.375vw; } }
    .icon-list .icon-wrapper .icon img {
      position: relative;
      z-index: 1;
      margin-left: 3px;
      margin-top: -1px;
      max-width: 80%; }

.three-up-panel-wrapper {
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden; }

.three-up-image-wrapper {
  display: flex;
  align-items: flex-start; }

.three-up-wrapper {
  display: flex;
  flex: 1;
  margin-right: -5vh; }

.three-up-panel {
  z-index: 2;
  opacity: 1;
  padding: 30px 0 0 60px;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear; }
  .three-up-panel .recipe-label {
    margin: 0;
    text-align: left; }
  @media (max-width: 991px) {
    .three-up-panel {
      padding: 30px 30px;
      height: auto;
      min-height: auto; }
      .three-up-panel h4:first-of-type {
        margin-bottom: 15px; }
      .three-up-panel .three-up-wrapper {
        flex-direction: column;
        width: 100%; }
        .three-up-panel .three-up-wrapper .three-up {
          justify-content: flex-start;
          align-items: flex-start; }
          .three-up-panel .three-up-wrapper .three-up .third {
            border-right: 0px; }
        .three-up-panel .three-up-wrapper .third {
          padding: 15px;
          justify-content: flex-start; } }
  @media (max-width: 767px) {
    .three-up-panel .three-up-panel-description {
      display: none; }
    .three-up-panel h4 {
      margin-bottom: 0 !important; } }
  .three-up-panel h4 {
    margin-bottom: 0; }
  .three-up-panel.swiper-slide-active {
    opacity: 1; }
  .three-up-panel[data-panel-index="0"] {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto; }

.three-up {
  z-index: 2;
  width: 100%;
  display: flex;
  margin-left: -20px;
  margin-top: 20px;
  min-height: 0; }
  @media (min-width: 992px) {
    .three-up {
      height: 42.5vh;
      min-height: 300px;
      flex-direction: column; } }
  @media (max-height: 600px) {
    .three-up {
      min-height: 250px; } }
  .three-up .drink-instruction {
    flex: 0 0 auto;
    width: 100%;
    padding: 30px 0 60px 20px; }
  .three-up .third {
    width: 33%;
    padding: 0 15px 0 20px;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .three-up .third .small-number {
      color: #fff;
      margin-top: 0; }
    .three-up .third h4 {
      text-align: left;
      margin: 0;
      min-height: 60px; }
    .three-up .third:last-of-type {
      border-right: 0; }
  @media (max-width: 991px) {
    .three-up {
      flex-direction: column;
      margin-left: 0; }
      .three-up .third {
        width: 100%;
        padding: 30px 15px;
        border-right: 0px;
        border-top: 1px solid #fff;
        flex-direction: row;
        align-items: center; }
        .three-up .third:last-of-type {
          border-bottom: 1px solid #fff; }
        .three-up .third .small-number {
          display: block;
          text-align: left;
          margin-bottom: 0; }
        .three-up .third h4 {
          text-align: left;
          min-height: 0; }
      .three-up .drink-instruction {
        padding: 0;
        margin: 30px 0; }
        .three-up .drink-instruction h4 {
          text-align: left; } }
  @media (max-width: 767px) {
    .three-up .drink-instruction {
      padding-top: 15px;
      margin: 0; }
      .three-up .drink-instruction h4 {
        font-size: 20px; } }

.three-up-next,
.three-up-prev {
  position: absolute;
  height: 60px;
  width: 30px;
  top: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/toggle-arrow.svg);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  opacity: 1;
  outline: 0;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear; }
  .three-up-next:focus,
  .three-up-prev:focus {
    outline: 0; }
  .three-up-next.swiper-button-disabled,
  .three-up-prev.swiper-button-disabled {
    opacity: 0; }
  @media (max-width: 991px) {
    .three-up-next,
    .three-up-prev {
      top: auto;
      height: 45px;
      bottom: -90px;
      right: 0; } }
  @media (max-width: 767px) {
    .three-up-next,
    .three-up-prev {
      height: 30px;
      top: auto;
      bottom: -60px;
      right: 40px;
      left: auto; } }

.three-up-prev {
  background-image: url(../img/page-arrow-left.svg);
  left: -50px; }
  @media (max-width: 991px) {
    .three-up-prev {
      left: 0; } }

.three-up-next {
  left: auto;
  right: -50px;
  background-image: url(../img/page-arrow-right.svg); }
  @media (max-width: 991px) {
    .three-up-next {
      right: 0; } }
  @media (max-width: 767px) {
    .three-up-next {
      right: 0px; } }

.state-name {
  font-family: 'GT Walsheim Pro';
  font-size: 16px;
  line-height: 1;
  margin: 20px 0 5px;
  padding: 5px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: inline-block;
  color: #000; }
  @media (max-width: 767px) {
    .state-name {
      margin-top: 0; } }

.old-location-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 75px; }
  @media (max-width: 991px) {
    .old-location-panel {
      justify-content: center;
      gap: 30px;
      padding-top: 60px;
      padding-bottom: 10px; } }
  .old-location-panel .location-footer {
    position: relative;
    max-width: 1100px;
    margin: 45px auto;
    padding: 30px 0 0;
    width: 100%;
    color: #000; }
    @media (max-width: 991px) {
      .old-location-panel .location-footer {
        margin: 0 auto;
        padding: 0 30px; } }
    .old-location-panel .location-footer p {
      font-family: 'GT Walsheim Pro';
      text-align: center; }
      @media (max-width: 991px) {
        .old-location-panel .location-footer p {
          text-align: center; } }
    .old-location-panel .location-footer a {
      color: #CA2B2E; }
  .old-location-panel .location-panel-inner, .old-location-panel .location-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black; }
    @media (max-width: 991px) {
      .old-location-panel .location-panel-inner, .old-location-panel .location-image {
        flex-direction: column;
        gap: 20px; } }
    .old-location-panel .location-panel-inner img, .old-location-panel .location-image img {
      max-height: 50vh;
      max-width: 30vw;
      object-fit: contain; }
      @media (max-width: 991px) {
        .old-location-panel .location-panel-inner img, .old-location-panel .location-image img {
          max-width: 20vw;
          max-height: 25vh; } }

.location-panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  flex-direction: column; }
  .location-panel .location-panel-inner {
    height: 100vh;
    overflow: auto;
    width: 100%;
    padding: 0 5vw;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    color: black;
    display: flex;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  @media (max-width: 991px) {
    .location-panel {
      justify-content: flex-start;
      min-height: 0;
      max-height: calc(var(--vh, 1vh) * 100) !important; } }
  .location-panel .location-panel-container {
    display: flex;
    flex: 1; }
    @media (max-width: 991px) {
      .location-panel .location-panel-container {
        flex-direction: column; } }
    .location-panel .location-panel-container h4 {
      text-align: left;
      color: #CA2B2E;
      font-size: 18px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      font-family: 'GT Walsheim Pro';
      font-weight: 600; }
      @media (max-width: 991px) {
        .location-panel .location-panel-container h4 {
          font-size: 16px;
          line-height: 19px;
          margin-bottom: 10px; } }
  .location-panel h3 {
    color: #000;
    text-align: left;
    flex: 0 0 auto;
    width: 90%;
    margin-bottom: 30px;
    flex: 0 0 auto;
    max-width: 1100px;
    margin: 0 0 30px; }
  .location-panel .location-footer {
    position: relative;
    max-width: 1100px;
    margin: 45px auto;
    padding-top: 30px;
    width: 100%;
    padding: 30px;
    color: #000; }
    @media (max-width: 991px) {
      .location-panel .location-footer {
        margin: 0 auto; } }
    .location-panel .location-footer p {
      font-family: 'GT Walsheim Pro';
      text-align: center; }
      @media (max-width: 991px) {
        .location-panel .location-footer p {
          text-align: center; } }
    .location-panel .location-footer a {
      color: #CA2B2E; }
    .location-panel .location-footer:before {
      content: '';
      display: block;
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      height: 23px;
      background-image: url(../img/scallop-black.svg);
      background-repeat-y: no-repeat;
      background-size: contain;
      background-position: left center; }
      @media (max-width: 991px) {
        .location-panel .location-footer:before {
          display: none; } }
  .location-panel .location-about {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #CA2B2E;
    padding: 30px 0; }
    .location-panel .location-about:before {
      content: '';
      display: block;
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      height: 23px;
      background-image: url(../img/scallop.svg);
      background-position: left center; }
      @media (max-width: 991px) {
        .location-panel .location-about:before {
          display: none; } }
    @media (max-width: 991px) {
      .location-panel .location-about {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 60px;
        padding: 0 2.5vw;
        height: auto;
        margin-top: 0; } }
    @media (max-width: 767px) {
      .location-panel .location-about {
        height: auto;
        margin-top: 0; } }
    .location-panel .location-about .location-about-wrapper {
      display: flex;
      max-width: 1200px;
      width: calc(100% - 60px);
      margin: 0 auto; }
      .location-panel .location-about .location-about-wrapper h4 {
        flex: 0 0 auto;
        color: #fff;
        margin-right: 15px; }
      .location-panel .location-about .location-about-wrapper .person {
        flex: 1; }
        .location-panel .location-about .location-about-wrapper .person .person-wrapper {
          display: flex;
          align-items: center; }
          .location-panel .location-about .location-about-wrapper .person .person-wrapper p {
            max-width: 350px;
            margin: 0;
            color: white;
            font-family: 'GT Walsheim Pro';
            font-size: 18px;
            line-height: 1.3;
            font-weight: 500;
            color: #fff;
            padding-right: 15px; }
          .location-panel .location-about .location-about-wrapper .person .person-wrapper img {
            width: 155px;
            max-width: 15vh;
            margin-right: 30px;
            align-self: center; }
          @media (max-width: 991px) {
            .location-panel .location-about .location-about-wrapper .person .person-wrapper {
              flex-direction: column; }
              .location-panel .location-about .location-about-wrapper .person .person-wrapper img {
                margin-bottom: 15px !important;
                align-self: flex-start; } }
          @media (max-width: 767px) {
            .location-panel .location-about .location-about-wrapper .person .person-wrapper img {
              max-width: 15vh;
              max-height: 15vh; }
            .location-panel .location-about .location-about-wrapper .person .person-wrapper p {
              font-size: 16px; } }
      @media (max-width: 991px) {
        .location-panel .location-about .location-about-wrapper {
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          padding: 15vh 5vw 2.5vh;
          height: 85vh; }
          .location-panel .location-about .location-about-wrapper h4 {
            text-align: center; }
          .location-panel .location-about .location-about-wrapper .person {
            flex: 0 0 auto; }
            .location-panel .location-about .location-about-wrapper .person .person-wrapper {
              margin: 2.5vh 0 0;
              align-items: flex-start; }
              .location-panel .location-about .location-about-wrapper .person .person-wrapper p {
                max-width: 100%; }
              .location-panel .location-about .location-about-wrapper .person .person-wrapper img {
                align-self: flex-start; } }
      @media (max-width: 767px) {
        .location-panel .location-about .location-about-wrapper {
          padding-top: 30px;
          padding-bottom: 0;
          height: 100%;
          justify-content: center;
          width: 100%; } }
  .location-panel .location-panel-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    flex: 1;
    padding-top: 100px; }
    @media (max-width: 991px) {
      .location-panel .location-panel-wrapper {
        height: auto !important;
        min-height: 0 !important; } }
    .location-panel .location-panel-wrapper.no-locations {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-wrap: nowrap;
      padding: 30px 0 15px; }
      .location-panel .location-panel-wrapper.no-locations h5 {
        color: #d2d2d2;
        margin: 45px auto 0;
        max-width: 90%;
        font-size: 14px;
        line-height: 1.5; }
      .location-panel .location-panel-wrapper.no-locations .no-image {
        position: absolute;
        right: 0;
        height: 60vh;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        flex: 1;
        margin-bottom: 15px; }
        .location-panel .location-panel-wrapper.no-locations .no-image img {
          max-height: 100%; }
        @media (max-width: 991px) {
          .location-panel .location-panel-wrapper.no-locations .no-image {
            position: relative;
            max-height: 40%;
            top: auto;
            margin-top: -60px;
            margin-bottom: 45px;
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0); } }
    .location-panel .location-panel-wrapper .email {
      color: #CA2B2E; }
    .location-panel .location-panel-wrapper .location-grid-wrapper {
      flex: 1;
      height: 100%;
      overflow: auto; }
      .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 8px; }
        .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry {
          width: 45%;
          color: #000;
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-family: 'GT Walsheim Pro';
          margin-bottom: 45px;
          font-size: 18px;
          line-height: 125%; }
          @media (max-width: 991px) {
            .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry {
              font-size: 16px;
              line-height: 19px; } }
          .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry h5 {
            text-align: left;
            margin-top: 0; }
          .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__name {
            font-size: 22px;
            line-height: 1;
            margin-bottom: 5px;
            color: #000; }
            @media (max-width: 767px) {
              .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__name {
                font-size: 5.625vw; } }
          .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__address {
            color: #848484;
            font-weight: 500; }
            .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__address span {
              display: block; }
          .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__online-details {
            margin-top: 10px; }
            @media (max-width: 991px) {
              .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__online-details {
                margin-top: 5px; } }
            .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__online-details span, .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__online-details a {
              display: block; }
            .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__online-details span {
              color: #CA2B2E; }
            .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry__online-details a {
              color: #848484;
              text-decoration: none; }
        @media (max-width: 991px) {
          .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid {
            flex-direction: column;
            flex-wrap: nowrap; }
            .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry {
              min-height: 0;
              width: 100%;
              padding-left: 0;
              border: 0px;
              margin-bottom: 30px; }
              .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry h5 {
                font-size: 18px; }
              .location-panel .location-panel-wrapper .location-grid-wrapper .location-grid .location-entry h6 {
                font-size: 12px; } }
    .location-panel .location-panel-wrapper .location-image {
      width: 30%;
      margin-left: 50px;
      flex: 0 0 auto;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      flex-direction: column; }
      .location-panel .location-panel-wrapper .location-image img {
        height: 500px;
        max-height: calc(100vh - 530px);
        max-width: 100%;
        margin-bottom: 10px; }
    @media (max-width: 991px) {
      .location-panel .location-panel-wrapper h3 {
        width: 100%; }
      .location-panel .location-panel-wrapper .location-image {
        width: 100%;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .location-panel .location-panel-wrapper {
        flex: 0 0 auto; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .touchevents .location-panel .location-panel-wrapper.no-locations .no-image {
    align-self: center;
    max-width: 80px; } }

@media (max-width: 991px) {
  .story-panel.mobile {
    display: flex !important; }
    .story-panel.mobile img.waste-drink {
      max-height: 50vh;
      display: block;
      margin: 0 auto; } }

.location-panel-inner::-webkit-scrollbar {
  display: none; }

.klaviyo-signup-headline {
  line-height: 100%;
  font-size: 22px;
  font-family: 'GT Walsheim Pro';
  text-align: center;
  color: #000; }

.klaviyo-signup-subheading {
  line-height: 18px;
  font-size: 125%;
  font-family: 'GT Walsheim Pro';
  text-align: center;
  color: #848484;
  margin-top: 5px; }

.klaviyo-form-SQ5sMC {
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  align-items: center;
  margin: 30px auto 0;
  width: 304px !important; }
  .klaviyo-form-SQ5sMC form {
    padding: 0 !important;
    width: 100% !important; }
  .klaviyo-form-SQ5sMC button,
  .klaviyo-form-SQ5sMC input,
  .klaviyo-form-SQ5sMC input:focus {
    width: 304px !important;
    height: 47px !important;
    border: 1px solid #979797 !important;
    border-radius: 4px !important;
    margin-bottom: 12px !important;
    font-size: 18px !important;
    line-height: 125% !important;
    padding: 8px 14px !important;
    color: #848484 !important;
    background: #FFF !important;
    font-family: 'GT Walsheim Pro' !important;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important; }
  .klaviyo-form-SQ5sMC button {
    border: 0px !important;
    background: #CA2B2E !important;
    color: #FFF !important;
    text-align: center !important;
    width: 125px !important;
    margin-top: 10px !important;
    padding: 8px 14px !important;
    font-family: 'GT Walsheim Pro' !important;
    box-sizing: border-box !important;
    margin: 10px auto 0 !important; }
  .klaviyo-form-SQ5sMC div[data-testid="form-component"] {
    width: 100%; }
  .klaviyo-form-SQ5sMC .ql-snow {
    padding: 45px 0; }
  .klaviyo-form-SQ5sMC .ql-snow p {
    font-family: 'GT Walsheim Pro' !important;
    font-weight: 500 !important; }
    .klaviyo-form-SQ5sMC .ql-snow p strong {
      font-weight: 500 !important; }
  .klaviyo-form-SQ5sMC div[data-testid="form-row"] > div {
    padding: 0 !important; }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

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

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

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

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

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

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }
