@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
.cm-white {
  color: #fff;
}

.cm-blue {
  color: #1DA9E3;
}

.cm-raspberry {
  color: #c40257;
}

.cm-green {
  color: #708472;
}

.cm-main-text, #cm-product {
  color: #2c2c2c;
}

.cm-gray {
  color: #5F5F5F;
}

.cm-light {
  font-weight: 300;
}

.cm-regular {
  font-weight: 400;
}

.cm-medium {
  font-weight: 500;
}

.cm-semibold {
  font-weight: 600;
}

.cm-bold {
  font-weight: 700;
}

.cm-extrabold {
  font-weight: 800;
}

.cm-black {
  font-weight: 900;
}

.cm-left, .cm-header .cm-text, .cm-left-rwd {
  text-align: left;
}

.cm-center {
  text-align: center;
}

.cm-right, .cm-right-rwd {
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .cm-center-rwd, .cm-left-rwd, .cm-right-rwd {
    text-align: center;
  }
}

.cm-italic {
  font-style: italic;
}

.cm-uppercase {
  text-transform: uppercase;
}

.cm-2-5-em {
  font-size: 2.5em;
}

@media only screen and (max-width: 700px) {
  .cm-2-em-pwd {
    font-size: 2em;
  }
}

@media only screen and (max-width: 400px) {
  .cm-banner-title {
    font-size: 1.2em;
  }
}

.cm-small {
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 800px) {
  .cm-small {
    font-size: 1em;
    line-height: 1.4;
  }
}

.cm-thin {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 800px) {
  .cm-thin {
    font-size: 1.25em;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 700px) {
  .cm-thin {
    font-size: 1em;
  }
}

.cm-thick {
  font-size: 3em;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 800px) {
  .cm-thick {
    font-size: 1.75em;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 700px) {
  .cm-thick {
    font-size: 1.5em;
  }
}

.cm-big {
  font-size: 2em;
  line-height: 1.2em;
}

.cm-radius-top-left-2, .cm-radius-2, .cm-radius-top-2, .cm-radius-left-2 {
  border-top-left-radius: 2px;
}

.cm-radius-bottom-left-2, .cm-radius-2, .cm-radius-bottom-2, .cm-radius-left-2 {
  border-bottom-left-radius: 2px;
}

.cm-radius-top-right-2, .cm-radius-2, .cm-radius-top-2, .cm-radius-right-2 {
  border-top-right-radius: 2px;
}

.cm-radius-bottom-right-2, .cm-radius-2, .cm-radius-bottom-2, .cm-radius-right-2 {
  border-bottom-right-radius: 2px;
}

.cm-radius-top-left-10, .cm-radius-10, .cm-radius-top-10, .cm-radius-left-10 {
  border-top-left-radius: 10px;
}

.cm-radius-bottom-left-10, .cm-radius-10, .cm-radius-bottom-10, .cm-radius-left-10 {
  border-bottom-left-radius: 10px;
}

.cm-radius-top-right-10, .cm-radius-10, .cm-radius-top-10, .cm-radius-right-10 {
  border-top-right-radius: 10px;
}

.cm-radius-bottom-right-10, .cm-radius-10, .cm-radius-bottom-10, .cm-radius-right-10 {
  border-bottom-right-radius: 10px;
}

.cm-radius-top-left-12, .cm-radius-12, .cm-radius-top-12, .cm-radius-left-12 {
  border-top-left-radius: 12px;
}

.cm-radius-bottom-left-12, .cm-radius-12, .cm-radius-bottom-12, .cm-radius-left-12 {
  border-bottom-left-radius: 12px;
}

.cm-radius-top-right-12, .cm-radius-12, .cm-radius-top-12, .cm-radius-right-12 {
  border-top-right-radius: 12px;
}

.cm-radius-bottom-right-12, .cm-radius-12, .cm-radius-bottom-12, .cm-radius-right-12 {
  border-bottom-right-radius: 12px;
}

.cm-radius-top-left-16, .cm-radius-16, .cm-radius-top-16, .cm-radius-left-16 {
  border-top-left-radius: 16px;
}

.cm-radius-bottom-left-16, .cm-radius-16, .cm-radius-bottom-16, .cm-radius-left-16 {
  border-bottom-left-radius: 16px;
}

.cm-radius-top-right-16, .cm-radius-16, .cm-radius-top-16, .cm-radius-right-16 {
  border-top-right-radius: 16px;
}

.cm-radius-bottom-right-16, .cm-radius-16, .cm-radius-bottom-16, .cm-radius-right-16 {
  border-bottom-right-radius: 16px;
}

.cm-radius-top-left-32, .cm-radius-32, .cm-radius-top-32, .cm-radius-left-32 {
  border-top-left-radius: 32px;
}

.cm-radius-bottom-left-32, .cm-radius-32, .cm-radius-bottom-32, .cm-radius-left-32 {
  border-bottom-left-radius: 32px;
}

.cm-radius-top-right-32, .cm-radius-32, .cm-radius-top-32, .cm-radius-right-32 {
  border-top-right-radius: 32px;
}

.cm-radius-bottom-right-32, .cm-radius-32, .cm-radius-bottom-32, .cm-radius-right-32 {
  border-bottom-right-radius: 32px;
}

.cm-radius-top-left-64, .cm-radius-64, .cm-radius-top-64, .cm-radius-left-64 {
  border-top-left-radius: 64px;
}

.cm-radius-bottom-left-64, .cm-radius-64, .cm-radius-bottom-64, .cm-radius-left-64 {
  border-bottom-left-radius: 64px;
}

.cm-radius-top-right-64, .cm-radius-64, .cm-radius-top-64, .cm-radius-right-64 {
  border-top-right-radius: 64px;
}

.cm-radius-bottom-right-64, .cm-radius-64, .cm-radius-bottom-64, .cm-radius-right-64 {
  border-bottom-right-radius: 64px;
}

@media only screen and (max-width: 900px) {
  #cm-product {
    font-size: 14px;
  }
}
#cm-product.cm-width-800,
#cm-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}
#cm-product .pc-margin-top-xxs {
  padding-top: 1em;
}
#cm-product .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}
#cm-product .pc-margin-top-xs {
  padding-top: 1.5em;
}
#cm-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#cm-product .pc-margin-top-s {
  padding-top: 3em;
}
#cm-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#cm-product .pc-margin-top-m {
  padding-top: 4em;
}
#cm-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#cm-product .pc-margin-top-l {
  padding-top: 6em;
}
#cm-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#cm-product .pc-margin-top-xl {
  padding-top: 8em;
}
#cm-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#cm-product .pc-margin-top-xxl {
  padding-top: 10em;
}
#cm-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@media only screen and (max-width: 500px) {
  #cm-product .pc-margin-top-xxs {
    padding-top: 1em;
  }
  #cm-product .pc-margin-bottom-xxs {
    padding-bottom: 1em;
  }
  #cm-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#cm-product .pc-margin-top-deca {
  margin-top: 0.5em;
}
#cm-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#cm-product .pc-margin-top-hecto {
  margin-top: 1em;
}
#cm-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#cm-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#cm-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#cm-product .pc-margin-top-mega {
  margin-top: 1.5em;
}
#cm-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#cm-product .pc-margin-top-giga {
  margin-top: 2em;
}
#cm-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#cm-product .pc-margin-top-tera {
  margin-top: 2.5em;
}
#cm-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 700px) {
  .cm-center-700, .cm-m-top-bottom-4-center-700, .cm-m-bottom-4-center-700, .cm-m-top-4-center-700, .cm-m-top-bottom-3-center-700, .cm-m-bottom-3-center-700, .cm-m-top-3-center-700, .cm-m-top-bottom-2-center-700, .cm-m-bottom-2-center-700, .cm-m-top-2-center-700, .cm-m-top-bottom-1-center-700, .cm-m-bottom-1-center-700, .cm-m-top-1-center-700, .cm-m-top-bottom-04-center-700, .cm-m-bottom-04-center-700, .cm-m-top-04-center-700 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 800px) {
  .cm-center-800, .cm-m-top-bottom-4-center-800, .cm-m-bottom-4-center-800, .cm-m-top-4-center-800, .cm-m-top-bottom-3-center-800, .cm-m-bottom-3-center-800, .cm-m-top-3-center-800, .cm-m-top-bottom-2-center-800, .cm-m-bottom-2-center-800, .cm-m-top-2-center-800, .cm-m-top-bottom-1-center-800, .cm-m-bottom-1-center-800, .cm-m-top-1-center-800, .cm-m-top-bottom-04-center-800, .cm-m-bottom-04-center-800, .cm-m-top-04-center-800 {
    margin-right: auto;
    margin-left: auto;
  }
}

