@font-face {
  font-family: "ABC Arizona Flare";
  src: url("../fonts/ABC-Arizona-Flare/ABCArizonaFlare-Medium.woff2") format("woff2"), url("../fonts/ABC-Arizona-Flare/ABCArizonaFlare-Medium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ABC Arizona Flare";
  src: url("../fonts/ABC-Arizona-Flare/ABCArizonaFlare-Medium.woff2") format("woff2"), url("../fonts/ABC-Arizona-Flare/ABCArizonaFlare-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ABC Arizona Flare";
  src: url("../fonts/ABC-Arizona-Flare/ABCArizonaFlare-Medium.woff2") format("woff2"), url("../fonts/ABC-Arizona-Flare/ABCArizonaFlare-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ABC Arizona Flare";
  src: url("../fonts/ABC-Arizona-Flare/ABCArizonaFlare-Bold.woff2") format("woff2"), url("../fonts/ABC-Arizona-Flare/ABCArizonaFlare-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FZYanSJW";
  src: url("../fonts/FZYan/FZYanSJW.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FZYanSJW";
  src: url("../fonts/FZYan/FZYanSJW_Zhun.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FZYanSJW";
  src: url("../fonts/FZYan/FZYanSJW_Cu.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HYShuFang";
  src: url("../fonts/HYShuFang/HYShuFang-95S.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  --font-weight-light: 300;
}

body {
  margin: 0;
  background-color: #FFEBCF;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  font-family: "ABC Arizona Flare";
}
body * {
  box-sizing: border-box;
}

[lang=zh-hant] body {
  --font-weight-light: 400;
  font-family: "HYShuFang";
}

[lang=zh-hans] body {
  font-family: "FZYanSJW";
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: unset;
  cursor: pointer;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.slick-dots {
  display: flex;
  gap: 13px;
  padding-left: 0;
  flex-wrap: wrap;
  list-style: none;
}
.slick-dots li::marker {
  content: none;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  text-indent: -999px;
  padding: 0;
  border-width: 0;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background-color: #E0A63D;
}

.toolbar-fixed .contextual-region > ul {
  display: flex;
  list-style: none;
  gap: 30px;
  justify-content: center;
}

div[aria-label="Error message"] {
  color: #E02923;
}

header {
  position: fixed;
  z-index: 9;
  display: flex;
  top: 0;
  width: 100%;
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 3.74%, #000 50%);
  z-index: -1;
  transition: all 0.3s ease;
}
header.sticky-menu-header, header.open {
  top: 0;
}
header.sticky-menu-header::before, header.open::before {
  background: #000;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger {
  width: 28px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
  margin-left: 12px;
}
header .hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .hamburger span:nth-child(even) {
  left: 50%;
}
header .hamburger span:nth-child(odd) {
  left: 0;
}
header .hamburger span:nth-child(1), header .hamburger span:nth-child(2) {
  top: 0;
}
header .hamburger span:nth-child(3), header .hamburger span:nth-child(4) {
  top: 9px;
}
header .hamburger span:nth-child(5), header .hamburger span:nth-child(6) {
  top: 18px;
}
header .hamburger.open span:nth-child(1), header .hamburger.open span:nth-child(6) {
  transform: rotate(45deg);
}
header .hamburger.open span:nth-child(2), header .hamburger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
header .hamburger.open span:nth-child(1) {
  left: 0;
  top: 4px;
}
header .hamburger.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 4px;
}
header .hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header .hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
header .hamburger.open span:nth-child(5) {
  left: 0;
  top: 14px;
}
header .hamburger.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 14px;
}
header > .region-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 29px 20px;
  position: relative;
}
@media (min-width: 992px) {
  header > .region-header {
    justify-content: flex-start;
    width: fit-content;
  }
}
header #block-system-branding-block {
  margin: 0;
}
header #block-system-branding-block img {
  max-height: 26px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  header #block-system-branding-block img {
    max-height: 37px;
    min-width: 240px;
  }
}
header #block-fixed-block-content-submit-story-button {
  margin-left: auto;
}
@media (min-width: 992px) {
  header #block-fixed-block-content-submit-story-button {
    display: none;
  }
}
header #block-fixed-block-content-submit-story-button a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 3.5px 14px;
  background-color: #E0A63D;
  border-radius: 60px;
  display: block;
  background: linear-gradient(88deg, #FFB133 46.34%, #D79D00 114.45%);
}
@media (max-width: 991px) {
  header > .region-navigation {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    height: calc(100vh - 85px);
    z-index: 9;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    box-sizing: border-box;
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header > .region-navigation::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5019607843);
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  header > .region-navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header > .region-navigation.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header > .region-navigation ul {
  list-style: none;
  margin: 0;
  padding: 37px 27px 12px;
  background-color: #000;
  border-top: 1px solid rgba(255, 235, 207, 0.5019607843);
}
@media (min-width: 992px) {
  header > .region-navigation ul {
    display: flex;
    flex-wrap: wrap;
    background-color: unset;
    padding: 36px 10px;
    border: none;
  }
}
header > .region-navigation ul li {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  header > .region-navigation ul li {
    margin: 0 20px;
  }
}
header > .region-navigation ul a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 0 5px;
}
header > .region-navigation ul a.is-active {
  color: #E0A63D;
}
header > .region-navigation ul a[href="/#submit-story"] {
  display: none;
}
@media (min-width: 992px) {
  header > .region-navigation ul a[href="/#submit-story"] {
    display: block;
    color: #fff;
  }
}
header > .region-navigation .language-switcher-language-url ul {
  padding: 20px 27px;
  display: flex;
  gap: 27px;
}
header > .region-navigation .language-switcher-language-url ul li {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header > .region-navigation .language-switcher-language-url ul li {
    margin: 0;
  }
}

body.menu-open {
  overflow: hidden;
}

footer {
  text-align: center;
  padding: 50px 20px 25px;
  background: linear-gradient(180deg, rgb(255, 177, 51) -100%, rgb(184, 128, 0) 100%);
  position: relative;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 15px;
  }
}
footer::before {
  content: "";
  background: linear-gradient(90deg, #E0A63D 0%, #000 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  footer #block-block-group-footer-menu-copyright {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 -20px;
    padding: 20px 20px 0;
  }
}
footer #block-block-group-footer-menu-copyright ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 20px 25px;
  margin: 0 -20px 25px;
}
@media screen and (min-width: 768px) {
  footer #block-block-group-footer-menu-copyright ul {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
}
footer #block-block-group-footer-menu-copyright ul li {
  list-style: none;
  padding-right: 23px;
  padding-bottom: 5px;
}
footer #block-block-group-footer-menu-copyright ul li a {
  font-size: 13px;
  text-decoration: none;
  color: black;
  font-weight: 300;
}
footer #block-block-group-footer-menu-copyright ul li a:hover {
  text-decoration: underline;
  transition: all ease 0.5s;
}
footer .site_setting_entity {
  font-size: 13px;
  font-weight: 300;
}
footer #block-system-branding-block--2 {
  margin-bottom: 40px;
}
footer #block-system-branding-block--2 img {
  max-width: 112px;
  object-fit: cover;
}
footer .social-media-links--platforms.horizontal {
  margin-bottom: 30px;
}
footer .social-media-links--platforms.horizontal li {
  padding: 0.2em 17px;
}
@media screen and (max-width: 370px) {
  footer .social-media-links--platforms.horizontal li {
    padding: 0.2em 12px;
  }
}
footer .social-media-links--platforms.horizontal li a {
  color: black;
  position: relative;
}
footer .social-media-links--platforms.horizontal li a .fa-wechat::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icons/icon_wechat.svg) no-repeat center 3px;
  background-size: cover;
  display: block;
}
footer .social-media-links--platforms.horizontal li a .fa-xiaohongshu::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icons/icon_xiaohongshu.svg) no-repeat center center;
  background-size: cover;
  display: block;
}

