@charset "UTF-8";
/* Magnific Popup CSS */
@import "../css/swiper-bundle.css";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700&display=swap");
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.landing_button {
  background: #fdc300;
  width: 100%;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  margin: auto;
  padding: 14px 0;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .landing_button {
    font-size: 14px;
    padding: 0.5rem 0;
  }
}

.landing_button::before {
  content: url("../images/landing/Almond_icon.svg");
  position: absolute;
  left: 30px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .landing_button::before {
    left: 20px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.landing_button::after {
  content: url("../images/landing/Almond_icon.svg");
  position: absolute;
  right: 30px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .landing_button::after {
    right: 20px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.landing_bg {
  background-image: url("../images/landing/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .landing_bg {
    background-size: cover;
    background-image: url("../images/landing/bg-m.jpg");
  }
}

.kv-swiper.text_shadow {
  text-shadow: 1px 1px 3px rgba(67, 43, 30, 0.3), 0 0 1em rgba(67, 43, 30, 0.3), 0 0 0.2em rgba(67, 43, 30, 0.3);
}

#quiz .divider:before {
  margin-right: 1.5rem;
}
#quiz .divider:after {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  #quiz {
    margin: 2rem 0;
  }
}

.quiz_bg {
  background-image: url("../images/quiz/quiz_bg-top.png"), url("../images/quiz/quiz_bg-bottom.png");
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
}
@media screen and (max-width: 768px) {
  .quiz_bg {
    background-image: url("../images/quiz/quiz_bg-top-m.png"), url("../images/quiz/quiz_bg-bottom.png");
  }
}

@media screen and (max-width: 768px) {
  .quiz_img {
    width: 65%;
  }
}

.ans {
  font-size: 18px;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ans {
    font-size: 14px;
    line-height: 1.25rem;
  }
}

#quiz_container #quiz.hidden {
  display: none !important;
}

#result {
  width: 100vw;
}

.swiper-prev, .swiper-next {
  content: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 5px;
}

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

@font-face {
  font-family: LOCSerif-bold;
  src: url("../font/LOccitaneSerif-Bold.ttf") format("opentype");
}
@font-face {
  font-family: LOCSerif;
  src: url("../font/LOccitaneSerif-Regular.otf") format("opentype");
}
@font-face {
  font-family: SongtiTC;
  src: url("../font/songti-tc-regular.ttf") format("opentype");
}
select {
  background-color: transparent;
  border-bottom: 1px #743200 solid;
}

body {
  background-color: #FBF1DF;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #743200;
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    background-size: cover;
    background-image: url("../images/background-m.jpg");
  }
}

.font-loc {
  font-family: LOCSerif;
}

.font-loc-bold {
  font-family: LOCSerif-bold;
}

.font-SongtiTC {
  font-family: SongtiTC;
}

.font-NotoSans {
  font-family: "Noto Sans TC", sans-serif;
}

.SongTiTC {
  font-family: SongTiTC;
}

.LOCSerif--en {
  font-family: LOCSerif;
}

.LOCSerif-bold--en {
  font-family: LOCSerif-bold;
}

.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0 !important;
}
.divider:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #743200;
  border-left: 1px solid #743200;
  height: 2rem;
  border-top-left-radius: 1rem;
  margin-right: 2rem;
}
.divider:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #743200;
  border-right: 1px solid #743200;
  height: 2rem;
  border-top-right-radius: 1rem;
  margin-left: 2rem;
}

.divider_green:before {
  border-color: #004538;
}
.divider_green:after {
  border-color: #004538;
}

.line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px;
}
.line:before, .line:after {
  height: 1px;
  margin: 0 8px;
  background: #815935;
}

.dropdown-image {
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}

