@charset "UTF-8";
/* 
Custommerce sp. z o. o. @ 2022
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@use "sass:math";
/*
  Uwaga! Dla kontenera standardowego np. 1200px uzywamy:
    $rc-container: 1200px;
    $rc-container-full-width: 1200px;
*/
/* Rozmiar czcionki dla najwyzszego diva */
#rc-custommerce {
  line-height: 1.2;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #fff;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}



#rc-custommerce > div {
  max-width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #rc-custommerce {
    font-size: 14px;
  }
}

#rc-custommerce.cm-width-800,
#rc-custommerce .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}

#rc-custommerce .pc-margin-top-xs {
  padding-top: 1.5em;
}

#rc-custommerce .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#rc-custommerce .pc-margin-top-s {
  padding-top: 3em;
}

#rc-custommerce .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#rc-custommerce .pc-margin-top-m {
  padding-top: 4em;
}

#rc-custommerce .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#rc-custommerce .pc-margin-top-l {
  padding-top: 6em;
}

#rc-custommerce .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#rc-custommerce .pc-margin-top-xl {
  padding-top: 8em;
}

#rc-custommerce .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#rc-custommerce .pc-margin-top-xxl {
  padding-top: 10em;
}

#rc-custommerce .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .pc-margin-top-xs {
    padding-top: 1em;
  }
  #rc-custommerce .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #rc-custommerce .pc-margin-top-s {
    padding-top: 2em;
  }
  #rc-custommerce .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #rc-custommerce .pc-margin-top-m {
    padding-top: 3em;
  }
  #rc-custommerce .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #rc-custommerce .pc-margin-top-l {
    padding-top: 4em;
  }
  #rc-custommerce .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #rc-custommerce .pc-margin-top-xl {
    padding-top: 5em;
  }
  #rc-custommerce .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #rc-custommerce .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #rc-custommerce .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

#rc-custommerce .pc-margin-top-deca {
  margin-top: 0.5em;
}

#rc-custommerce .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#rc-custommerce .pc-margin-top-hecto {
  margin-top: 1em;
}

#rc-custommerce .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#rc-custommerce .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#rc-custommerce .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#rc-custommerce .pc-margin-top-mega {
  margin-top: 1.5em;
}

#rc-custommerce .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#rc-custommerce .pc-margin-top-giga {
  margin-top: 2em;
}

#rc-custommerce .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#rc-custommerce .pc-margin-top-tera {
  margin-top: 2.5em;
}

#rc-custommerce .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#rc-custommerce .pc-clear {
  clear: both;
}

#rc-custommerce .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #d9caaf;
}

#rc-custommerce .m-st-2 {
  border-bottom: 4px solid #d9caaf;
  border-top: 2px solid #d9caaf;
}

#rc-custommerce .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}

#rc-custommerce .cm-m-m {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

#rc-custommerce .cm-mt-m {
  margin-top: 2em !important;
}

#rc-custommerce .cm-mb-m {
  margin-bottom: 2em !important;
}

#rc-custommerce .cm-m-s {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

#rc-custommerce .cm-mt-s {
  margin-top: 1em !important;
}

#rc-custommerce .cm-mb-s {
  margin-bottom: 1em !important;
}

#rc-custommerce .cm-p-m {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

#rc-custommerce .cm-pt-m {
  padding-top: 2em !important;
}

#rc-custommerce .cm-pb-m {
  padding-bottom: 2em !important;
}

#rc-custommerce .cm-p-s {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

#rc-custommerce .cm-pt-s {
  padding-top: 1em !important;
}

#rc-custommerce .cm-pb-s {
  padding-bottom: 1em !important;
}

#rc-custommerce .cm-kuvings-product div:only-child {
  max-width: 1200px;
  margin: auto;
}

#rc-custommerce .card {
  max-width: 1200px;
  width: 100%;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rc-custommerce .slide-in-from-right {
  -webkit-animation: 1.5s ease-out 0s 1 slideInFromRight forwards;
          animation: 1.5s ease-out 0s 1 slideInFromRight forwards;
}

@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#rc-custommerce div {
  text-align: left;
  color: #393535;
}

#rc-custommerce * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#rc-custommerce p {
  margin: 0;
}

#rc-custommerce strong {
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif;
}

#rc-custommerce sup {
  font-size: 60%;
  line-height: 1;
  vertical-align: super;
}

#rc-custommerce img, #rc-custommerce svg {
  max-width: none;
  max-height: none;
}

#rc-custommerce a {
  text-decoration: none;
  outline: none;
  color: #393535;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#rc-custommerce .cm-overline {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#rc-custommerce .cm-section-ng {
  margin: 0 auto;
  padding-top: 3em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

#rc-custommerce .cm-section-ng.cm-gray {
  background-color: #F7F7F7;
  border-radius: 24px;
  margin-top: 0em;
  padding-top: 4em !important;
  padding-bottom: 2em !important;
}

#rc-custommerce .cm-section-ng.cm-gray .cm-logo {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 1em;
}

#rc-custommerce .cm-section-ng.cm-gray .cm-logo img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-ng {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

#rc-custommerce .cm-section-ng .cm-logo {
  text-align: center;
}

#rc-custommerce .cm-section-ng .cm-icons {
  max-width: 420px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 2em;
  gap: 20px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-ng .cm-icons {
    max-width: 300px;
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-ng .cm-icons {
    max-width: 250px;
  }
}

#rc-custommerce .cm-section-ng .cm-icons .cm-ico {
  max-width: 190px;
}

#rc-custommerce .cm-section-ng .cm-icons .cm-ico img {
  width: 100%;
}

#rc-custommerce .cm-section-ng .cm-line {
  height: 1px;
  background-color: #FECC00;
  width: 64px;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-ng .cm-line {
    width: 80px;
  }
}

#rc-custommerce .cm-section-ng .cm-h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #393535;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.6;
  padding: 0.6em 0;
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

#rc-custommerce .cm-section-ng .cm-h1 div {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-ng .cm-h1 {
    font-size: 2em;
  }
}

#rc-custommerce .cm-section-ng .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #393535;
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 1em;
}

#rc-custommerce .cm-section-ng .cm-img {
  max-width: 612px;
  margin: 0 auto;
}

#rc-custommerce .cm-section-ng .cm-img img {
  width: 100%;
}

#rc-custommerce .cm-right-break {
  margin-left: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-right-break {
    margin-left: 0;
  }
}

#rc-custommerce .cm-single-break {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-single-break {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-single-break {
    padding-left: 0;
  }
}

#rc-custommerce .cm-section-break {
  margin-top: 1em;
  margin-bottom: 2em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-break {
    margin-bottom: 1em;
  }
}

#rc-custommerce .cm-section-break .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #393535;
  text-transform: uppercase;
  font-size: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-break .cm-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
  }
}

#rc-custommerce .cm-section-break .cm-title .cm-line {
  height: 1px;
  background-color: #FECC00;
  width: 64px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-break .cm-title .cm-line {
    width: 80px;
  }
}

#rc-custommerce .cm-choose-color-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}