/*back to top*/
.back-to-top {
  position: fixed;
  right: -16px;
  bottom: 30px;
  width: 90px;
  height: 90px;
  background-color: #c08e2c;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 768px) {
  .back-to-top {
    right: 30px;
    bottom: 35px;
  }
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top .arrow {
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.back-to-top .text {
  font-size: 13px;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
}
.back-to-top:hover {
  background: #a67b26;
  transform: translateY(-5px);
}
.back-to-top span {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  padding-top: 15px;
}
.back-to-top span::before {
  content: "";
  position: absolute;
  top: -8px;
  background: url("../images/icons/icon-back-to-top.svg") no-repeat center center;
  background-size: cover;
  width: 8px;
  height: 12px;
}

textarea:not([type=submit]),
input:not([type=submit]),
select:not([type=submit]) {
  border: 1px solid #AEAEAE;
  border-radius: 0;
  padding: 15px 18px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  font-family: "ABC Arizona Flare";
  font-size: max(16px, 1em);
}
textarea:focus,
input:focus,
select:focus {
  background-color: unset;
  outline: none;
}
textarea.webform-counter-warning.form-text, textarea.webform-counter-warning.form-textarea,
input.webform-counter-warning.form-text,
input.webform-counter-warning.form-textarea,
select.webform-counter-warning.form-text,
select.webform-counter-warning.form-textarea {
  background-color: transparent;
  border-color: #AEAEAE;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/icons/icon_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 32px !important;
  outline: none;
  height: 54px;
}

input {
  height: 54px;
}
input[type=checkbox] {
  height: 15px;
  width: 15px;
  background: none;
}
input[type=submit] {
  cursor: pointer;
}

.form-item-terms-conditions {
  display: flex;
}

.js-form-item {
  position: relative;
  margin-bottom: 20px;
}
.js-form-item label {
  margin-bottom: 17px;
  display: block;
  font-size: 18px;
}
.js-form-item .text-count-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.nav-tabs {
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  overflow-x: auto;
  border-bottom: 1px solid rgba(144, 110, 48, 0.5019607843);
  justify-content: center;
}
@media (min-width: 767px) {
  .nav-tabs {
    padding-right: 0;
  }
}
.nav-tabs li {
  margin: 0 23px;
}
@media (max-width: 490px) {
  .nav-tabs li {
    margin: 0 15px;
  }
}
.nav-tabs li:first-child {
  margin-left: 35px;
}
.nav-tabs li:last-child {
  margin-right: 35px;
}
.nav-tabs li.active a {
  color: #E02923;
  font-weight: 700;
}
.nav-tabs li.active a::after {
  width: 100%;
  transition: width 0.3s ease-out;
}
.nav-tabs li a {
  padding: 15px 0;
  font-size: 18px;
  font-weight: var(--font-weight-light);
  color: #000;
  display: block;
  position: relative;
  text-align: center;
  line-height: normal;
}
.nav-tabs li a::after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #E02923;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-out;
}

@media (max-width: 490px) {
  [lang=zh-hant] .nav-tabs,
  [lang=zh-hans] .nav-tabs {
    justify-content: space-around;
  }
  [lang=zh-hant] .nav-tabs li,
  [lang=zh-hans] .nav-tabs li {
    margin: 0 12px;
  }
  [lang=zh-hant] .nav-tabs li:first-child,
  [lang=zh-hans] .nav-tabs li:first-child {
    margin-left: 20px;
  }
  [lang=zh-hant] .nav-tabs li:last-child,
  [lang=zh-hans] .nav-tabs li:last-child {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .tabs-content-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
  }
}

@media (max-width: 767px) {
  .tab-content {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .tab-content.swiping {
    transition: none;
  }
}
@media (max-width: 767px) {
  .tab-content .tab-pane {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    height: fit-content;
  }
}
@media (min-width: 768px) {
  .tab-content .tab-pane {
    display: none;
  }
  .tab-content .tab-pane.active {
    display: block;
  }
}

#block-lkk-foreverflavorsproject > div:first-child img {
  width: 100%;
}

/**/
#block-block-group-banner {
  background-color: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#block-block-group-banner #block-lkk-banner {
  width: 100%;
  position: relative;
  line-height: 0;
  z-index: 1;
}
#block-block-group-banner #block-lkk-banner .inner-banner div:nth-child(1) {
  display: block;
}
@media (min-width: 768px) {
  #block-block-group-banner #block-lkk-banner .inner-banner div:nth-child(1) {
    display: none;
  }
}
#block-block-group-banner #block-lkk-banner .inner-banner div:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  #block-block-group-banner #block-lkk-banner .inner-banner div:nth-child(2) {
    display: block;
  }
}
#block-block-group-banner #block-lkk-banner .inner-banner img {
  width: 100%;
  height: auto;
  display: block;
}
#block-block-group-banner #block-lkk-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #000 20%, transparent 100%);
}
#block-block-group-banner #block-lkk-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px 40px;
  background-color: #000;
  position: relative;
  z-index: 5;
}
#block-block-group-banner #block-lkk-intro #block-lkk-foreverflavorsproject {
  width: 85%;
  max-width: 500px;
  margin-top: -134%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #block-block-group-banner #block-lkk-intro #block-lkk-foreverflavorsproject {
    margin-top: -43%;
  }
}
#block-block-group-banner #block-lkk-intro #block-lkk-foreverflavorsproject img {
  width: 100%;
  height: auto;
  max-width: 550px;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro {
  width: 100%;
  margin-bottom: 30px;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro > div img {
  max-width: 525px;
  object-fit: cover;
  width: 100%;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro > div div:first-child {
  margin-bottom: 12px;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro > div div:first-child img {
  max-width: 520px;
  width: 70vw;
  height: auto;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro > div div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro > div div:nth-child(2) img {
  height: clamp(18px, 2.5vw, 26px);
  width: auto;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro h3 {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
  max-width: 750px;
}
#block-block-group-banner #block-lkk-intro #block-lkk-homepageintro p {
  color: white;
  font-size: 15px;
  margin-bottom: 30px;
  max-width: 550px;
  font-weight: var(--font-weight-light);
}
#block-block-group-banner #block-lkk-intro #block-lkk-submitstorybuttonyellow a {
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(88deg, #FFB133 46.34%, #D79D00 114.45%);
  border: 0 solid #E02923;
  display: block;
  width: fit-content;
  min-width: 216px;
  text-transform: capitalize;
}

body .ui-dialog.ui-widget-content {
  background: #FFEBCF;
  max-width: calc(100% - 40px);
  padding: 0;
}
@media (min-width: 481px) {
  body .ui-dialog.ui-widget-content {
    max-width: 500px;
  }
}
body .ui-dialog.ui-widget-content .ui-dialog-titlebar {
  background: unset;
  border: none;
  padding-top: 20px;
}
body .ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: none;
  background: no-repeat;
  background-image: url(../images/icons/icon_close.svg);
  right: 18px;
  top: 33px;
}
body .ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  display: none;
}
body .ui-dialog-content {
  padding: 10px 20px 70px !important;
  font-family: "ABC Arizona Flare";
}
body .ui-dialog-content::-webkit-scrollbar {
  width: 4px;
}
body .ui-dialog-content::-webkit-scrollbar-track {
  background: transparent;
}
body .ui-dialog-content::-webkit-scrollbar-thumb {
  background: #B88000;
  border-radius: 20px;
}
body .ui-dialog-content .slick-dots {
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: -45px;
}
body .ui-dialog-content .slick-dots li:not(.slick-active) button {
  background-color: #D9D9D9;
}
body .ui-dialog-content .slick {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
body .ui-dialog-content .slick .slide__content {
  margin: 0 15px;
}
body .ui-dialog-content .addtoany_list {
  display: none;
}
body .ui-dialog-content .wrap-info .media--image {
  position: relative;
}
body .ui-dialog-content .wrap-info .media--image::before {
  content: "";
  width: 100%;
  height: 30%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.23%, #000 95.44%);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
body .ui-dialog-content .wrap-info img, body .ui-dialog-content .wrap-info video {
  width: 100%;
  height: auto;
  height: 442px;
  object-fit: cover;
  border-radius: 10px;
}
body .ui-dialog-content .wrap-info .wrap-author {
  padding-top: 45px;
}
body .ui-dialog-content .wrap-info .wrap-author h3 {
  margin: 10px 0 9px;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
body .ui-dialog-content .wrap-info .wrap-author > div:nth-child(2) {
  display: flex;
}
body .ui-dialog-content .wrap-info .wrap-author > div:nth-child(2)::before {
  content: "";
  min-width: 13px;
  height: 16px;
  background: url(../images/icons/icon_location_black.svg) no-repeat center;
  margin-right: 10px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}
body .ui-dialog-content .wrap-info .wrap-author > div:nth-child(3) {
  display: flex;
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 400;
}
body .ui-dialog-content .wrap-info .wrap-author > div:nth-child(3) > div:first-child {
  display: flex;
}
body .ui-dialog-content .wrap-info .wrap-author > div:nth-child(3) > div:first-child::after {
  content: ":";
  display: block;
  margin: 0 5px 0 2px;
}
body .ui-dialog-content .content {
  padding: 21px 0 0;
}
@media (min-width: 768px) {
  body .ui-dialog-content .content {
    text-align: left;
  }
}
body .ui-dialog-content .content > div:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
body .ui-dialog-content .content > div:last-child {
  font-size: 15px;
  font-weight: var(--font-weight-light);
  line-height: 1.6;
}
body .ui-widget-overlay {
  background: #000;
  opacity: 0.7;
}

/*Faq*/
#block-lkk-faqs {
  margin: 0 20px;
  border-radius: 0;
  border: 1px solid #B88000;
  padding: 20px 20px 0;
  margin: 0 -25px;
}
@media screen and (min-width: 480px) {
  #block-lkk-faqs {
    max-width: 805px;
    margin: 0 auto;
  }
}
#block-lkk-faqs h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
#block-lkk-faqs .ckeditor-accordion-container {
  counter-reset: faq-counter;
}
#block-lkk-faqs .ckeditor-accordion-container > dl {
  border: 0;
  margin: 0;
  word-break: break-word;
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt > a, #block-lkk-faqs .ckeditor-accordion-container > dl .ckeditor-accordion-container > dl dt > a:not(.button) {
  background-color: transparent;
  border-bottom: 1px solid rgba(184, 128, 0, 0.5);
  text-decoration: none;
  padding: 18px 30px 18px 20px;
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt:last-of-type a {
  border-bottom: 0 !important;
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt {
  counter-increment: faq-counter !important;
  position: relative;
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt.active > a {
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(184, 128, 0, 0.5);
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle::before {
  transform: translateY(-50%) rotate(180deg);
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  right: 4px;
  left: auto;
  padding: 0 7px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 1.5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#block-lkk-faqs .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
  content: "";
  position: absolute;
  background-color: black;
  width: 1.5px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
#block-lkk-faqs .ckeditor-accordion-container dd {
  font-weight: 300;
}
#block-lkk-faqs .ckeditor-accordion-container dd ul {
  list-style: lower-roman;
}
#block-lkk-faqs .ckeditor-accordion-container dd ul li a {
  color: black;
  word-break: break-all;
}
#block-lkk-faqs .ckeditor-accordion-container dd ul li a.mail {
  text-decoration: none;
}
#block-lkk-faqs .ckeditor-accordion-container dd ul li a::hover {
  opacity: 0.7;
}
#block-lkk-faqs .ckeditor-accordion-container dd strong, #block-lkk-faqs .ckeditor-accordion-container dd span {
  background-color: transparent !important;
  color: black !important;
}
#block-lkk-faqs .ckeditor-accordion-container dd a {
  color: black;
  text-decoration: underline;
}
#block-lkk-faqs .ckeditor-accordion-container dd a::hover {
  opacity: 0.7;
}
#block-lkk-faqs .ckeditor-accordion-container .ckeditor-accordion-toggler {
  position: relative;
  padding-left: 50px;
  color: black;
  font-weight: 500;
}
#block-lkk-faqs .ckeditor-accordion-container .ckeditor-accordion-toggler::before {
  content: counter(faq-counter) !important;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.15);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 5px 5px;
}