.cm-m-top-04, .cm-m-top-04-center-800, .cm-m-top-04-center-700, .cm-m-top-bottom-04, .cm-m-top-bottom-04-center-800, .cm-m-top-bottom-04-center-700 {
  margin-top: -4em;
}

.cm-m-bottom-04, .cm-m-bottom-04-center-800, .cm-m-bottom-04-center-700, .cm-m-top-bottom-04, .cm-m-top-bottom-04-center-800, .cm-m-top-bottom-04-center-700 {
  margin-bottom: -4em;
}

.cm-m-left-04 {
  margin-left: -4em;
}

.cm-m-right-04 {
  margin-right: -4em;
}

.cm-m-top-1, .cm-m-top-1-center-800, .cm-m-top-1-center-700, .cm-m-top-bottom-1, .cm-m-top-bottom-1-center-800, .cm-m-top-bottom-1-center-700 {
  margin-top: 1em;
}

.cm-m-bottom-1, .cm-m-bottom-1-center-800, .cm-m-bottom-1-center-700, .cm-m-top-bottom-1, .cm-m-top-bottom-1-center-800, .cm-m-top-bottom-1-center-700 {
  margin-bottom: 1em;
}

.cm-m-left-1 {
  margin-left: 1em;
}

.cm-m-right-1 {
  margin-right: 1em;
}

.cm-m-top-2, .cm-m-top-2-center-800, .cm-m-top-2-center-700, .cm-m-top-bottom-2, .cm-m-top-bottom-2-center-800, .cm-m-top-bottom-2-center-700 {
  margin-top: 2em;
}

.cm-m-bottom-2, .cm-m-bottom-2-center-800, .cm-m-bottom-2-center-700, .cm-m-top-bottom-2, .cm-m-top-bottom-2-center-800, .cm-m-top-bottom-2-center-700 {
  margin-bottom: 2em;
}

.cm-m-left-2 {
  margin-left: 2em;
}

.cm-m-right-2 {
  margin-right: 2em;
}

.cm-m-top-3, .cm-m-top-3-center-800, .cm-m-top-3-center-700, .cm-m-top-bottom-3, .cm-m-top-bottom-3-center-800, .cm-m-top-bottom-3-center-700 {
  margin-top: 3em;
}

.cm-m-bottom-3, .cm-m-bottom-3-center-800, .cm-m-bottom-3-center-700, .cm-m-top-bottom-3, .cm-m-top-bottom-3-center-800, .cm-m-top-bottom-3-center-700 {
  margin-bottom: 3em;
}

.cm-m-left-3 {
  margin-left: 3em;
}

.cm-m-right-3 {
  margin-right: 3em;
}

.cm-m-top-4, .cm-m-top-4-center-800, .cm-m-top-4-center-700, .cm-m-top-bottom-4, .cm-m-top-bottom-4-center-800, .cm-m-top-bottom-4-center-700 {
  margin-top: 4em;
}

.cm-m-bottom-4, .cm-m-bottom-4-center-800, .cm-m-bottom-4-center-700, .cm-m-top-bottom-4, .cm-m-top-bottom-4-center-800, .cm-m-top-bottom-4-center-700 {
  margin-bottom: 4em;
}

.cm-m-left-4 {
  margin-left: 4em;
}

.cm-m-right-4 {
  margin-right: 4em;
}

.cm-background, #cm-product, .cm-icons-section .cm-icons-box .cm-icon, .cm-header {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .cm-rwd-background, .cm-header {
    background-color: #EFF1F2;
  }
}

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

.cm-section-note .cm-note {
  font-size: 14px;
  line-height: 1.7;
  color: #272D3D;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1200px) {
  .cm-section-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .cm-section-note {
    text-align: center;
  }
}

.cm-mark-logo {
  max-width: 316px;
  margin: 0 auto;
  padding: 4em 1em 2em 1em;
}
@media only screen and (max-width: 700px) {
  .cm-mark-logo {
    max-width: 200px;
  }
}