#rc-custommerce .cm-choose-color-section .cm-box-wrapper {
  max-width: 400px;
  background-color: #F7F7F7;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 300px;
  padding: 2em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

#rc-custommerce .cm-choose-color-section .cm-box-wrapper:nth-child(2) {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
  background-color: #FECC00;
}

#rc-custommerce .cm-choose-color-section .cm-box-wrapper .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
}

#rc-custommerce .cm-choose-color-section .cm-box-wrapper .cm-text {
  text-align: center;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

#rc-custommerce .cm-section-intro {
  max-width: 1200px;
  margin: auto;
  position: relative;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
}

#rc-custommerce .cm-section-intro .cm-icons {
  max-width: 860px;
  margin: auto;
}

#rc-custommerce .cm-section-intro .cm-icons .p10-4 .pc-col .h4-cust {
  font-size: 1.125em;
  text-align: center !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  color: #393535;
  max-width: 260px;
  margin: auto;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-section-intro .cm-icons .p10-4 .pc-col .h4-cust {
    text-align: left !important;
  }
}

#rc-custommerce .cm-section-intro .cm-icons .p10-4 .pc-col .h3-cust {
  font-size: 3em;
  margin-bottom: 10px;
}

#rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-block-module {
  max-width: 1200px;
}

#rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-icon {
  width: 100%;
  height: auto;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 400px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 400px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 400px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w400.";
    }
  */
}

#rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-icon img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-icon {
    width: 180px;
  }
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-icon {
    margin-bottom: 0em;
    margin-right: 1em;
    width: 120px;
  }
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-icon img {
    width: 120px;
    height: auto;
  }
}

@media only screen and (max-width: 400px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-icon {
    margin-right: 0em;
  }
}

#rc-custommerce .cm-section-intro .cm-icons .pc-p10.pc-hoverable .item .item-content {
  display: block;
  padding-top: 0;
}

#rc-custommerce .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
  width: 22%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1229px) and (min-width: 801px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (max-width: 767px) and (min-width: 601px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media (max-width: 600px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col .pc-relative {
    width: calc(100% - 5em);
  }
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-flex {
    display: block;
  }
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10 .pc-block-module .pc-relative {
    max-width: 300px;
    margin: auto;
  }
}

@media (max-width: 500px) {
  #rc-custommerce .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#rc-custommerce .cm-section-header {
  padding-top: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-header {
    padding-bottom: 0em;
  }
}

#rc-custommerce .cm-section-header .cm-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-header .cm-header-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#rc-custommerce .cm-section-header .cm-header-logo .cm-logo {
  padding: 2em 0 2em 0;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-header .cm-header-logo .cm-logo {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-header .cm-header-logo .cm-logo {
    padding: 2em 0;
  }
}

#rc-custommerce .cm-section-header .cm-header-logo .cm-logo img {
  max-width: 150px;
  width: 100%;
}

#rc-custommerce .cm-section-header .cm-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: no-repeat center center;
  min-height: 650px;
  background-color: #F7F7F7;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-header .cm-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#rc-custommerce .cm-section-header .cm-header .cm-col-left {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  background-color: #FECC00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 340px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-header .cm-header .cm-col-left {
    min-width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text {
  padding: 2em 2em 5em 3em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1100px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1100px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1100px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1100.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

#rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text div {
  color: black;
}

@media only screen and (max-width: 1100px) {
  #rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text {
    padding: 2em 2em 5em 2em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text {
    padding: 3em 1em;
  }
  #rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text div {
    text-align: center;
  }
}

#rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text .cm-ng-2 {
  padding-top: 3em;
  font-size: 1.5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text .cm-ng-2 {
    padding-top: 2em;
  }
}

#rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text .cm-ng-1 {
  font-size: 4em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text .cm-ng-3 {
  padding-top: 2em;
  font-size: 1.5em;
  text-transform: uppercase;
}

#rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text .cm-line {
  width: 50%;
  background-color: black;
  height: 2px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-header .cm-header .cm-col-left .cm-text .cm-line {
    margin: 0 auto;
  }
}

#rc-custommerce .cm-section-header .cm-header .cm-col-right {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

#rc-custommerce .cm-section-header .cm-header .cm-col-right .cm-packshot {
  padding: 1em;
}

#rc-custommerce .cm-section-header .cm-header .cm-col-right .cm-packshot img {
  width: 100%;
}

#rc-custommerce .cm-section-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4em auto 6em;
  text-align: center;
  position: relative;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-img {
    border-radius: 16px;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-img {
    margin: 2em auto 6em;
  }
}