/*policy*/
.privacy-policy {
  max-width: 955px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
.privacy-policy ol {
  list-style: lower-latin;
}
.privacy-policy ol li span {
  text-decoration: underline;
}
.privacy-policy a {
  color: black;
}
.privacy-policy a:hover {
  opacity: 0.7;
}
.privacy-policy h3 {
  font-size: 15px;
  font-weight: 700;
}
.privacy-policy h4 {
  font-size: 15px;
  font-weight: 700;
}

.story-content-in .story-inspiration {
  display: none;
}

#block-lkk-homepageabouttheproject {
  padding: 59px 45px 100px;
}
@media screen and (min-width: 768px) {
  #block-lkk-homepageabouttheproject {
    max-width: 920px;
    margin: 0 auto;
    padding: 59px 20px 100px;
  }
}
#block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee img {
    max-width: 435px;
  }
}
#block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee > div:first-child {
  margin-right: -45px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee > div:first-child {
    width: 432px;
    margin-bottom: 0;
  }
}
#block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee > div:first-child img {
  width: 100%;
  border-radius: 0;
}
#block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee > div:last-child h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
#block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee > div:last-child p {
  font-weight: var(--font-weight-light);
}
@media screen and (min-width: 768px) {
  #block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee > div:last-child {
    width: calc(100% - 420px);
    padding-left: 50px;
  }
}
#block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee a {
  font-weight: 500;
  color: black;
  position: relative;
  padding: 0 30px 0 22px;
}
#block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("../images/icons/icon-arrow.svg") no-repeat left center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
#block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("../images/icons/icon-external-link.svg") no-repeat right center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
#block-lkk-homepageabouttheproject #block-lkk-aboutunesco {
  margin-bottom: 50px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #block-lkk-homepageabouttheproject #block-lkk-aboutunesco {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  #block-lkk-homepageabouttheproject #block-lkk-aboutunesco img {
    max-width: 435px;
  }
}
#block-lkk-homepageabouttheproject #block-lkk-aboutunesco > div:first-child {
  margin-left: -45px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #block-lkk-homepageabouttheproject #block-lkk-aboutunesco > div:first-child {
    width: 432px;
    margin-bottom: 0;
  }
}
#block-lkk-homepageabouttheproject #block-lkk-aboutunesco > div:first-child img {
  width: 100%;
  border-radius: 0 4px 4px 0;
}
#block-lkk-homepageabouttheproject #block-lkk-aboutunesco > div:last-child h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
#block-lkk-homepageabouttheproject #block-lkk-aboutunesco > div:last-child p {
  font-weight: var(--font-weight-light);
}
@media screen and (min-width: 768px) {
  #block-lkk-homepageabouttheproject #block-lkk-aboutunesco > div:last-child {
    width: calc(100% - 420px);
    padding-right: 50px;
  }
}
#block-lkk-homepageabouttheproject #block-lkk-aboutunesco a {
  font-weight: 500;
  color: black;
  position: relative;
  padding: 0 30px 0 22px;
}
#block-lkk-homepageabouttheproject #block-lkk-aboutunesco a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("../images/icons/icon-arrow.svg") no-repeat left center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
#block-lkk-homepageabouttheproject #block-lkk-aboutunesco a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("../images/icons/icon-external-link.svg") no-repeat right center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

