@import url(https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Merriweather:wght@700&display=swap);
/*Colors*/
.karlaLight {
  font-family: 'Karla', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.karlaRegular {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.karlaSemibold {
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.karlaBold {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.merriweatherBold {
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.hero-banner {
  background: url('/fe-web/img/normaltrademaps/header/hero-banner.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 97vh;
  text-align: center;
}
.hero-banner__container-logo {
  padding-top: 10px;
}
.logo-landing {
  max-height: 129px;
}
@media (max-width: 768px) {
  .hero-banner {
    background: url('/fe-web/img/normaltrademaps/header/hero-banner-mobile.png') no-repeat top center;
    height: 129vw;
    background-size: cover;
  }
  .logo-landing {
    max-height: 68px;
  }
}
.footer {
  height: 155px;
  background: #504326;
  padding: 25px 0;
  color: #FFF8EE;
  font-size: 12px;
  text-align: center;
}
.footer__intro {
  font-size: 14px;
}
.footer__description {
  line-height: 18px;
}
.footer__description .link {
  color: #DAE4C4;
  text-decoration: underline;
}
.footer__logo-image {
  width: auto;
  height: 30px;
}
.footer__social-img {
  width: 32px;
  padding-left: 10px;
  padding-right: 10px;
}
.footer2 {
  height: auto;
  background: white;
}
@media (max-width: 767px) {
  .footer {
    height: auto;
  }
}
@media (max-width: 767px) {
  .footer2 {
    height: auto;
    display: inline-flex;
  }
}
.loghi-wrapper.loghi-wrapper .yxpType_IMAGE {
  display: flex;
  align-items: center;
  justify-content: center;
}
@include mixin . smartphone {
  margin-bottom: 0;
}
.loghi-wrapper.loghi-wrapper .loghi-cnt {
  display: flex;
  align-items: center;
}
.loghi-wrapper.loghi-wrapper .loghi-cnt > .yxpRow.yxpRow {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
@include mixin . smartphone {
  flex-wrap: nowrap;
}
.loghi-wrapper.loghi-wrapper > .yxpRow {
  padding-top: 0;
  padding-bottom: 0;
}
.loghi-wrapper.loghi-wrapper img {
  width: 100%;
  max-width: 110px;
}
.intro {
  box-sizing: border-box;
  max-width: 740px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.intro__title {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #a4ca41;
  font-size: 32px;
}
.intro__subtitle {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
.intro__subtitle b {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.intro__container-button {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .intro {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro__container-button .button {
    text-align: center;
  }
}
.intro2 {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 1px solid #D0D5DD;
  padding: 11px;
}
.intro2__title {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #a4ca41;
  font-size: 32px;
}
.intro2__subtitle {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
.intro2__subtitle b {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.intro2__container-button {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .intro {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro__container-button .button {
    text-align: center;
  }
}
.rules-contest {
  background-color: #fffbf4;
  padding: 70px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.rules-contest__title {
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 40px;
  padding-bottom: 40px;
}
.rules-contest__container-image {
  margin-bottom: 15px;
}
.rules-contest__container-image img {
  max-width: 100%;
  height: auto;
}
.rules-contest__cta-wrapper {
  margin-top: 100px;
}
.rules-contest__link {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #a4ca41;
  font-size: 26px;
  text-decoration: underline;
}
.maps {
  background-color: #dae4c4;
  width: 100%;
  height: 1110px;
}
.maps__title {
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 32px;
  color: #5a4438;
  padding: 60px 10px;
  text-align: center;
}
.maps #map {
  width: 950px;
  height: 895px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .maps {
    height: auto;
  }
  .maps #map {
    width: 100%;
    height: 1000px;
  }
}
.prize-contest {
  padding: 80px 0;
}
.prize-contest__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.prize-contest__title {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #a4ca41;
  font-size: 32px;
  padding-bottom: 20px;
}
.prize-contest__subtitle {
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 36px;
  color: #5a4438;
  padding-bottom: 20px;
}
.prize-contest__description {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1d1f22;
  padding-bottom: 40px;
}
.prize-contest__product-image {
  max-width: 100%;
  height: auto;
}
.prize-contest__image {
  width: 70px;
  height: auto;
}
.prize-contest .mt-content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .prize-contest {
    padding: 70px 0;
    text-align: center;
  }
  .prize-contest__description br {
    display: none;
  }
  .prize-contest .mt-content {
    margin-top: 20px;
  }
  .prize-contest .order-2 {
    order: 2;
  }
  .prize-contest__title {
    font-size: 24px;
    margin-top: 30px;
  }
}
.gmaps-recenter-button {
  background-color: #a4ca41;
  border-radius: 40px;
  cursor: pointer;
  visibility: hidden;
  text-align: center;
  padding: 5px 20px;
  margin: 22px 0;
}
.gmaps-recenter-button--visible {
  visibility: visible;
}
.gmaps-recenter-button__label {
  color: #fff;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 38px;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.gmaps-recenter-button__label img {
  margin-right: 5px;
}
.gmaps-content {
  display: flex;
}
.gmaps-content__image-container {
  display: none;
  margin-right: 30px;
}
.gmaps-content__image {
  border-radius: 20px;
}
.gmaps-content__title {
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5a4438;
  font-size: 18px;
  text-transform: uppercase;
}
.gmaps-content__marker-container {
  margin-right: 10px;
}
.gmaps-content__marker {
  height: 19px;
}
.gmaps-content__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.gmaps-content__description-container {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 15px;
}
.gmaps-content__address {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.gmaps-content__button {
  margin-top: 20px;
}
.gmaps-content__button .button {
  display: inline-flex;
  align-items: center;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 18px;
  padding: 8px 15px;
}
.gmaps-content__button .button--address,
.gmaps-content__button .button--share {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.gmaps-content__button .button--address:before,
.gmaps-content__button .button--share:before {
  margin-right: 10px;
}
.gmaps-content__button .button--address {
  margin-right: 18px;
}
.gmaps-content__button .button--address:before {
  content: url("/fe-web/img/normaltrademaps/icon/address.png");
}
.gmaps-content__button .button--share:before {
  content: url("/fe-web/img/normaltrademaps/icon/share.png");
}
.gmaps-content__copied-message {
  display: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gm-style .gm-style-iw-t:after {
  content: unset;
}
.gm-style .gm-style-iw-c {
  min-height: 176px !important;
  max-width: 360px !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .gmaps-content {
    flex-direction: column;
  }
  .gmaps-content__button {
    text-align: center;
    margin: 20px 16px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gmaps-content__button .button--address,
  .gmaps-content__button .button--share {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: center;
  }
  .gm-style .gm-style-iw-c {
    max-width: 345px !important;
    width: 345px !important;
  }
  .gm-style .gm-style-iw-d {
    height: auto !important;
    max-height: unset !important;
    margin-right: -5px;
  }
  __copied-message {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body {
  background: white;
  color: #5a4438;
  font-family: 'Karla', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  margin: 0;
}
a {
  color: #5a4438;
  text-decoration: none;
}
.text-align-center {
  text-align: center;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container .row--column {
  flex-direction: column;
}
.container .row .col {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.container .row-2 {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}
.container .row-2--column {
  flex-direction: column;
}
.container .row-2 .col {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.button {
  background: #a4ca41;
  color: #fff;
  border: none;
  border-radius: 23px;
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  box-shadow: none;
  padding: 13px 23px;
  line-height: 1;
  outline: none;
  text-transform: uppercase;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 767px) {
  .container .row {
    flex-direction: column;
  }
}