#rc-custommerce .cm-section-img img {
  width: 100%;
  border-radius: 16px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-section-img img {
    width: 150%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-img img {
    width: 160%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

#rc-custommerce .cm-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rc-custommerce .cm-image-wrapper .cm-image img {
  max-width: 100%;
}

#rc-custommerce .cm-images-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-images-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 600px;
  }
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper:hover {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper:hover {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper:hover::before {
  opacity: 0;
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper:hover .cm-content {
  opacity: 0;
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper .cm-content {
  position: absolute;
  bottom: 5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper .cm-content {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper .cm-content .cm-title {
  color: white;
  font-size: 1.5em;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper .cm-content .cm-line {
  margin-top: 0.5em;
  height: 2px;
  background-color: #FECC00;
  width: 64px;
}

#rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper > img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 500px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-images-gallery .cm-carousel-image-wrapper > img {
    width: 100%;
  }
}

#rc-custommerce .cm-section-icons-a {
  padding-top: 2em;
  padding-left: 0em;
  padding-right: 0em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-icons-a {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#rc-custommerce .cm-section-icons-a .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-icons-a .cm-icons {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-icons-a .cm-icons {
    gap: 2em;
  }
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-section-icons-a .cm-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #rc-custommerce .cm-section-icons-a .cm-icons div:last-child {
    margin-bottom: 0.5em;
  }
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-ico {
  max-width: 223px;
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-ico img {
  width: 100%;
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 240px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item:nth-child(1) {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item:nth-child(1) {
    margin-right: 8%;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item:nth-child(1) {
    margin-right: 0;
  }
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item:nth-child(3) {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item:nth-child(3) {
    margin-right: 8%;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item:nth-child(3) {
    margin-right: 0;
  }
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item:first-child .cm-text .cm-icon-heading, #rc-custommerce .cm-section-icons-a .cm-icons .cm-item:last-child .cm-text .cm-icon-heading {
  gap: 0.5em;
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item {
    max-width: 240px;
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item {
    width: 100%;
  }
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1100px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1100px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1100px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1100.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text .cm-icon-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1em;
  line-height: 1.4;
  gap: 1em;
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text .cm-icon-heading .cm-emblem-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.125em;
  color: #FECC00;
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text {
    width: 100%;
  }
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text.cm-border-right {
  border-right: 1px solid #f9c000;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text.cm-border-right {
    border-right: none;
  }
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.3;
  color: #393535;
  text-align: center;
  margin-top: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text .cm-title {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text .cm-title {
    font-size: 1.5em;
  }
}

#rc-custommerce .cm-section-icons-a .cm-icons .cm-item .cm-text .cm-p {
  padding-top: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3;
  color: #393535;
  text-align: left;
}

#rc-custommerce .cm-section-icons-b {
  padding-top: 2em;
  padding-left: 0em;
  padding-right: 0em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-icons-b {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#rc-custommerce .cm-section-icons-b .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0.5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-icons-b .cm-icons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-icons-b .cm-icons {
    gap: 3em;
  }
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-section-icons-b .cm-icons {
    gap: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #rc-custommerce .cm-section-icons-b .cm-icons div:last-child {
    margin-bottom: 0.5em;
  }
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-ico {
  max-width: 223px;
  margin: 0 auto;
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-ico img {
  width: 100%;
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 300px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-icons-b .cm-icons .cm-item {
    max-width: 240px;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-icons-b .cm-icons .cm-item {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-icons-b .cm-icons .cm-item {
    width: 100%;
  }
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1100px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1100px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1100px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1100.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-icon-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1em;
  line-height: 1.4;
  gap: 0.5em;
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-icon-heading .cm-emblem-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.125em;
  color: #FECC00;
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text {
    width: 100%;
  }
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text.cm-border-right {
  border-right: 1px solid #f9c000;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text.cm-border-right {
    border-right: none;
  }
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.3;
  color: #393535;
  text-align: center;
  margin-top: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-title {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-title {
    font-size: 1.5em;
  }
}

#rc-custommerce .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-p {
  padding-top: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3;
  color: #393535;
  text-align: left;
}

#rc-custommerce .cm-section-items-a {
  color: #fff;
  background-position: TOP center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 4em;
  position: relative;
  z-index: 1;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a {
    padding: 0em 1em 4em 1em;
  }
}

#rc-custommerce .cm-section-items-a .cm-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 2.5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0em;
    padding-bottom: 0em;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item {
  max-width: 250px;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item {
    max-width: 200px;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item {
    cursor: default;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 2em;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 16px;
    -webkit-box-shadow: rgba(170, 130, 130, 0.15) 0px 0px 20px;
            box-shadow: rgba(170, 130, 130, 0.15) 0px 0px 20px;
  }
  #rc-custommerce .cm-section-items-a .cm-items .cm-item:last-child {
    margin-bottom: 0;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-img {
  max-width: 300px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 16px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-img {
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 20px;
            box-shadow: rgba(0, 0, 0, 0) 0px 0px 20px;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-img img {
  z-index: 10;
  padding: 2em;
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-img .cm-item-bg {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-img .cm-item-anim {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-img {
    max-width: 150px;
    min-width: 150px;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-img img {
  width: 100%;
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text {
    display: block;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #393535;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
  line-height: 1.4;
  font-size: 1.5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-title {
    padding-top: 0em;
    padding-left: 0em;
    padding-bottom: 0px;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover {
  top: 0;
  position: absolute;
  border-radius: 16px;
  width: 100%;
  opacity: 1;
  max-width: calc(98px + 4em);
  max-height: calc(104px + 4em);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1em;
  z-index: -1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 20px;
            box-shadow: rgba(0, 0, 0, 0) 0px 0px 20px;
    padding-top: 80%;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 1em;
    max-width: 1000px;
    max-height: 1000px;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover {
    opacity: 1;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover .cm-p {
  font-size: 1.125em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #393535;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2em;
  padding-bottom: 1em;
  z-index: 1;
  min-width: 335px;
  line-height: 1.4;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(12em);
          transform: translateY(12em);
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover .cm-p {
    min-width: 293px;
  }
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover .cm-p {
    padding-top: 3.25em;
    min-width: 232px;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover .cm-p {
    min-width: unset;
    padding-top: 0em;
    opacity: 1;
    position: relative;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item:hover .cm-hover {
  background-color: #ffffff;
  opacity: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 50px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 50px;
  height: unset;
  max-width: 500px;
  max-height: 800px;
  width: 150%;
  padding-top: 80%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item:hover .cm-hover {
    width: 125%;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-a .cm-items .cm-item:hover .cm-hover {
    padding-top: 1em;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item:hover .cm-hover .cm-p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item:hover .cm-img {
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 20px;
          box-shadow: rgba(0, 0, 0, 0) 0px 0px 20px;
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item:hover .cm-img .cm-item-bg {
  opacity: 0;
}

#rc-custommerce .cm-section-items-a .cm-items .cm-item:hover .cm-img .cm-item-anim {
  opacity: 1;
}

#rc-custommerce .cm-section-items-b {
  color: #fff;
  background-position: TOP center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-b {
    padding: 2em 1em 4em 1em;
  }
}

#rc-custommerce .cm-section-items-b .cm-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 2.5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-b .cm-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0em;
    padding-bottom: 0em;
  }
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item {
  max-width: 250px;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-b .cm-items .cm-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 2em;
    padding-left: 0px;
    padding-right: 0px;
  }
  #rc-custommerce .cm-section-items-b .cm-items .cm-item:last-child {
    padding-bottom: 0;
  }
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-img {
  max-width: 300px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-img {
    max-width: 200px;
  }
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-img .cm-item-bg {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-img .cm-item-anim {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-img {
    max-width: 140px;
    min-width: 140px;
  }
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-img img {
  width: 100%;
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-text {
  text-align: center;
  width: 100%;
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-text .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #393535;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.4;
  font-size: 1.25em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-text .cm-title {
    padding-left: 1em;
    padding-bottom: 10px;
    text-align: center;
  }
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-text .cm-hover {
  position: absolute;
  border-radius: 16px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 2em;
  top: -100%;
  padding-left: 1em;
  padding-right: 1em;
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-text .cm-hover .cm-p {
  font-size: 1em;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #393535;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 1;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-items-b .cm-items .cm-item .cm-text .cm-hover .cm-p {
    text-align: center;
    padding-top: 1em;
    opacity: 1;
    position: relative;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item:hover .cm-hover {
  background-color: #f9c000;
  opacity: 1;
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item:hover .cm-img .cm-item-bg {
  opacity: 0;
}

#rc-custommerce .cm-section-items-b .cm-items .cm-item:hover .cm-img .cm-item-anim {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#rc-custommerce .cm-section-video {
  overflow: hidden;
  border-radius: 24px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-video {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#rc-custommerce .cm-section-video.cm-center {
  text-align: center;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

#rc-custommerce .cm-section-video.cm-center video {
  width: 100%;
  max-width: 1200px;
  border-radius: 24px;
  overflow: hidden;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-video.cm-center {
    padding-bottom: 0em;
    margin-bottom: -2px;
  }
}

#rc-custommerce .cm-section-video .cm-video {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

#rc-custommerce .cm-section-video .cm-video .vid-bg {
  overflow: hidden;
  border-radius: 24px;
}

#rc-custommerce .cm-section-video .cm-video .cm-save-proprtion {
  position: relative;
  width: 100%;
}

#rc-custommerce .cm-section-video .cm-video .cm-save-proprtion::after {
  content: '';
  display: block;
  padding-bottom: 58.462%;
}

#rc-custommerce .cm-section-video .cm-video .cm-p5-checkbox {
  display: none;
}

#rc-custommerce .cm-section-video .cm-video .cm-p5-checkbox:checked ~ label {
  display: none;
}

#rc-custommerce .cm-section-video .cm-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

#rc-custommerce .cm-section-video .cm-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 576px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 576px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 576px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w576.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-video .cm-video video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

@media only screen and (max-width: 576px) {
  #rc-custommerce .cm-section-video .cm-video video {
    height: 276px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

#rc-custommerce .cm-section-video .cm-video label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

#rc-custommerce .cm-section-video .cm-video .cm-hidden-label {
  display: none;
}

#rc-custommerce .cm-section-video .cm-video .cm-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-video .cm-video .cm-p5-image {
    background-image: none !important;
  }
}

#rc-custommerce .cm-section-banner-a {
  position: relative;
  border-radius: 24px;
  margin-bottom: 8em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-banner-a {
    margin-bottom: 4em;
  }
}

#rc-custommerce .cm-section-banner-a .cm-bg {
  position: relative;
  left: 0;
  overflow: hidden;
  max-width: 950px;
  border-radius: 24px;
  width: 100%;
  height: auto;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
}

#rc-custommerce .cm-section-banner-a .cm-bg img {
  border-radius: 24px;
  width: 100%;
  position: relative;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1100px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1100px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1100px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1100.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 400px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 400px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 400px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w400.";
    }
  */
}

@media only screen and (max-width: 1100px) {
  #rc-custommerce .cm-section-banner-a .cm-bg img {
    left: -8em;
  }
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-banner-a .cm-bg img {
    left: -12em;
  }
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-section-banner-a .cm-bg img {
    left: -6em;
  }
}

#rc-custommerce .cm-section-banner-a .cm-img {
  position: absolute;
  right: 2em;
  top: -2em;
  max-width: 320px;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 400px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 400px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 400px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w400.";
    }
  */
}

#rc-custommerce .cm-section-banner-a .cm-img img {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-banner-a .cm-img {
    max-width: 250px;
    right: 5em;
    top: unset;
    bottom: -2em;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-banner-a .cm-img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-a .cm-img {
    max-width: 220px;
  }
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-section-banner-a .cm-img {
    max-width: 180px;
    right: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-banner-a .cm-img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 400px) {
  #rc-custommerce .cm-section-banner-a .cm-img {
    max-width: 120px;
  }
}

#rc-custommerce .cm-section-banner-b {
  margin-top: 6em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-b {
    margin-top: 2em;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row {
  background-color: #F7F7F7;
  border-radius: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-b .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col {
  width: 50%;
  position: relative;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col {
    width: 100%;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text {
  margin-top: 10em;
  margin-bottom: 10em;
  padding-left: 5.875em;
  padding-right: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text {
    padding-left: 2em;
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text {
    padding-left: 1em;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-description {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-num {
  top: -6px;
  position: relative;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  color: #F9C000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  border-radius: 50%;
  border: 1px solid #F9C000;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-num {
    min-width: unset;
    min-height: unset;
    width: 30px !important;
    height: 30px !important;
    font-size: 1em;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1em;
  margin-bottom: 2em;
  width: 100%;
  max-width: 370px;
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: .7em;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description .cm-title {
    font-size: 1.25em;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.4;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description .cm-p {
    font-size: 1.125em;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text:hover .cm-row:hover .cm-num {
  background-color: #F9C000;
  color: #fff;
  outline: 2px solid #fff;
  outline-offset: -5px;
  border-radius: 50%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text:hover .cm-row:hover .cm-num {
    outline-offset: 0px;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text:hover .cm-row:not(:hover) .cm-num,
#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-text:hover .cm-row:not(:hover) .cm-description {
  opacity: .5;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-img {
  position: absolute;
  max-width: 374px;
  right: 100px;
  top: -5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 250px;
    right: 50px;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 220px;
    top: -2em;
    position: relative;
    margin: 0 auto 2em auto;
    right: 0px;
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 150px;
  }
}

#rc-custommerce .cm-section-banner-b .cm-row .cm-col .cm-img img {
  width: 100%;
}

#rc-custommerce .cm-section-banner-c .cm-row {
  background-color: #F7F7F7;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-bottom: 2em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-c .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

#rc-custommerce .cm-section-banner-c .cm-row .cm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-banner-c .cm-row .cm-col {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#rc-custommerce .cm-section-banner-c .cm-row .cm-col .cm-img {
  text-align: center;
  max-width: 346px;
  margin: 0 auto;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-c .cm-row .cm-col .cm-img {
    padding-bottom: 1em;
  }
}

#rc-custommerce .cm-section-banner-c .cm-row .cm-col .cm-img img {
  width: 100%;
}

#rc-custommerce .cm-section-banner-c .cm-row .cm-col .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.5em;
  padding-bottom: 1em;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-c .cm-row .cm-col .cm-title {
    text-align: center;
  }
}

#rc-custommerce .cm-section-banner-c .cm-row .cm-col .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.25em;
  max-width: 500px;
  margin: 0 auto;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-c .cm-row .cm-col .cm-p {
    text-align: center;
  }
}

#rc-custommerce .cm-section-banner-d {
  background-color: #F7F7F7;
  position: relative;
  border-radius: 24px;
  margin-top: 4em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-d {
    margin-top: 2em;
  }
}

#rc-custommerce .cm-section-banner-d .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 12em;
  padding-bottom: 8em;
  padding-left: 4em;
  padding-right: 2em;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-banner-d .cm-row {
    padding-top: 10em;
    padding-bottom: 6em;
    padding-left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-d .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

#rc-custommerce .cm-section-banner-d .cm-row .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-logo {
  position: absolute;
  top: 4em;
  left: 4em;
  max-width: 200px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-logo {
    left: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-logo {
    position: relative;
    top: 0em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-logo img {
  width: 100%;
}

#rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-text {
  max-width: 460px;
  padding-right: 1em;
}

#rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-text .cm-title {
  font-size: 2.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-text .cm-title {
    text-align: center;
    font-size: 2em;
  }
}

#rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-text .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-text .cm-p {
    text-align: center;
  }
}

#rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-img {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-img {
    margin-top: 4em;
  }
}

#rc-custommerce .cm-section-banner-d .cm-row .cm-col .cm-img img {
  width: 100%;
}

#rc-custommerce .cm-section-banner-e {
  border-radius: 24px;
  background-size: cover;
  background-position: right;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  margin-top: 4em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-e {
    background-image: none !important;
    padding-bottom: 0em;
    padding-top: 2em;
    margin-bottom: -5em;
    margin-top: 0em;
  }
}

#rc-custommerce .cm-section-banner-e .cm-img-rwd {
  max-width: 100%;
  display: none;
  margin-right: 0;
  text-align: right;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-e .cm-img-rwd {
    display: block;
  }
}

#rc-custommerce .cm-section-banner-e .cm-img-rwd img {
  width: 150%;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

#rc-custommerce .cm-section-banner-e .cm-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  position: relative;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-e .cm-row {
    top: -10em;
    padding: 0em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em;
  }
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #fff;
  border-radius: 24px;
  padding-top: 4em;
  padding-bottom: 4em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-banner-e .cm-row .cm-col {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-e .cm-row .cm-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 24px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
  }
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico {
  margin: 0 auto;
  max-width: 200px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico {
    max-width: 100px;
  }
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico:last-child {
  max-width: 290px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico:last-child {
    max-width: 200px;
  }
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico img {
  width: 100%;
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-ico {
  margin-right: 2em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-ico {
    margin-right: 0;
    padding: 1em;
  }
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-ico img {
  width: 60px;
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-text .cm-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 257px;
  font-size: 1.125em;
  line-height: 1.5;
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-text .cm-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#rc-custommerce .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-text .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
  line-height: 1.5;
}

#rc-custommerce .cm-section-banner-f {
  max-width: 830px;
  margin: 4em auto;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 24px;
  -webkit-box-shadow: 0px 3px 20px #00000029;
          box-shadow: 0px 3px 20px #00000029;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-banner-f {
    margin-left: 1em;
    margin-right: 1em;
  }
}

#rc-custommerce .cm-section-banner-f .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  font-size: 2.5em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: .5em;
}

#rc-custommerce .cm-section-banner-f .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.25em;
  padding-left: 3em;
  padding-right: 3em;
  text-align: center;
  padding-bottom: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-banner-f .cm-p {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#rc-custommerce .cm-section-banner-f .cm-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

#rc-custommerce .cm-section-banner-f .cm-logos :nth-child(1) {
  max-width: 195px;
}

#rc-custommerce .cm-section-banner-f .cm-logos :nth-child(2) {
  max-width: 149px;
}

#rc-custommerce .cm-section-banner-f .cm-logos img {
  width: 100%;
}

#rc-custommerce .cm-banner {
  margin: auto;
}

#rc-custommerce .cm-banner img {
  max-width: 100%;
}

#rc-custommerce .cm-section-serp {
  padding-left: 1em;
  padding-right: 1em;
}

#rc-custommerce .cm-section-serp .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 2em;
  margin: 2em 0;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-serp .cm-row {
    padding-left: 0em;
    padding-right: 0em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1em;
    padding-bottom: 0;
  }
  #rc-custommerce .cm-section-serp .cm-row:last-child {
    padding-bottom: 0;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 520px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col.cm-text-col {
  padding-left: 2em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1100px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1100px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1100px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1100.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1100px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col.cm-text-col {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col.cm-text-col {
    padding-left: 0;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text-slide {
  padding-right: 2em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text-slide {
    padding-right: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text-slide {
    padding-right: 0;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons {
  margin-top: 7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
  margin-left: -2em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 400px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 400px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 400px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w400.";
    }
  */
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons {
    margin-left: -1em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 400px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons .cm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons .cm-icon img {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons .cm-icon img {
    max-width: 50px;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons .cm-icon img {
    max-width: 58px;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons .cm-icon:hover {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons .cm-icon:hover .cm-icon-title {
  color: #FECC00;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-slide-icons .cm-icon .cm-icon-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-list {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 1.125em;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-list ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-list ul li {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-list ul li::before {
  content: "—";
  color: #FECC00;
  font-weight: 700;
  margin-top: -0.25em;
  font-size: 1.25em;
  padding-right: 0.5em;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-title {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2em;
  padding-bottom: 0.75em;
  width: 100%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-title {
    text-align: center !important;
    font-size: 2em;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-download-link {
  line-height: 1.4;
  font-size: 1em;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  padding-top: 1em;
  max-width: 350px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-download-link {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-download-link .cm-icon img {
  max-width: 100%;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 1em;
  font-size: 1.125em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-text .cm-p {
    text-align: center !important;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider {
  background-color: #f3f2f2;
  min-height: 550px;
  border-radius: 16px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 400px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 400px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 400px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w400.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider {
    min-height: 500px;
  }
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider {
    min-height: 540px;
  }
}

@media only screen and (max-width: 400px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider {
    min-height: 450px;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider .cm-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 4em;
  left: calc(50% - 36px);
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 400px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 400px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 400px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w400.";
    }
  */
}

@media only screen and (max-width: 400px) {
  #rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider .cm-slider-arrows {
    bottom: 2em;
  }
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider .cm-slider-arrows div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider .cm-slider-arrows div:hover {
  opacity: 0.5;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-slider .cm-slider-arrows div:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 2em;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-img {
  position: relative;
  margin-top: 2em;
  margin-bottom: 3em;
}

#rc-custommerce .cm-section-serp .cm-row .cm-col .cm-img img {
  width: 100%;
  max-width: 560px;
}

#rc-custommerce .cm-section-serp .cm-row.cm-row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row.cm-row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#rc-custommerce .cm-section-serp .cm-row.cm-row-revers .cm-col.cm-text-col {
  padding-left: 0;
}

#rc-custommerce .cm-section-serp .cm-row.cm-row-revers .cm-col:first-child {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

#rc-custommerce .cm-section-serp .cm-row.cm-row-revers .cm-col:first-child .cm-text {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row.cm-row-revers .cm-col:first-child .cm-text {
    padding-right: 0;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-serp .cm-row.cm-row-revers .cm-col:first-child {
    padding-left: 0em;
  }
}

#rc-custommerce .cm-text-long {
  padding-right: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-text-long {
    padding-right: 0;
  }
}

#rc-custommerce .cm-icon-hovered {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

#rc-custommerce .cm-icon-hovered .cm-icon-title {
  color: #FECC00;
}

#rc-custommerce .splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#rc-custommerce .splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

#rc-custommerce .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

#rc-custommerce .splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

#rc-custommerce .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

#rc-custommerce .splide__progress__bar {
  width: 0;
}

#rc-custommerce .splide {
  position: relative;
  visibility: hidden;
}

#rc-custommerce .splide.is-initialized,
#rc-custommerce .splide.is-rendered {
  visibility: visible;
}

#rc-custommerce .splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

#rc-custommerce .splide__slide img {
  vertical-align: bottom;
}

#rc-custommerce .splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

#rc-custommerce .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#rc-custommerce .splide__toggle.is-active .splide__toggle__play,
#rc-custommerce .splide__toggle__pause {
  display: none;
}

#rc-custommerce .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

#rc-custommerce .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

#rc-custommerce .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#rc-custommerce .splide__track--fade > .splide__list {
  display: block;
}

#rc-custommerce .splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

#rc-custommerce .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

#rc-custommerce .splide--rtl {
  direction: rtl;
}

#rc-custommerce .splide__track--ttb > .splide__list {
  display: block;
}

#rc-custommerce .splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

#rc-custommerce .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

#rc-custommerce .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

#rc-custommerce .splide__arrow:disabled {
  opacity: 0.3;
}

#rc-custommerce .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

#rc-custommerce .splide__arrow--prev {
  left: 1em;
}

#rc-custommerce .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#rc-custommerce .splide__arrow--next {
  right: 1em;
}

#rc-custommerce .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

#rc-custommerce .splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

#rc-custommerce .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

#rc-custommerce .splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

#rc-custommerce .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

#rc-custommerce .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

#rc-custommerce .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

#rc-custommerce .splide__progress__bar {
  background: #ccc;
  height: 3px;
}

#rc-custommerce .splide__slide {
  -webkit-tap-highlight-color: transparent;
}

#rc-custommerce .splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  #rc-custommerce .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  #rc-custommerce .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  #rc-custommerce .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  #rc-custommerce .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  #rc-custommerce .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

#rc-custommerce .splide__toggle {
  cursor: pointer;
}

#rc-custommerce .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

#rc-custommerce .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

#rc-custommerce .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

#rc-custommerce .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

#rc-custommerce .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#rc-custommerce .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

#rc-custommerce .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#rc-custommerce .splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#rc-custommerce .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

#rc-custommerce .splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#rc-custommerce .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

#rc-custommerce .splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#rc-custommerce .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

#rc-custommerce .cm-colors-section {
  background-color: #F7F7F7;
  padding: 0.1em 0 10em;
}

#rc-custommerce .cm-colors-section .cm-colors-slider {
  max-width: 650px;
  margin: 0 auto;
}

#rc-custommerce .cm-colors-section .cm-colors-slider .splide__track--nav > .splide__list > .splide__slide.is-active .color-name {
  font-weight: 600;
}

#rc-custommerce .cm-colors-section .cm-colors-slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#rc-custommerce .cm-colors-section .cm-colors-slider .splide__slide.is-active {
  opacity: 1;
}

#rc-custommerce .cm-colors-section .cm-colors-slider .splide__slide .cm-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rc-custommerce .cm-colors-section .cm-colors-slider .splide__slide img {
  max-width: 100%;
  height: auto;
}

#rc-custommerce .cm-colors-section .cm-lamps-slider {
  margin-top: 6em;
}

#rc-custommerce .cm-colors-section .cm-lamps-slider .cm-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rc-custommerce .cm-colors-section .cm-lamps-slider .cm-slide-content img {
  max-width: 100%;
  padding: 0 1em;
}

#rc-custommerce .cm-lamps-slider .splide__slide.is-active .cm-slide-content {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0.3;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-image img {
  max-width: 100%;
  padding: 0 1em;
}

/* Kinkiet-specific color picker styles */
#rc-custommerce .cm-colors-slider {
  width: 100%;
  padding: 20px 0;
}

#rc-custommerce .color-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem 1rem;
  max-width: 100%;
}

#rc-custommerce .color-item {
  cursor: pointer;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

#rc-custommerce .color-item:hover {
  transform: translateY(-3px);
}

#rc-custommerce .color-box {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s;
}

#rc-custommerce .color-item:hover .color-box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#rc-custommerce .color-item.is-active .color-box {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

#rc-custommerce .color-name {
  margin-top: 0.25rem;
  font-size: 12px;
  text-align: center !important;
  width: 100%;
  line-height: 1.3;
  transition: font-size 0.2s, font-weight 0.2s;
}

#rc-custommerce .color-item.is-active .color-name {
  font-size: 13px;
  font-weight: bold;
}

/* Responsywność dla mobile */
@media (max-width: 768px) {
  #rc-custommerce .cm-colors-slider {
    padding: 15px 0;
  }
  
  #rc-custommerce .color-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem 0.6rem;
  }
  
  #rc-custommerce .color-box {
    width: 45px;
    height: 45px;
    border-radius: 6px;
  }
  
  #rc-custommerce .color-name {
    font-size: 10px;
    margin-top: 0.15rem;
  }
  
  #rc-custommerce .color-item.is-active .color-name {
    font-size: 11px;
  }
  
  #rc-custommerce .color-item:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 480px) {
  #rc-custommerce .color-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 0.5rem;
  }
  
  #rc-custommerce .color-box {
    width: 50px;
    height: 50px;
  }
  
  #rc-custommerce .color-name {
    font-size: 9px;
  }
  
  #rc-custommerce .color-item.is-active .color-name {
    font-size: 10px;
  }
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-info .cm-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.4;
  padding-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-info .cm-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.4;
  padding-bottom: 0.5em;
  text-align: center;
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-info .cm-buy-button {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 1.25em;
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  gap: 1em;
  border-left: 2px solid #FECC00;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-info .cm-buy-button::before {
  content: "";
  position: absolute;
  background-color: #FECC00;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-info .cm-buy-button:hover::before {
  content: "";
  position: absolute;
  background-color: #FECC00;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-info .cm-buy-button .cm-button-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

#rc-custommerce .cm-lamps-slider .splide__slide .cm-slide-content .cm-info .cm-buy-button .cm-icon {
  z-index: 2;
}