.cm-logo-top {
  margin: 2em auto;
}
.cm-logo-top .cm-logo {
  max-width: 176px;
}
@media only screen and (max-width: 800px) {
  .cm-logo-top .cm-logo {
    margin: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .cm-logo-top {
    padding-left: 1em;
  }
}

.cm-top-logo {
  width: 40%;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  padding: 3em 1em 0 0;
}
.cm-top-logo img {
  flex-basis: 40%;
}

.cm-header {
  position: relative;
  background-origin: content-box;
  max-width: 1200px;
  background-position: right -45px top;
  background-color: #AFBEB1;
}
@media only screen and (max-width: 800px) {
  .cm-header {
    background-position: right -100px bottom;
  }
}
@media only screen and (max-width: 600px) {
  .cm-header {
    background-image: none !important;
  }
}
.cm-header .cm-header-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .cm-header .cm-header-mobile {
    display: flex;
  }
}
.cm-header .cm-sublogo-header {
  max-width: 25em;
  padding-top: 2em;
  padding-left: 2em;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.cm-header .cm-sublogo-header img {
  flex-basis: 45%;
  max-width: 45%;
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-sublogo-header {
    padding-top: 2.5em;
    max-width: 20em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-header .cm-sublogo-header {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-header .cm-sublogo-header {
    padding: 1.5em 0.5em;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .cm-header .cm-sublogo-header {
    max-width: 280px;
    position: relative;
  }
}
.cm-header .cm-text {
  padding: 9em 0em 8em 2em;
  position: relative;
  width: 40%;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-text {
    padding-top: 8em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-header .cm-text {
    padding-top: 5em;
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-header .cm-text {
    padding: 0 0.5em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.cm-header .cm-text .cm-title {
  font-size: 4em;
  line-height: 1.2em;
  -webkit-text-stroke: white 2px;
  color: transparent;
  margin: 0;
  font-weight: 800;
}
@media only screen and (max-width: 1000px) {
  .cm-header .cm-text .cm-title {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-text .cm-title {
    -webkit-text-stroke: white 1.5px;
    font-size: 3.25em;
    max-width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .cm-header .cm-text .cm-title {
    font-size: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-header .cm-text .cm-title {
    max-width: 100%;
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 500px) {
  .cm-header .cm-text .cm-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 400px) {
  .cm-header .cm-text .cm-title {
    font-size: 1.75em;
  }
}
.cm-header .cm-text .cm-ng-1 {
  font-size: 2em;
  line-height: 1.25;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-text .cm-ng-1 {
    margin-top: 1em;
    margin-bottom: 0.7em;
  }
}
.cm-header .cm-text .cm-ng-2 {
  font-size: 1.25em;
  margin-bottom: 0.4em;
  line-height: 1.3;
}
.cm-header .cm-header-product {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 500px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .cm-header .cm-header-product {
    max-width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-header-product {
    top: 0;
    right: unset;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    padding: 1em 1em 3em 1em;
  }
}
.cm-header .cm-water {
  z-index: -1;
  max-width: 1200px;
  position: absolute;
  margin-top: -2em;
}
@media only screen and (max-width: 900px) {
  .cm-header .cm-water {
    position: relative;
    width: 100%;
  }
}

.cm-banner-main {
  text-align: center;
  margin-top: 4em;
}
@media only screen and (max-width: 700px) {
  .cm-banner-main {
    margin-top: 3em;
  }
}
.cm-banner-main .cm-banner-title {
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 1em;
  padding: 0 0.5em;
}
@media only screen and (max-width: 800px) {
  .cm-banner-main .cm-banner-title {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-banner-main .cm-banner-title {
    font-size: 1.5em;
  }
}
.cm-banner-main .cm-banner-text {
  max-width: 70%;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1.6;
}
@media only screen and (max-width: 800px) {
  .cm-banner-main .cm-banner-text {
    max-width: 100%;
    padding: 0 1em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-banner-main .cm-banner-text {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 500px) {
  .cm-banner-main .cm-banner-text {
    font-size: 1em;
  }
}

.cm-serp-section {
  display: flex;
  align-items: center;
  margin-top: 5em;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 800px) {
  .cm-serp-section {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .cm-serp-section {
    margin-top: 2em;
  }
}
.cm-serp-section .cm-image-col {
  flex-basis: 48%;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media only screen and (max-width: 800px) {
  .cm-serp-section .cm-image-col {
    max-width: 60%;
  }
}
.cm-serp-section .cm-image-col img {
  width: 100%;
  height: auto;
}
.cm-serp-section .cm-image-col .cm-bg-img {
  position: absolute;
  z-index: -1;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.cm-serp-section .cm-image-col:hover .cm-bg-img {
  transform: scale(0.7);
}
.cm-serp-section .cm-text-col {
  flex-basis: 48%;
  margin: 0 auto;
  padding: 1em;
}
@media only screen and (max-width: 800px) {
  .cm-serp-section .cm-text-col {
    padding: 1em 0.5em 2em 0.5em;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .cm-serp-section .cm-text-col .cm-thin {
    font-size: 1em;
    line-height: 1.5em;
  }
  .cm-serp-section .cm-text-col .cm-thick {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}

.cm-serps .cm-serp-section {
  justify-content: space-evenly;
}
.cm-serps .cm-serp-section .cm-image-col {
  margin: 0;
}
.cm-serps .cm-serp-section .cm-text-col {
  flex-basis: 40%;
  padding-left: 2em;
  margin: 0%;
}
@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section .cm-text-col {
    padding: 1em 1em 2em 1em;
  }
}
.cm-serps .cm-serp-section .cm-text-col .cm-green {
  font-size: 2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-green {
    font-size: 1.875em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-green {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 500px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-green {
    font-size: 1.25em;
  }
}
.cm-serps .cm-serp-section .cm-text-col .cm-gray {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 1.4;
}
@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-gray {
    font-weight: 400;
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-gray {
    font-size: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-serps .cm-serp-section:nth-child(4) .cm-text-col {
    padding-bottom: 0;
  }
}
.cm-serps .cm-serp-section:nth-child(2n+1) {
  flex-flow: row-reverse nowrap;
}
@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section:nth-child(2n+1) {
    flex-flow: column;
  }
}

.cm-section-guarantee {
  padding-top: 4em;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .cm-section-guarantee {
    flex-direction: column;
  }
}
.cm-section-guarantee .cm-box {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cm-section-guarantee .cm-box .cm-img {
  max-width: 535px;
}
@media only screen and (max-width: 700px) {
  .cm-section-guarantee .cm-box .cm-img {
    flex-direction: column;
    max-width: 235px;
  }
}
.cm-section-guarantee .cm-box .cm-img img {
  width: 100%;
}
.cm-section-guarantee .cm-box .cm-ng {
  font-size: 2.5em;
  padding-bottom: 40px;
  padding-top: 20px;
  max-width: 500px;
  text-transform: unset;
}
@media only screen and (max-width: 1200px) {
  .cm-section-guarantee .cm-box .cm-ng {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .cm-section-guarantee .cm-box .cm-ng {
    text-align: center;
    font-size: 2.125em;
  }
}
.cm-section-guarantee .cm-box .cm-p {
  max-width: 500px;
  font-size: 1.25em;
  padding-bottom: 1em;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .cm-section-guarantee .cm-box .cm-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .cm-section-guarantee .cm-box .cm-p {
    text-align: center;
  }
}

.cm-eco {
  background-color: #DAFBBF;
  align-items: stretch;
  justify-content: center;
  padding-bottom: 1em;
}
.cm-eco .cm-image-col {
  position: relative;
  top: -95px;
  margin: 0;
  flex-basis: 50%;
  display: flex;
  justify-content: flex-start;
  margin-right: 5%;
}
.cm-eco .cm-image-col img {
  position: absolute;
  max-width: 100%;
}
.cm-eco .cm-text-col {
  flex-basis: 35%;
  font-size: 1.5em;
  padding: 2em 1em 1em 1em;
  font-weight: 300;
  margin: 0;
  color: #36581A;
}
.cm-eco .cm-text-col div:nth-child(3) {
  font-size: 1.5em;
  position: relative;
  top: -10%;
}
.cm-eco .cm-text-col .cm-super-big {
  font-size: 6em;
  font-weight: 600;
  line-height: 1.2em;
  top: 0;
}
@media only screen and (max-width: 1000px) {
  .cm-eco .cm-text-col {
    font-size: 1em;
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .cm-eco {
    align-items: center;
    margin-top: 4em;
  }
  .cm-eco .cm-image-col {
    min-width: 280px;
    margin-top: -4.5em;
    top: 0;
    margin-right: 0;
  }
  .cm-eco .cm-image-col img {
    position: relative;
    align-self: center;
  }
  .cm-eco .cm-text-col {
    padding: 0 0 1em 0;
    max-width: 450px;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
  }
  .cm-eco .cm-text-col div:nth-child(1) {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 700px) {
  .cm-eco .cm-text-col {
    max-width: 50%;
  }
  .cm-eco .cm-image-col {
    margin-top: -4em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-eco .cm-text-col {
    max-width: 60%;
  }
  .cm-eco .cm-image-col {
    margin-top: -3.5em;
  }
}
@media only screen and (max-width: 450px) {
  .cm-eco .cm-text-col {
    max-width: 80%;
    font-size: 1em;
  }
  .cm-eco .cm-image-col {
    margin-top: -2.5em;
  }
}

.cm-main-serp {
  justify-content: center;
}
.cm-main-serp .cm-image-col {
  flex-basis: 60%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .cm-main-serp .cm-image-col {
    max-width: 80%;
  }
}
.cm-main-serp .cm-text-col {
  flex-basis: 40%;
  margin: 0;
}

.cm-icons-section {
  margin-bottom: 4em;
  border-radius: 16px;
  background-image: linear-gradient(154deg, #27aae1 14%, #262e5f 127%);
  padding-bottom: 5em;
}
.cm-icons-section .cm-icons-box {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 950px) {
  .cm-icons-section .cm-icons-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
  }
}
.cm-icons-section .cm-icons-box .cm-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: flex-start;
  padding: 2em;
  flex-basis: 20%;
  max-width: 200px;
  border-radius: 1.5em;
}
@media only screen and (max-width: 950px) {
  .cm-icons-section .cm-icons-box .cm-icon {
    flex-basis: 50%;
    margin: 1em 3em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-icons-section .cm-icons-box .cm-icon {
    margin: 1em;
  }
}
.cm-icons-section .cm-icons-box .cm-icon .cm-icon-image {
  max-width: 192px;
}
.cm-icons-section .cm-icons-box .cm-icon .cm-desc {
  font-size: 1em;
  margin-top: 1.5em;
  line-height: 1.5;
}

.table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 4em auto;
  max-width: 900px;
}
.table div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  margin: 2px;
  background-color: #d4effa;
  padding: 1em;
}
@media only screen and (max-width: 500px) {
  .table div {
    padding: 0.5em;
    font-size: 0.88em;
  }
}
.table .div1 {
  grid-area: 1/1/2/2;
}
.table .div2 {
  grid-area: 1/2/2/3;
}
.table .div3 {
  grid-area: 1/3/2/4;
}
.table .div4 {
  grid-area: 2/1/3/2;
}
.table .div5 {
  grid-area: 2/2/3/3;
}
.table .div6 {
  grid-area: 2/3/3/4;
}
.table .div7 {
  grid-area: 3/1/4/2;
}
.table .div8 {
  grid-area: 3/2/4/3;
}
.table .div9 {
  grid-area: 3/3/5/4;
}
.table .div10 {
  grid-area: 4/1/5/2;
}
.table .div11 {
  grid-area: 4/2/5/3;
}
.table .cm-header-bg {
  background-color: #2c2c2c;
}

.cm-other-section {
  display: flex;
  justify-content: space-around;
  margin: 4em auto;
}
@media only screen and (max-width: 700px) {
  .cm-other-section {
    margin: 2em auto;
    flex-direction: column;
  }
}
.cm-other-section .cm-single-other {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 700px) {
  .cm-other-section .cm-single-other {
    margin-bottom: 2em;
  }
  .cm-other-section .cm-single-other:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.cm-other-section .cm-single-other .cm-single-image {
  max-width: 202px;
}
.cm-other-section .cm-single-other .cm-desc {
  font-size: 1.125em;
  margin: 2em auto 0 auto;
  max-width: 200px;
  padding: 0 1em;
}
.cm-other-section .cm-single-other .cm-check {
  max-width: 200px;
  margin-top: 2em !important;
}

.cm-button, .cm-other-section .cm-single-other .cm-check {
  margin: 3em auto 4em auto;
  border-radius: 25px;
  background-image: linear-gradient(101deg, #27aae1 4%, #262e5f 84%);
  max-width: 300px;
}
.cm-button a, .cm-other-section .cm-single-other .cm-check a {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 2em;
  text-decoration: none;
  align-items: center;
}
.cm-button a .cm-text, .cm-other-section .cm-single-other .cm-check a .cm-text {
  text-transform: uppercase;
  font-size: 1.375em;
}
.cm-button a .cm-image, .cm-other-section .cm-single-other .cm-check a .cm-image {
  max-width: 16px;
}

.cm-summary-section {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .cm-summary-section {
    margin: 1em auto;
  }
}
.cm-summary-section ul {
  list-style: none;
  padding-left: 0;
}
.cm-summary-section ul li {
  padding-left: 1.3em;
  margin-bottom: 0.3em;
}
.cm-summary-section ul li:before {
  content: "➔";
  margin-left: -1.3em;
  display: inline-block;
  color: #E84E0F;
}
.cm-summary-section .cm-details .pc-faq-content {
  padding: 0em 1em 0.8em 0em;
  line-height: 1.5;
}
.cm-summary-section .cm-details input[type=radio]:checked ~ .cm-summary .cm-plus {
  transform: rotate(90deg);
}
.cm-summary-section .cm-summary {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cm-summary-section .cm-summary .pc-faq-content {
  padding: 0 1em 0 0em;
}
.cm-summary-section .cm-summary::marker {
  content: "";
}
.cm-summary-section .cm-summary:hover {
  cursor: pointer;
}
.cm-summary-section .cm-summary .cm-special-p {
  padding: 1em 1em 1em 0em;
  font-weight: 700;
  font-size: 1.2em;
}
.cm-summary-section .cm-summary .cm-plus {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}

.cm-producent-section {
  max-width: 1200px;
  margin: 0 auto;
}
.cm-producent-section .cm-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .cm-producent-section .cm-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cm-producent-section .cm-flex .cm-text {
  font-size: 1em;
  color: #1f305f;
  text-align: left;
  font-weight: 400;
  line-height: 1.63;
  padding: 0 1em;
}
.cm-producent-section .cm-flex .cm-text strong {
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .cm-producent-section .cm-flex .cm-text {
    margin-bottom: 1em;
  }
}
.cm-producent-section .cm-logo-bottom {
  margin-top: 2em;
  background-color: #272d3d;
  padding: 1em 0;
}
.cm-producent-section .cm-logo-bottom .cm-logo-image {
  max-width: 176px;
  margin: 0 auto;
}
.cm-producent-section .cm-logo-bottom .cm-logo-image img {
  width: 100%;
}

.cm-section-footer {
  margin: 4em auto;
  max-width: 285px;
}
.cm-section-footer img {
  width: 100%;
}

.cm-section {
  max-width: 100%;
  padding-top: 4em;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .cm-section {
    padding-top: 3em;
  }
}
.cm-section .cm-section-title {
  font-size: 2em;
  line-height: 1.4em;
  max-width: 100%;
  padding: 0 0.5em;
}
@media only screen and (max-width: 800px) {
  .cm-section .cm-section-title {
    font-size: 1.5em;
    line-height: 1.4;
  }
}
.cm-section .cm-brand-logos {
  padding-top: 2em;
  max-width: 40%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.cm-section .cm-brand-logos img {
  flex-basis: 47%;
  max-width: 47%;
}
@media only screen and (max-width: 800px) {
  .cm-section .cm-brand-logos {
    max-width: 80%;
  }
}

.cm-tiles-section {
  margin-top: 4em;
  max-width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section {
    margin-top: 1em;
  }
}
.cm-tiles-section .cm-brand-logos {
  padding-top: 2em;
  max-width: 30%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.cm-tiles-section .cm-brand-logos img {
  flex-basis: 47%;
  max-width: 47%;
}
@media only screen and (max-width: 600px) {
  .cm-tiles-section .cm-brand-logos {
    max-width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .cm-tiles-section .cm-brand-logos {
    max-width: 70%;
  }
}
.cm-tiles-section .cm-section-title {
  padding: 0 0.5em;
  margin: 1em 0;
  color: black;
  font-size: 2em;
  line-height: 1.4;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section .cm-section-title {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

.cm-tiles {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.cm-tiles .cm-tile {
  flex-basis: 33%;
  min-width: 8em;
  padding: 2.5em 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}
.cm-tiles .cm-tile img {
  width: 70%;
}
@media only screen and (max-width: 800px) {
  .cm-tiles .cm-tile {
    width: 30%;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 600px) {
  .cm-tiles .cm-tile {
    padding: 1em 0;
    justify-content: center;
    align-items: center;
  }
}

.cm-tiles-section-1 .cm-tile img {
  border-radius: 50%;
  scale: 1;
  box-shadow: 0 0 0 0 black;
  transition: 0.3s ease-in-out;
  max-width: 60%;
}
.cm-tiles-section-1 .cm-tile:hover img {
  scale: 1.1;
  box-shadow: 0 1px 20px -10px black;
  transition: 0.3s ease-in-out;
}
.cm-tiles-section-1 .cm-tile .cm-tile-text {
  font-size: 1.375em;
  line-height: 1.4;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section-1 .cm-tiles .cm-tile .cm-tile-text {
    font-size: 1.125em;
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-tiles-section-1 .cm-tiles {
    flex-flow: column nowrap;
    align-items: center;
  }
  .cm-tiles-section-1 .cm-tiles .cm-tile {
    min-width: 9em;
    max-width: 240px;
    width: 100%;
  }
  .cm-tiles-section-1 .cm-tiles .cm-tile img {
    max-width: 70%;
  }
  .cm-tiles-section-1 .cm-tiles .cm-tile .cm-tile-text {
    font-size: 1.125em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 500px) {
  .cm-tiles-section-1 .cm-tiles .cm-tile .cm-tile-text {
    font-size: 1em;
  }
}

.cm-tiles-section-2 {
  background-color: #AFBEB1;
}
.cm-tiles-section-2 .cm-section-title {
  margin: 1.5em auto;
  color: white;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section-2 .cm-section-title {
    font-size: 1.5em;
    line-height: 1.4;
    margin: 1em auto;
  }
}
.cm-tiles-section-2 .cm-bg-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 25%;
}
.cm-tiles-section-2 .cm-tiles-2 {
  display: flex;
  flex-flow: row nowrap;
  width: 75%;
  justify-content: space-between;
  z-index: 1;
}
.cm-tiles-section-2 .cm-tiles-2 .cm-tile {
  padding: 0;
  width: 25%;
}
.cm-tiles-section-2 .cm-tiles-2 .cm-tile img {
  width: 100%;
}
@media only screen and (max-width: 400px) {
  .cm-tiles-section-2 .cm-tiles-2 .cm-tile {
    max-width: 30%;
  }
}
.cm-tiles-section-2 p {
  margin-top: 2em;
  color: white;
  max-width: 600px;
  text-align: center;
  font-weight: 100;
  font-size: 1.25em;
  letter-spacing: 1.2px;
  line-height: 1.4;
}
.cm-tiles-section-2 p span {
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section-2 p {
    font-size: 1em;
    max-width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  .cm-tiles-section-2 p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .cm-tiles-section-2 p {
    max-width: 95%;
  }
}

.cm-tiles-section-3 {
  background-color: white;
}
.cm-tiles-section-3 .cm-section-title {
  color: black;
  padding-top: 1em;
  margin: 0;
}
.cm-tiles-section-3 .cm-tiles {
  width: 100%;
  justify-content: space-between;
}
.cm-tiles-section-3 .cm-tiles .cm-tile {
  padding: 0;
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
  flex-basis: 31%;
}
.cm-tiles-section-3 .cm-tiles .cm-tile img {
  width: 100%;
  margin-bottom: 1em;
}
.cm-tiles-section-3 .cm-tiles .cm-tile span {
  font-size: 1.25em;
  line-height: 1.6;
  padding: 0 0.5em;
}
.cm-tiles-section-3 .cm-tiles .cm-tile:hover {
  top: 30px;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section-3 .cm-tiles {
    flex-flow: column;
    align-items: center;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile {
    width: 95%;
    flex-flow: row nowrap;
    text-align: left;
    justify-content: space-around;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile img {
    flex-basis: 40%;
    max-width: 40%;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile span {
    line-height: 1.2;
    flex-basis: 60%;
    min-width: 200px;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile:hover {
    top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cm-tiles-section-3 .cm-tiles .cm-tile span {
    font-size: 1em;
    line-height: 1.3em;
    padding-right: 0;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile:hover {
    top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .cm-tiles-section-3 .cm-tiles .cm-tile span {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 400px) {
  .cm-tiles-section-3 .cm-tiles {
    gap: 1.5em;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile span {
    padding-left: 0;
  }
}

@media only screen and (max-width: 400px) {
  .cm-tiles-section-4 .cm-section-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section-4 .cm-tiles {
    flex-flow: column;
    gap: 3em;
    align-items: center;
  }
}
.cm-tiles-section-4 .cm-tiles .cm-tile {
  position: relative;
  flex-basis: 30%;
  line-height: 1.4;
  top: 0;
  transition: 0.3s ease-in-out;
  padding: 0;
}
.cm-tiles-section-4 .cm-tiles .cm-tile img {
  width: 40%;
  scale: 1;
  padding-bottom: 1em;
  transition: inherit;
}
.cm-tiles-section-4 .cm-tiles .cm-tile span {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  padding: 0 0.5em;
}
.cm-tiles-section-4 .cm-tiles .cm-tile .cm-tile-text {
  padding: 0 0.5em;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section-4 .cm-tiles .cm-tile {
    width: 100%;
    max-width: 500px;
    flex-flow: column nowrap;
    text-align: center;
    padding-bottom: 1em;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile img {
    margin: 0;
    width: auto;
    max-width: 35%;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile .cm-tile-text {
    flex-basis: 60%;
    line-height: 1.1em;
    font-size: 0.85em;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile span {
    font-size: 1.5em;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile div {
    font-size: 1.375em;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 500px) {
  .cm-tiles-section-4 .cm-tiles .cm-tile span {
    font-size: 1.25em;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile div {
    font-size: 1em;
  }
}
.cm-tiles-section-4 .cm-tiles .cm-tile:hover {
  top: 30px;
}
.cm-tiles-section-4 .cm-tiles .cm-tile:hover img {
  scale: 1.2;
}

.cm-video {
  padding-top: 0;
  margin-top: 4em;
  position: relative;
}
.cm-video::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}
.cm-video label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
}
.cm-video input {
  display: none;
}
.cm-video input:checked ~ label {
  display: none;
}
.cm-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
}

.cm-tiles-section-5 {
  margin-top: 0;
  padding-top: 3em;
}
.cm-tiles-section-5 .cm-tiles {
  width: 100%;
  justify-content: space-evenly;
}
.cm-tiles-section-5 .cm-tiles .cm-tile {
  flex-basis: 22%;
  line-height: 1.8;
  width: auto;
  font-size: 1.25em;
}
.cm-tiles-section-5 .cm-tiles .cm-tile img {
  width: 100%;
  padding-bottom: 1em;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section-5 .cm-tiles {
    justify-content: space-evenly;
    padding: 0;
  }
  .cm-tiles-section-5 .cm-tiles .cm-tile {
    flex-basis: 33%;
    font-size: 1em;
  }
  .cm-tiles-section-5 .cm-tiles .cm-tile img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .cm-tiles-section-5 .cm-tiles .cm-tile {
    max-width: 300px;
    width: 100%;
    padding-bottom: 2em;
    font-size: 1em;
  }
  .cm-tiles-section-5 .cm-tiles .cm-tile img {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 400px) {
  .cm-tiles-section-5 .cm-tiles {
    flex-flow: column nowrap;
    align-items: center;
  }
  .cm-tiles-section-5 .cm-tiles .cm-tile {
    max-width: 220px;
  }
}

.cm-tiles-section-6 .cm-section-title {
  margin-bottom: 0;
}
.cm-tiles-section-6 .cm-tiles {
  justify-content: space-evenly;
}
.cm-tiles-section-6 .cm-tiles .cm-tile {
  flex-basis: 18%;
}
.cm-tiles-section-6 .cm-tiles .cm-tile .cm-tile-text {
  max-width: 85%;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-section-6 .cm-tiles .cm-tile {
    flex-basis: 35%;
    font-size: 1em;
  }
  .cm-tiles-section-6 .cm-tiles .cm-tile img {
    max-width: 80%;
  }
}

.cm-img-section {
  position: relative;
  margin-top: 1.5em;
}
.cm-img-section img {
  max-width: 100%;
}

.cm-svg-text {
  margin: 0;
  padding: 1em 1em 1em 0;
  display: block;
}
.cm-svg-text img {
  max-width: 30%;
}
@media only screen and (max-width: 800px) {
  .cm-svg-text {
    padding-right: 1em;
  }
  .cm-svg-text img {
    min-width: 150px;
  }
}

.cm-disclaimer {
  max-width: 700px;
  line-height: 2;
  font-size: 1em;
  padding: 0 1em;
}
@media only screen and (max-width: 800px) {
  .cm-disclaimer {
    padding-top: 0.5em;
    line-height: 1.6;
  }
}

.cm-logo-bottom {
  max-width: 50%;
}
.cm-logo-bottom img {
  max-width: 100%;
  width: auto;
}

.cm-tiles-bottom {
  margin-top: 0;
  margin-bottom: 1em;
}
.cm-tiles-bottom .cm-tiles .cm-tile {
  transition: none;
  flex-basis: 30%;
}
.cm-tiles-bottom .cm-tiles .cm-tile:hover {
  top: 0;
}
.cm-tiles-bottom .cm-tiles .cm-tile:hover img {
  box-shadow: none;
  scale: 1;
}
.cm-tiles-bottom .cm-tiles .cm-tile img {
  max-width: 120px;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  .cm-tiles-bottom .cm-tiles .cm-tile img {
    max-width: 80px;
  }
}
.cm-tiles-bottom .cm-tiles .cm-tile span {
  font-size: 1.25em;
}
@media only screen and (max-width: 800px) {
  .cm-tiles-bottom .cm-tiles {
    width: 80%;
    justify-content: flex-start;
  }
  .cm-tiles-bottom .cm-tiles .cm-tile {
    flex-basis: 33%;
    flex-grow: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .cm-tiles-bottom .cm-tiles .cm-tile span {
    margin: 0;
    padding-left: 0.5em;
    font-size: 1.125em;
  }
  .cm-tiles-bottom .cm-tiles .cm-tile img {
    display: block;
    flex-basis: 12%;
    flex-shrink: 0;
    padding-bottom: 0.5em;
  }
}

.cm-meet {
  max-width: 700px;
  margin: 4em auto 0 auto;
  padding: 1em;
  line-height: 1.3;
}
@media only screen and (max-width: 700px) {
  .cm-meet {
    margin: 3em auto 0 auto;
    max-width: 500px;
  }
}
.cm-meet .cm-h2 {
  font: 2.5em;
  font-weight: 300;
  text-align: center;
}
.cm-meet .cm-h2 strong {
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  .cm-meet .cm-h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 500px) {
  .cm-meet .cm-h2 {
    font-size: 1.5em;
  }
}
.cm-meet .cm-meet-desc {
  font-size: 1.25em;
  text-align: center;
  margin-top: 2em;
  font-weight: 400;
}

.rc_white_background {
  background-color: #fff;
}

.rc_checkout_content {
  display: none;
  position: relative;
  color: #000;
}

.rc_single_checkout .check_out_input:checked + .rc_checkout_content {
  display: block;
}

.rc_check_out_container {
  position: relative;
}

.check_out_input {
  width: 5em;
  height: 5em;
  color: #000;
  position: absolute;
  left: 4em;
  top: 18em;
  cursor: pointer;
  z-index: 5;
  margin: 0;
  opacity: 0;
  font-size: 1em;
}
@media only screen and (max-width: 900px) {
  .check_out_input {
    left: 3em;
  }
}
@media only screen and (max-width: 800px) {
  .check_out_input {
    left: 1.25em;
    top: 8em;
    width: 4em;
    height: 4em;
  }
}
@media only screen and (max-width: 700px) {
  .check_out_input {
    left: 1.25em;
  }
}

.rc_single_checkout::after {
  position: absolute;
  color: #000;
  width: 5em;
  height: 5em;
  position: absolute;
  content: "";
  top: 18em;
  z-index: 4;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 800px) {
  .rc_single_checkout::after {
    top: 8em;
    width: 4em;
    height: 4em;
  }
}

.rc_single_checkout:hover::after {
  box-shadow: inset 0px 0px 0px 2px #1DA9E3;
  background-color: #1DA9E3;
}
@media only screen and (max-width: 800px) {
  .rc_single_checkout:hover::after {
    box-shadow: inset 0px 0px 0px 1px #1DA9E3;
  }
}

.rc_single_checkout::after {
  background-repeat: no-repeat;
}

.rc_first_check_out::after {
  background-image: url(../img/accessory_default.png);
}

.rc_second_check_out::after {
  background-image: url(../img/accessory_1.png);
}

.rc_third_check_out::after {
  background-image: url(../img/accessory_2.png);
}

.rc_fourth_check_out::after {
  background-image: url(../img/accessory_3.png);
}

.rc_first_check_out .check_out_input,
.rc_first_check_out::after,
.rc_fourth_check_out .check_out_input,
.rc_fourth_check_out::after {
  left: 4em;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .rc_first_check_out .check_out_input,
.rc_first_check_out::after,
.rc_fourth_check_out .check_out_input,
.rc_fourth_check_out::after {
    left: 3em;
  }
}
@media only screen and (max-width: 800px) {
  .rc_first_check_out .check_out_input,
.rc_first_check_out::after,
.rc_fourth_check_out .check_out_input,
.rc_fourth_check_out::after {
    left: 2em;
  }
}
@media only screen and (max-width: 700px) {
  .rc_first_check_out .check_out_input,
.rc_first_check_out::after,
.rc_fourth_check_out .check_out_input,
.rc_fourth_check_out::after {
    left: 1.25em;
  }
}

.rc_second_check_out .check_out_input,
.rc_second_check_out::after,
.rc_fifth_check_out .check_out_input,
.rc_fifth_check_out::after {
  left: 10em;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .rc_second_check_out .check_out_input,
.rc_second_check_out::after,
.rc_fifth_check_out .check_out_input,
.rc_fifth_check_out::after {
    left: 9em;
  }
}
@media only screen and (max-width: 800px) {
  .rc_second_check_out .check_out_input,
.rc_second_check_out::after,
.rc_fifth_check_out .check_out_input,
.rc_fifth_check_out::after {
    left: 7em;
  }
}
@media only screen and (max-width: 700px) {
  .rc_second_check_out .check_out_input,
.rc_second_check_out::after,
.rc_fifth_check_out .check_out_input,
.rc_fifth_check_out::after {
    left: 6.25em;
  }
}

.rc_third_check_out .check_out_input,
.rc_third_check_out::after,
.rc_sixth_check_out .check_out_input,
.rc_sixth_check_out::after {
  left: 16em;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .rc_third_check_out .check_out_input,
.rc_third_check_out::after,
.rc_sixth_check_out .check_out_input,
.rc_sixth_check_out::after {
    left: 15em;
  }
}
@media only screen and (max-width: 800px) {
  .rc_third_check_out .check_out_input,
.rc_third_check_out::after,
.rc_sixth_check_out .check_out_input,
.rc_sixth_check_out::after {
    left: 12em;
  }
}
@media only screen and (max-width: 700px) {
  .rc_third_check_out .check_out_input,
.rc_third_check_out::after,
.rc_sixth_check_out .check_out_input,
.rc_sixth_check_out::after {
    left: 11.25em;
  }
}

.rc_fourth_check_out .check_out_input,
.rc_fourth_check_out::after,
.rc_sixth_check_out .check_out_input,
.rc_sixth_check_out::after {
  left: 22em;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .rc_fourth_check_out .check_out_input,
.rc_fourth_check_out::after,
.rc_sixth_check_out .check_out_input,
.rc_sixth_check_out::after {
    left: 21em;
  }
}
@media only screen and (max-width: 800px) {
  .rc_fourth_check_out .check_out_input,
.rc_fourth_check_out::after,
.rc_sixth_check_out .check_out_input,
.rc_sixth_check_out::after {
    left: 17em;
  }
}
@media only screen and (max-width: 700px) {
  .rc_fourth_check_out .check_out_input,
.rc_fourth_check_out::after,
.rc_sixth_check_out .check_out_input,
.rc_sixth_check_out::after {
    left: 17.25em;
  }
}

.cm-hotspot-box .rc_single_tooltip {
  position: absolute;
}
.cm-hotspot-box .rc_single_tooltip:nth-child(2) {
  left: 16%;
  top: 1%;
}
.cm-hotspot-box .rc_single_tooltip:nth-child(4) {
  left: 27%;
  top: 25%;
}
.cm-hotspot-box .rc_single_tooltip:nth-child(6) {
  left: 52%;
  top: 47%;
}
.cm-hotspot-box .rc_single_tooltip:nth-child(8) {
  left: 54%;
  top: 59%;
}
.cm-hotspot-box .rc_single_tooltip:nth-child(10) {
  left: 74%;
  top: 72%;
}
@media only screen and (max-width: 800px) {
  .cm-hotspot-box .rc_single_tooltip:nth-child(2) {
    left: 8%;
    top: 1%;
  }
  .cm-hotspot-box .rc_single_tooltip:nth-child(4) {
    left: 21%;
    top: 25%;
  }
  .cm-hotspot-box .rc_single_tooltip:nth-child(6) {
    left: 52%;
    top: 46%;
  }
  .cm-hotspot-box .rc_single_tooltip:nth-child(8) {
    left: 55%;
    top: 59%;
  }
  .cm-hotspot-box .rc_single_tooltip:nth-child(10) {
    left: 79%;
    top: 71%;
  }
}

.rc_single_tooltip:hover {
  z-index: 10;
}

.rc_tooltip_content {
  position: absolute;
  display: flex;
  opacity: 0;
  visibility: hidden;
  background-color: #F4F4F4;
  padding: 0.5em;
  color: #000;
  transform: translate(0%, 1em);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  max-width: 220px;
  min-width: 180px;
  height: 60px;
  max-height: 60px;
  z-index: 5;
}
@media only screen and (max-width: 800px) {
  .rc_tooltip_content {
    display: none;
  }
}
.rc_tooltip_content.rc_tooltip_content_bottom {
  transform: translate(0%, -1em);
}
@media only screen and (max-width: 500px) {
  .rc_tooltip_content {
    width: 220px;
    padding: 1em;
    min-width: unset;
    max-width: 300px;
  }
}

.rc_tooltip_content_rwd {
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #F4F4F4;
  padding: 1em;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  width: 100%;
  left: 50%;
  z-index: 31;
  color: #000;
  position: absolute;
  bottom: 0em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 500px) {
  .rc_tooltip_content_rwd {
    bottom: 0em;
  }
}
.rc_tooltip_content_rwd.rc_tooltip_content_bottom {
  bottom: unset;
  top: 5em;
}
@media only screen and (max-width: 400px) {
  .rc_tooltip_content_rwd.rc_tooltip_content_bottom {
    bottom: unset;
    top: 0;
  }
}

.accesories .rc_tooltip_content {
  position: absolute;
  display: block;
  top: 23em;
  left: 4em;
  width: 17em;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .accesories .rc_tooltip_content {
    left: 3em;
  }
}
@media only screen and (max-width: 800px) {
  .accesories .rc_tooltip_content {
    left: 2em;
  }
}
@media only screen and (max-width: 800px) {
  .accesories .rc_tooltip_content {
    position: absolute;
    right: auto;
    top: unset;
    left: 50%;
    bottom: 10em;
    text-align: center;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 600px) {
  .accesories .rc_tooltip_content {
    max-width: none;
    width: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .accesories .rc_tooltip_content {
    bottom: 5em;
    width: calc(320px - 2.5em);
  }
}
@media only screen and (max-width: 400px) {
  .accesories .rc_tooltip_content {
    bottom: 1em;
  }
}

.rc_tooltip_content_holder {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.rc_tooltip_icon {
  display: inline-block;
  margin-right: 1em;
  font-size: 1em;
}
.rc_tooltip_icon img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .rc_tooltip_icon img {
    width: 4em;
  }
}
@media only screen and (max-width: 400px) {
  .rc_tooltip_icon img {
    width: 3em;
  }
}

.rc_tooltip_desc {
  z-index: 20;
  padding: 10px 0;
}
@media only screen and (max-width: 500px) {
  .rc_tooltip_desc {
    padding: 0 0;
  }
}
.rc_tooltip_desc .rc_tooltip_label {
  margin: 0;
  color: #000;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.rc_tooltip_desc .rc_tooltip_header {
  margin: 0;
  font-size: 1.25em;
  font-weight: 700;
  color: #000;
}
.rc_tooltip_desc .cm-unique {
  font-size: 0.875em;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0.9em;
  text-transform: uppercase;
}

.accesories .rc_tooltip_content .rc_tooltip_header {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.rc_tooltip_content .rc_tooltip_paragraph,
.rc_tooltip_content_rwd .rc_tooltip_paragraph {
  margin: 0 0;
  font-size: 1em;
  color: #000;
}
@media only screen and (max-width: 500px) {
  .rc_tooltip_content .rc_tooltip_paragraph,
.rc_tooltip_content_rwd .rc_tooltip_paragraph {
    font-size: 12px;
  }
}

.rc_tooltip_trigger {
  position: relative;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  z-index: 0;
  z-index: 6;
}
@media only screen and (max-width: 700px) {
  .rc_tooltip_trigger {
    width: 2em;
    height: 2em;
  }
}
@media only screen and (max-width: 500px) {
  .rc_tooltip_trigger {
    width: 1.5em;
    height: 1.5em;
  }
}

.rc_tooltip_trigger .rc_plus {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.rc_tooltip_trigger .rc_plus img {
  width: 100%;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #E52813;
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 #E52813;
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}
.rc_tooltip_trigger::after,
.rc_tooltip_trigger::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  animation: pulse2 1.2s linear infinite;
}
@media only screen and (max-width: 500px) {
  .rc_tooltip_trigger::after,
.rc_tooltip_trigger::before {
    animation-name: pulse3;
    animation-duration: 1s;
  }
}

.rc_tooltip_trigger::before {
  animation-delay: 0.3s;
}

.rc_tooltip_trigger:hover::after,
.rc_tooltip_trigger:hover::before {
  display: none;
}

.rc_tooltip_trigger:hover + .rc_tooltip_content {
  opacity: 1;
  visibility: visible;
  transform: translate(calc(-50% + 1.6em), 1em);
}
@media only screen and (max-width: 800px) {
  .rc_tooltip_trigger:hover + .rc_tooltip_content {
    display: none;
  }
}

.rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
  transform: translate(calc(-50% + 1.6em), calc(-100% - 3.2em - 1em));
}
@media only screen and (max-width: 600px) {
  .rc_tooltip_trigger:hover + .rc_tooltip_content_bottom {
    transform: translate(calc(-50% + 1.5em), calc(-100% - 3em - 1em));
  }
}

.rc_single_tooltip:hover + .rc_tooltip_content_rwd {
  display: none;
}
@media only screen and (max-width: 800px) {
  .rc_single_tooltip:hover + .rc_tooltip_content_rwd {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    margin-bottom: -3em;
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .rc_single_tooltip:hover + .rc_tooltip_content_rwd {
    margin-bottom: 2.5em;
  }
}

.rc_checkout_content_back {
  display: none;
}

.rc_checkout_content_front {
  display: block;
  padding-top: 4.5em;
  width: 100%;
}

.accesories .rc_checkout_content_front {
  display: flex;
  align-items: flex-start;
}

.rc_invert_image:checked ~ .rc_checkout_content_back {
  display: block;
}

.rc_invert_image:checked ~ .rc_checkout_content_front {
  display: none;
}

.rc_invert_image {
  position: absolute;
  font-size: 1em;
  top: 4em;
  right: 5%;
  width: 86px;
  height: 76px;
  margin: 0;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .rc_invert_image {
    right: 2em;
    top: 17em;
  }
}
@media only screen and (max-width: 700px) {
  .rc_invert_image {
    right: 1.25em;
  }
}
@media only screen and (max-width: 400px) {
  .rc_invert_image {
    width: 54px;
    height: 58px;
  }
}

.invert_radio_image {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  top: 4em;
  right: 5%;
  z-index: 7;
}
@media only screen and (max-width: 800px) {
  .invert_radio_image {
    right: 2em;
    top: 17em;
  }
}
@media only screen and (max-width: 700px) {
  .invert_radio_image {
    right: 1.25em;
  }
}
@media only screen and (max-width: 700px) {
  .invert_radio_image {
    top: 17em;
  }
}
.invert_radio_image img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  .invert_radio_image img {
    height: 2em;
  }
}
.invert_radio_image span.rc_switcher_label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

.rc_accesories_label {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  width: 34%;
  padding-top: 6em;
  padding-left: 4em;
}
@media only screen and (max-width: 900px) {
  .rc_accesories_label {
    padding-left: 3em;
  }
}
@media only screen and (max-width: 800px) {
  .rc_accesories_label {
    padding-left: 2em;
    padding-top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .rc_accesories_label {
    width: 100%;
    padding: 0 1.25em;
  }
}
.rc_accesories_label .rc_accesories_label_head {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 700px) {
  .rc_accesories_label .rc_accesories_label_head {
    font-size: 1em;
    text-align: left;
  }
}
.rc_accesories_label .rc_accesories_label_paragraph {
  font-size: 0.875em;
  color: #C1C1C1;
  padding-left: 40px;
  min-height: 33px;
  line-height: 1.3;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
  .rc_accesories_label .rc_accesories_label_paragraph br {
    display: block;
  }
}

.rc_checkout_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
@media only screen and (max-width: 800px) {
  .rc_checkout_img {
    max-width: 100%;
  }
}

.rc_checkout_content_back,
.rc_checkout_content_front {
  overflow: visible;
}
@media only screen and (max-width: 800px) {
  .rc_checkout_content_back,
.rc_checkout_content_front {
    padding-left: 0%;
    padding-top: 3em;
  }
}
.rc_checkout_content_back .cm-hotspot-box,
.rc_checkout_content_front .cm-hotspot-box {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 800px) {
  .rc_checkout_content_back .cm-hotspot-box,
.rc_checkout_content_front .cm-hotspot-box {
    margin: auto;
  }
  .rc_checkout_content_back .cm-hotspot-box.cm-hotspot-box-rwd-15,
.rc_checkout_content_front .cm-hotspot-box.cm-hotspot-box-rwd-15 {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .rc_checkout_content_back,
.rc_checkout_content_front {
    padding: 1em 0;
  }
}

@media only screen and (max-width: 450px) {
  .rc_has_more_than_four .rc_checkout_content_back,
.rc_has_more_than_four .rc_checkout_content_front {
    padding-top: 17em;
  }
}

.rc_switch_images {
  margin-top: 5em;
}
@media only screen and (max-width: 1000px) {
  .rc_switch_images {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 700px) {
  .rc_switch_images {
    margin-top: 2em;
    margin-bottom: 0em;
  }
}

@media only screen and (max-width: 500px) {
  .rc_tooltip_icon img {
    width: 100%;
    min-width: 100%;
  }
  .rc_checkout_content_front,
.rc_checkout_content_back {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 500px) and (max-width: 700px) {
  .rc_checkout_content_front,
.rc_checkout_content_back {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 500px) {
  .rc_tooltip_content_rwd {
    bottom: -6em;
  }
}
@media only screen and (max-width: 500px) {
  .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-title {
    width: 100%;
  }
}
.cm-content-to-left {
  left: -140px;
  top: -30px;
}
@media only screen and (max-width: 600px) {
  .cm-content-to-left {
    left: -200px;
  }
}

.cm-content-to-top {
  left: 0;
  top: -100px;
}

.cm-content-to-right {
  left: 120px;
  top: -25px;
  min-width: 160px;
  padding: 0.5em 0.375em;
}

.cm-content-to-bottom {
  left: 0;
  top: 40px;
}

@media only screen and (max-width: 800px) {
  .rc_tooltip_right {
    left: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .cm-hotspot-section {
    padding-top: 1em;
  }
}

.cm-section-images .cm-small-right {
  max-width: 334px;
  text-align: right;
  margin: 2em 0 0 auto;
}
@media only screen and (max-width: 1200px) {
  .cm-section-images .cm-small-right {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .cm-section-images .cm-small-right {
    margin: 2em auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cm-section-images .cm-small-right img {
  width: 100%;
}
.cm-section-images video {
  width: 100%;
  height: 100%;
}

.cm-section-slider {
  padding-top: 4em;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
@media only screen and (max-width: 700px) {
  .cm-section-slider {
    padding-bottom: 0;
  }
}
.cm-section-slider .cm-h2 {
  text-align: center;
  font-size: 2em;
}
@media only screen and (max-width: 800px) {
  .cm-section-slider .cm-h2 {
    font-size: 1.5em;
  }
}
.cm-section-slider .cm-sub-h2 {
  text-align: center;
  margin-top: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.cm-section-slider .cm-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 0em;
  padding-bottom: 0em;
}
@media only screen and (max-width: 600px) {
  .cm-section-slider .cm-slider {
    padding-top: 0;
  }
}
.cm-section-slider .cm-slider input[type=radio] {
  display: none;
}
.cm-section-slider .cm-slider .arrow-right, .cm-section-slider .cm-slider .arrow-left {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
}
@media only screen and (max-width: 600px) {
  .cm-section-slider .cm-slider .arrow-right, .cm-section-slider .cm-slider .arrow-left {
    display: block;
  }
}
.cm-section-slider .cm-slider .arrow-right label, .cm-section-slider .cm-slider .arrow-left label {
  display: none;
  cursor: pointer;
}
.cm-section-slider .cm-slider .arrow-right label img, .cm-section-slider .cm-slider .arrow-left label img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
@media only screen and (max-width: 700px) {
  .cm-section-slider .cm-slider .arrow-right label img, .cm-section-slider .cm-slider .arrow-left label img {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cm-section-slider .cm-slider .arrow-left {
  height: 100%;
  width: 37px;
  margin-left: 1em;
}
@media only screen and (max-width: 700px) {
  .cm-section-slider .cm-slider .arrow-left {
    display: block;
  }
}
.cm-section-slider .cm-slider .arrow-right {
  height: 100%;
  width: 37px;
  right: 0px;
  text-align: right;
  margin-right: 1em;
}
.cm-section-slider .cm-slider .arrow-right img {
  right: 0;
}
@media only screen and (max-width: 700px) {
  .cm-section-slider .cm-slider .arrow-right {
    display: block;
  }
}
.cm-section-slider .cm-slider .slider {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: auto;
  display: block;
  margin: auto;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.cm-section-slider .cm-slider .slider .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  align-items: flex-start;
  height: 0;
  opacity: 0;
}
.cm-section-slider .cm-slider .slider .slider-box .slider-lp {
  width: 33%;
  max-width: 268px;
  min-height: 250px;
  padding: 0 1em;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3em;
}
@media only screen and (max-width: 800px) {
  .cm-section-slider .cm-slider .slider .slider-box .slider-lp {
    min-height: 250px;
  }
}
@media only screen and (max-width: 700px) {
  .cm-section-slider .cm-slider .slider .slider-box .slider-lp {
    justify-content: center;
    min-height: 430px;
  }
}
.cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
  margin-bottom: 2em;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
    width: 160px;
  }
}
@media only screen and (max-width: 700px) {
  .cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
    width: 100%;
  }
}
.cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
  text-align: center;
  line-height: 1.2;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 800px) {
  .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
    padding: 0;
  }
}
.cm-section-slider .cm-slider .slider .slider-box .slider-lp p {
  text-align: center;
  padding: 0 15%;
  font-size: 1em;
  margin: 0;
  line-height: 1.5em;
}
@media only screen and (max-width: 800px) {
  .cm-section-slider .cm-slider .slider .slider-box .slider-lp p {
    padding: 0;
  }
}
.cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-small {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media only screen and (max-width: 700px) {
  .cm-section-slider .cm-slider .slider.slider-no-rwd {
    display: none;
  }
}
.cm-section-slider .cm-slider .slider.slider-rwd {
  display: none;
}
@media only screen and (max-width: 700px) {
  .cm-section-slider .cm-slider .slider.slider-rwd {
    display: block;
  }
}
.cm-section-slider .cm-slider .slider.slider-rwd .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  align-items: center;
  height: 0;
  opacity: 0;
}
.cm-section-slider .cm-slider .slider.slider-rwd .slider-box .slider-lp {
  width: 90%;
  margin: 0px 5%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: none;
}
.cm-section-slider .cm-slider #slide-input-2-1:checked ~ .arrow-left #cm-slide-sc-0 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-2:checked ~ .arrow-left #cm-slide-sc-1 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-3:checked ~ .arrow-left #cm-slide-sc-2 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-4:checked ~ .arrow-left #cm-slide-sc-3 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-5:checked ~ .arrow-left #cm-slide-sc-4 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-6:checked ~ .arrow-left #cm-slide-sc-5 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-7:checked ~ .arrow-left #cm-slide-sc-6 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-8:checked ~ .arrow-left #cm-slide-sc-7 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-9:checked ~ .arrow-left #cm-slide-sc-8 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-10:checked ~ .arrow-left #cm-slide-sc-9 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-11:checked ~ .arrow-left #cm-slide-sc-10 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider .cm-slider #slide-input-2-12:checked ~ .arrow-left #cm-slide-sc-11 {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}
.cm-section-slider .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod {
  padding-bottom: 4em;
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .cm-section-slider.cm-prod {
    padding-top: 4em;
    padding-bottom: 0;
  }
}
.cm-section-slider.cm-prod .cm-h2 {
  text-align: center;
}
.cm-section-slider.cm-prod .cm-slider .arrow-left,
.cm-section-slider.cm-prod .cm-slider .arrow-right {
  display: none;
}
@media only screen and (max-width: 700px) {
  .cm-section-slider.cm-prod .cm-slider .arrow-left,
.cm-section-slider.cm-prod .cm-slider .arrow-right {
    display: block;
  }
}
.cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp {
  width: 25%;
}
@media only screen and (max-width: 800px) {
  .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp {
    width: 45%;
  }
}
.cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp .cm-slider-anim {
  z-index: 3;
  max-width: 200px;
}
.cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp .cm-hexagon {
  position: absolute;
  top: 10%;
  width: 200px;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .arrow-left #cm-prod-sc-0 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .slider #prod-2-1 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .arrow-left #cm-prod-sc-1 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .slider #prod-2-2 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .arrow-left #cm-prod-sc-2 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .slider #prod-2-3 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .arrow-left #cm-prod-sc-3 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .slider #prod-2-4 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .arrow-left #cm-prod-sc-4 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .slider #prod-2-5 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .arrow-left #cm-prod-sc-5 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .slider #prod-2-6 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .arrow-left #cm-prod-sc-6 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .slider #prod-2-7 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .arrow-left #cm-prod-sc-7 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .slider #prod-2-8 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .arrow-left #cm-prod-sc-8 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .slider #prod-2-9 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .arrow-left #cm-prod-sc-9 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .slider #prod-2-10 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .arrow-left #cm-prod-sc-10 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .slider #prod-2-11 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .arrow-left #cm-prod-sc-11 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .slider #prod-2-12 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-13:checked ~ .arrow-left #cm-prod-sc-12 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-13:checked ~ .arrow-right label:nth-of-type(14) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-13:checked ~ .slider #prod-2-13 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-14:checked ~ .arrow-left #cm-prod-sc-13 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-14:checked ~ .arrow-right label:nth-of-type(15) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-14:checked ~ .slider #prod-2-14 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-15:checked ~ .arrow-left #cm-prod-sc-14 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-15:checked ~ .arrow-right label:nth-of-type(16) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-15:checked ~ .slider #prod-2-15 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-16:checked ~ .arrow-left #cm-prod-sc-15 {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-16:checked ~ .arrow-right label:nth-of-type(17) {
  display: block;
}
.cm-section-slider.cm-prod .cm-slider #prod-input-2-16:checked ~ .slider #prod-2-16 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#cm-product {
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #cm-product {
    font-size: 14px;
  }
}/*# sourceMappingURL=https://cdn-prod.neonet.pl/richcontent/1464525/css/style.css.map */