.trade-ad-page .header-sec {
  background-color: #70a25f !important;
}

.trade-ad-page .wave-section svg path {
  fill: #00491f !important;
}
.trade-ad-page .second-wave svg path {
  fill: #00491f !important;
}

.trade-ad-page .three-col-sec {
  background-color: #00491f !important;
  padding: 6rem 0;
}
@media (min-width: 968px) {
  .trade-ad-page .three-col-sec {
    padding: 12rem 0;
  }
}
.trade-ad-page .three-col-sec .pb-icons {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 12rem;
  align-items: center;
}
.trade-ad-page .three-col-sec .pb-icons .pb-icon {
  width: 100px;
}
.trade-ad-page .three-col-sec .pb-icons .pb-icon:nth-child(2) {
  width: 150px;
}
@media (max-width: 620px) {
  .trade-ad-page .three-col-sec .pb-icons .pb-icon:nth-child(2) {
    width: 110px;
  }
}
@media (max-width: 620px) {
  .trade-ad-page .three-col-sec .pb-icons .pb-icon {
    width: 75px;
  }
}
.trade-ad-page .three-col-sec .productImgAnime {
  position: relative;
}
.trade-ad-page .three-col-sec .productImgAnime .animeBox {
  position: absolute;
  top: 10%;
  transform: translateX(30rem);
}
@media (max-width: 1560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(30rem);
  }
}
@media (max-width: 1260px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(36rem);
  }
}
@media (max-width: 1200px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(27rem);
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(20rem);
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(20rem);
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(14rem);
  }
}
@media (min-width: 420px) and (max-width: 500px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(8rem);
  }
}
@media (min-width: 500px) and (max-width: 560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(16rem);
  }
}
@media (min-width: 360px) and (max-width: 420px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(8rem);
  }
}
@media (min-width: 280px) and (max-width: 360px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox {
    transform: translateX(8rem);
  }
}
.trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
  width: 520px;
  background: #f6cc14;
  border-radius: 30px;
  padding: 8rem 0;
  transition: all 0.5s ease-out;
}
@media (min-width: 1560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
    width: 470px;
  }
}
@media (max-width: 1560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
    width: 470px;
  }
}
@media (max-width: 1260px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
    width: 360px;
    padding: 4rem 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
    width: 320px;
    padding: 4rem 0;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
    width: 220px;
    padding: 4rem 0;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
    width: 180px;
    padding: 3rem 0;
  }
}
@media (min-width: 360px) and (max-width: 420px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
    width: 180px;
    padding: 3rem 0;
  }
}
@media (min-width: 280px) and (max-width: 360px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner {
    width: 140px;
    padding: 2rem 0;
  }
}
.trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title {
  padding-right: 4rem;
}
.trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title h2 {
  font-size: 81px;
  color: #00491f;
  line-height: 94px;
  margin: 0;
}
@media (min-width: 1560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title h2 {
    font-size: 70px;
    line-height: 75px;
  }
}
@media (max-width: 1560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title h2 {
    font-size: 55px;
    line-height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title h2 {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 360px) and (max-width: 420px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 280px) and (max-width: 360px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeInner .title h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom {
  position: relative;
}
.trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom h3 {
  margin: 0;
  color: #f6cc14;
  font-size: 40px;
  line-height: 45px;
  margin-top: 4rem;
  margin-left: 10rem;
}
@media (min-width: 768px) and (max-width: 990px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom h3 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 4rem;
    margin-left: 2rem;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom h3 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 2rem;
    margin-left: 0rem;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 375px) and (max-width: 420px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 360px) and (max-width: 375px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 280px) and (max-width: 360px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 1rem;
    margin-left: -1rem;
  }
}
.trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon {
  width: 120px;
  position: absolute;
  right: 12rem;
  bottom: -8rem;
}
@media (max-width: 1260px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon {
    width: 95px;
    right: 8rem;
    bottom: -7rem;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon {
    right: 7rem;
    bottom: -6rem;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon {
    right: 3rem;
    bottom: -4rem;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon {
    right: 0rem;
    bottom: -3rem;
  }
}
@media (min-width: 375px) and (max-width: 420px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon {
    right: 0rem;
    bottom: -3rem;
  }
}
@media (min-width: 360px) and (max-width: 375px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon {
    right: 1rem;
    bottom: -3rem;
  }
}
@media (min-width: 280px) and (max-width: 360px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon {
    right: -1rem;
    bottom: -2rem;
  }
}
.trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon img {
  transform: rotate(25deg);
}
@media (min-width: 768px) and (max-width: 990px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon img {
    width: 80px;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon img {
    width: 60px;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon img {
    width: 40px;
  }
}
@media (min-width: 360px) and (max-width: 420px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon img {
    width: 40px;
  }
}
@media (min-width: 280px) and (max-width: 360px) {
  .trade-ad-page .three-col-sec .productImgAnime .animeBox .animeBottom .pointerIcon img {
    width: 30px;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20rem);
    transform: translateX(-20rem);
  }
}
@media (min-width: 1560px) {
  @keyframes slide-left {
    100% {
      -webkit-transform: translateX(5rem);
      transform: translateX(5rem);
    }
  }
}
@media (max-width: 1560px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(4rem);
      transform: translateX(4rem);
    }
  }
}
@media (max-width: 1260px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(10rem);
      transform: translateX(10rem);
    }
  }
}
@media (max-width: 1200px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(2rem);
      transform: translateX(2rem);
    }
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-3rem);
      transform: translateX(-3rem);
    }
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(2rem);
      transform: translateX(10rem);
    }
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(2rem);
      transform: translateX(2rem);
    }
  }
}
@media (min-width: 500px) and (max-width: 560px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(8rem);
      transform: translateX(8rem);
    }
  }
}
@media (min-width: 420px) and (max-width: 500px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(2rem);
      transform: translateX(2rem);
    }
  }
}
@media (min-width: 360px) and (max-width: 420px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(2rem);
      transform: translateX(1rem);
    }
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(4rem);
      transform: translateX(4rem);
    }
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(0rem);
      transform: translateX(0rem);
    }
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(8rem);
    transform: translateX(8rem);
  }
}
@media (min-width: 1260px) {
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(16rem);
      transform: translateX(16rem);
    }
  }
}
.trade-ad-page .three-col-sec .productImgAnime.visible .animeBox {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-left;
}
@media (min-width: 1560px) {
  .trade-ad-page .three-col-sec .productImgAnime.visible .animeInner {
    width: 470px;
  }
}
@media (max-width: 1560px) {
  .trade-ad-page .three-col-sec .productImgAnime.visible .animeInner {
    width: 480px;
  }
}
@media (max-width: 1260px) {
  .trade-ad-page .three-col-sec .productImgAnime.visible .animeInner {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .trade-ad-page .three-col-sec .productImgAnime.visible .animeInner {
    width: 320px;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .trade-ad-page .three-col-sec .productImgAnime.visible .animeInner {
    width: 220px;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  .trade-ad-page .three-col-sec .productImgAnime.visible .animeInner {
    width: 180px;
  }
}
@media (min-width: 360px) and (max-width: 420px) {
  .trade-ad-page .three-col-sec .productImgAnime.visible .animeInner {
    width: 180px;
  }
}
@media (min-width: 280px) and (max-width: 360px) {
  .trade-ad-page .three-col-sec .productImgAnime.visible .animeInner {
    width: 150px;
  }
}
.trade-ad-page .three-col-sec .productImgAnime.visible img.product-image {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-right;
}
.trade-ad-page .three-col-sec .productImgAnime img.product-image {
  margin: 0 auto;
  margin-bottom: 8rem;
  position: relative;
  transition: all 0.5s ease;
}
@media (min-width: 1260px) {
  .trade-ad-page .three-col-sec .productImgAnime img.product-image {
    width: 500px;
  }
}
@media (min-width: 990px) and (max-width: 1260px) {
  .trade-ad-page .three-col-sec .productImgAnime img.product-image {
    width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .trade-ad-page .three-col-sec .productImgAnime img.product-image {
    width: 400px;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .trade-ad-page .three-col-sec .productImgAnime img.product-image {
    width: 250px;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  .trade-ad-page .three-col-sec .productImgAnime img.product-image {
    width: 200px;
  }
}
@media (min-width: 360px) and (max-width: 420px) {
  .trade-ad-page .three-col-sec .productImgAnime img.product-image {
    width: 200px;
  }
}
@media (min-width: 280px) and (max-width: 360px) {
  .trade-ad-page .three-col-sec .productImgAnime img.product-image {
    width: 150px;
  }
}
.trade-ad-page .three-col-sec .copy-sec {
  padding-top: 0;
}
.trade-ad-page .three-col-sec .copy-sec p {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .trade-ad-page .three-col-sec .copy-sec p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 560px) {
  .trade-ad-page .three-col-sec .copy-sec p {
    font-size: 20px;
    line-height: 28px;
  }
}
.trade-ad-page .three-col-sec .product-carousel .swipe-more {
  max-width: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 4rem;
}
@media (min-width: 990px) {
  .trade-ad-page .three-col-sec .product-carousel .swipe-more {
    margin-bottom: 8rem;
  }
}
.trade-ad-page .three-col-sec .product-carousel .swipe-more p {
  color: white;
  margin: 0.5rem;
  font-family: "Brandon Grotesque";
}
.trade-ad-page .three-col-sec .product-carousel #product-slider {
  margin-top: 1rem;
}
.trade-ad-page .three-col-sec .product-carousel #product-slider.trade-ad-slider {
  margin-bottom: 5rem;
}
.trade-ad-page .three-col-sec .product-carousel #product-slider .owl-stage {
  display: flex;
  align-items: baseline;
}
.trade-ad-page .three-col-sec .product-carousel #product-slider .product-slide {
  position: relative;
  padding-top: 8rem;
  display: block;
  color: transparent;
}
.trade-ad-page .three-col-sec .product-carousel #product-slider .product-slide:hover img {
  webkit-transform: scale(1) rotate(7deg);
  -moz-transform: scale(1) rotate(7deg);
  -ms-transform: scale(1) rotate(7deg);
  -o-transform: scale(1) rotate(7deg);
  transform: scale(1) rotate(7deg);
}
.trade-ad-page .three-col-sec .product-carousel #product-slider .product-slide .newFlag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2rem;
}
.trade-ad-page .three-col-sec .product-carousel #product-slider .product-slide .newFlag span {
  font-family: "the_snowday";
  color: #f6cc14;
  font-size: 40px;
}
.trade-ad-page .three-col-sec .product-carousel #product-slider .product-slide .product-title {
  text-align: center;
}
.trade-ad-page .three-col-sec .product-carousel #product-slider .product-slide .product-title h3 {
  margin: 0;
  color: #fff;
}
.trade-ad-page .three-col-sec .product-carousel #product-slider .product-slide .product-title span {
  color: #fff;
  font-family: "Brandon Grotesque";
}
.trade-ad-page .three-col-sec .box-sec .text-sec {
  background-color: #f6cc14;
  border-radius: 30px;
  height: 100%;
}
.trade-ad-page .three-col-sec .box-sec .text-sec p {
  color: #00491f;
  font-size: 16px;
}
.trade-ad-page .three-col-sec .box-sec .text-sec h3 {
  color: #00491f;
}
.trade-ad-page .three-col-sec .box-sec .text-sec h3 span {
  color: #70a25f;
}