#block-lkk-abouttheproject {
  text-align: center;
  margin-bottom: 35px;
}
#block-lkk-abouttheproject h2 {
  color: #E02923;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #block-lkk-abouttheproject h2 {
    margin-bottom: 35px;
  }
}
#block-lkk-abouttheproject p {
  font-weight: var(--font-weight-light);
  margin: 0;
}

.layout-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.touchevents #block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee > div:nth-child(2) {
  margin-right: -45px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .touchevents #block-lkk-homepageabouttheproject #block-lkk-aboutleekumkee > div:nth-child(2) {
    width: 432px;
    margin-bottom: 0;
  }
}
.touchevents #block-lkk-homepageabouttheproject #block-lkk-aboutunesco > div:nth-child(2) {
  margin-left: -45px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .touchevents #block-lkk-homepageabouttheproject #block-lkk-aboutunesco > div:nth-child(2) {
    width: 432px;
    margin-bottom: 0;
  }
}

#all-stories {
  padding: 35px 17px 10px;
}
@media (min-width: 768px) {
  #all-stories {
    max-width: 955px;
    margin: 0 auto;
  }
}
#all-stories h2 {
  text-align: center;
  color: #fff;
}
#all-stories .slick-list {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}
#all-stories .slick-dots {
  position: absolute;
  width: 100%;
  justify-content: center;
  margin: 0;
  top: 480px;
}
@media (min-width: 768px) {
  #all-stories .slick-dots {
    width: 335px;
    top: unset;
    bottom: 40px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  #all-stories #block-lkk-views-block-stories-block-featured > h2 {
    display: none;
  }
}
#all-stories .slide__media .is-b-loading {
  display: none;
}
#all-stories .slide__description {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #all-stories .slide__description article > div {
    display: flex;
    align-items: center;
    gap: 110px;
  }
}
#all-stories .slide__description .addtoany_list {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
}
#all-stories .slide__description .wrap-info {
  position: relative;
  color: #fff;
}
#all-stories .slide__description .wrap-info > div:nth-child(2) {
  position: relative;
}
#all-stories .slide__description .wrap-info > div:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 50%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.23%, #000 95.44%);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
}
#all-stories .slide__description .wrap-info > div:nth-child(2) img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 480px;
}
@media (min-width: 768px) {
  #all-stories .slide__description .wrap-info > div:nth-child(2) img {
    min-width: 335px;
    width: 335px;
    height: 500px;
  }
}
#all-stories .slide__description .wrap-info .wrap-author {
  position: absolute;
  bottom: 54px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