.form-radio[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.form-radio[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-radio[type=checkbox]:checked + label,
.form-radio[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #743200;
}

.form-radio[type=checkbox]:checked + label:before,
.form-radio[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #743200;
  border-radius: 100%;
}

.form-radio[type=checkbox]:checked + label:after,
.form-radio[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #743200;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-radio[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-radio[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes fadeInOutAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOutAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.event-time-popup {
  max-width: 800px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 30px;
  background-color: #FFF;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .event-time-popup {
    font-size: 15px;
  }
}
body.vip {
  background-image: url("../images/section-bg.png");
}

.text-brown {
  color: #875334;
}

.vip-form-radio[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.vip-form-radio[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.vip-form-radio[type=checkbox]:checked + label,
.vip-form-radio[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #875334;
}

.vip-form-radio[type=checkbox]:checked + label:before,
.vip-form-radio[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #875334;
  border-radius: 100%;
}

.vip-form-radio[type=checkbox]:checked + label:after,
.vip-form-radio[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #875334;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vip-form-radio[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.vip-form-radio[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px #743200 solid;
}

*:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea:focus, input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav {
  background: #FBF1DF;
}

.video-linear-border {
  position: relative;
  background: linear-gradient(134deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  padding: 4px;
}

.yellow-linear-border {
  -o-border-image: linear-gradient(110deg, rgba(255, 255, 255, 0.5), #FFA500) 1/4px;
     border-image: linear-gradient(110deg, rgba(255, 255, 255, 0.5), #FFA500) 1/4px;
  border-style: solid;
  border-image-width: 4px 4px 4px 0;
}
@media screen and (max-width: 768px) {
  .yellow-linear-border {
    -o-border-image: linear-gradient(110deg, rgb(255, 255, 255), #FFA500) 1/4px;
       border-image: linear-gradient(110deg, rgb(255, 255, 255), #FFA500) 1/4px;
  }
}

.white-linear-border {
  -o-border-image: linear-gradient(110deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1/2px;
     border-image: linear-gradient(110deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1/2px;
  border-style: solid;
  border-radius: 30px;
  border-image-width: 4px 4px 4px 0;
}
@media screen and (max-width: 768px) {
  .white-linear-border {
    -o-border-image: linear-gradient(110deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1/2px;
       border-image: linear-gradient(110deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1/2px;
  }
}

.preview-video-linear-border {
  position: relative;
  background: linear-gradient(70deg, rgb(255, 255, 255), #FFA500);
  padding: 4px;
}

.button-linear-border {
  background: -webkit-gradient(linear, left top, left bottom, from(#743200), to(#743200)) padding-box, -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0))) border-box;
  background: linear-gradient(#743200, #743200) padding-box, linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) border-box;
  border: 2px solid transparent;
}

.step {
  background: -webkit-gradient(linear, left top, right top, from(rgba(202, 154, 97, 0)), color-stop(50%, #CA9A61), to(rgba(202, 154, 97, 0)));
  background: linear-gradient(90deg, rgba(202, 154, 97, 0) 0%, #CA9A61 50%, rgba(202, 154, 97, 0) 100%);
}

.linear-bg {
  background: radial-gradient(160% 110% at 30% 9.76%, rgba(253, 190, 75, 0.7) 0%, rgba(244, 243, 237, 0.7) 57.12%, #FDE4A4 100%, #E5CAA6 100%, #EFDCC2 100%);
}

.swiper-slide-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullets {
  text-align: center;
  margin-top: 0.75rem;
}

.discount-swiper-pagination {
  margin-top: 2.75rem;
}

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #743200;
  width: 10px;
  height: 10px;
  opacity: 1;
}

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

.swiper-button-prev {
  rotate: 180deg;
}

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

.full-width {
  width: 100vw !important;
}

.mobile-hidden {
  display: inline;
}
@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

.desktop-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .desktop-hidden {
    display: inline;
  }
}

.filter_brown_button::before, .filter_brown_button::after {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(7315%) hue-rotate(55deg) brightness(98%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(7315%) hue-rotate(55deg) brightness(98%) contrast(106%);
}

.filter_green {
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(5464%) hue-rotate(129deg) brightness(96%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(5464%) hue-rotate(129deg) brightness(96%) contrast(104%);
}

.filter_brown {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(7315%) hue-rotate(55deg) brightness(98%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(7315%) hue-rotate(55deg) brightness(98%) contrast(106%);
}

.filter_blue {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(25%) saturate(2019%) hue-rotate(186deg) brightness(90%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(16%) sepia(25%) saturate(2019%) hue-rotate(186deg) brightness(90%) contrast(92%);
}

.text_shadow {
  text-shadow: 1px 1px 3px rgba(67, 43, 30, 0.6), 0 0 1em rgba(67, 43, 30, 0.6), 0 0 0.2em rgba(67, 43, 30, 0.6);
}