#cookies-adguard .box-wrapper {
  padding: 30px 40px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cookies-adguard .text-wrapper {
  max-width: 720px;
  margin: 0px auto 40px;
}
#cookies-adguard .checkboxes {
  margin-top: 15px;
}
#cookies-adguard .checkboxes .checkbox-wrapper {
  display: inline-block;
  position: relative;
  padding-top: 32px;
  padding-left: 0;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0px 10px 15px;
}
#cookies-adguard .checkboxes .checkbox-wrapper label {
  margin-bottom: 0px;
  cursor: pointer;
}
#cookies-adguard .checkboxes .checkbox-wrapper label .checkbox-text {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
}
#cookies-adguard .checkboxes .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
#cookies-adguard .checkboxes .checkbox-wrapper .checkbox {
  position: absolute;
  top: 0;
  left: 50%;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #fff;
  transform: translateX(-50%);
}
#cookies-adguard .checkboxes .checkbox-wrapper .checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#cookies-adguard .checkboxes .checkbox-wrapper:hover input ~ .checkbox {
  background-color: transparent;
}
#cookies-adguard .checkboxes .checkbox-wrapper input:checked ~ .checkbox {
  background-color: transparent;
}
#cookies-adguard .checkboxes .checkbox-wrapper input:checked ~ .checkbox:after {
  display: block;
}
#cookies-adguard .checkboxes .checkbox-wrapper.disabled {
  opacity: 0.5;
}
#cookies-adguard .btn-accept-all {
  letter-spacing: 0.15rem;
  padding: 17px 10px;
  min-width: 188px;
  font-size: 0.75rem;
  transition: all 250ms ease-out;
  background: rgba(94, 199, 242, 0.9);
}
#cookies-adguard .btn-accept-all:hover {
  background: #5ec7f2;
}
#cookies-adguard .btn-accept-selected {
  color: #fff;
  font-size: 0.7rem;
}
#cookies-adguard .btn-details {
  position: relative;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 18px;
}
#cookies-adguard .btn-details span {
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
}
#cookies-adguard .btn-details::before, #cookies-adguard .btn-details::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: all 250ms ease-out;
}
#cookies-adguard .btn-details::before {
  left: 0;
}
#cookies-adguard .btn-details::after {
  right: 0;
}
#cookies-adguard .btn-details.active {
  margin-top: 20px;
}
#cookies-adguard .btn-details.active::before {
  transform: rotate(225deg);
}
#cookies-adguard .btn-details.active::after {
  transform: rotate(-135deg);
}
#cookies-adguard .vb .vb-dragger .vb-dragger-styler {
  background-color: rgba(0, 0, 0, 0.6);
}
.details {
  width: 100%;
  margin-top: 20px;
}
.details .tabs {
  height: 100%;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.details .tabs .tabs-btns {
  display: flex;
  align-items: flex-end;
}
.details .tabs .tabs-btns .tab-btn {
  background: transparent;
  color: #fff;
  width: 50%;
  padding: 15px 10px;
}
.details .tabs .tabs-btns .tab-btn.active {
  background: rgba(255, 255, 255, 0.2);
}
.details .tabs .tab-content {
  height: 34vh;
  padding: 2vh 2px;
  margin-top: 1px;
  color: #fff;
  border-radius: 0px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.details .tabs-hor {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.details .tabs-hor .tabs-hor-btns {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 12%;
  margin-right: 5%;
}
.details .tabs-hor .tabs-hor-btns .tab-btn-hor {
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 6px 15px;
  margin-bottom: 5px;
  position: relative;
}
.details .tabs-hor .tabs-hor-btns .tab-btn-hor.active {
  color: #000;
  background: #fff;
}
.details .tabs-hor .tab-content-hor {
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 68%;
  max-width: 62%;
}
.table-cookies {
  width: 100%;
}
.table-cookies thead tr th {
  white-space: nowrap;
  background: #fff;
  color: #000;
  border-right: 1px solid #000;
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
  padding: 10px 10px;
}
.table-cookies tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table-cookies tbody tr td {
  font-size: 0.625rem;
  padding: 20px 10px;
  letter-spacing: 0.05rem;
}
.height-enter-active,
.height-leave-active {
  transition: all 500ms ease-out;
  overflow: hidden;
}
.height-enter,
.height-leave-to {
  max-height: 0px;
}
.height-leave,
.height-enter-to {
  max-height: 40vh;
}
@media only screen and (max-width: 991px) {
.details .tabs-hor {
    flex-flow: column;
}
.details .tabs-hor .tabs-hor-btns {
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
}
.details .tabs-hor .tabs-hor-btns .tab-btn-hor {
    text-align: center;
}
.details .tabs-hor .tab-content-hor {
    max-width: 100%;
    padding: 0px 10px;
}
}
@media only screen and (max-width: 767px) {
#cookies-adguard .box-wrapper {
    padding: 20px;
}
.details .tabs .tabs-btns .tab-btn {
    font-size: 0.66rem;
    padding: 10px 10px;
}
.details .tabs-hor .tabs-hor-btns .tab-btn-hor {
    font-size: 0.625rem;
    padding: 2px 5px;
    margin-bottom: 1px;
}
.table-md-responsive table,
  .table-md-responsive thead,
  .table-md-responsive tbody,
  .table-md-responsive th,
  .table-md-responsive td,
  .table-md-responsive tr {
    display: block;
}
.table-md-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.table-md-responsive tr {
    border: 1px solid #fff;
    margin-bottom: 1rem;
}
.table-md-responsive td {
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-left: 110px !important;
    text-align: right;
    width: 100%;
}
.table-md-responsive td::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 1.5em;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
}
.table-cookies {
    /* Label the data */
}
.table-cookies td:nth-of-type(1):before {
    content: "COOKIE NAME";
}
.table-cookies td:nth-of-type(2):before {
    content: "PURPOSE";
}
.table-cookies td:nth-of-type(3):before {
    content: "TYPE";
}
.table-cookies td:nth-of-type(4):before {
    content: "STORAGE";
}
.table-cookies td:nth-of-type(5):before {
    content: "EXPIRATION";
}
}
@media only screen and (max-width: 575px) {
#cookies-adguard .box-wrapper {
    padding: 15px;
}
#cookies-adguard .checkboxes .checkbox-wrapper {
    padding-top: 25px;
    margin: 0px 2px 15px;
}
#cookies-adguard .checkboxes .checkbox-wrapper label .checkbox-text {
    font-size: 0.55rem;
}
#cookies-adguard .checkboxes .checkbox-wrapper .checkbox {
    height: 18px;
    width: 18px;
}
#cookies-adguard .checkboxes .checkbox-wrapper .checkbox::after {
    width: 6px;
    height: 9px;
    border-width: 0px 2px 2px 0;
    left: 4px;
}
.btn-cookies {
    min-width: unset;
    font-size: 0.58rem;
    white-space: nowrap;
}
}.site-drawer-wrapper {
  position: relative;
}
.site-drawer-wrapper .site-drawer {
  position: fixed;
  display: block;
  height: 100vh;
  width: 100%;
  min-width: 200px;
}
.site-drawer-wrapper .site-drawer.pos-top {
  top: 0;
  left: 0;
}
.site-drawer-wrapper .site-drawer.pos-right {
  right: 0;
  top: 0;
}
.site-drawer-wrapper .site-drawer.pos-left {
  left: 0;
  top: 0;
}
.site-drawer-wrapper .site-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.top-enter-active,
.top-leave-active,
.right-enter-active,
.right-leave-active,
.left-enter-active,
.left-leave-active {
  transition: transform 500ms ease-out, opacity 750ms ease-out;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 250ms ease-out;
}
.top-enter,
.top-leave-to {
  transform: translateY(-100%);
  opacity: 0;
}
.right-enter,
.right-leave-to {
  transform: translateX(100%);
  opacity: 0;
}
.left-enter,
.left-leave-to {
  transform: translateX(-100%);
  opacity: 0;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}.bg-image-wrapper {
  position: relative;
}
.bg-image-wrapper.overflow-hidden {
  overflow: hidden;
}
.bg-image-wrapper.bg-contain .bg-image {
  background-size: contain;
}
.bg-image-wrapper.bg-left .bg-image {
  background-position: 0% 0%;
}
.bg-image-wrapper.bg-right .bg-image {
  background-position: 100% 0%;
}
.bg-image-wrapper.bg-top .bg-image {
  background-position: 50% 0%;
}
.bg-image-wrapper.bg-bottom .bg-image {
  background-position: 50% 100%;
}
.bg-image-wrapper.bg-bottom-left .bg-image {
  background-position: 0% 100%;
}
.bg-image-wrapper.bg-x-20 .bg-image {
  background-position: 20% 0%;
}
.bg-image-wrapper.bg-x-40 .bg-image {
  background-position: 40% 0%;
}
.bg-image-wrapper.bg-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
}
.bg-image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.bg-image-wrapper .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bg-image-wrapper .bg-image.bg-image-low {
  opacity: 1;
  transition: opacity 500ms 500ms ease-out;
}
.bg-image-wrapper .bg-image.bg-image-high {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.bg-image-wrapper.blur .bg-image.bg-image-low {
  filter: blur(20px);
  transition: opacity 500ms 500ms ease-out, filter 1000ms ease-out;
}
.bg-image-wrapper.blur .bg-image.bg-image-high {
  filter: blur(20px);
  transition: opacity 500ms ease-out, filter 1000ms ease-out;
}
.bg-image-wrapper.zoom-in .bg-image.bg-image-low, .bg-image-wrapper.zoom-in .bg-image.bg-image-high {
  transform: scale(1);
  transition: opacity 500ms ease-out, filter 1000ms ease-out, transform 7000ms ease-out;
}
.bg-image-wrapper.loaded .bg-image.bg-image-low {
  opacity: 0;
}
.bg-image-wrapper.loaded .bg-image.bg-image-high {
  opacity: 1;
}
.bg-image-wrapper.loaded.blur .bg-image.bg-image-low, .bg-image-wrapper.loaded.blur .bg-image.bg-image-high {
  filter: blur(0px);
}
.bg-image-wrapper.loaded.zoom-in .bg-image.bg-image-low, .bg-image-wrapper.loaded.zoom-in .bg-image.bg-image-high {
  transform: scale(1.05);
}
@media only screen and (min-width: 992px) {
.bg-image-wrapper.bg-lg-left-30 .bg-image {
    background-position: 30% 100%;
}
.bg-image-wrapper.bg-lg-30-100 .bg-image {
    background-position: 30% 100%;
}
}
@media only screen and (min-width: 1200px) {
.bg-image-wrapper.bg-xl-left-10 .bg-image {
    background-position: 0% 0%;
}
.bg-image-wrapper.bg-xl-10-50 .bg-image {
    background-position: 50% 10%;
}
}
@media only screen and (min-width: 1367px) {
.bg-image-wrapper.bg-xxl-50-50 .bg-image {
    background-position: 50% 50%;
}
}.bg-video {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.bg-video .video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-video .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.bg-video .video-full-btn {
  position: absolute;
  bottom: 25%;
  right: 10%;
  color: #fff;
  opacity: 0.5;
}
.bg-video .video-full-btn:hover {
  opacity: 1;
}
.bg-video .overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.bg-video .fade-enter-active,
.bg-video .fade-leave-active {
  transition: opacity 1s;
}
.bg-video .fade-enter,
.bg-video .fade-leave-to {
  opacity: 0;
}
@media only screen and (max-width: 991px) {
.bg-video .video-full-btn {
    bottom: 5%;
}
}.mask-wrapper {
  position: relative;
}
.mask-wrapper .mask {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50%);
}
.mask-wrapper .mask-content {
  position: relative;
}text-wings {
  text-align: center;
}
.text-wings {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-wings .text {
  display: inline-block;
  white-space: nowrap;
}
.text-wings .left-wing,
.text-wings .right-wing {
  display: block;
  width: 100%;
}.discount-countdown {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #152c3d;
  padding: 30px 50px 60px;
  border-radius: 50px;
  max-width: 100%;
}
.discount-countdown .discount-countdown-text {
  position: relative;
  margin: 10px 10px 50px;
  text-align: center;
}
.discount-countdown .discount-countdown-text .discount-countdown-title {
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
}
.discount-countdown .discount-countdown-text .discount-countdown-subtitle {
  font-weight: 400;
  font-size: 0.8rem;
  color: #fff;
  margin-top: 5px;
  color: #5ec7f2;
}
.discount-countdown .discount-countdown-text .discount-countdown-descr {
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
  margin-top: 5px;
}
.discount-countdown .discount-countdown-time {
  flex-flow: row;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px;
  width: 100%;
}
.discount-countdown .discount-countdown-time .discount-countdown-block {
  width: calc(50% - 4px);
  max-width: 100px;
  height: 80px;
  position: relative;
  margin: 2px 2px;
  background-color: #5ec7f2;
  color: #fff;
  border-radius: 20px;
}
.discount-countdown .discount-countdown-time .discount-countdown-block .discount-countdown-block-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.discount-countdown .discount-countdown-time .discount-countdown-block .discount-countdown-block-text .value {
  font-size: 2.2rem;
  font-weight: 900;
  color: #152c3d;
}
.discount-countdown .discount-countdown-time .discount-countdown-block .discount-countdown-block-text .unit {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  color: #152c3d;
}
@media only screen and (min-width: 576px) {
.discount-countdown {
    display: flex;
    padding: 30px 20px;
    border-radius: 40px;
}
.discount-countdown .discount-countdown-time .discount-countdown-block {
    width: calc(25% - 4px);
    max-width: 90px;
    height: 65px;
    border-radius: 20px;
}
.discount-countdown .discount-countdown-time .discount-countdown-block .discount-countdown-block-text .unit {
    font-size: 0.45rem;
}
}
@media only screen and (min-width: 992px) {
.discount-countdown {
    flex-flow: row;
    justify-content: space-between;
    padding: 20px 20px 20px 30px;
}
.discount-countdown .discount-countdown-text {
    margin: 20px 10px;
    text-align: left;
}
.discount-countdown .discount-countdown-time {
    justify-content: flex-end;
}
}.banners-espa-wrapper {
  display: flex;
  flex-flow: column;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  max-width: calc(100% - 60px);
}
.banners-espa-wrapper .banner-espa-wrapper {
  margin-top: 20px;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.4);
  width: 400px;
  max-width: 100%;
  border-radius: 20px;
  transition: box-shadow 250ms ease-in-out, width 250ms ease-in-out, border-radius 250ms ease-in-out;
}
.banners-espa-wrapper .banner-espa-wrapper:nth-child(1) {
  margin-top: 0px;
}
.banners-espa-wrapper .banner-espa-wrapper a {
  height: 100%;
  display: flex;
  align-items: center;
}
.banners-espa-wrapper .banner-espa-wrapper img {
  width: 100%;
}
.banners-espa-wrapper .banner-espa-wrapper:hover {
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0);
}
.banners-espa-wrapper.small .banner-espa-wrapper {
  width: 280px;
  border-radius: 15px;
}
.fade-enter-active,
.fade-leave-active {
  transition: all 250ms ease-out;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
@media only screen and (min-width: 750px) {
.banners-espa-wrapper {
    flex-flow: row;
}
.banners-espa-wrapper .banner-espa-wrapper {
    margin-top: 0px;
    margin-left: 20px;
}
.banners-espa-wrapper .banner-espa-wrapper:nth-child(1) {
    margin-left: 0px;
}
}.home-slider {
  height: 100%;
}
.home-slider .bg-image-wrapper,
.home-slider .bg-video {
  height: 100%;
}
.home-slider .home-slider-text {
  padding: 0px 1rem;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-slider .home-slider-text h2 {
  line-height: 1;
}.wave-wrapper {
  position: relative;
  height: 150px;
  width: 100%;
  z-index: 1;
  margin-top: -50px;
  display: block;
}
.wave-wrapper.pos-bottom-left {
  bottom: calc(0% - 1px);
}.nav-buttons[data-v-7961eb88] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.nav-buttons .btn-prev[data-v-7961eb88],
.nav-buttons .btn-next[data-v-7961eb88] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.nav-buttons .btn-prev i[data-v-7961eb88]::before,
.nav-buttons .btn-next i[data-v-7961eb88]::before {
  color: #000;
}
.nav-buttons .btn-prev[data-v-7961eb88]:hover,
.nav-buttons .btn-next[data-v-7961eb88]:hover {
  opacity: 0.5;
}
.nav-buttons .btn-prev[data-v-7961eb88] {
  left: 4%;
}
.nav-buttons .btn-next[data-v-7961eb88] {
  right: 4%;
}.nav-buttons[data-v-928f6e94] {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1;
}
.nav-buttons .btn-prev[data-v-928f6e94],
.nav-buttons .btn-next[data-v-928f6e94] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.nav-buttons .btn-prev i[data-v-928f6e94],
.nav-buttons .btn-next i[data-v-928f6e94] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-buttons .btn-prev i[data-v-928f6e94]::before,
.nav-buttons .btn-next i[data-v-928f6e94]::before {
  font-size: 1.3rem;
  color: #152c3d;
  transition: color 250ms ease-in-out;
}
@media (max-width: 900px), (max-height: 900px) {
.nav-buttons .btn-prev i[data-v-928f6e94]::before,
  .nav-buttons .btn-next i[data-v-928f6e94]::before {
    font-size: calc(1.03rem + 0.48vmin);
}
}
.nav-buttons .btn-prev[data-v-928f6e94]:hover,
.nav-buttons .btn-next[data-v-928f6e94]:hover {
  opacity: 1;
}
.nav-buttons .btn-prev:hover i[data-v-928f6e94]::before,
.nav-buttons .btn-next:hover i[data-v-928f6e94]::before {
  color: #5ec7f2;
}
.nav-buttons .btn-prev[data-v-928f6e94] {
  left: 4%;
}
.nav-buttons .btn-next[data-v-928f6e94] {
  right: 4%;
}.shop-slider-wrapper {
  padding-top: 44%;
  position: relative;
}
.shop-slider-wrapper .shop-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.shop-slider-wrapper .shop-slider .bg-image-wrapper,
.shop-slider-wrapper .shop-slider .bg-video {
  width: 100%;
  height: 100%;
}
.shop-slider-wrapper .shop-slider .shop-slider-text {
  padding: 0px 1rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
.shop-slider-wrapper .shop-slider .shop-slider-text h2 {
  line-height: 1.6;
}
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span {
  padding: 2px 6px;
}
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.large {
  font-size: 3.75rem;
}
@media (max-width: 900px), (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.large {
    font-size: calc(1.275rem + 4.4vmin);
}
}
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.medium {
  font-size: 2.5rem;
}
@media (max-width: 900px), (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.medium {
    font-size: calc(1.15rem + 2.4vmin);
}
}
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.small {
  font-size: 2rem;
}
@media (max-width: 900px), (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.small {
    font-size: calc(1.1rem + 1.6vmin);
}
}
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.xsmall {
  font-size: 1.75rem;
}
@media (max-width: 900px), (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.xsmall {
    font-size: calc(1.075rem + 1.2vmin);
}
}
.shop-slider-wrapper .shop-slider .shop-slider-text a {
  padding: 5px 10px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  border-width: 1px;
  border-style: solid;
  transition: opacity 250ms ease-in-out;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.large {
  font-size: 1.6rem;
}
@media (max-width: 900px), (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text a.large {
    font-size: calc(1.06rem + 0.96vmin);
}
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.medium {
  font-size: 1.1rem;
}
@media (max-width: 900px), (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text a.medium {
    font-size: calc(1.01rem + 0.16vmin);
}
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.small {
  font-size: 0.9rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.xsmall {
  font-size: 0.7rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a:hover {
  opacity: 0.7;
}
.shop-slider-wrapper .nav-buttons {
  position: absolute;
  top: 50%;
  left: -5%;
  right: -5%;
  transform: translateY(-50%);
}
.shop-slider-wrapper .nav-buttons .btn-prev,
.shop-slider-wrapper .nav-buttons .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.shop-slider-wrapper .nav-buttons .btn-prev i::before,
.shop-slider-wrapper .nav-buttons .btn-next i::before {
  font-size: 3.8rem;
  color: #000;
}
@media (max-width: 900px), (max-height: 900px) {
.shop-slider-wrapper .nav-buttons .btn-prev i::before,
  .shop-slider-wrapper .nav-buttons .btn-next i::before {
    font-size: calc(1.28rem + 4.48vmin);
}
}
.shop-slider-wrapper .nav-buttons .btn-prev:hover,
.shop-slider-wrapper .nav-buttons .btn-next:hover {
  opacity: 0.5;
}
.shop-slider-wrapper .nav-buttons .btn-prev {
  left: 2%;
}
.shop-slider-wrapper .nav-buttons .btn-next {
  right: 2%;
}
@media only screen and (max-width: 991px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.large {
    font-size: 2.4rem;
}
}
@media only screen and (max-width: 991px) and (max-width: 900px), only screen and (max-width: 991px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.large {
    font-size: calc(1.14rem + 2.24vmin);
}
}
@media only screen and (max-width: 991px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.medium {
    font-size: 2.1rem;
}
}
@media only screen and (max-width: 991px) and (max-width: 900px), only screen and (max-width: 991px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.medium {
    font-size: calc(1.11rem + 1.76vmin);
}
}
@media only screen and (max-width: 991px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.small {
    font-size: 1.7rem;
}
}
@media only screen and (max-width: 991px) and (max-width: 900px), only screen and (max-width: 991px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.small {
    font-size: calc(1.07rem + 1.12vmin);
}
}
@media only screen and (max-width: 991px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.xsmall {
    font-size: 1.5rem;
}
}
@media only screen and (max-width: 991px) and (max-width: 900px), only screen and (max-width: 991px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.xsmall {
    font-size: calc(1.05rem + 0.8vmin);
}
}
@media only screen and (max-width: 991px) {
.shop-slider-wrapper .shop-slider .shop-slider-text a.large {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.medium {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.small {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.xsmall {
    font-size: 0.65rem;
}
}
@media only screen and (max-width: 767px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.large {
    font-size: 2.75rem;
}
}
@media only screen and (max-width: 767px) and (max-width: 900px), only screen and (max-width: 767px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.large {
    font-size: calc(1.175rem + 2.8vmin);
}
}
@media only screen and (max-width: 767px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.medium {
    font-size: 2.5rem;
}
}
@media only screen and (max-width: 767px) and (max-width: 900px), only screen and (max-width: 767px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.medium {
    font-size: calc(1.15rem + 2.4vmin);
}
}
@media only screen and (max-width: 767px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.small {
    font-size: 2rem;
}
}
@media only screen and (max-width: 767px) and (max-width: 900px), only screen and (max-width: 767px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.small {
    font-size: calc(1.1rem + 1.6vmin);
}
}
@media only screen and (max-width: 767px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.xsmall {
    font-size: 1.75rem;
}
}
@media only screen and (max-width: 767px) and (max-width: 900px), only screen and (max-width: 767px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.xsmall {
    font-size: calc(1.075rem + 1.2vmin);
}
}
@media only screen and (max-width: 767px) {
.shop-slider-wrapper .shop-slider .shop-slider-text a.large {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.medium {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.small {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.xsmall {
    font-size: 0.65rem;
}
}
@media only screen and (max-width: 575px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.large {
    font-size: 1.75rem;
}
}
@media only screen and (max-width: 575px) and (max-width: 900px), only screen and (max-width: 575px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.large {
    font-size: calc(1.075rem + 1.2vmin);
}
}
@media only screen and (max-width: 575px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.medium {
    font-size: 1.75rem;
}
}
@media only screen and (max-width: 575px) and (max-width: 900px), only screen and (max-width: 575px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.medium {
    font-size: calc(1.075rem + 1.2vmin);
}
}
@media only screen and (max-width: 575px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.small {
    font-size: 1.75rem;
}
}
@media only screen and (max-width: 575px) and (max-width: 900px), only screen and (max-width: 575px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.small {
    font-size: calc(1.075rem + 1.2vmin);
}
}
@media only screen and (max-width: 575px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.xsmall {
    font-size: 1.75rem;
}
}
@media only screen and (max-width: 575px) and (max-width: 900px), only screen and (max-width: 575px) and (max-height: 900px) {
.shop-slider-wrapper .shop-slider .shop-slider-text h2 span.xsmall {
    font-size: calc(1.075rem + 1.2vmin);
}
}
@media only screen and (max-width: 575px) {
.shop-slider-wrapper .shop-slider .shop-slider-text a.large {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.medium {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.small {
    font-size: 0.65rem;
}
.shop-slider-wrapper .shop-slider .shop-slider-text a.xsmall {
    font-size: 0.65rem;
}
}.gm-style p[data-v-0db3ccf7] {
  color: #000;
}form[data-v-9c922b36] {
  position: relative;
  padding-bottom: 28px;
}
.newsletter-wrapper[data-v-9c922b36] {
  position: relative;
  border: 2px solid #fff;
}
.newsletter-wrapper.has-error input[data-v-9c922b36] {
  border-color: #ff0000 !important;
}
.newsletter-wrapper input[data-v-9c922b36] {
  font-size: 0.8125rem;
  width: 100%;
  border: none;
  padding: 10px 10px;
}
.newsletter-wrapper input[data-v-9c922b36]::-webkit-input-placeholder {
  font-size: 0.8125rem;
  color: rgba(128, 128, 128, 0.5);
}
.newsletter-wrapper input[data-v-9c922b36]::-moz-placeholder {
  font-size: 0.8125rem;
  color: rgba(128, 128, 128, 0.5);
}
.newsletter-wrapper input[data-v-9c922b36]:-ms-input-placeholder {
  font-size: 0.8125rem;
  color: rgba(128, 128, 128, 0.5);
}
.newsletter-wrapper input[data-v-9c922b36]:-moz-placeholder {
  font-size: 0.8125rem;
  color: rgba(128, 128, 128, 0.5);
}
.newsletter-wrapper button[data-v-9c922b36] {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.newsletter-wrapper button .check[data-v-9c922b36] {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  height: 14px;
  width: 8px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
}
.newsletter-wrapper button .text[data-v-9c922b36] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5625rem;
  letter-spacing: 0.08rem;
  font-weight: 900;
}
.newsletter-wrapper button .newsletter-loader[data-v-9c922b36] {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 100%;
  padding: 0px;
}
.newsletter-wrapper button .newsletter-loader .dot[data-v-9c922b36] {
  width: 4px;
  height: 4px;
  background-color: #fff;
  animation: 1s blink-9c922b36 infinite;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.newsletter-wrapper button .newsletter-loader .dot[data-v-9c922b36]:nth-child(2) {
  animation-delay: 333ms;
  left: 50%;
  transform: translateX(-50%);
}
.newsletter-wrapper button .newsletter-loader .dot[data-v-9c922b36]:nth-child(3) {
  animation-delay: 666ms;
  left: unset;
  right: 0;
}
.response[data-v-9c922b36] {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 6px 10px;
  color: #fff;
}
.response.success[data-v-9c922b36] {
  background-color: #42aa29;
}
.response.failed[data-v-9c922b36] {
  background-color: #ff0000;
}
.fade-enter-active[data-v-9c922b36],
.fade-leave-active[data-v-9c922b36] {
  transition: all 500ms ease-out;
}
.fade-enter[data-v-9c922b36],
.fade-leave-to[data-v-9c922b36] {
  opacity: 0;
}
@keyframes blink-9c922b36 {
50% {
    color: transparent;
    background: transparent;
}
}:root {
  --handle-bg: #152c3d;
  --handle-width: 50px;
  --handle-height: 50px;
  --handle-chevron-size: 30px;
  --handle-line-bg: #152c3d;
  --handle-line-width: 2px;
  --handle-line-height: 100%;
  --z-index-handle: 5;
  --z-index-handle-line: 4;
  --z-index-range-input: 6;
}
.compare-slider-wrapper {
  position: relative;
}
.compare-slider,
.compare-slider__content {
  position: relative;
  height: 100%;
}
.compare-slider-overlay {
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
}
.compare-slider-overlay__content {
  position: relative;
  height: 100%;
  width: 100%;
}
.handle__arrow {
  position: absolute;
  width: var(--handle-chevron-size);
}
.handle__arrow--l {
  left: 0;
}
.handle__arrow--r {
  right: 0;
}
.handle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: var(--z-index-handle);
}
.handle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--handle-bg);
  border-radius: 50%;
  width: var(--handle-width);
  height: var(--handle-height);
}
.handle-line {
  content: "";
  position: absolute;
  top: 0;
  width: var(--handle-line-width);
  height: 100%;
  background: var(--handle-line-bg);
  z-index: var(--z-index-handle-line);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.compare-slider__range {
  position: absolute;
  cursor: ew-resize;
  left: calc(var(--handle-width) / -2);
  width: calc(100% + var(--handle-width));
  transform: translatey(-50%);
  top: 50%;
  z-index: var(--z-index-range-input);
  -webkit-appearance: none;
  height: var(--handle-height);
  /* debugging purposes only */
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=vue.css.map*/