#rc-custommerce .cm-section-faq {
  max-width: 1200px;
  position: relative;
  padding-bottom: 6em;
  overflow: hidden;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-faq {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#rc-custommerce .cm-section-faq summary {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  background-color: #fff;
  color: #333;
  margin-bottom: 1em;
  margin-top: 1em;
  outline: none;
  text-align: left;
  cursor: pointer;
  position: relative;
}

#rc-custommerce .cm-section-faq summary hr {
  margin-left: 2em;
}

#rc-custommerce .cm-section-faq summary hr:after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 97%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#rc-custommerce .cm-section-faq details > summary::marker {
  position: absolute;
  content: "+";
  left: 20px;
}

#rc-custommerce .cm-section-faq details[open] > summary::marker {
  position: absolute;
  content: "-";
  left: 20px;
}

#rc-custommerce .cm-section-faq details .cm-title {
  margin-left: 30px;
  position: relative;
  top: -1em;
  width: 100%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-faq details .cm-title {
    padding-right: 1em;
  }
}

#rc-custommerce .cm-section-faq details .cm-faq-content {
  margin-left: 30px;
}

#rc-custommerce .cm-section-faq details .cm-faq-content p {
  line-height: 1.6;
  font-size: 1.25em;
}

#rc-custommerce .cm-section-faq details hr {
  margin-left: 30px;
  margin-top: 0;
}

