.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.tabs-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0% 3%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  padding: 0px;
}

.tabs-content {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.tab-pane-tab-1 {
  width: 100%;
  height: auto;
}

.tab-pane-tab-2 {
  width: 100%;
  height: 100%;
}

.tab-pane-tab-3 {
  width: 100%;
  height: 100%;
}

.ctn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #def141;
}

.ctn-wrapper.ctn-01 {
  z-index: 99;
  height: 100vh;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Bersoreria132616.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Bersoreria132616.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ctn-wrapper.ctn-02 {
  padding: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Bersoreria132581-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Bersoreria132581-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ctn-wrapper.ctn-03 {
  position: relative;
  height: 100%;
  padding: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Bersoreria132579-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Bersoreria132579-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ctn-wrapper.ctn-05 {
  padding: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Bersoreria132569-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Bersoreria132569-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.tab-link-tab-2 {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 20px;
  -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;
  border-radius: 99px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Happy Monkey', sans-serif;
  font-size: 1.2em;
}

.tab-link-tab-2:hover {
  background-color: #def141;
}

.tab-link-tab-2.w--current {
  background-color: #def141;
}

.tab-link-tab-2.w--current:visited {
  opacity: 0;
}

.tab-link-tab-3 {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 20px;
  -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;
  border-radius: 99px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Happy Monkey', sans-serif;
  font-size: 1.2em;
}

.tab-link-tab-3:hover {
  background-color: #def141;
}

.tab-link-tab-3:visited {
  opacity: 0;
}

.tab-link-tab-3.w--current {
  z-index: 100;
  background-color: #def141;
}

.tab-link-tab-1 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 20px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 99px;
  background-color: #fff;
  background-image: url('../images/surface1.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab-link-tab-1:active {
  border-color: #ffd500;
  background-color: #ffd500;
}

.tab-link-tab-1.w--current {
  border-color: #def141;
  background-color: #def141;
}

.toggle-text {
  font-family: 'DM Sans', sans-serif;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #f4f6f8;
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -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;
}

.toggle-text-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}

.copy-btn-1 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 3px;
  padding-bottom: 3px;
  -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;
  background-color: #ec4609;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-align: center;
}

.div-block-12 {
  width: 50%;
  padding-left: 7.5px;
}

.div-block-11 {
  width: 50%;
  padding-right: 7.5px;
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.coupon-field-1 {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.coupon-field-1::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field-1:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-1::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-1::placeholder {
  color: #9ccd65;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  color: #0d0628;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  cursor: default;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
}

.form-3 {
  width: 70%;
  background-color: #fff;
}

.image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.r-emoji {
  font-size: 2.5em;
}

.faq-answer {
  margin-bottom: 24px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.copy-btn-2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 3px;
  padding-bottom: 3px;
  -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;
  background-color: #ec4609;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-align: center;
}

.heading-2 {
  margin-bottom: 0.5em;
  font-size: 4em;
  line-height: 1.5;
  text-align: center;
}

.faq-container {
  position: relative;
  display: none;
  max-width: 700px;
  min-width: 700px;
  margin-bottom: 60px;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.coupon-body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox-link {
  display: none;
}

.coupon-field-2 {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.coupon-field-2::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field-2:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-2::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-2::placeholder {
  color: #9ccd65;
}

.div-block-15 {
  text-align: center;
}

.body {
  background-color: #000;
}

.tab-link-tab-4 {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 20px;
  -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;
  border-radius: 99px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Happy Monkey', sans-serif;
  font-size: 1.2em;
}

.tab-link-tab-4:hover {
  background-color: #def141;
}

.tab-link-tab-4.w--current {
  border-radius: 99px;
  background-color: #def141;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-text-small {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fbe575;
  font-weight: 500;
}

.hero-h1 {
  font-family: Satisfy, sans-serif;
  color: #def141;
  font-size: 7em;
  line-height: 1.5em;
  font-weight: 400;
}

.hero-text-small {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.text-hero-medium {
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 500;
}

.text-small {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 1.5em;
  line-height: 1.5em;
}

.text-small {
  font-weight: 500;
  text-align: center;
}

.date-wrapper {
  margin-bottom: 40px;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2.4em;
  line-height: 1.5em;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-confirm {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #def141;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-weight: 500;
  text-decoration: none;
}

.btn-confirm:hover {
  background-color: #def141;
  color: #000;
}

.faq-wrapper-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Bersoreria132569-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Bersoreria132569-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.r-faq-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  background-color: transparent;
  color: #fbe575;
}

.btn-nav-icon-conifrmation {
  display: none;
}

.icon-nav {
  display: none;
}

.tab-link-tab-5 {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 20px;
  -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;
  border-radius: 99px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Happy Monkey', sans-serif;
  font-size: 1.2em;
}

.tab-link-tab-5:hover {
  background-color: #def141;
}

.tab-link-tab-5.w--current {
  background-color: #def141;
}

.tab-pane-tab-5 {
  width: 100%;
  height: 100%;
}

.btn-nav-icon-date {
  display: none;
}

.btn-nav-icon-loc {
  display: none;
}

.heading-4 {
  margin-bottom: 0.5em;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2.4em;
  line-height: 1.5;
  text-align: center;
}

.faq-container-2 {
  max-width: 700px;
  min-width: 700px;
  margin-bottom: 100px;
}

.tab-link-tab-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 20px;
  -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;
  border: 1px none #000;
  border-radius: 99px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Happy Monkey', sans-serif;
  font-size: 1.2em;
}

.tab-link-tab-6:hover {
  background-color: #def141;
}

.tab-link-tab-6:visited {
  background-color: #fbe575;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe575), to(#fbe575)), url('../images/Frame-1-18.png');
  background-image: linear-gradient(180deg, #fbe575, #fbe575), url('../images/Frame-1-18.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-link-tab-6.w--current {
  border-radius: 99px;
  background-color: #def141;
}

.gift-wrapper-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Bersoreria132569-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Bersoreria132569-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.r-gift-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  background-color: transparent;
  color: #fbe575;
}

.heading-5 {
  margin-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 1px;
}

.tk-section {
  background-color: #8e917a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bersoreria132569-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bersoreria132569-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tk-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.tk-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.th-text {
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.tk-b-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 40px;
  padding: 13px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #def141;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.tk-b-home:hover {
  border-color: #def141;
  background-color: #def141;
  color: #1c1c1c;
}

.form-close-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 9px;
  -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;
  border-radius: 99px;
  background-color: #666;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.form-close-btn:hover {
  background-color: #fff;
  color: #333;
}

.form-ctn-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px;
}

.success-message {
  background-color: transparent;
}

.input-field-wrapper {
  margin-bottom: 20px;
  color: #def141;
}

.n-form {
  padding: 34px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c1c1c;
  border-radius: 6px;
  background-color: #1c1c1c;
}

.n-form-container {
  font-family: Montserrat, sans-serif;
  color: #fbe575;
}

.submit-button {
  background-color: #def141;
  color: #1c1c1c;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #e3ff00;
  color: #1c1c1c;
}

.rb-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 20px 20px 20px 0px;
}

.form-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: rgba(0, 0, 0, 0.95);
}

.radio-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #def141;
}

.radio-button {
  z-index: 9999999;
  margin-right: 10px;
  margin-left: 0px;
  opacity: 1;
}

.radio-button-2 {
  margin-right: 10px;
  margin-left: 0px;
}

.image-2 {
  width: 35px;
  height: 35px;
}

.lottie-animation {
  width: 35px;
  height: 35px;
}

.text-nano {
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 0.9em;
  text-align: center;
}

.r-google-map {
  width: 60%;
  height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.r-map-embed {
  width: 100%;
  height: 100%;
}

.maps-cta {
  display: none;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fbe575;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #fbe575;
  font-weight: 500;
  text-decoration: none;
}

.maps-cta:hover {
  border-color: #fbe575;
  background-color: #fbe575;
  color: #333;
}

.para-small {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 1.5em;
  line-height: 1.5em;
}

.r-account {
  text-align: center;
}

.text-hero-date {
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 500;
}

.not-attend-wrapper-content {
  position: absolute;
  display: none;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.38);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 1.2em;
  text-align: center;
}

.not-attend-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.not-confirm-text {
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5em;
}

.hero-text-main {
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.hero-text-small-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fbe575;
  font-weight: 500;
}

.svg-icon-nav {
  width: 25px;
  height: 25px;
}

.text-hero-location {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: 700;
}

.home-icon {
  width: 25px;
  height: 25px;
  opacity: 0;
}

.heading-4-mobilr {
  display: none;
  margin-bottom: 0.5em;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2.4em;
  line-height: 1.5;
  text-align: center;
}

.heading-4-desktop {
  margin-bottom: 0.5em;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2.4em;
  line-height: 1.5;
  text-align: center;
}

.heading-4-faq {
  margin-bottom: 0.5em;
  font-family: 'DM Sans', sans-serif;
  color: #def141;
  font-size: 2.4em;
  line-height: 1.5;
  text-align: center;
}

.location-html {
  display: none;
}

.image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-17 {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 991px) {
  .faq-img {
    width: 35px;
    height: 35px;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
  }

  .faq {
    padding-right: 20px;
  }

  .r-faq-content {
    width: 65%;
  }

  .faq-container-2 {
    width: 100%;
    min-width: 0px;
  }

  .r-google-map {
    width: 100%;
  }

  .maps-cta {
    width: 60%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .faq-img {
    min-height: 35px;
    min-width: 35px;
  }

  .r-gift-content {
    width: 90%;
  }

  .maps-cta {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .tabs-menu {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    padding-right: 20px;
    padding-bottom: 5%;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .tabs {
    height: auto;
  }

  .ctn-wrapper.ctn-01 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/Bersoreria132616.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/Bersoreria132616.jpg');
    background-position: 0px 0px, 30% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .ctn-wrapper.ctn-02 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Bersoreria132581-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Bersoreria132581-1.jpg');
    background-position: 0px 0px, 52% 50%;
    background-size: auto, cover;
  }

  .ctn-wrapper.ctn-03 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-tab-2 {
    width: 25%;
    height: 50px;
    margin-right: 10px;
    padding: 15px;
    -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;
    border-style: none;
    border-width: 2px;
    border-color: #000;
    border-radius: 12px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .tab-link-tab-2:hover {
    background-image: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tab-link-tab-2.w--current {
    width: 100%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .tab-link-tab-3 {
    width: 25%;
    height: 50px;
    margin-right: 10px;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 2px;
    border-color: #000;
    border-radius: 12px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .tab-link-tab-3:hover {
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tab-link-tab-3.w--current {
    width: 100%;
    background-color: #def141;
    background-image: none;
  }

  .tab-link-tab-1 {
    width: 55px;
    height: 55px;
    margin-right: 0px;
    padding: 0px;
    border-style: none;
    border-width: 2px;
    border-color: #000;
    border-radius: 99px;
    background-color: #fff;
  }

  .tab-link-tab-1.w--current {
    border-color: #000;
    border-radius: 99px;
    background-color: #def141;
  }

  .faq-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
  }

  .toggle-text-2 {
    font-family: 'DM Sans', sans-serif;
  }

  .copy-btn-1 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 0px;
  }

  .div-block-11 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .div-block-14 {
    display: none;
  }

  .coupon-field-1 {
    height: 50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .form-3 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
  }

  .faq-answer {
    font-size: 16px;
    text-align: left;
  }

  .copy-btn-2 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .heading-2 {
    font-size: 3em;
    line-height: 1em;
  }

  .faq {
    height: 90px;
    padding-right: 10px;
  }

  .coupon-body-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lightbox-link {
    display: block;
  }

  .coupon-field-2 {
    height: 50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .tab-link-tab-4 {
    width: 25%;
    height: 50px;
    margin-right: 10px;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 2px;
    border-color: #000;
    border-radius: 12px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .tab-link-tab-4.w--current {
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: #def141;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 4em;
  }

  .text-small {
    font-size: 1.2em;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .btn-wrapper {
    margin-top: 20px;
  }

  .faq-wrapper-tab {
    padding-right: 20px;
    padding-left: 20px;
  }

  .r-faq-content {
    width: 100%;
    padding-top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .btn-nav-text-mobile {
    display: none;
  }

  .btn-nav-icon-conifrmation {
    display: none;
    margin-left: 10px;
  }

  .icon-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    -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;
    color: #333;
  }

  .tab-link-tab-5 {
    width: 25%;
    height: 50px;
    margin-right: 10px;
    padding: 15px;
    -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;
    border-style: none;
    border-width: 2px;
    border-color: #000;
    border-radius: 12px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.5);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .tab-link-tab-5:hover {
    background-image: none;
  }

  .tab-link-tab-5.w--current {
    width: 100%;
    background-color: #def141;
    background-image: none;
  }

  .btn-nav-icon-date {
    display: none;
    margin-left: 10px;
  }

  .btn-nav-icon-loc {
    display: none;
    margin-left: 10px;
  }

  .heading-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    font-size: 2em;
    line-height: 1.5em;
  }

  .faq-container-2 {
    margin-bottom: 0px;
  }

  .tab-link-tab-6 {
    z-index: 9999;
    width: 25%;
    height: 50px;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 2px;
    border-radius: 12px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .tab-link-tab-6:hover {
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tab-link-tab-6.w--current {
    width: 100%;
    border-radius: 12px;
    background-color: #def141;
    background-image: none;
  }

  .gift-wrapper-tab {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .r-gift-content {
    width: 100%;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-5 {
    font-size: 1.4em;
    text-align: center;
  }

  .form-close-btn {
    right: 3%;
    border: 1px solid #000;
  }

  .form-ctn-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .n-form {
    width: 100%;
    padding: 20px;
  }

  .rb-field {
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-pop-up {
    display: none;
  }

  .radio-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-label {
    font-weight: 500;
  }

  .field-label-2 {
    font-weight: 500;
  }

  .r-google-map {
    width: 100%;
    height: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .maps-cta {
    display: none;
    width: 100%;
    border-color: #def141;
    background-color: transparent;
    color: #def141;
    text-align: center;
  }

  .maps-cta:hover {
    border-color: #def141;
    background-color: transparent;
    color: #def141;
  }

  .para-small {
    font-size: 1.2em;
    text-align: center;
  }

  .r-account {
    font-family: 'DM Sans', sans-serif;
    text-align: center;
  }

  .text-hero-date {
    font-size: 1.4em;
  }

  .not-attend-wrapper-content {
    display: none;
    box-shadow: 4px 4px 10px -4px rgba(0, 0, 0, 0.66);
  }

  .hero-text-main {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4em;
  }

  .jenius-username {
    letter-spacing: 1px;
  }

  .svg-icon-nav {
    display: none;
  }

  .text-hero-location {
    font-size: 2em;
  }

  .heading-4-mobilr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -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;
    font-size: 2em;
    line-height: 1.5em;
  }

  .heading-4-desktop {
    display: none;
    margin-bottom: 1em;
    font-size: 2em;
    line-height: 1.5em;
  }

  .heading-4-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2em;
    line-height: 1.5em;
  }

  .div-block-17 {
    height: 200px;
  }
}