#all-stories .slide__description .wrap-info .wrap-author h3 {
  margin: 0 0 9px;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
#all-stories .slide__description .wrap-info .wrap-author > div:nth-child(2) {
  display: flex;
  justify-content: center;
}
#all-stories .slide__description .wrap-info .wrap-author > div:nth-child(2)::before {
  content: "";
  min-width: 13px;
  height: 16px;
  background: url(../images/icons/icon_location.svg) no-repeat center;
  margin-right: 10px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}
#all-stories .slide__description .wrap-info .wrap-author > div:nth-child(3) {
  display: flex;
  justify-content: center;
  margin: 10px;
  font-size: 13px;
  font-weight: 400;
}
#all-stories .slide__description .wrap-info .wrap-author > div:nth-child(3) * {
  color: #fff;
}
#all-stories .slide__description .wrap-info .wrap-author > div:nth-child(3) > div:first-child {
  display: flex;
}
#all-stories .slide__description .wrap-info .wrap-author > div:nth-child(3) > div:first-child::after {
  content: ":";
  display: block;
  margin: 0 5px 0 2px;
}
#all-stories .slide__description .content {
  padding: 34px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  #all-stories .slide__description .content {
    text-align: left;
    padding: 0;
  }
}
#all-stories .slide__description .content > h2 {
  display: none;
}
@media (min-width: 768px) {
  #all-stories .slide__description .content > h2 {
    display: block;
    margin-bottom: 20px;
  }
}
#all-stories .slide__description .content > div:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
#all-stories .slide__description .content > div:last-child {
  font-size: 15px;
  font-weight: var(--font-weight-light);
  line-height: 1.6;
}
#all-stories .slide__description .content a {
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(88deg, #FFB133 46.34%, #D79D00 114.45%);
  border: 0 solid #E02923;
  display: block;
  width: fit-content;
  text-transform: capitalize;
  margin: 25px auto;
}
@media (min-width: 768px) {
  #all-stories .slide__description .content a {
    margin-left: 0;
  }
}
#all-stories #block-lkk-views-block-stories-block-featured {
  padding: 30px 17px;
  border-radius: 10px;
  background-color: #E02923;
  color: #fff;
}
#all-stories #block-lkk-views-block-stories-block-featured h2 {
  margin-bottom: 30px;
}
#all-stories #block-lkk-views-block-stories-block-list {
  padding: 60px 20px 30px;
}
#all-stories #block-lkk-views-block-stories-block-list > h2 {
  font-size: 26px;
  margin-bottom: 45px;
  color: #000;
}
#all-stories #block-lkk-views-block-stories-block-list .views-row {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  #all-stories #block-lkk-views-block-stories-block-list .views-row {
    width: calc((100% - 54px) / 3);
    border: 2px solid #E02923;
    border-top: none;
    border-radius: 10px;
    position: relative;
  }
}
@media (min-width: 768px) {
  #all-stories #block-lkk-views-block-stories-block-list .views-infinite-scroll-content-wrapper {
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
  }
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info {
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  #all-stories #block-lkk-views-block-stories-block-list .wrap-info {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px;
  }
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info > div:first-child:not(.wrap-author) {
  position: relative;
  height: 288px;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info > div:first-child:not(.wrap-author)::before {
  content: "";
  width: 100%;
  height: 50%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.23%, #000 95.44%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info > div:first-child:not(.wrap-author) img {
  height: 288px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info > .wrap-author:only-child::before {
  content: "";
  width: 100%;
  height: 50%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.23%, #000 95.44%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info > .wrap-author:only-child {
  height: 288px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 24px;
  bottom: 0;
  background: #e02a23;
  border-radius: 10px 10px 0 0;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info > .wrap-author:only-child > div {
  z-index: 1;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info > .wrap-author:only-child .addtoany_list {
  bottom: 24px;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info .wrap-author {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: left;
  padding: 0 64px 0 24px;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info .wrap-author h4 {
  margin: 0 0 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info .wrap-author > div:nth-child(2) {
  display: flex;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info .wrap-author > div:nth-child(2)::before {
  content: "";
  min-width: 13px;
  height: 16px;
  background: url(../images/icons/icon_location.svg) no-repeat center;
  margin-right: 10px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info .wrap-author > div:nth-child(3) {
  display: flex;
  margin: 7px 0 0;
  font-size: 13px;
  font-weight: 400;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info .wrap-author > div:nth-child(3) > div:first-child {
  display: flex;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info .wrap-author > div:nth-child(3) > div:first-child::after {
  content: ":";
  display: block;
  margin: 0 5px 0 2px;
}
#all-stories #block-lkk-views-block-stories-block-list .wrap-info .wrap-author .addtoany_list {
  position: absolute;
  right: 24px;
  bottom: 5px;
}
#all-stories #block-lkk-views-block-stories-block-list .content {
  padding: 33px 20px;
  text-align: center;
  border: 2px solid #E02923;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  #all-stories #block-lkk-views-block-stories-block-list .content {
    background: none;
    padding-bottom: 100px;
    border: none;
  }
}
#all-stories #block-lkk-views-block-stories-block-list .content > div:first-child {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
#all-stories #block-lkk-views-block-stories-block-list .content > div:nth-child(2) {
  font-size: 15px;
  font-weight: var(--font-weight-light);
  line-height: 1.6;
}
#all-stories #block-lkk-views-block-stories-block-list .content a {
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: #E02923;
  border: 0 solid #E02923;
  display: block;
  width: fit-content;
  text-transform: capitalize;
  color: #fff;
  margin: 25px auto 0;
}
@media (min-width: 768px) {
  #all-stories #block-lkk-views-block-stories-block-list .content a {
    position: absolute;
    bottom: 42px;
    padding: 10px 20px;
    width: calc(100% - 40px);
  }
}
#all-stories .js-pager__items {
  text-align: center;
  list-style: none;
  padding: 10px 0 0;
}
#all-stories .js-pager__items a {
  color: #000;
  display: flex;
  justify-content: center;
}
#all-stories .js-pager__items a::after {
  content: "";
  min-width: 13px;
  height: 14px;
  background: url(../images/icons/icon_load.svg) no-repeat center;
  margin-left: 10px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}

.wrap_preview_popup {
  position: fixed;
  z-index: 101;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.wrap_preview_popup .preview-story-popup {
  position: fixed;
  z-index: 2;
  height: auto;
  width: calc(100% - 40px);
  max-width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  background-color: #FFEBCF;
}
.wrap_preview_popup .preview-story-popup .heading-popup {
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  background-color: #FFEBCF;
}
.wrap_preview_popup .preview-story-popup .heading-popup .close-button {
  background: unset;
  border: none;
  position: absolute;
  width: 20px;
  height: 20px;
  background: no-repeat;
  background-image: url(../images/icons/icon_close.svg);
  right: 18px;
  top: 24px;
  z-index: 1;
}
.wrap_preview_popup .preview-story-popup .wrap-content {
  padding: 0 20px 70px;
  margin-top: 60px;
  font-family: "ABC Arizona Flare";
  overflow: auto;
  max-height: calc(80vh - 100px);
}
.wrap_preview_popup .preview-story-popup .wrap-content::-webkit-scrollbar {
  width: 4px;
}
.wrap_preview_popup .preview-story-popup .wrap-content::-webkit-scrollbar-track {
  background: transparent;
}
.wrap_preview_popup .preview-story-popup .wrap-content::-webkit-scrollbar-thumb {
  background: #B88000;
  border-radius: 20px;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .list-images-videos {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .media {
  position: relative;
  width: 100%;
  margin: 0 15px;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .media:has(video)::before {
  display: none;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .media::before {
  content: "";
  width: 100%;
  height: 30%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.23%, #000 95.44%);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .media img, .wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .media video {
  width: 100%;
  height: auto;
  height: 442px;
  object-fit: cover;
  border-radius: 10px;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .wrap-author {
  padding-top: 45px;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .wrap-author h3 {
  margin: 10px 0 9px;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .wrap-author .location:not(:empty) {
  display: flex;
}
.wrap_preview_popup .preview-story-popup .wrap-content .wrap-info .wrap-author .location:not(:empty)::before {
  content: "";
  min-width: 13px;
  height: 16px;
  background: url(../images/icons/icon_location_black.svg) no-repeat center;
  margin-right: 10px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}
.wrap_preview_popup .preview-story-popup .wrap-content .content {
  padding: 21px 0 30px;
}
@media (min-width: 768px) {
  .wrap_preview_popup .preview-story-popup .wrap-content .content {
    text-align: left;
  }
}
.wrap_preview_popup .preview-story-popup .wrap-content .content .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}
.wrap_preview_popup .preview-story-popup .wrap-content .content .body-content {
  font-size: 15px;
  font-weight: var(--font-weight-light);
  line-height: 1.6;
}
.wrap_preview_popup .preview-story-popup .wrap-content .group-button {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wrap_preview_popup .preview-story-popup .wrap-content .group-button a {
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(88deg, #FFB133 46.34%, #D79D00 114.45%);
  border: 0 solid #E02923;
  display: block;
  width: fit-content;
  width: 100%;
  height: 45px;
  padding: 10px 0;
  text-align: center;
}
.wrap_preview_popup .preview-story-popup .wrap-content .group-button a.edit {
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 1px solid #E02923;
  display: block;
  width: fit-content;
  width: 100%;
}
.wrap_preview_popup .preview-story-popup .slick-list,
.wrap_preview_popup .preview-story-popup .slick-track {
  display: flex;
}
.wrap_preview_popup .preview-story-popup .slick-list .slick-slide,
.wrap_preview_popup .preview-story-popup .slick-track .slick-slide {
  height: 100%;
  display: flex;
  align-items: center;
}
.wrap_preview_popup .preview-story-popup .slick-dots {
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: -45px;
}
.wrap_preview_popup .preview-story-popup .slick-dots li:not(.slick-active) button {
  background-color: #D9D9D9;
}
.wrap_preview_popup .popup-overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

#submit-story {
  padding: 49px 20px;
}
@media (min-width: 768px) {
  #submit-story {
    max-width: 955px;
    margin: 0 auto;
  }
}
#submit-story h2 {
  color: #E02923;
}
#submit-story .text-count-message {
  display: none !important;
}
#submit-story .wrap-upload .js-form-item-cover-image,
#submit-story .wrap-upload .js-form-item-images-videos {
  margin-bottom: 0;
}
#submit-story .wrap-upload .js-form-item-cover-image label,
#submit-story .wrap-upload .js-form-item-images-videos label {
  margin-bottom: 0;
}
#submit-story .wrap-upload .js-form-item-cover-image .description,
#submit-story .wrap-upload .js-form-item-images-videos .description {
  display: none;
}
#submit-story .wrap-upload .js-form-item-cover-image input[id*=edit-cover-image-upload], #submit-story .wrap-upload .js-form-item-cover-image input[id*=edit-images-videos-upload],
#submit-story .wrap-upload .js-form-item-images-videos input[id*=edit-cover-image-upload],
#submit-story .wrap-upload .js-form-item-images-videos input[id*=edit-images-videos-upload] {
  display: none;
}
#submit-story .wrap-upload div[aria-label] {
  color: #E0A63D;
}
#submit-story .wrap-upload [id*=edit-upload-cover-] {
  border-radius: 0;
  background: linear-gradient(265deg, rgba(228, 206, 161, 0.1) -6.44%, #E4CEA1 91.66%);
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
#submit-story .wrap-upload [id*=edit-upload-cover-] h5 {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 10px;
}
#submit-story .wrap-upload [id*=edit-upload-cover-] h5::before {
  content: "";
  min-width: 15px;
  height: 15px;
  background: url(../images/icons/icon_plus.svg) no-repeat center;
  margin-right: 18px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}
#submit-story .wrap-upload [id*=edit-upload-cover-] h6 {
  font-size: 15px;
  margin: 10px 0;
  font-weight: var(--font-weight-light);
}
#submit-story .wrap-upload [id*=edit-upload-cover-] p {
  margin: 5px 0;
  font-size: 12px;
}
#submit-story .wrap-upload [id*=edit-upload-cover-video] {
  background: linear-gradient(248deg, rgba(228, 206, 161, 0.92) -3.82%, rgba(228, 206, 161, 0.92) 87.73%);
  padding: 44px 10px;
}
#submit-story .wrap-upload-cover-image:not(:has(input[id*=edit-cover-image-upload])) [id*=edit-upload-cover-image] {
  display: none;
}
#submit-story .wrap-upload-cover-image:not(:has(input[id*=edit-cover-image-upload])) .js-form-managed-file {
  margin-top: 15px;
}
#submit-story .wrap-upload-cover-image:not(:has(input[id*=edit-cover-image-upload])) .form-managed-file div.form-type-checkbox {
  margin-bottom: 5px;
}
#submit-story .wrap-upload-cover-video:not(:has(input[id*=edit-images-videos-upload].form-file)) [id*=edit-upload-cover-video] {
  display: none;
}
#submit-story .wrap-upload-cover-video:has(input[id*=edit-images-videos-remove-button]) [id*=edit-upload-cover-video] {
  padding: 12px 10px;
}
#submit-story .wrap-upload-cover-video:has(input[id*=edit-images-videos-remove-button]) [id*=edit-upload-cover-video] h5 {
  margin-bottom: 0;
}
#submit-story .wrap-upload-cover-video:has(input[id*=edit-images-videos-remove-button]) [id*=edit-upload-cover-video] h6, #submit-story .wrap-upload-cover-video:has(input[id*=edit-images-videos-remove-button]) [id*=edit-upload-cover-video] p {
  display: none;
}
#submit-story .wrap-upload .form-managed-file {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 17px;
}
#submit-story .wrap-upload .form-managed-file div.form-type-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}
#submit-story .wrap-upload .form-managed-file div.form-type-checkbox label {
  font-size: 15px;
}
#submit-story .wrap-upload .form-managed-file:has(input[id*=remove-button]) {
  background: linear-gradient(248deg, rgba(228, 206, 161, 0.92) -3.82%, rgba(228, 206, 161, 0.92) 87.73%);
  margin-top: 15px;
  border-radius: 10px;
  padding: 20px;
}
#submit-story .wrap-upload [id*=-remove-button] {
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 1px solid #E02923;
  display: block;
  width: fit-content;
  padding: 5px 20px;
  height: 40px;
}
#submit-story .wrap-name-location {
  display: flex;
  gap: 12px;
}
#submit-story .wrap-name-location .js-form-item-name {
  width: 40%;
}
#submit-story .wrap-name-location .js-form-item-name label {
  display: flex;
}
#submit-story .wrap-name-location .js-form-item-name label::before {
  content: "";
  min-width: 22px;
  height: 22px;
  background: url(../images/icons/icon_user.svg) no-repeat center;
  margin-right: 10px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}