#rc-custommerce .cm-section-faq details[open] summary ~ * {
  -webkit-animation: sweep .5s ease-in-out;
          animation: sweep .5s ease-in-out;
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

#rc-custommerce .cm-section-comments {
  padding-top: 6em;
  padding-bottom: 6em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-comments {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-comments {
    padding-top: 0;
  }
}

#rc-custommerce .cm-section-comments .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-comments .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#rc-custommerce .cm-section-comments .cm-row .cm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 560px;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 24px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .5;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-comments .cm-row .cm-col {
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0 auto;
    opacity: 1;
  }
}

#rc-custommerce .cm-section-comments .cm-row .cm-col:hover {
  opacity: 1;
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-ico {
  margin-right: 2em;
  position: relative;
  top: 4em;
  max-width: 97px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-ico img, #rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-ico svg {
  width: 100%;
  width: 97px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-ico img, #rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-ico svg {
    width: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-ico {
    padding: 1em;
  }
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-ico {
    margin-right: 0;
  }
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text {
    padding: 1em;
    padding-left: 0;
  }
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text .cm-ico {
  max-width: 78px;
  margin-bottom: 1em;
  top: 0;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text .cm-ico {
    padding: 0em;
  }
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text .cm-ico img, #rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text .cm-ico svg {
  width: 100%;
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text .cm-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 257px;
  line-height: 1.7;
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text .cm-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#rc-custommerce .cm-section-comments .cm-row .cm-col .cm-comment .cm-text .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}

#rc-custommerce .cm-section-footer {
  border-radius: 16px;
  padding-top: 6em;
  padding-bottom: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-footer {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

#rc-custommerce .cm-section-footer .cm-logo {
  margin: 0 auto;
  padding: 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#rc-custommerce .cm-section-footer .cm-logo img {
  max-width: 100%;
}

#rc-custommerce .cm-section-feature {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 2em 0 0 0;
}

#rc-custommerce .cm-section-feature .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-feature-grey {
  background-color: #f7f7f7;
  padding: 3em 0em 5em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1100px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1100px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1100px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1100.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 1100px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-feature-grey {
    padding: 3em 0em 5em 2em;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-feature-grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 1em 3em 1em;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 2em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content {
    padding-right: 0;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-section-break {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-section-break {
    margin-bottom: 1em;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-section-break .cm-title {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-section-break .cm-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-section-break .cm-title .cm-line {
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-section-break .cm-title .cm-line {
    width: 80px;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-text .cm-title {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2em;
  padding-bottom: 0.75em;
  width: 100%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-text .cm-title {
    text-align: center !important;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-text .cm-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 1em;
  font-size: 1.125em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-feature-grey .cm-content .cm-text .cm-p {
    text-align: center !important;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#rc-custommerce .cm-section-feature .cm-row .cm-col .cm-content {
  padding: 10em 1em 4em 3em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1100px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1100px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1100px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1100.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1000px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1000px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1000px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1000.";
    }
  */
}

@media only screen and (max-width: 1100px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-col .cm-content {
    padding: 7em 1em 4em 2em;
  }
}

@media only screen and (max-width: 1000px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-col .cm-content {
    padding: 4em 1em 4em 2em;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-col .cm-content .cm-title {
  font-size: 2em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-col .cm-content .cm-title {
    text-align: center;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-col .cm-content .cm-underline {
  font-size: 1.5em;
  padding-top: 0.5em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-col .cm-content .cm-underline {
    text-align: center;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-col .cm-content .cm-underline u {
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.4em;
  -webkit-text-decoration-color: #FECC00;
          text-decoration-color: #FECC00;
  text-decoration-skip-ink: none;
}

#rc-custommerce .cm-section-feature .cm-row .cm-col .cm-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: absolute;
  bottom: 2em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 1em);
  right: 0;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-col .cm-image {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 2em;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-col .cm-image img {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 600px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-col .cm-image img {
    height: 700px;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-section-feature .cm-row .cm-col .cm-image img {
    -o-object-position: 0% 30%;
       object-position: 0% 30%;
    height: 400px;
    margin: 0 auto;
  }
}

#rc-custommerce .cm-section-feature .cm-row .cm-col.cm-yellow-bg {
  background-color: #FECC00;
}

#rc-custommerce .cm-reasons-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 1200px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 1200px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 1200px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w1200.";
    }
  */
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 1200px) {
  #rc-custommerce .cm-reasons-section {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-reasons-section {
    padding: 0 1em;
  }
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  position: relative;
  margin-bottom: 3em;
  max-height: 118px;
  max-width: 470px;
  min-width: 300px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-reasons-section .cm-reason-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1em;
  }
}

@media (hover: hover) and (pointer: fine) {
  #rc-custommerce .cm-reasons-section .cm-reason-wrapper:hover .cm-reason-icon::before {
    content: "";
    position: absolute;
    background-color: #FECC00;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
  }
  #rc-custommerce .cm-reasons-section .cm-reason-wrapper:hover .cm-pointer img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #rc-custommerce .cm-reasons-section .cm-reason-wrapper:hover .cm-reason-hover {
    max-height: 300px;
    opacity: 1;
  }
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper.cm-hovered .cm-reason-icon::before {
  content: "";
  position: absolute;
  background-color: #FECC00;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper.cm-hovered .cm-pointer img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper.cm-hovered .cm-reason-hover {
  max-height: 300px;
  opacity: 1;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-icon {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding: 1.5em;
  background-color: #F7F7F7;
  border-right: 4px #FECC00 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-icon::before {
  content: "";
  position: absolute;
  background-color: #FECC00;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-icon img {
  z-index: 2;
  width: 100%;
  max-width: 85px;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-content .cm-title {
  padding: 1em;
  font-size: 1.125em;
  line-height: 1.6;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-pointer {
  position: absolute;
  right: 1em;
  -webkit-transform-origin: 50% 30%;
          transform-origin: 50% 30%;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-pointer img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-hover {
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  padding: 1em;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  background-color: #fff;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-hover .cm-content {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-hover .cm-spacer {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

#rc-custommerce .cm-reasons-section .cm-reason-wrapper .cm-reason-hover .cm-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1em;
  margin-bottom: 1em;
}

#rc-custommerce .cm-change-color-section {
  margin-top: 4em;
  position: relative;
  background-color: #F7F7F7;
}

#rc-custommerce .cm-change-color-section .cm-image-wrapper img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#rc-custommerce .cm-change-color-section .cm-switch-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-change-color-section .cm-switch-button-wrapper {
    position: relative;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    padding-bottom: 2em;
  }
}

#rc-custommerce .cm-change-color-section .cm-switch-button-wrapper .cm-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  padding-bottom: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-change-color-section .cm-switch-button-wrapper .cm-indicator {
    padding-top: 2em;
  }
  #rc-custommerce .cm-change-color-section .cm-switch-button-wrapper .cm-indicator img {
    -webkit-filter: invert(0.75);
            filter: invert(0.75);
  }
}

#rc-custommerce .cm-change-color-section .cm-switch-button-wrapper .cm-indicator .cm-text {
  color: white;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-change-color-section .cm-switch-button-wrapper .cm-indicator .cm-text {
    color: #393535;
  }
}

#rc-custommerce .cm-change-color-section .cm-switch-button-wrapper .cm-indicator img {
  width: 100%;
  max-width: 30px;
}

#rc-custommerce .switch-button {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  overflow: hidden;
  width: 300px;
  text-align: center;
  font-size: 1em;
  color: #393535;
  -webkit-box-shadow: inset 0px 3px 6px 0 rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 3px 6px 0 rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-right: 150px;
  position: relative;
  margin: 0 auto;
}

#rc-custommerce .switch-button:before {
  content: "ZIMNA BARWA";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  pointer-events: none;
}

#rc-custommerce .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

#rc-custommerce .switch-button-checkbox:checked + .switch-button-label:before {
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

#rc-custommerce .switch-button-checkbox:checked + .switch-button-label:before {
  background-color: white !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#rc-custommerce .switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 15px 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

#rc-custommerce .switch-button-checkbox + .switch-button-label:before {
  content: "";
  background-color: #FECC00;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#rc-custommerce .switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}

#rc-custommerce .cm-our-bulbs-wrapper {
  background-color: #F7F7F7;
  padding-bottom: 5em;
}

#rc-custommerce .cm-our-bulbs-wrapper .cm-lamps-slider {
  margin-top: 6em;
}

#rc-custommerce .cm-tech-blocks {
  padding: 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-tech-blocks {
    gap: 0.5em;
    padding: 0;
  }
}

#rc-custommerce .cm-tech-blocks .cm-block {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.35;
  min-width: 167px;
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 700px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 700px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 700px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w700.";
    }
  */
}

