
/* Base rules */
#basic-slide-carousel .show {
  opacity: 1;
  transition: opacity 300ms;
}
#basic-slide-carousel .hide {
  opacity: 0;
  transition: opacity 300ms;
}
/* Mobile rules */
@media (max-width: 768px) {
  #basic-slide-carousel {
    position: relative;
  }
}



  .footer-accordion { width: 100%; }

  .footer-accordion .footer-accordion__content {
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    opacity: 0;
  }

  .footer-accordion.footer-accordion__active .footer-accordion__content { opacity: 1 }

  .footer-accordion .toggle_btn {
    position: absolute;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 6px;
  }
  .footer-accordion .toggle_btn:after{
    content: '';
    width: 14px;
    height: 2px;
    background-color: #424242;
    position: absolute;
    top: 4px;
  }   
  .footer-accordion .toggle_btn:before{
    content: '';
    width: 14px;
    height: 2px;
    background-color: #424242;
    position: absolute;
    top: 4px;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }

  .footer-accordion.footer-accordion__active .toggle_btn:before { transform: rotate(0deg);}

  .footer .b-corp { max-width: 253px; }
  .footer .climate-neutral { max-width: 216px; }

  .footer .land-ack { max-width: 600px; }

  .footer .select { max-width: 350px; }
  .footer .select .selectBtn {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .footer .select #selectFocus:focus-visible,
  .footer .select #selectFocus:focus,
  .footer .select #selectFocus:active {
    outline: #516559;
  }

  .footer .select div[data-country]:before {
    margin-right: 12px;
    margin-top: 6px;
  }

  .footer .select div[data-country="ca"]:before { 
    content: url('https://cdn.shopify.com/s/files/1/0050/1815/7144/files/CA.png?v=1647299550'); 
  }
  .footer .select div[data-country="us"]:before { 
    content: url('https://cdn.shopify.com/s/files/1/0050/1815/7144/files/US.png?v=1647299550'); 
  }
  .footer .select div[data-country="uk"]:before { 
    content: url('https://cdn.shopify.com/s/files/1/0050/1815/7144/files/GB.png?v=1647299550'); 
  }
  .footer .select div[data-country="de"]:before { 
    content: url('https://cdn.shopify.com/s/files/1/0050/1815/7144/files/DE.png?v=1647299550'); 
  }
  .footer .select div[data-country="eu"]:before { 
    content: url('https://cdn.shopify.com/s/files/1/0050/1815/7144/files/EU.png?v=1647299550'); 
  }

  .footer .select .selectBtn:after {
    content: url("//cdn.shopify.com/s/files/1/0050/1815/7144/files/Icon_4.png?v=1647291877");
    position: absolute;
    right: 15px;
    transition: 0.2s ease;
  }
  .footer .select .selectBtn.toggle:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer .select .selectDropdown {
    border-top: 1px solid #eee;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 11px -2px rgba(66, 66, 66, 0.13), 0px 2px 4px -2px rgba(152, 152, 150, 0.1);
    max-height: 160px;
    overflow: scroll;
  }
  .footer .select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .footer .select .selectDropdown .option:after {
    content: url("https://cdn.shopify.com/s/files/1/0050/1815/7144/files/Icon_5.png?v=1647379674");
    position: absolute;
    right: 15px;
    transition: 0.2s ease;
    opacity: 0.15;
  }
  .footer .select .selectDropdown .option.selected,
  .footer .select .selectDropdown .option:hover {
    background: #F4F4F2;
  }
  .footer .select .selectDropdown .option.selected:after {
    opacity: 1;
  }
  .footer .select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .footer .input-text-cntr {
    max-width: 224px;
  }
  .footer .footer-menu .items-container {
    flex-flow: row wrap;
  }
  .footer .footer-menu .item {
    display: inline-flex;
    width: 100%;
    margin-top: 1.75rem;
    margin-bottom: 0;
    padding-right: 1rem;
  }
  
  .footer .footer-circle-top .img_show {
    display: block;
  }
  .footer .footer-circle-top .img_hide {
    display: none;
  }

  @media (min-width: 768px) {
    .footer-accordion .link-container {
      max-height: 450px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }
    .footer .footer-menu .items-container {
      flex-flow: column wrap;
    }
    .footer .footer-menu .item {
      margin-top: 0;
      margin-bottom: 1.75rem;
      width: 50%;
    }
  }