#submit-story .wrap-name-location .js-form-item-location {
  width: 60%;
}
#submit-story .wrap-name-location .js-form-item-location label {
  display: flex;
}
#submit-story .wrap-name-location .js-form-item-location label::before {
  content: "";
  min-width: 18px;
  height: 22px;
  background: url(../images/icons/icon_location_black.svg) no-repeat center;
  margin-right: 10px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}
#submit-story .form-wrapper[id*=edit-email-get-code] {
  position: relative;
}
#submit-story .form-wrapper[id*=edit-email-get-code] input[id*=edit-email] {
  padding-right: 110px;
}
#submit-story .form-wrapper[id*=edit-email-get-code] input[id*=edit-get-code] {
  position: absolute;
  right: 7px;
  top: 52px;
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 1px solid #E02923;
  display: block;
  width: fit-content;
  border-color: #AEAEAE;
  height: 37px;
  padding: 7px 16px;
  border-radius: 0;
}
#submit-story .js-form-item-terms-conditions input[type=checkbox] {
  border-radius: 5px;
  border: 1px solid #FFF;
  margin-right: 10px;
  max-width: 15px;
  height: 15px;
}
#submit-story .js-form-item-terms-conditions a {
  text-decoration: underline;
  color: #000;
}

form .form-wrapper[id*=edit-buttons] {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  form .form-wrapper[id*=edit-buttons] {
    flex-direction: unset;
  }
  form .form-wrapper[id*=edit-buttons] > * {
    width: 50%;
  }
}
form .form-wrapper[id*=edit-buttons] input,
form .form-wrapper[id*=edit-buttons] [id*=edit-preview-button] button {
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(88deg, #FFB133 46.34%, #D79D00 114.45%);
  border: 0 solid #E02923;
  display: block;
  width: fit-content;
  width: 100%;
  height: 45px;
  padding: 10px 0;
  color: #000;
}
form .form-wrapper[id*=edit-buttons] [id*=edit-cancel-button],
form .form-wrapper[id*=edit-buttons] [id*=edit-preview-button] {
  margin: 0;
}
form .form-wrapper[id*=edit-buttons] [id*=edit-cancel-button] p,
form .form-wrapper[id*=edit-buttons] [id*=edit-preview-button] p {
  margin: 0;
}
form .form-wrapper[id*=edit-buttons] button {
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 1px solid #E02923;
  display: block;
  width: fit-content;
  width: 100%;
  height: 45px;
  padding: 10px 0;
}

#edit-wrap-story-text {
  position: relative;
}
#edit-wrap-story-text h3 {
  font-size: 18px;
  font-weight: 500;
}
#edit-wrap-story-text .js-form-item {
  position: static;
}