@media only screen and (max-width: 700px) {
  #rc-custommerce .cm-tech-blocks .cm-block {
    opacity: 1;
  }
}

#rc-custommerce .cm-tech-blocks .cm-block .cm-block-text {
  padding-top: 0.75em;
  font-size: 1.125em;
  line-height: 1.4;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#rc-custommerce .cm-tech-blocks .cm-block:hover {
  background-color: #FECC00;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

#rc-custommerce .cm-sollux-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-sollux-block-wrapper {
    padding: 0 0.5em;
  }
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(50% - 1em);
      flex-basis: calc(50% - 1em);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 800px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 800px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 800px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w800.";
    }
  */
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block.cm-salmon {
  background-color: #e59fa1;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block.cm-pea {
  background-color: #b5d498;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block.cm-yellow {
  background-color: #fff2c6;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block.cm-yellow .cm-content .cm-text {
  color: #393535 !important;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block.cm-aqua {
  background-color: #349fa5;
}

@media only screen and (max-width: 800px) {
  #rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-image {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  margin-left: 0;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-content {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 600px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 600px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 600px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w600.";
    }
  */
}

@media only screen and (max-width: 600px) {
  #rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-content .cm-text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  font-size: 1.125em;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-content .cm-more-button {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 1.25em;
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  gap: 1em;
  border-left: 2px solid #FECC00;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-content .cm-more-button::before {
  content: "";
  position: absolute;
  background-color: #FECC00;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-content .cm-more-button:hover::before {
  content: "";
  position: absolute;
  background-color: #FECC00;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

#rc-custommerce .cm-sollux-block-wrapper .cm-sollux-block .cm-content .cm-more-button .cm-button-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

#rc-custommerce .cm-warm, #rc-custommerce .cm-cold {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rc-custommerce .cm-w300 {
  max-width: 300px;
  margin: 0 auto;
}

