:root {
  --black: black;
  --white: white;
  --powder-blue: #abdede;
  --mint-cream: #e9f0ec;
  --bisque: #ffe2c9;
  --cadet-blue: #7fb5b4;
  --dark-grey: #a7a7a7;
  --peach-puff: #eebfae;
  --black-2: #fff7ed;
  --peach-puff-2: #ffcbaa;
  --antique-white: #ffebd8;
  --peach-puff-3: #fbdfce;
  --antique-white-2: #ffebdb;
  --light-grey: lightgrey;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: var(--black);
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.body {
  height: auto;
  max-height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.main-title {
  text-align: center;
  letter-spacing: .05em;
  text-indent: 0;
  text-transform: uppercase;
  column-span: none;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 55px;
  font-family: Century gothic, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.paragraph {
  max-width: 1170px;
  color: #585858;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.paragraph-mobile {
  display: none;
}

.paragraph.paragraph-desktop {
  padding-bottom: 0;
}

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

.regform-title {
  color: #585858;
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 35px;
}

.regform-title.thankyou-title {
  margin-top: 0;
}

.section-registration {
  padding-top: 4%;
  padding-bottom: 0%;
  position: relative;
}

.field-label-5 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.radio-button-field {
  padding-right: 20px;
  display: inline-block;
}

.text-block-9 {
  text-align: left;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.radio-button-label-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.reminder {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.section-masthead {
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.masthead-content {
  max-width: 100%;
  background-color: #ece5ed;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.register-sample {
  max-width: 1920px;
  text-align: center;
  background-color: #ece5ed;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-left: 4%;
  margin-right: 4%;
  /* padding-top: 70px;
  padding-bottom: 70px; */
  display: flex;
  position: relative;
}

.radio-button-field-5 {
  text-align: left;
  margin-bottom: 20px;
  margin-right: 60px;
}

.enquiry {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.m-footer {
  display: none;
}

.checkbox-label {
  text-align: left;
  margin-left: 10px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  width: 30px;
  background-color: #000;
  top: 38px;
}

.line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  width: 30px;
  background-color: #000;
  top: 28px;
}

.line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  width: 30px;
  color: #000;
  background-color: #000;
  margin-top: 0;
  top: 18px;
}

.btn-lang {
  float: right;
  clear: none;
  color: var(--black);
  text-align: right;
  flex: 0 auto;
  order: 1;
  align-self: center;
  padding: 10px 20px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.btn-lang:hover {
  text-decoration: underline;
}

.age-email {
  z-index: 1000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.locations {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.redemption-locations {
  z-index: 1000;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.reg-form {
  padding-top: 30px;
  padding-left: 120px;
  padding-right: 120px;
  display: block;
}

.disclaimer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.disclaimer.comm-pref-checkboxes {
  flex-wrap: wrap;
  align-items: center;
}

.submit-button {
  width: 190px;
  background-color: var(--black);
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  transition: box-shadow .325s;
  box-shadow: 0 1px 6px rgba(167, 167, 167, .48);
}

.submit-button:hover {
  box-shadow: 0 1px 12px 2px rgba(104, 104, 104, .48);
}

.form-error-msg {
  color: red;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.column-48 {
  display: flex;
}

.submission {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.salutation {
  padding-top: 20px;
  padding-bottom: 20px;
}

.full-name {
  z-index: 1000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.form-label {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 0, 0, .13), rgba(255, 0, 0, .13));
}

.section-footer {
  padding-top: 0;
  position: relative;
}

.intro-wrapper {
  padding-bottom: 50px;
}

.header-new {
  z-index: 10000;
  width: 100vw;
  clear: none;
  background-color: var(--white);
  display: block;
  position: fixed;
}

.container-wrapper {
  z-index: 100;
  max-width: 100%;
  float: none;
  background-color: #ece5ed;
  align-content: flex-end;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.container-wrapper:hover {
  text-decoration: underline;
}

.hamburger-menu {
  width: 60px;
  height: 60px;
  float: none;
  order: -1;
  transition: background-color .4s;
  overflow: hidden;
}

.hamburger-menu.w--open {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.brand-3 {
  max-width: 240px;
  flex: 0 auto;
  align-self: auto;
}

.nav-menu-4 {
  z-index: 1000;
  height: 70vh;
  background-color: #ece5ed;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.menu-item {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.menu-item.w--current {
  color: #ee9b67;
}

.header-bg {
  z-index: 1;
  background-color: var(--white);
  transition: height .7s cubic-bezier(1, 0, 0, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-49.province-dd {
  display: none;
}

.modal {
  z-index: 10000;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 0;
  padding: 40px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal.modal-cookie-policy,
.modal.modal-cookie-policy.external-content,
.modal.modal-privacy-policy,
.modal.modal-privacy-policy.external-content,
.modal.modal-term-of-use {
  display: none;
}

.modal.modal-term-of-use.external-content {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.modal.modal-privacy-policy {
  display: none;
}

.modal-content {
  z-index: 2;
  width: 80%;
  max-height: 80%;
  min-height: 60%;
  background-color: #fff;
  border-radius: 2px;
  margin: auto;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  overflow: auto;
}

.modal-content.frame-content {
  max-height: none;
  min-height: 80%;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.modal-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.modal-line-1 {
  width: 30px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.modal-line-1.reverse {
  transform: rotate(-45deg);
}

.section-anchor {
  z-index: 100;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -30px;
}

.fragrance-counters {
  max-width: 1920px;
  margin-top: 40px;
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
}

.fragrance-counters-info {
  padding: 10px;
}

.img-pin {
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.counter-name {
  text-align: center;
  flex: none;
  justify-content: center;
  margin-bottom: 5px;
  display: flex;
}

.map-pin {
  color: #000;
}

.enquiry-2 {
  font-family: "Fa solid 900";
  text-decoration: none;
}

.text-span-2-copy {
  color: #000;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-span-2-copy.enquiry-mail {
  text-decoration: underline;
}

.text-span-5 {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-natural {
  color: #fff;
  background-image: linear-gradient(#ece5ed, #f4e0ed);
}

.core_wrapper {
  width: 100%;
  max-width: 1920px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 2% 0;
  display: flex;
}

.div-scent-text {
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
  display: flex;
}

.text-block-title {
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 30px;
  font-size: 32px;
  line-height: 42px;
}

.checkbox-2 {
  flex: none;
}

.enquiry-m {
  max-width: 1170px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
  position: relative;
}

.text-small-2 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.checkbox-3,
.checkbox-4.comm-pref,
.checkbox-5.comm-pref,
.checkbox-6.comm-pref {
  flex: none;
}

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

.form-field-separator {
  padding-top: 1em;
  padding-bottom: 1em;
}

.modal-background {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fragrance-counters-wrapper-2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.fragrance-col-2 {
  width: 50%;
  padding: 7px;
}

.fragrance-box_headtxt-2 {
  width: auto;
  float: left;
  text-align: center;
  letter-spacing: .05em;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Century gothic bold, sans-serif;
  font-size: 13px;
  position: static;
}

.fragrance-box_txt-2 {
  clear: both;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 25px;
}

.regform-title-2 {
  text-align: center;
  letter-spacing: .03em;
  padding: 100px 30px 40px;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
}

.regform-title-2.fragrance-counter-title {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
}

.fragrance-box-2 {
  height: 100%;
  text-align: center;
  background-color: #f7f7f7;
  flex-flow: column;
  padding: 24px 20px;
  display: flex;
}

.section-anchor-counters {
  z-index: 100;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -60px;
}

.social-icon-wrapper {
  max-width: 1920px;
  justify-content: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.div-block-48 {
  flex-direction: row;
}

.text-block-38 {
  text-align: center;
  letter-spacing: .01em;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.icon-11 {
  float: none;
  margin-left: 10px;
  margin-right: 10px;
}

.image-68 {
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-39 {
  letter-spacing: .01em;
  font-size: 13px;
  line-height: 20px;
}

.icon_phone {
  width: 20px;
  margin-right: 2px;
}

.footer-content-2 {
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.section-footer-wrapper-2 {
  max-width: 1920px;
  background-image: linear-gradient(#fff, #ece5ed);
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.icon_envelope {
  width: 20px;
  margin-right: 2px;
}

.footer-tagline-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.enquiry-3 {
  text-decoration: none;
}

.link-5 {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.text-span-2-copy-2 {
  color: #000;
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.text-span-2-copy-2.enquiry-mail {
  font-weight: 400;
  text-decoration: underline;
}

.footer-social-icons-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.footer-logo-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.enquiry-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  display: flex;
}

.text-block-36 {
  font-size: 12px;
}

.phone,
.pickup-date {
  z-index: 1000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.pickup-date.hide {
  display: none;
}

.column-49-copy {
  padding-left: 0;
}

.object-fit-2 {
  width: 100%;
}

.slider_wrapper {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-white {
  z-index: 10;
  width: 28%;
  height: 50px;
  max-width: 450px;
  color: var(--black);
  background-color: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 80%;
  left: 61%;
}

.text-block-37 {
  color: var(--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 18px;
}

.arrow-right {
  width: 16px;
  padding-left: 5px;
}

.section-intro {
  background-image: linear-gradient(#ece5ed 39%, #fff);
}

.masthead-content-m {
  max-width: 1900px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: none;
  position: relative;
}

.fragrance-box_headtxt-3 {
  width: auto;
  float: left;
  text-align: center;
  letter-spacing: .05em;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  position: static;
}

.modal-close-2 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-right: 15px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.register-end {
  max-width: 1170px;
  text-align: center;
  background-color: #fbefef;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: none;
  position: relative;
  box-shadow: 0 4px 20px #f7f7f7;
}

.regform-title-3 {
  text-align: center;
  letter-spacing: .03em;
  padding: 40px 80px;
  font-size: 28px;
  line-height: 40px;
  text-decoration: none;
}

.html-embed {
  width: 100%;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  display: flex;
}

.special-announcement {
  max-width: 1170px;
  text-align: center;
  background-color: #e9f2f6;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 20% 60px;
  display: none;
  position: relative;
  box-shadow: 0 4px 20px #f7f7f7;
}

.heading-5 {
  max-width: 100%;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.paragraph-3 {
  z-index: 3;
  letter-spacing: .03em;
  margin-bottom: 30px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.columns-24 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.column-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block-40 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.column-66 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  overflow: hidden;
}

.column-67 {
  padding-left: 0;
  padding-right: 0;
}

.slider_text_wrapper {
  margin-left: 8%;
  margin-right: 8%;
}

.form-label-2 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.regform-title-small {
  color: #585858;
  text-align: center;
  letter-spacing: .05em;
  padding-top: 40px;
  padding-left: 11%;
  padding-right: 11%;
  font-size: 20px;
  line-height: 28px;
}

.paragraph_natural {
  max-width: 1170px;
  color: #585858;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 16px;
  line-height: 28px;
}

.regform-title-5 {
  text-align: center;
  letter-spacing: .03em;
  padding: 40px 80px;
  font-size: 28px;
  line-height: 40px;
  text-decoration: none;
}

.image_natural {
  width: 80%;
}

.icons_natural {
  margin-bottom: 30px;
}

.sub_paragraph_natural {
  max-width: 1170px;
  color: #585858;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 13px;
  line-height: 20px;
}

.columns-25 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icons_natural_mob {
  margin-bottom: 30px;
  display: none;
}

.natural-image-m {
  display: none;
}

.image-70 {
  width: 30%;
  object-fit: contain;
}

.image-71 {
  width: 25%;
  object-fit: contain;
}

.div-block-49 {
  z-index: -100;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1920px) {
  .paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .radio-button-label-5 {
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .reg-form {
    padding-left: 20%;
    padding-right: 20%;
  }

  .form-label {
    font-size: 16px;
  }

  .checkbox-field-2 {
    align-items: flex-start;
  }

  .div-scent-text {
    margin-right: 50px;
  }

  .checkbox-2 {
    flex: none;
  }

  .text-small-2.comm-pref-blocks {
    font-size: 13px;
  }

  .checkbox-3,
  .checkbox-4.comm-pref,
  .checkbox-5.comm-pref,
  .checkbox-6.comm-pref {
    flex: none;
  }

  .button-white {
    left: 63%;
  }

  .text-block-40 {
    font-size: 26px;
    line-height: 32px;
  }

  .form_text_field,
  .form_dropdown,
  .form-label-2 {
    font-size: 16px;
  }

  .paragraph_natural {
    font-size: 20px;
    line-height: 30px;
  }

  .form-block,
  .form-block-2 {
    width: 100%;
  }

  .sub_paragraph_natural {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .main-title {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .regform-title {
    font-size: 22px;
    line-height: 32px;
  }

  .section-registration {
    height: auto;
  }

  .section-masthead {
    padding-bottom: 0;
  }

  .register-sample {
    margin-left: 3%;
    margin-right: 3%;
  }

  .radio-button-field-5 {
    margin-right: 40px;
  }

  .m-footer {
    display: block;
  }

  .age-email {
    padding-left: 0;
    padding-right: 0;
  }

  .locations {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .redemption-locations {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reg-form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .disclaimer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .salutation,
  .full-name {
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .modal-content {
    width: 95%;
  }

  .core_wrapper {
    height: auto;
  }

  .div-scent-text {
    width: 100%;
    left: 0;
  }

  .text-block-title {
    font-size: 28px;
    line-height: 36px;
  }

  .enquiry-m {
    display: block;
  }

  .div-block-41 {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .form-field-separator {
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .fragrance-counters-wrapper-2 {
    justify-content: center;
  }

  .fragrance-col-2 {
    width: 50%;
  }

  .regform-title-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-48 {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .text-block-38 {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
  }

  .icon-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-content-2 {
    display: none;
  }

  .section-footer-wrapper-2 {
    padding-top: 0;
  }

  .div-block-bottom {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .enquiry-4 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .phone,
  .pickup-date {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_wrapper {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-white {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .text-block-37 {
    font-size: 11px;
  }

  .arrow-right {
    width: 16px;
  }

  .regform-title-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-3 {
    width: 100%;
    font-size: .9rem;
  }

  .slider_text_wrapper {
    margin-left: 4%;
    margin-right: 4%;
  }

  .regform-title-small {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;

  }

  .regform-title-5 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-title {
    font-size: 24px;
    line-height: 40px;
  }

  .paragraph {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    line-height: 22px;
  }

  .paragraph.paragraph-desktop {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.center {
    width: 80%;
  }

  .section-registration {
    height: auto;
  }

  .radio-button-label-5 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .reminder {
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-masthead {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .register-sample {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .enquiry,
  .m-footer {
    display: block;
  }

  .modal-close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 15px;
  }

  .img-pin {
    float: left;
  }

  .core_wrapper {
    height: auto;
    padding-top: 60px;
    display: block;
  }

  .div-scent-text {
    width: 100%;
    position: static;
    left: 0;
  }

  .text-block-title {
    text-align: center;
  }

  .enquiry-m {
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
  }

  .fragrance-col-2 {
    width: 100%;
  }

  .fragrance-box_headtxt-2 {
    float: left;
  }

  .regform-title-2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fragrance-box-2 {
    text-align: center;
    position: static;
  }

  .social-icon-wrapper,
  .section-footer-wrapper-2 {
    padding-top: 0;
  }

  .footer-social-icons-2 {
    padding-top: 25px;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .enquiry-4 {
    display: block;
  }

  .button-white {
    top: -90px;
  }

  .fragrance-box_headtxt-3 {
    float: left;
  }

  .modal-close-2 {
    width: 30px;
    height: 30px;
  }

  .register-end {
    padding-bottom: 20px;
  }

  .regform-title-3 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .special-announcement {
    padding-bottom: 20px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    padding: 0 0 40px;
  }

  .text-block-40 {
    margin-top: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph_natural {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    line-height: 22px;
  }

  .regform-title-5 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image_natural,
  .icons_natural {
    display: none;
  }

  .sub_paragraph_natural {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    line-height: 22px;
  }

  .icons_natural_mob,
  .natural-image-m {
    display: block;
  }

  .image-70,
  .image-71 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: var(--black);
  }

  .main-title {
    letter-spacing: .05em;
    margin-top: 0;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 31px;
  }

  .paragraph {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.paragraph-mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .paragraph.paragraph-desktop {
    display: none;
  }

  .paragraph.center {
    width: 100%;
  }

  .regform-title {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .regform-title.thankyou-title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 1.4em;
  }

  .section-registration {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .field-label-5 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-9 {
    padding-top: 20px;
    padding-left: 0;
    font-size: 16px;
  }

  .radio-button-label-5 {
    padding-top: 1px;
    padding-left: 10px;
    font-weight: 400;
  }

  .reminder {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .section-masthead {
    background-color: #ece5ed;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-14 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .masthead-content {
    padding-top: 0;
    display: none;
  }

  .register-sample {
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .radio-button-field-5 {
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .enquiry {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .m-footer {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .checkbox-label {
    margin-left: 5px;
    margin-right: 0;
    padding-right: 20px;
  }

  .line-3.simple,
  .line-2.simple,
  .line-1.simple {
    width: 20px;
  }

  .btn-lang {
    width: 60px;
    height: 60px;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .age-email {
    padding: 0 20px;
  }

  .locations {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .redemption-locations {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reg-form {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .disclaimer {
    padding-top: 10px;
    display: flex;
  }

  .disclaimer.comm-pref-checkboxes {
    flex-wrap: wrap;
    align-items: center;
  }

  .column-48 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .submission {
    padding-top: 20px;
  }

  .salutation {
    padding: 0 20px;
  }

  .full-name {
    padding: 0;
  }

  .form-label {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .intro-wrapper {
    padding-bottom: 40px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .hamburger-menu {
    width: 60px;
  }

  .brand-3 {
    max-width: 150px;
    padding-left: 0;
  }

  .menu-item {
    font-size: 14px;
  }

  .column-49 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-52 {
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    padding: 10px;
  }

  .modal.modal-term-of-use,
  .modal.modal-term-of-use.external-content {
    display: none;
  }

  .modal-content {
    width: 100%;
    height: auto;
    max-height: 80%;
    padding: 10px;
    overflow: scroll;
  }

  .modal-content.frame-content {
    overflow: hidden;
  }

  .fragrance-counters {
    padding-top: 20px;
  }

  .fragrance-counters-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-2-copy {
    font-size: 15px;
  }

  .text-span-2-copy.enquiry-mail {
    font-size: 15px;
    text-decoration: underline;
  }

  .checkbox-field-2 {
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .section-natural {
    overflow: hidden;
  }

  .core_wrapper {
    max-width: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 13px;
    padding-right: 13px;
    display: block;
  }

  .div-scent-text {
    width: 100%;
    position: static;
  }

  .text-block-title {
    letter-spacing: 0;
    text-indent: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .checkbox-2 {
    margin-left: 0;
  }

  .enquiry-m {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-41 {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-small-2 {
    color: var(--black);
    margin-left: 0;
  }

  .checkbox-3,
  .checkbox-4,
  .checkbox-5,
  .checkbox-6 {
    margin-left: 0;
  }

  .form-field-separator {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .fragrance-col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fragrance-box_headtxt-2 {
    font-size: 13px;
  }

  .fragrance-box_txt-2 {
    font-size: 12px;
    line-height: 19px;
  }

  .regform-title-2 {
    letter-spacing: 0;
    padding: 60px 20px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .regform-title-2.fragrance-counter-title {
    letter-spacing: .03em;
    padding-top: 20px;
    font-size: 23px;
  }

  .fragrance-box-2 {
    padding: 20px 8px;
  }

  .section-anchor-counters {
    top: -60px;
  }

  .social-icon-wrapper {
    display: flex;
  }

  .div-block-48 {
    justify-content: center;
    padding: 20px 10px 10px;
    display: block;
  }

  .text-block-38 {
    padding-bottom: 20px;
    display: block;
  }

  .icon-11 {
    width: auto;
    min-width: 30px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-68 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content-2 {
    background-image: radial-gradient(circle, #ffe2c9, #eebfae);
    display: none;
  }

  .section-footer-wrapper-2 {
    display: block;
  }

  .div-block-bottom {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
  }

  .text-span-2-copy-2 {
    font-size: 15px;
  }

  .text-span-2-copy-2.enquiry-mail {
    font-size: 15px;
    text-decoration: underline;
  }

  .footer-social-icons-2,
  .footer-logo-2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .enquiry-4 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-36 {
    font-size: 11px;
  }

  .phone {
    padding: 0 20px;
  }

  .pickup-date {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-49-copy {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .object-fit-2 {
    display: block;
  }

  .slider_wrapper {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-white {
    width: 80%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
    left: auto;
  }

  .text-block-37 {
    font-size: 14px;
  }

  .arrow-right {
    width: 16px;
  }

  .masthead-content-m {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .fragrance-box_headtxt-3 {
    font-size: 13px;
  }

  .register-end {
    box-shadow: none;
    padding-bottom: 0;
  }

  .regform-title-3 {
    letter-spacing: 0;
    padding: 60px 20px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .html-embed {
    object-fit: fill;
    overflow: auto;
  }

  .special-announcement {
    box-shadow: none;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-5 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
  }

  .paragraph-3 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-size: .7rem;
    line-height: 17px;
  }

  .columns-24 {
    background-color: var(--white);
    flex-direction: column;
  }

  .column-64 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-40 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .grid-2 {
    grid-column-gap: 0px;
  }

  .slider_image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider_text_wrapper {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 13px;
    padding-right: 13px;
  }

  .form-label-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .regform-title-small {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .radio-button {
    margin-left: 0;
  }

  .paragraph_natural {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .regform-title-5 {
    letter-spacing: 0;
    padding: 60px 20px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .sub_paragraph_natural {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-25 {
    background-color: var(--white);
    flex-direction: column-reverse;
  }
}

#w-node-_56e8b051-f0f4-b7ae-ca43-1b06e7f468c2-5a1d07bd,
#w-node-_21c57e48-4d34-648e-783b-9b22e244835b-5a1d07bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_0e71f2f3-cd4b-2cc3-1e8a-36520d2488a7-5a1d07bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_56e8b051-f0f4-b7ae-ca43-1b06e7f468c2-42a84b50,
#w-node-_21c57e48-4d34-648e-783b-9b22e244835b-42a84b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_0e71f2f3-cd4b-2cc3-1e8a-36520d2488a7-42a84b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

@media screen and (max-width: 479px) {

  #w-node-_2ffc842e-0884-1e5f-4236-0adff735e35c-5a1d07bd,
  #w-node-_2ffc842e-0884-1e5f-4236-0adff735e35c-42a84b50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Century gothic bold';
  src: url('../fonts/GOTHICB0.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 影片 */
.yt-video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  max-width: 1920px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.right-arrow-2 {
  display: none;
}

.object-fit {
  width: 100%;
  height: 100%;
}

.yt-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.left-arrow-4 {
  display: none;
}

.yt-video-cover-slideshow {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;
  position: absolute;
  top: 0;
  left: 0;
}

.yt-video-cover-slideshow.show {
  opacity: 1;
  display: block;
}

.yt-video-btn-play {
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: opacity .4s cubic-bezier(.075, .82, .165, 1);
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .yt-video-container {
    padding-bottom: 165.25%;
  }
}

.div-block-48 {
  flex-direction: row;
}

.div-block-48 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

@media screen and (max-width: 991px) {
  .div-block-48 {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .div-block-48 {
    justify-content: center;
    padding: 20px 10px 10px;
    display: block;
  }
}

.icon-4 {
  float: none;
  margin-left: 10px;
  margin-right: 10px;
}