@media (min-width: 768px) {
  .shopping-img-sec .title-text h3 {
    font-size: 64px !important;
    line-height: 81px;
  }
}
.shopping-img-sec .col-md-6 p {
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .shopping-img-sec .col-md-6 p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 560px) {
  .shopping-img-sec .col-md-6 p {
    font-size: 20px;
    line-height: 28px;
  }
}

.trade-ad-page .join-sec {
  background-color: #00491f !important;
}
.trade-ad-page .join-sec h4 {
  margin-bottom: 2rem !important;
}

.trade-ad-page .grow-sec {
  height: 500px !important;
}
@media (min-width: 505px) {
  .trade-ad-page .grow-sec {
    height: 560px !important;
  }
}
@media (max-width: 420px) {
  .trade-ad-page .grow-sec {
    height: 340px !important;
  }
}
.trade-ad-page .grow-sec .grow-text h2 {
  font-size: 100px;
  line-height: 105px;
}
@media (max-width: 768px) {
  .trade-ad-page .grow-sec .grow-text h2 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 560px) {
  .trade-ad-page .grow-sec .grow-text h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 420px) {
  .trade-ad-page .grow-sec .grow-text h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

.wildredarugula-section {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 768px) {
  .wildredarugula-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.wildredarugula-section .cols {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 768px) {
  .wildredarugula-section .cols {
    flex-direction: column;
  }
}
.wildredarugula-section .cols .colLeft {
  width: 65%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .wildredarugula-section .cols .colLeft {
    width: 100%;
  }
}
.wildredarugula-section .cols .colLeft .leftWrapper {
  max-width: 620px;
}
@media (max-width: 560px) {
  .wildredarugula-section .cols .colLeft .leftWrapper .title {
    margin-bottom: 1rem;
  }
  .wildredarugula-section .cols .colLeft .leftWrapper .title h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
.wildredarugula-section .cols .colLeft .leftWrapper .title h2 {
  font-size: 64px;
  color: #00491f;
  line-height: 81px;
  margin-top: 0;
}
@media (max-width: 560px) {
  .wildredarugula-section .cols .colLeft .leftWrapper .title h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
.wildredarugula-section .cols .colLeft .leftWrapper .content p {
  font-size: 28px;
  color: white;
}
@media (max-width: 768px) {
  .wildredarugula-section .cols .colLeft .leftWrapper .content p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 560px) {
  .wildredarugula-section .cols .colLeft .leftWrapper .content p {
    font-size: 20px;
    line-height: 28px;
  }
}
.wildredarugula-section .cols .colRight {
  width: 35%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wildredarugula-section .cols .colRight img {
  width: 100%;
}
@media (max-width: 768px) {
  .wildredarugula-section .cols .colRight {
    width: 100%;
  }
}

.video-section {
  background-color: #c3d7a6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 990px) {
  .video-section iframe {
    height: 500px !important;
  }
}
@media (max-width: 768px) {
  .video-section iframe {
    height: 350px !important;
  }
}
@media (max-width: 460px) {
  .video-section iframe {
    height: 250px !important;
  }
}
@media (max-width: 360px) {
  .video-section iframe {
    height: 200px !important;
  }
}

.trade-ad-page .newsletter-sec {
  padding: 16rem 0;
}
@media (max-width: 990px) {
  .trade-ad-page .newsletter-sec {
    padding: 8rem 0;
  }
}

.statement-sec {
  background-color: #00491f !important;
}

.trade-ad-page {
  /*Updated code 2024*/
}
.trade-ad-page .header-sec {
  background-color: #417638;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 50px;
  padding-top: 50px;
}
.trade-ad-page .header-sec .row {
  padding-bottom: 63px;
}
.trade-ad-page .header-sec h1 {
  color: #10401f;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 85px;
}
.trade-ad-page .header-sec .text-sec {
  padding: 25px;
  margin-top: 105px;
}
.trade-ad-page .header-sec .image-sec {
  padding-top: 93px;
}
.trade-ad-page .header-bk-img {
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  right: 0px;
  width: 477px;
  height: 348px;
  margin-top: 70px;
  background-position-y: bottom;
  background-position-x: 0px;
}
.trade-ad-page .sun-sec {
  background-color: #e5e3dd;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.trade-ad-page .sun-sec .row {
  padding: 70px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.trade-ad-page .sun-sec .text-sec h2 {
  color: #06502a;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
.trade-ad-page .sun-sec .text-sec p {
  color: white;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 390;
  line-height: 29px;
  padding: 10px;
}
.trade-ad-page .sun-sec .image-sec {
  position: initial;
}
.trade-ad-page .sun-sec .image-sec img {
  position: absolute;
  bottom: 0px;
  width: 60%;
}
.trade-ad-page .three-col-sec {
  background-color: #c3d7a6;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.trade-ad-page .three-col-sec .image-sec img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 180px 180px 0px 0px;
  border-top: 5px solid #f6cc14;
  border-left: 5px solid #f6cc14;
  border-right: 5px solid #f6cc14;
}
.trade-ad-page .three-col-sec .row {
  /*display: flex;*/
  /*column-gap: 35px;*/
  /*flex-direction: row;*/
  /*flex-wrap: nowrap;*/
  /*justify-content: center;*/
  /*align-items: stretch;*/
}
.trade-ad-page .three-col-sec .col-1-sec {
  background-color: #70a25f;
  padding: unset;
  border-radius: 180px 180px 0px 0px;
}
.trade-ad-page .three-col-sec .first-col img {
  object-position: bottom !important;
}
.trade-ad-page .three-col-sec .col-2-sec img {
  object-position: top;
}
.trade-ad-page .three-col-sec .col-3-sec {
  background-color: #70a25f;
  padding: unset;
  border-radius: 180px 180px 0px 0px;
}
.trade-ad-page .three-col-sec .col-3-sec img {
  object-position: -142px 0px;
}
.trade-ad-page .three-col-sec .text-sec {
  padding: 20px;
}
.trade-ad-page .three-col-sec .text-sec h3 {
  font-size: 2.2rem;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
}
.trade-ad-page .three-col-sec .text-sec p {
  color: white;
  text-align: center;
  margin-top: 50px;
  padding: 0px 41px;
  font-size: 12px;
}
.trade-ad-page .three-col-sec .col-1-sec h3 {
  color: #10401f;
}
.trade-ad-page .three-col-sec .col-1-sec span {
  color: #f6cc14;
}
.trade-ad-page .three-col-sec .col-2-sec h3 {
  color: #70a25f;
}
.trade-ad-page .three-col-sec .col-2-sec span {
  color: white;
}
.trade-ad-page .three-col-sec .col-3-sec h3 {
  color: #10401f;
}
.trade-ad-page .three-col-sec .col-3-sec span {
  color: white;
}
.trade-ad-page .three-col-sec .col-3-sec p {
  padding: 0px 3px;
}
.trade-ad-page .statement-sec {
  background-color: #10401f;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  z-index: 5;
}
.trade-ad-page .statement-sec h2 {
  color: #70a25f;
  text-align: center;
  font-weight: unset;
  font-size: 2.5rem;
}
.trade-ad-page .statement-sec span {
  color: white;
}
.trade-ad-page .statement-sec .text-sec {
  padding: 82px 62px;
}
.trade-ad-page .product-sec {
  background-color: #c3d7a6;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.trade-ad-page .product-sec .image-sec {
  padding: 70px;
}
.trade-ad-page .join-sec {
  background-color: #10401f;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  position: relative;
  z-index: 2;
}
.trade-ad-page .join-sec h1 {
  color: #f6cc14;
  font-size: 2rem;
  font-weight: 100;
}
.trade-ad-page .join-sec h4 {
  color: white;
  letter-spacing: 3.75px;
  margin: auto;
  text-transform: uppercase;
  font-weight: 700;
}
.trade-ad-page .join-sec p {
  color: white;
}
.trade-ad-page .join-sec .text-sec {
  padding: 40px 1px;
}
.trade-ad-page .join-sec img {
  padding-top: 30px;
}
.trade-ad-page .new-btn {
  border-radius: 20px;
  color: black;
  background-color: #f6cc14;
  font-family: "MADE Mellow Regular", sans-serif;
  text-transform: inherit;
  font-size: 2.2rem;
  padding: 8px 25px;
  text-decoration: none;
}
.trade-ad-page .new-btn:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}
.trade-ad-page .wave {
  --tw-bg-opacity: 1;
  position: relative;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.trade-ad-page .svg-mask {
  left: 0;
  position: absolute;
  top: 16px;
  transform: translateY(-100%);
  width: 100%;
}
.trade-ad-page .logo-header {
  text-align: center;
}
.trade-ad-page .logo-header img {
  width: 50%;
  margin: auto;
  /*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
}
.trade-ad-page .dress-sec {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background: #e5e3dd;
  padding-bottom: 105px;
}
.trade-ad-page .background-img {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.trade-ad-page .dress-sec h3 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  color: white;
  font-size: 2.5rem;
  text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em grey;
}
.trade-ad-page .product-sec-three img {
  /*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
  /*border-radius: 18%;*/
  width: 75%;
  margin: auto;
}
.trade-ad-page .product-sec-three .col-md-3 {
  margin-bottom: 30px;
}
.trade-ad-page .copy-sec {
  text-align: center;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .trade-ad-page .copy-sec {
    padding: 40px 40px;
  }
}
.trade-ad-page .copy-sec p {
  color: #000;
}
.trade-ad-page .shopping-img-sec {
  overflow: hidden;
  background-color: #e5e3dd;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding: 30px 0px;
}
.trade-ad-page .shopping-img-sec img {
  height: 300px;
  margin: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.trade-ad-page .shopping-img-sec .row {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.trade-ad-page .shopping-img-sec h2 {
  font-size: 2.5rem;
  color: #10401f;
  font-weight: 100;
}
.trade-ad-page .grow-sec {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-color: #c3d7a6;
  height: 306px;
  position: relative;
  z-index: 2;
}
.trade-ad-page .grow-text {
  text-align: center;
}
.trade-ad-page .grow-text h2 {
  font-size: 3.2rem;
  color: #06502a;
  padding-top: 43px;
  margin-top: 0px;
  font-weight: 100;
}
.trade-ad-page .inner-sun {
  position: absolute;
  text-align: end;
  right: 0px;
  bottom: -130px;
}
.trade-ad-page .inner-sun img {
  width: 274px;
}
.trade-ad-page .second-wave {
  z-index: 3;
}
.trade-ad-page .dress-sec-text h3 {
  font-size: 3.5rem;
  margin-top: -50px;
  margin-bottom: 53px;
  color: #03481e;
}
.trade-ad-page .tb-fw-narrow .site-inner > .wrap {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.trade-ad-page .wrapper-video .wrapper__video {
  object-fit: cover;
  width: 89% !important;
  height: auto;
  box-shadow: 1px 2px 10px 3px rgba(127, 127, 127, 0.5803921569);
  border-radius: 30px;
  margin: auto;
}
.trade-ad-page .product-sec-three p {
  color: #00491f !important;
  font-family: "MADE Mellow Regular", sans-serif;
  font-weight: 100;
}
.trade-ad-page .background-img img {
  width: 100%;
}
.trade-ad-page .shopping-img-sec .title-text h3 {
  font-size: 2.5rem;
  color: #03481e;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 23px;
}
.trade-ad-page .product-img {
  width: 150px;
  margin: auto;
}
.trade-ad-page .text-sec a {
  color: #c3d7a6;
}
@media (min-width: 400px) {
  .trade-ad-page .dress-sec h3 {
    font-size: 4.5rem;
  }
  .trade-ad-page .shopping-img-sec h2 {
    font-size: 4.5rem;
  }
  .trade-ad-page .shopping-img-sec .title-text h3 {
    font-size: 3.5rem;
  }
  .trade-ad-page .grow-text h2 {
    font-size: 4.2rem;
  }
  .trade-ad-page .join-sec h1 {
    font-size: 6rem;
    margin-top: 0px;
  }
  .trade-ad-page .row.box-sec {
    padding: 0px 60px;
  }
  .trade-ad-page .three-col-sec .text-sec h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 505px) {
  .trade-ad-page .grow-sec {
    height: 447px;
  }
  .trade-ad-page .inner-sun {
    right: -42px;
    bottom: -185px;
  }
  .trade-ad-page .grow-text h2 {
    padding-top: 45px;
  }
  .trade-ad-page .inner-sun img {
    width: 405px;
  }
  .trade-ad-page .sun-sec .text-sec h2 {
    font-size: 5.2rem;
  }
  .trade-ad-page .dress-sec-text h3 {
    font-size: 4.5rem;
  }
  .trade-ad-page .shopping-img-sec img {
    height: auto;
  }
}
@media (min-width: 654px) {
  .trade-ad-page .inner-sun {
    bottom: -186px;
  }
  .trade-ad-page .logo-header img {
    width: 45%;
  }
  .trade-ad-page .product-sec-three img {
    width: 85%;
  }
  .trade-ad-page .statement-sec h2 {
    font-size: 3.5rem;
  }
  .trade-ad-page .wrapper-video .wrapper__video {
    width: 60% !important;
  }
}
@media (min-width: 768px) {
  .trade-ad-page .wave {
    --tw-bg-opacity: 1;
    margin-top: -80px;
  }
  .trade-ad-page .svg-mask {
    position: relative;
    transform: unset;
  }
  .trade-ad-page .logo-header img {
    width: 45%;
  }
  .trade-ad-page .dress-sec h3 {
    font-size: 7.5rem;
    top: 52px;
  }
  .trade-ad-page .copy-sec {
    padding: 60px 82px;
  }
  .trade-ad-page .grow-text h2 {
    font-size: 4.9rem;
    padding-top: 35px;
  }
  .trade-ad-page .inner-sun {
    right: -26px;
    bottom: -189px;
  }
  .trade-ad-page .dress-sec {
    padding-bottom: 170px;
  }
  .trade-ad-page .sun-sec .text-sec h2 {
    font-size: 7.5rem;
  }
  .trade-ad-page .shopping-img-sec h2 {
    font-size: 4.5rem;
  }
  .trade-ad-page .row.box-sec .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 31.333333%;
  }
  .trade-ad-page .background-img img {
    width: 80%;
    max-width: 1000px;
  }
  .trade-ad-page .shopping-img-sec .title-text h3 {
    font-size: 4.5rem;
  }
  .trade-ad-page .join-sec img {
    padding-top: 0px;
  }
  .trade-ad-page .join-sec .text-sec {
    padding: 58px 1px;
  }
  .trade-ad-page .product-img {
    width: 300px;
    margin: auto;
  }
  .trade-ad-page .row.box-sec {
    padding: 0px 0px;
  }
  .trade-ad-page .three-col-sec .text-sec h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 920px) {
  .trade-ad-page .three-col-sec .text-sec h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1100px) {
  .trade-ad-page .wave {
    --tw-bg-opacity: 1;
    margin-top: -115px;
  }
  .trade-ad-page .logo-header img {
    width: 35%;
  }
  .trade-ad-page .inner-sun {
    right: 45px;
    bottom: -147px;
  }
}
@media (min-width: 1200px) {
  .trade-ad-page .col-lg-1-5 {
    width: 20%;
  }
  .trade-ad-page .col-lg-2-5 {
    width: 40%;
  }
  .trade-ad-page .col-lg-3-5 {
    width: 60%;
  }
  .trade-ad-page .col-lg-4-5 {
    width: 80%;
  }
  .trade-ad-page .col-lg-5-5 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .trade-ad-page .header-bk-img {
    height: 433px;
  }
}
@media screen and (max-width: 999px) {
  .trade-ad-page .header-bk-img {
    background-size: contain;
    right: -38%;
    height: 429px;
    position: relative;
    width: 100%;
  }
  .trade-ad-page .header-sec .row {
    padding-bottom: 0px;
  }
  .trade-ad-page .sun-sec .image-sec {
    margin-top: 36%;
  }
  .trade-ad-page .sun-sec .image-sec img {
    width: 100%;
    right: 0px;
    left: 0px;
  }
  .trade-ad-page .three-col-sec .row {
    flex-wrap: wrap;
    margin: auto;
  }
  .trade-ad-page .three-col-sec .col-md-4 {
    margin-bottom: 35px;
  }
  .trade-ad-page .three-col-sec .col-3-sec img {
    object-position: -100px 0px;
  }
  .trade-ad-page .statement-sec .text-sec {
    padding: 82px 20px;
  }
  .trade-ad-page .product-sec .image-sec {
    padding: 60px 20px;
  }
}
@media (min-width: 992px) {
  .trade-ad-page .col-md-1-5 {
    width: 20%;
    max-width: 20%;
  }
  .trade-ad-page .col-md-2-5 {
    width: 40%;
  }
  .trade-ad-page .col-md-3-5 {
    width: 60%;
  }
  .trade-ad-page .col-md-4-5 {
    width: 80%;
  }
  .trade-ad-page .col-md-5-5 {
    width: 100%;
  }
  .trade-ad-page .product-sec-three img {
    width: 100%;
  }
}
@media screen and (max-width: 799px) {
  .trade-ad-page .header-bk-img {
    right: -27%;
  }
}
@media screen and (max-width: 590px) {
  .trade-ad-page .header-sec .text-sec {
    margin-top: 40px;
  }
  .trade-ad-page .header-sec .image-sec {
    padding-top: 9px;
  }
  .trade-ad-page .header-bk-img {
    background-size: contain;
    right: -123px;
    height: 340px;
  }
}
@media screen and (max-width: 500px) {
  .trade-ad-page .header-bk-img {
    background-size: contain;
    right: -30px;
    height: 340px;
  }
}
@media screen and (max-width: 320px) {
  .trade-ad-page .header-sec h1 {
    font-size: 3.5rem;
    line-height: 64px;
  }
  .trade-ad-page .header-bk-img {
    margin-top: -100px;
    right: 0px;
  }
  .trade-ad-page .three-col-sec .row {
    width: 85%;
  }
  .trade-ad-page .three-col-sec .image-sec img {
    height: 271px;
  }
  .trade-ad-page .product-sec .image-sec {
    padding: 60px 4px;
  }
}

@media (min-width: 700px) {
  .home-page .header-sec-part {
    padding: 40px 16px 140px 16px;
  }
  .home-page .header-video-sec {
    width: 100%;
    box-shadow: 1px 2px 10px 3px rgba(127, 127, 127, 0.5803921569);
    border-radius: 30px;
    max-width: 1600px;
    margin: auto;
  }
  .home-page .header-video-sec .wrapper img {
    width: 100%;
    max-height: calc(100vh - 250px);
    object-fit: cover;
  }
}
.plant-based-tray-page .header-sec {
  margin-bottom: 4rem;
}
@media (min-width: 767px) {
  .plant-based-tray-page .header-sec {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  .plant-based-tray-page .header-sec {
    margin-bottom: 12rem;
  }
}
@media (min-width: 2000px) {
  .plant-based-tray-page .header-sec {
    margin-bottom: 16rem;
  }
}
.plant-based-tray-page .header-sec .featured-title {
  font-family: "Crunold", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5215686275);
  text-align: center;
  width: 100%;
  font-size: 28px;
}
@media (min-width: 360px) {
  .plant-based-tray-page .header-sec .featured-title {
    font-size: 36px;
  }
}
@media (min-width: 420px) {
  .plant-based-tray-page .header-sec .featured-title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .plant-based-tray-page .header-sec .featured-title {
    font-size: 62px;
  }
}
@media (min-width: 990px) {
  .plant-based-tray-page .header-sec .featured-title {
    font-size: 82px;
  }
}
.plant-based-tray-page .action-text {
  text-align: center;
  padding-top: 3rem;
}
.plant-based-tray-page .action-text p {
  color: white;
  font-family: "Crunold", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
}
@media (min-width: 540px) {
  .plant-based-tray-page .action-text p {
    font-size: 20px;
  }
}

.languageSwitcher {
  border-right: 1px solid #000;
  padding: 0.1rem 0.6rem;
  position: absolute;
  right: 3rem;
}
.languageSwitcher .defaultLanguage button.icons {
  display: flex;
  background: none;
  color: black;
  gap: 1rem;
  height: auto;
  outline: none;
  padding: 0rem 1rem;
  align-items: center;
}
.languageSwitcher .defaultLanguage button.icons:hover {
  text-decoration: none;
}
.languageSwitcher .defaultLanguage button.icons p {
  margin-bottom: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
}
.languageSwitcher .defaultLanguage button.icons p:hover {
  text-decoration: none;
}
.languageSwitcher .defaultLanguage button.icons .chivornArrow {
  transition: all 0.3s ease-in-out;
}
.languageSwitcher .defaultLanguage button.icons .chivornArrow img {
  width: 20px;
}
.languageSwitcher .defaultLanguage button.icons.active .chivornArrow {
  transform: rotate(180deg);
}
.languageSwitcher .languagesDropdown {
  position: absolute;
  background: white;
  border: 1px solid #000 26;
  padding: 0.5rem;
  top: 5rem;
  min-width: 280px;
  display: none;
  padding-right: 0;
  z-index: 99;
  right: 0;
}
.languageSwitcher .languagesDropdown.active {
  display: block;
}
.languageSwitcher .languagesDropdown .dropdownTitle {
  margin-bottom: 0;
  font-weight: 600;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
.languageSwitcher .languagesDropdown .languages {
  flex-direction: column;
  width: 100%;
  background: white;
  margin-right: 0;
  display: flex;
  margin: 0;
  list-style: none;
}
.languageSwitcher .languagesDropdown .languages .language {
  width: 100%;
  padding: 1rem 0;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.languageSwitcher .languagesDropdown .languages .language a {
  text-wrap: nowrap;
  display: flex;
  padding: 0;
  line-height: 1;
  gap: 1rem;
  align-items: start;
  text-decoration: none;
  color: black;
}
.languageSwitcher .languagesDropdown .languages .language a p {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0;
  align-items: baseline;
}
.languageSwitcher .languagesDropdown .languages .language a p span {
  font-size: 16px;
}
@media (mim-width: 1200px) {
  .languageSwitcher .languagesDropdown .languages .language a {
    font-size: 1.15rem !important;
    max-width: 100%;
  }
}
.languageSwitcher.mobile {
  right: 8rem;
}
@media (max-width: 460px) {
  .languageSwitcher.mobile {
    right: 6.5rem;
  }
}
@media (max-width: 420px) {
  .languageSwitcher.mobile {
    right: 4.5rem;
  }
}
.languageSwitcher.mobile .languagesDropdown {
  right: -95%;
  min-width: 200px;
}
.languageSwitcher.mobile .languagesDropdown .languages {
  padding: 0.5rem 0;
}
.languageSwitcher.mobile .languagesDropdown .languages .language a {
  text-decoration: none;
}
.languageSwitcher.mobile .languagesDropdown .languages .language a p {
  color: black;
}
@media (max-width: 620px) {
  .languageSwitcher.mobile .defaultLanguage button.icons {
    gap: 0.2rem;
  }
}
@media (max-width: 460px) {
  .languageSwitcher.mobile .defaultLanguage button.icons {
    padding: 0rem 0.2rem;
  }
}
@media (max-width: 620px) {
  .languageSwitcher.mobile .defaultLanguage button.icons p {
    display: none;
  }
}

.languageSwitcherMobile {
  border-right: 1px solid #000;
  padding: 0.1rem 0.6rem;
  position: absolute;
  right: 20rem;
  display: none;
}
@media (max-width: 1000px) {
  .languageSwitcherMobile {
    display: block;
  }
}
.languageSwitcherMobile .defaultLanguage button {
  display: flex;
  background: none;
  color: black;
  gap: 1rem;
  height: auto;
  outline: none;
  padding: 0rem 1rem;
  align-items: center;
}
.languageSwitcherMobile .defaultLanguage button:hover {
  text-decoration: none;
}
.languageSwitcherMobile .defaultLanguage button p {
  margin-bottom: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
}
.languageSwitcherMobile .defaultLanguage button p:hover {
  text-decoration: none;
}
.languageSwitcherMobile .defaultLanguage button .chivornArrow {
  transition: all 0.3s ease-in-out;
}
.languageSwitcherMobile .defaultLanguage button .chivornArrow img {
  width: 20px;
}
.languageSwitcherMobile .defaultLanguage button.active .chivornArrow {
  transform: rotate(180deg);
}
.languageSwitcherMobile .languagesDropdown {
  position: absolute;
  background: white;
  border: 1px solid #000 26;
  padding: 0.5rem;
  top: 5rem;
  min-width: 280px;
  display: none;
  padding-right: 0;
  z-index: 99;
  right: 0;
}
.languageSwitcherMobile .languagesDropdown.active {
  display: block;
}
.languageSwitcherMobile .languagesDropdown .dropdownTitle {
  margin-bottom: 0;
  font-weight: 600;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
.languageSwitcherMobile .languagesDropdown .languages {
  flex-direction: column;
  width: 100%;
  background: white;
  margin-right: 0;
  display: flex;
  margin: 0;
  list-style: none;
}
.languageSwitcherMobile .languagesDropdown .languages .language {
  width: 100%;
  padding: 1rem 0;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.languageSwitcherMobile .languagesDropdown .languages .language a {
  text-wrap: nowrap;
  display: flex;
  padding: 0;
  line-height: 1;
  gap: 1rem;
  align-items: start;
}
.languageSwitcherMobile .languagesDropdown .languages .language a p {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0;
  align-items: baseline;
}
.languageSwitcherMobile .languagesDropdown .languages .language a p span {
  font-size: 16px;
}
@media (mim-width: 1200px) {
  .languageSwitcherMobile .languagesDropdown .languages .language a {
    font-size: 1.15rem !important;
    max-width: 100%;
  }
}
.languageSwitcherMobile.mobile {
  right: 8rem;
}
@media (max-width: 460px) {
  .languageSwitcherMobile.mobile {
    right: 6.5rem;
  }
}
@media (max-width: 420px) {
  .languageSwitcherMobile.mobile {
    right: 4.5rem;
  }
}
.languageSwitcherMobile.mobile .languagesDropdown {
  right: -95%;
  min-width: 200px;
}
.languageSwitcherMobile.mobile .languagesDropdown .languages {
  padding: 0.5rem 0;
}
.languageSwitcherMobile.mobile .languagesDropdown .languages .language a {
  text-decoration: none;
}
.languageSwitcherMobile.mobile .languagesDropdown .languages .language a p {
  color: black;
}
@media (max-width: 620px) {
  .languageSwitcherMobile.mobile .defaultLanguage button.icons {
    gap: 0.2rem;
  }
}
@media (max-width: 460px) {
  .languageSwitcherMobile.mobile .defaultLanguage button.icons {
    padding: 0rem 0.2rem;
  }
}
@media (max-width: 620px) {
  .languageSwitcherMobile.mobile .defaultLanguage button.icons p {
    display: none;
  }
}

.footer {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5e3dd;
}
.footer .footer-grids {
  display: flex;
  flex-direction: column;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 990px) {
  .footer .footer-grids {
    flex-direction: row;
  }
}
.footer .footer-grids .footer-left {
  width: 85%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
}
@media (min-width: 360px) {
  .footer .footer-grids .footer-left {
    width: 75%;
  }
}
@media (min-width: 540px) {
  .footer .footer-grids .footer-left {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .footer .footer-grids .footer-left {
    width: 50%;
  }
}
@media (min-width: 990px) {
  .footer .footer-grids .footer-left {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .footer .footer-grids .footer-left {
    width: 30%;
  }
}
.footer .footer-grids .footer-left .left-logo-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 990px) {
  .footer .footer-grids .footer-left .left-logo-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
}
.footer .footer-grids .footer-left .left-logo-inner .logo {
  width: 150px;
}
@media (min-width: 990px) {
  .footer .footer-grids .footer-left .left-logo-inner .logo {
    width: 175px;
  }
}
.footer .footer-grids .footer-left .left-logo-inner .adddress {
  text-align: center;
}
@media (min-width: 990px) {
  .footer .footer-grids .footer-left .left-logo-inner .adddress {
    text-align: left;
  }
}
.footer .footer-grids .footer-left .left-logo-inner .adddress h3 {
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #00491f !important;
  line-height: 20px;
}
.footer .footer-grids .footer-left .left-logo-inner .adddress p {
  color: #00491f !important;
  font-family: "MADE Mellow Regular", sans-serif;
  font-size: 16px;
}
.footer .footer-grids .footer-right {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 990px) {
  .footer .footer-grids .footer-right {
    width: 65%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer .footer-grids .footer-right {
    width: 70%;
    max-width: none;
  }
}
.footer .footer-grids .footer-right .navigation-menues .menu-items ul {
  list-style: none;
  margin: 0;
  row-gap: 2rem;
  padding-left: 0;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 420px) {
  .footer .footer-grids .footer-right .navigation-menues .menu-items ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 990px) {
  .footer .footer-grids .footer-right .navigation-menues .menu-items ul {
    display: flex;
    justify-content: space-between;
    padding-left: 6rem;
    gap: 0;
    margin-top: 0;
  }
}
@media (min-width: 1140px) {
  .footer .footer-grids .footer-right .navigation-menues .menu-items ul {
    display: flex;
    justify-content: space-between;
    padding-left: 14rem;
    gap: 0;
  }
}
.footer .footer-grids .footer-right .navigation-menues .menu-items ul li {
  margin: 0;
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (min-width: 420px) {
  .footer .footer-grids .footer-right .navigation-menues .menu-items ul li {
    width: auto;
  }
}
.footer .footer-grids .footer-right .navigation-menues .menu-items ul li a {
  text-decoration: none;
  color: #00491f !important;
  font-family: "MADE Mellow Regular", sans-serif;
  font-size: 1.8rem;
  line-height: 22px;
}
@media (min-width: 640px) {
  .footer .footer-grids .footer-right .navigation-menues .menu-items ul li a {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .footer .footer-grids .footer-right .navigation-menues .menu-items ul li a {
    font-size: 2.2rem;
  }
}
.footer .footer-bottom {
  margin-top: 5rem;
}
.footer .footer-bottom .footer-left .social-icons-list ul {
  display: flex;
  list-style: none;
  margin-left: 0;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.footer .footer-bottom .footer-left .social-icons-list ul li {
  margin: 0;
}
.footer .footer-bottom .footer-left .social-icons-list ul li a img {
  width: 30px;
}
@media (min-width: 990px) {
  .footer .footer-bottom .footer-left .social-icons-list ul li a img {
    width: 45px;
  }
}
.footer .footer-bottom .footer-left .social-icons-list ul li a .fb-icon {
  width: 34px;
}
@media (min-width: 990px) {
  .footer .footer-bottom .footer-left .social-icons-list ul li a .fb-icon {
    width: 50px;
  }
}
.footer .footer-bottom .footer-left .title {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 990px) {
  .footer .footer-bottom .footer-left .title {
    text-align: left;
    margin-top: 0;
  }
}
.footer .footer-bottom .footer-left .title h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 48px;
  color: #00491f !important;
}
@media (min-width: 768px) {
  .footer .footer-bottom .footer-left .title h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 880px) {
  .footer .footer-bottom .footer-left .title h2 {
    font-size: 4rem;
  }
}
.footer .footer-bottom .footer-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 990px) {
  .footer .footer-bottom .footer-right {
    justify-content: flex-end;
  }
}
.footer .footer-bottom .footer-right .policy-links {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 2rem;
}
@media (min-width: 990px) {
  .footer .footer-bottom .footer-right .policy-links {
    gap: 6rem;
  }
}
.footer .footer-bottom .footer-right .policy-links li {
  margin-left: 0;
}
.footer .footer-bottom .footer-right .policy-links li a {
  font-family: "brandon-grotesque", sans-serif;
  text-decoration: none;
  font-weight: 600;
  color: #00491f !important;
}
.footer .footer-bottom .footer-right .policy-links li a:hover {
  color: #00491f;
}

@font-face {
  font-family: "the_snowday";
  src: url("../ttf/the_snowday.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../otf/hvdtrial_brandon_grotesque_regular-bf64a625c9311e1.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Crunold";
  src: url("../eot/crunold-regular.eot");
  src: url("../eot/crunold-regulard41d.eot?#iefix") format("embedded-opentype"), url("../woff2/crunold-regular.woff2") format("woff2"), url("../woff/crunold-regular.woff") format("woff"), url("../ttf/crunold-regular.ttf") format("truetype"), url("../svg/crunold-regular.svg#Crunold-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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