#rc-custommerce .cm-w400 {
  max-width: 400px;
}

#rc-custommerce .cm-w460 {
  max-width: 460px;
  margin: 0 auto;
}

#rc-custommerce .cm-w700 {
  max-width: 700px;
  margin: 0 auto;
}

#rc-custommerce .cm-w730 {
  max-width: 730px;
  margin: 0 auto;
}

#rc-custommerce .cm-pb-0 {
  padding-bottom: 0 !important;
}

#rc-custommerce .cm-pb-2 {
  padding-bottom: 1em !important;
}

#rc-custommerce .cm-pt-1 {
  padding-top: 1em;
}

#rc-custommerce .cm-pt-2 {
  padding-top: 2em;
}

#rc-custommerce .cm-pt-4 {
  padding-top: 4em;
}

#rc-custommerce .cm-pt-6 {
  padding-top: 6em;
}

#rc-custommerce .cm-mt-1 {
  margin-top: 1em;
}

#rc-custommerce .cm-mt-2 {
  margin-top: 2em;
}

#rc-custommerce .cm-mt-3 {
  margin-top: 3em;
}

#rc-custommerce .cm-mt-4 {
  margin-top: 4em;
}

#rc-custommerce .cm-mt-5 {
  margin-top: 5em;
}

#rc-custommerce .cm-mt-6 {
  margin-top: 6em;
}