.story-content-in {
  position: relative;
}
.story-content-in .ttl-inspiration {
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid black;
  background: url(../images/icons/icon_light.svg) no-repeat left -3px;
  padding: 0 25px;
  margin: 0 0 5px;
  cursor: pointer;
  position: relative;
}
.story-content-in .ttl-inspiration::hover {
  transition: all ease 0.5s;
  opacity: 0.8;
}
.story-content-in .ttl-inspiration::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 12px;
  height: 8px;
  background: url("../images/icons/icon-arrow-down.svg") no-repeat center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.story-content-in .ttl-inspiration.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.story-content-in .story-inspiration {
  padding-left: 15px;
  margin-bottom: 25px;
}
.story-content-in .story-inspiration li {
  font-weight: 300;
  line-height: 1.6;
  list-style: decimal;
  padding-left: 8px;
}

.story-approved-wrapper .ttl-2 {
  font-size: 24px;
}
.story-approved-wrapper .ttl-2 .greta {
  display: flex;
  margin-bottom: 12px;
}
.story-approved-wrapper .ttl-2 .greta .txt-great {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  margin-left: 15px;
}
.story-approved-wrapper .ttl-2 .greta .txt-great::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #E0A63D;
  width: 100%;
  height: 1px;
}
.story-approved-wrapper .ttl-2 .txt {
  display: block;
}
.story-approved-wrapper .ttl-1 {
  font-size: 18px;
  font-weight: 500;
}
.story-approved-wrapper .inner-inspiring {
  margin-bottom: 44px;
}
.story-approved-wrapper .inner-inspiring p {
  margin: 0;
}
.story-approved-wrapper .inner-btn-stories .button span {
  background: url("../images/icons/icon-share-right.svg") no-repeat right center;
  padding-right: 24px;
}