.header #mobile-menu-container {
    box-shadow: 0px 5px 7px rgb(0 0 0 / 10%) inset;
}


  .cart-section {
    position: relative;
  }
  .cart-section svg.icon-red {
    fill: #95433D;
  }
  .cart-section .item-image {
    width: 164px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  @media(min-width: 768px) {
    .cart-section {
      position: relative;
    }
  }




.column-content > div{
  margin-bottom: 10px;  
}
#category_list .carousel-nav {
  display: none;
  position: absolute;
  right: 0px;
  top: -50px;
}
#category_list .swiper-pagination-bullets {
  display: block !important;
}
@media (min-width: 1024px){
  #category_list .swiper-pagination-bullets {
    display: none;
  }
  #category_list .carousel-nav {
    display: block;
  }
}
  


    .contact > * { color: #424242; }
    #gladly-help-center {
      margin-bottom: 40px;
    }
    .gladlyHC { max-width: unset; }
    .gladlyHC-faq { margin-left: 2; }
    .gladlyHC-faqSections {
        display: block;
        flex-direction: unset;
        flex-wrap: unset;
    }
    .gladlyHC-faqHeading { display: none; }
    .gladlyHC-faqSection,
    .gladlyHC-answerDetail-content { 
      padding: 20px 0;
      margin-bottom: 10px;
      text-align: left;
    }
    .gladlyHC-faqSection:first-of-type {
      padding-top: 0;
    }
    .gladlyHC-faqSection-header {
      margin-bottom: 20px;
      font-family: 'merlo_neue_round';
      font-size: 24px;
    }

    .gladlyHC-faqSection-listItem {
      padding: 20px 0;
      border-bottom: 1px solid #D9D9D5;
    }
    .gladlyHC-faqSection-listItem > a {
      display: block;
      position: relative;
      font-weight: 700;
      padding-right: 20px;
    }
    .gladlyHC-faqSection-listItem > a:before {
      content: "";
      width: 14px;
      height: 2px;
      background-color: #424242;
      position: absolute;
      top: 8px;
      right: 0;
    }
    .gladlyHC-faqSection-listItem > a:after {
      content: "";
      width: 14px;
      height: 2px;
      background-color: #424242;
      position: absolute;
      top: 8px;
      right: 0;
      transform: rotate(90deg);
      transition: all .3s ease-in-out;
    }
    .gladlyHC-faqSection-listItem > a.open:after {
      transform: rotate(180deg);
    }

    div[class^="answer-gladlyHC-faqSection"] {
      margin-top: 20px;
    }
    .gladlyHC-answersIndex-link {
      display: inherit;
    }
    .gladlyHC-faqSection-listItem-more a,
    .gladlyHC-answersIndex-link a {
      margin-top: 10px;
      background: #424242;
      color: #eeeee9;
      padding: 10px 12px;
      text-transform: uppercase;
      font-size: 13px;
    }
    .gladlyHC-faqSection-listItem-more {
      margin-top: 20px;
    }
    .gladlyHC-faqSection-listItem > a:hover {
      text-decoration: underline;  
    }
    .gladlyHC-searchContainer {
      margin-top: 20px;
      position: relative;
    }
    .gladlyHC-searchContainer::before {
      content: url(//cdn.shopify.com/s/files/1/0050/1815/7144/files/search_bold.png?v=1650573583);
      position: absolute;
      left: 10px;
      top: 7px;
      display: block;
      z-index: 5;
    }
    .gladlyHC-searchInput::placeholder,
    .gladlyHC-searchInput {
      color: #585857;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 14%;
      font-weight: 700;
      text-transform: uppercase;
    }
    .gladlyHC-searchInput {
      padding: 10px;  
      background-color: #eeeee9;
      padding-left: 50px;
      position: relative;
      display: block; 
      border-radius: 0;
    }
    .gladlyHC-searchInput:focus-visible {
      outline: 1px solid #585857;
    }
    .gladlyHC-searchMenuContainer{
      z-index: 50;
    }
    .gladlyHC-searchResultsSection-heading {
      margin-bottom: 20px;
      font-weight: bold;
      text-align: left;
      margin-left: -10px;
    }
    .gladlyHC-searchResultsSection-results,
    .gladlyHC-answersIndex-list {
      list-style-type: decimal;
    }
    .gladlyHC-answerSection {
      display: block;
    }

    .gladlyHC-searchResultsSection,
    .gladlyHC-answersIndex-section {
      padding: 20px 0;
      margin-left: 20px;
    }
    .gladlyHC-searchResultsSection-result,
    .gladlyHC-answersIndex-item {
      margin-bottom: 10px;
      text-align: left;
    }
    .gladlyHC-searchResultsSection-result a:hover,
    .gladlyHC-answersIndex-item a:hover {
      text-decoration: underline;
    }
    a.gladlyHC-answerDetail-backLink {
      margin-left: 15px;
      position: relative;
      display: inherit;
      padding-left: 10px;
    }
    a.gladlyHC-answerDetail-backLink::before {
      content: url("//cdn.shopify.com/s/files/1/0050/1815/7144/files/chevron-left.svg?v=1650574303");
      position: absolute;
      left: -15px;
      top: -3px;
    }
    .gladlyHC-answerDetail-name {
      margin-top: 20px;
      font-family: 'merlo_neue_round';
      font-weight: bold;
    }

    @media(max-width: 768px){
      a.gladlyHC-answerDetail-backLink {
        margin-top: 20px;
      }
    }
    
  

  #popup_messages {
    z-index: 10000;
  }
  #popup_messages #popup_messages-shadow {
    background-color: rgba(0, 0, 0, 0.7);
  }
  #popup_messages #popup_messages-content {
    transform: translate(-50%, -50%);
    z-index: 10001;
  }
  #popup_messages.opened {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear, visibility 0.4s linear;
  }
  #popup_messages.closed {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, visibility 0.4s linear;
  }


  .collage ul {
    list-style: none;
  }

  .collage li {
    position: relative;
    -webkit-transition: .8s;
  }

  .collage img {
    -webkit-transition: .8s;
  }

  @media (max-width: 768px) {
    .collage ul {
      min-width: 700px;
    }
  }


    .fifty-fifty ul {
      list-style-type: disc!important;
    }
    .fifty-fifty { height: fit-content; }
    .fifty-fifty .header-media {
      height: 100%;
      min-width: 450px;
    }
    .fifty-fifty .fullscreen {
      z-index: 100;
    }
    .fifty-fifty .fullscreen-wrapper {
      width: 100%;
      height: 100%;
      background: #333;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }
    .fifty-fifty .collage__img {
      min-width: 145px;
    }
    .fifty-fifty .layout-1 div:nth-child(1) {
        transform: translate(28%, 28%);
        z-index: 20;
    }
    .fifty-fifty .layout-1 div:nth-child(2) {
        transform: translate(0%, 72%);
        z-index: 10;
    }
    .fifty-fifty .layout-1 div:nth-child(3) {
        transform: translate(-40%, -8%);
        z-index: 0;
    }
  
    .fifty-fifty .layout-2 div:nth-child(1) {
        transform: translate(28%, 56%);
        z-index: 10;
    }
    .fifty-fifty .layout-2 div:nth-child(2) {
        transform: translate(-20%, -4%);
        z-index: 0;
    }
    .fifty-fifty .layout-2 div:nth-child(3) {
        transform: translate(0%, 28%);
        z-index: 0;
    }
  
    .fifty-fifty .layout-3 div:nth-child(1) {
        transform: translate(0%, 44%);
        z-index: 0;
    }
    .fifty-fifty .layout-3 div:nth-child(2) {
        transform: translate(32%, -4%);
        z-index: 0;
    }
    .fifty-fifty .layout-3 div:nth-child(3) {
        transform: translate(-12%, 40%);
        z-index: 0;
    }
  
    .fifty-fifty .layout-4 div:nth-child(1) {
        transform: translate(10%, 60%);
        z-index: 1;
    }
    .fifty-fifty .layout-4 div:nth-child(2) {
        transform: translate(-50%,-30%);
        z-index: 0;
    }
    .fifty-fifty .layout-4 div:nth-child(3) {
        transform: translate(-22%, 30%);
        z-index: 0;
    }

    .fifty-fifty .layout-5 div:nth-child(1) {
        transform: translate(28%, 28%);
        z-index: 10;
    }
    .fifty-fifty .layout-5 div:nth-child(2) {
        transform: translate(0%, 72%);
        z-index: 20;
    }
    .fifty-fifty .layout-5 div:nth-child(3) {
        transform: translate(-40%, -8%);
        z-index: 0;
    }

    .fifty-fifty .layout-6 div:nth-child(1) {
        transform: translate(20%,-20%);
        z-index: 20;
    }
    .fifty-fifty .layout-6 div:nth-child(2) {
        transform: translate(0%,50%);
        z-index: 10;
    }
    .fifty-fifty .layout-6 div:nth-child(3) {
        transform: translate(-40%,-70%);
        z-index: 0;
    }

    .fifty-fifty .layout-7 div:nth-child(1) {
        transform: translate(30%, -20%);
        z-index: 10;
    }
    .fifty-fifty .layout-7 div:nth-child(2) {
        transform: translate(10%, 50%);
        z-index: 0;
    }
    .fifty-fifty .layout-7 div:nth-child(3) {
        transform: translate(-30%, -60%);
        z-index: 0;
    }

  
    @media (max-width: 768px) {
      .fifty-fifty {
        height: 100%;
      }
    }
  

  .page-cards {
    position: relative;
  }
  .item-container {
    overflow: hidden;
    grid-column: span 2;
  }
  .layout-three-three {
    grid-gap:10px;
    grid: auto / repeat(6, 1fr);
  }
  .product-item {
    grid-column: span 3;
  }
  @media (max-width: 768px) {
    .page-cards {
      position: relative;
    } 
  }


.homepage-trashtalk .carousel-container {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.homepage-trashtalk .index-title {
  display: none;
}
.homepage-trashtalk .desktop-nav {
  visibility: visible;
}


  .klaviyo-form .all-content {
    width: 70%;
  }
  
  .klaviyo-form .header-content {
    width: 50%;
  }

  @media (max-width: 768px) {
    .klaviyo-form .all-content {
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem;
    }

    .klaviyo-form .header-content {
      width: 100%;
    }
  }


  .section-materials-accordion {
    
    height: 964px;
  }
  .section-materials-accordion:last-of-type {
    /*
    padding-top: 28px;
    margin-bottom: 48px;
    */
  }
  @media (min-width: 769px) {
    .section-materials-accordion {
      height: 560px;
    }
  }


  .section-materials-details {
    padding-top: 28px;
    margin-bottom: 48px;
  }
  .section-materials-details .cards-content .detail-card .subtitle,
  .section-materials-details .cards-content .detail-card .title,
  .section-materials-details .cards-content .detail-card .text {
    font-family: 'merlo_neue_round', Arial, sans-serif;
    font-weight: 400;
  }
  .section-materials-details .cards-content .detail-card .subtitle{
    margin-top: 26px;
    font-size: 12px;
    line-height: 18px;
  }
  .section-materials-details .cards-content .detail-card .title{
    margin-top: 8px;
    font-size: 24px;
    line-height: 36px;
  }
  .section-materials-details .cards-content .detail-card .text{
    margin-top: 8px;
    font-size: 15px;
    line-height: 22.5px;
  }


  .multi-progressbar-section ul {
    list-style-type: disc !important;
  }
  .multi-progressbar-section .progressbar-column {
    flex: 1;
    }


  .multicolumn-section ul {
    list-style-type: disc !important;
  }


  .page-cards {
    position: relative;
  }
  .page-cards .color-purple { background-color: #64819A; }
  .page-cards .color-blue { background-color: #256490; }
  .page-cards .color-red { background-color: #9A838C; }
  .page-cards .color-gray { background-color: #6A7169; }
  .page-cards .color-green { background-color: #587665; }
  .page-cards .color-yellow { background-color: #857745; }

  @media (max-width: 768px) {
    .page-cards {
      position: relative;
    }
  }


.collage-blocks {
  position: relative;
}
@media (min-width: 768px) {
  .collage-blocks {
    position: relative;
  }
}


.fit-item {
  position: relative;
}
@media (min-width: 768px) {
  .fit-item {
    position: relative;
  }
}


  .page-hero {
    position: relative;
  }

  @media (max-width: 768px) {
    .page-hero {
      position: relative;
    }
  }


  .page-header {
    height: 540px;
  }
  .page-header .header-media {
    height: 100%;
    max-height: 540px;
  }

  .page-header .fullscreen {
    z-index: 100;
  }

  .page-header .fullscreen-wrapper {
    width: 100%;
    height: 100%;
    background: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  @media (max-width: 768px) {
    .page-header {
      max-height: 1000px;
      height: 100%;
    }
    .page-header .header-media,
    .page-header .header-content {
      height: 100%;
      max-height: 1000px;
    }
    .page-header .header-media {
      width: 100%;
    }
  }


  .page-hero-slide {
    position: relative;
  }
  .page-hero-slide .color-purple { background-color: #64819A; }
  .page-hero-slide .color-blue { background-color: #256490; }
  .page-hero-slide .color-red { background-color: #9A838C; }
  .page-hero-slide .color-gray { background-color: #6A7169; }
  .page-hero-slide .color-green { background-color: #587665; }
  .page-hero-slide .color-yellow { background-color: #857745; }

  @media (max-width: 768px) {
    .page-hero-slide {
      position: relative;
    }
  }


  .page-hero {
    position: relative;
  }

  @media (max-width: 768px) {
    .page-hero {
      position: relative;
    }
  }


.image-header .header-text h1 {
  font-size: 36px;
  line-height: 43.2px;
}
@media (min-width: 768px) {
  .image-header .header-text h1 {
    font-size: 60px;
    line-height: 72px;
  }
}


  .page-line-divisor {
    position: relative;
  }

  @media (max-width: 768px) {
    .page-line-divisor {
      position: relative;
    }
  }


  .page-multicolumn-pro {
    position: relative;
  }
  .page-multicolumn-pro .content p {
    line-height: 27px;
  }
  .page-multicolumn-pro .content p:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-multicolumn-pro .images_selector .img_show {
    display: block;
  }
  .page-multicolumn-pro .images_selector .img_hide {
    display: none;
  }

  @media (max-width: 768px) {
    .page-multicolumn-pro {
      position: relative;
    }
    .page-multicolumn-pro .content p {
      line-height: 22.5px;
    }
  }


.packages-section {
  position: relative;
}
.packages-section .card-wrapper {
  border-radius: 8px;
}


  .page-paragraph {
    position: relative;
  }
  .page-paragraph p {
    padding-bottom: 15px;
  }

  @media (max-width: 768px) {
    .page-paragraph {
      position: relative;
    }
  }


.pictures-banner .content u {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: #41756A;
}
@media (min-width: 768px) {
  .pictures-banner {
    position: relative;
  }
}


  .subscription-header {
    position: relative;
  }


#wishlist-page-container {
  position: relative;
}
@media (min-width: 768px) {
  #wishlist-page-container {
    position: relative;
  }
}



.gcp-table {
  width: 40%;
  margin-top: 40px;
  border: 0px;
  border-collapse: collapse;
}

.gcp-table tr:last-child {
  font-weight: bold;
  border-top: 2px solid #000;
}

.gcp-table tr td {
  border: none;
}

.gcp-math {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-wrap: anywhere;
}

.gcp-math h3,
.gcp-math h4 {
  font-weight: 700;
  font-family: "merlo_neue_round";
}

@media screen and (max-width: 990px) {
  .gcp-table {
      width: 100%;
  }
  .gcp-table tr td:last-child {
      text-align: right;
  }
}

.br-container {
  margin: 0 auto;
  width: 1550px;
  max-width: 100%;
  padding: 0 $base-spacing-unit;

  &.container-flush {
    padding: 0 0;
  }  
  &.container-1440 {
    width: 1440px; 
  }
  &.container-1200 {
    width: 1200px;
  }
  &.container-900 {
    width: 900px;
  }
  &.container-600 {
    width: 600px;
  }
}

.offset-40{
  margin-top: 40px !important;
  display: block;
}


.progress-bar .header-html-mobile {
  visibility: hidden;
  height: 0;
}

.progress-bar .header-html {
  visibility: visible;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {

  .progress-bar .header-html-mobile {
    visibility: visible;
    height: auto;
  }

  .progress-bar .header-html {
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
  }
}



  .rewards-header {
    height: 600px;
  }
  .rewards-header .header-media {
    height: 100%;
    max-height: 600px;
  }


.rewards-page .spend-save .spend-save-holder .spend-save-box-block .spend-save-box {
  min-width: 200px;
}   
.rewards-page .spend-save .spend-save-holder .spend-save-box-block .spend-save-box .spend-save-box-header {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.rewards-page .spend-save .spend-save-holder .spend-save-box-block .spend-save-box .spend-save-box-header p {
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}
.rewards-page .spend-save .spend-save-holder .spend-save-box-block .spend-save-box .spend-save-box-body {
  padding: 16px;
}
.rewards-page .spend-save .spend-save-holder .spend-save-box-block .spend-save-box .spend-save-box-body .icons-image {  
  margin: 0 auto 12px;
}
.rewards-page .spend-save .spend-save-holder .spend-save-box-block .spend-save-box .spend-save-box-body p {
  font-size: 12px!important;
}
.rewards-page .spend-save .spend-save-holder .spend-save-box-block .spend-save-box .spend-save-box-header {
  background: #66776C;
  padding: 10px;
}
.rewards-page .spend-save .spend-save-holder li:nth-child(2).spend-save-box-block .spend-save-box .spend-save-box-header {
  background: #516559;
  padding: 25px 10px;
}
.rewards-page .spend-save .spend-save-holder li:nth-child(3).spend-save-box-block .spend-save-box .spend-save-box-header {
  background: #42584B;
  padding: 40px 10px;
}
.rewards-page .prog-bar .tooltip-arrow {
  width: 6px;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 3px);
  height: 6px;
  transform: rotate(45deg);
  background: #ffffff;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 8%);
  -moz-box-shadow: 2px 2px 2px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 8%);
  -o-box-shadow: 2px 2px 2px rgb(0 0 0 / 8%);
}
.rewards-page .earn .swiper-slide:nth-child(6n + 1) {
  background: #8F9B92;
}
.rewards-page .earn .swiper-slide:nth-child(6n + 2) {
  background: #7B897F;
}
.rewards-page .earn .swiper-slide:nth-child(6n + 3) {
  background: #66776C;
}
.rewards-page .earn .swiper-slide:nth-child(6n + 4) {
  background: #516559;
}
.rewards-page .earn .swiper-slide:nth-child(6n + 5) {
  background: #42584B;
}
.rewards-page .earn .swiper-slide:nth-child(6n + 6) {
  background: #30483B;
}
.rewards-page .earn-box.swell-campaign-content {
  height: 288px!important;
}
.rewards-page .earn .swiper-pagination {
  position: absolute;
  bottom: -32px;
  left: 16px;
  width: unset;
}
.rewards-page .earn .swiper-pagination .swiper-pagination-bullet {
  background: #989896;
}
.rewards-page .earn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #424242;
}


 .treecounter {
  -webkit-text-stroke: 2px #eeeee9;
  }
  .tree-counter-circle .img_show {
    display: block;
  }
  .tree-counter-circle .img_hide {
    display: none;
  }
@media (max-width: 768px ) {
  .treecounter {
    -webkit-text-stroke: 1px #eeeee9;
  } 
}