#rc-custommerce .cm-mb-1 {
  margin-bottom: 1em;
}

#rc-custommerce .cm-mb-2 {
  margin-bottom: 2em;
}

#rc-custommerce .cm-mb-3 {
  margin-bottom: 3em;
}

#rc-custommerce .cm-mb-4 {
  margin-bottom: 4em;
}

#rc-custommerce .cm-mb-5 {
  margin-bottom: 5em;
}

#rc-custommerce .cm-mb-6 {
  margin-bottom: 6em;
}

#rc-custommerce .cm-text-upp {
  text-transform: uppercase !important;
}

#rc-custommerce .kuvings-footer {
  text-align: center !important;
  position: relative;
  z-index: 10;
  max-width: 108px;
  margin-top: 5em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 900px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 900px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 900px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w900.";
    }
  */
}

@media only screen and (max-width: 900px) {
  #rc-custommerce .kuvings-footer {
    max-width: 80px;
  }
}

#rc-custommerce .kuvings-footer img {
  width: 100%;
}

#rc-custommerce .cm-section-bottom {
  position: relative;
}

#rc-custommerce .cm-section-bottom img {
  width: 100%;
}

#rc-custommerce .cm-section-footer {
  margin-top: 2em;
  margin-bottom: 2em;
}

#rc-custommerce .cm-section-footer .cm-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1039px) {
  #rc-custommerce .cm-section-footer .cm-footer {
    padding-right: 1em;
    padding-left: 1em;
  }
}

#rc-custommerce .cm-section-footer .cm-footer img {
  width: 100%;
  height: 100%;
}

#rc-custommerce .cm-section-footer .cm-footer :first-child {
  max-width: 174px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-footer .cm-footer :first-child {
    max-width: 100px;
  }
}

#rc-custommerce .cm-section-footer .cm-footer :last-child {
  max-width: 220px;
  /* 
   @if map-has-key($breakpoints, $break) {
      @if to-number(str-slice($break, 2)) >= $rc-container and to-number(str-slice($break, 2)) < $rc-container-full-width {
        @media only screen and (min-width: 500px) {
          @content;
        }
      } @else if to-number(str-slice($break, 2)) >= $rc-container{
        @media only screen and (min-width: 500px) {
            @content;
          }
      } @else {
        @media only screen and (max-width: 500px) {
            @content;
          }
      }
    } @else {
      @warn "Couldn't find a breakpoint named w500.";
    }
  */
}

@media only screen and (max-width: 500px) {
  #rc-custommerce .cm-section-footer .cm-footer :last-child {
    max-width: 150px;
  }
}

#rc-custommerce.cm-euro {
  max-width: 920px;
  font-size: 14px;
}

@media only screen and (max-width: 920px) {
  #rc-custommerce.cm-euro .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 250px;
  }
}

@media (min-width: 921px) {
  #rc-custommerce.cm-euro .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 240px;
  }
}

@media (min-width: 1000px) {
  #rc-custommerce.cm-euro .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 290px;
  }
}