.status-check-form-wrapper {
  padding: 0 20px 75px;
  position: relative;
  z-index: 5;
  color: white;
  margin-top: -280px;
}
@media screen and (min-width: 768px) {
  .status-check-form-wrapper {
    margin-top: -100px;
  }
}
.status-check-form-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  background: linear-gradient(to top, #000 51%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .status-check-form-wrapper::before {
    background: linear-gradient(to top, #000 821%, transparent 100%);
  }
}

.lkk-story-status-check-form {
  max-width: 920px;
  margin: 0 auto;
}
.lkk-story-status-check-form .story-status-check-header {
  text-align: center;
}
.lkk-story-status-check-form .story-status-check-header h1 {
  display: none;
}
.lkk-story-status-check-form .story-status-check-header h2 {
  font-size: 36px;
  font-weight: 500;
}
.lkk-story-status-check-form .form-item {
  margin-bottom: 33px;
}
.lkk-story-status-check-form .form-item input {
  color: #9E9E9E;
}
.lkk-story-status-check-form .form-item .form-required {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.lkk-story-status-check-form .form-actions .button {
  border-radius: 60px;
  background: linear-gradient(88deg, #DFA948 21.48%, #BB8E42 62.16%, #906E30 114.45%);
  border: 0;
  width: 100%;
  height: 45px;
  color: black;
  font-weight: 500;
  font-family: "ABC Arizona Flare";
  font-size: 15px;
  line-height: 12px;
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(88deg, #FFB133 46.34%, #D79D00 114.45%);
  border: 0 solid #E02923;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 5;
  width: 100%;
}

.story-rejected-wrapper.wrapper-story-status {
  text-align: center;
  padding-bottom: 135px;
}
.story-rejected-wrapper.wrapper-story-status .sub-txt {
  margin-bottom: 40px;
}

.wrapper-story-status {
  position: relative;
  padding: 35px 40px 0;
  z-index: 5;
  background: #FFEBCF;
  margin: -294px auto 65px;
}
.wrapper-story-status .inner-story-status {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .wrapper-story-status {
    margin-top: -300px;
  }
}
.wrapper-story-status .ttl-2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.wrapper-story-status .sub-txt {
  margin-bottom: 20px;
}

.story-pending-wrapper {
  text-align: center;
  padding-bottom: 135px;
}
.story-pending-wrapper .ig-follow-section {
  margin-bottom: 20px;
}
.story-pending-wrapper .btn-cancel {
  margin-top: 28px;
}

/*success page*/
.layout-content:not(:has(#block-block-group-banner)) {
  padding-top: 130px;
}

.inner-block-success {
  padding: 0 35px 100px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 104px;
}
.inner-block-success .ttl-success {
  color: #E02923;
}
.inner-block-success h2 {
  margin-bottom: 25px;
}
.inner-block-success .inner-archived {
  border-radius: 0;
  background: linear-gradient(329deg, rgba(228, 206, 161, 0.3) 0%, rgba(228, 206, 161, 0.3) 100%);
  padding: 20px 20px 30px;
  margin-top: 45px;
}
.inner-block-success .inner-archived .view {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 55px;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}
.inner-block-success .inner-archived .view::before {
  content: "\f16d";
  font-size: 40px;
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  top: 0;
  font-weight: 400;
  color: #AC7F5E;
}
.inner-block-success .participation {
  font-size: 18px;
  margin-bottom: 25px;
}
.inner-block-success .participation strong {
  font-weight: 500;
}

.inner-explore .view {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.inner-explore .view::before {
  content: "\f16d";
  font-size: 32px;
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  top: 50%;
  font-weight: 400;
  left: 0;
  transform: translateY(-50%);
  color: #AC7F5E;
  display: none;
}

.inner-btn-stories {
  display: flex;
  flex-direction: column;
}
.inner-btn-stories .button {
  position: relative;
  justify-content: center;
  background: transparent;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 10px 60px;
  border-radius: 60px;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 1px solid #E02923;
  display: block;
  width: fit-content;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner-btn-stories .button {
    max-width: 400px;
    margin: 0 auto;
  }
}
.inner-btn-stories .button.btn-official {
  margin-bottom: 28px;
}
.inner-btn-stories .button.btn-official span {
  background: url("../images/icons/arow-right.svg") no-repeat right center;
  padding-right: 24px;
}

.webform-submission-claim-certificate-add-form {
  margin: 0 auto;
  padding: 38px 20px;
}
@media (min-width: 768px) {
  .webform-submission-claim-certificate-add-form {
    max-width: 945px;
  }
}
.webform-submission-claim-certificate-add-form #edit-heading-text {
  text-align: center;
}
.webform-submission-claim-certificate-add-form #edit-heading-text h2 {
  padding: 0 10px;
}
.webform-submission-claim-certificate-add-form #edit-heading-text p span {
  text-align: left;
  font-size: 12px;
  margin: 10px;
  display: block;
}
.webform-submission-claim-certificate-add-form #edit-name {
  display: flex;
  gap: 9px;
}
.webform-submission-claim-certificate-add-form #edit-name .js-form-item-first-name label {
  display: flex;
}
.webform-submission-claim-certificate-add-form #edit-name .js-form-item-first-name label::before {
  content: "";
  min-width: 22px;
  height: 22px;
  background: url(../images/icons/icon_user.svg) no-repeat center;
  margin-right: 10px;
  display: block;
  background-size: contain;
  margin-top: 3px;
}
.webform-submission-claim-certificate-add-form .js-form-item-phone-number .iti--allow-dropdown {
  width: 100%;
}
.webform-submission-claim-certificate-add-form .js-form-item-delivery-address-address {
  margin-bottom: 8px;
}

/*# sourceMappingURL=style.css.map */
