@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://rsms.me/inter/inter.css");
.cm-white {
  color: #fff;
}

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

.cm-raspberry {
  color: #c40257;
}

.cm-cream {
  color: #CEB695;
}

.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-left-rwd, .cm-header .cm-text {
  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-right-rwd, .cm-left-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: 2;
  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: 2.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-left-2, .cm-radius-top-2, .cm-radius-2 {
  border-top-left-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cm-radius-bottom-right-64, .cm-radius-right-64, .cm-radius-bottom-64, .cm-radius-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-04-center-700, .cm-m-bottom-04-center-700, .cm-m-top-bottom-04-center-700, .cm-m-top-1-center-700, .cm-m-bottom-1-center-700, .cm-m-top-bottom-1-center-700, .cm-m-top-2-center-700, .cm-m-bottom-2-center-700, .cm-m-top-bottom-2-center-700, .cm-m-top-3-center-700, .cm-m-bottom-3-center-700, .cm-m-top-bottom-3-center-700, .cm-m-top-4-center-700, .cm-m-bottom-4-center-700, .cm-m-top-bottom-4-center-700 {
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cm-background, .cm-header, .cm-icons-section .cm-icons-box .cm-icon, #cm-product {
  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 {
  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: 25% 100%;
  background-color: #9B8E7E;
}

@media only screen and (max-width: 700px) {
  .cm-header {
    padding-top: 650px;
    background-size: 800px;
    background-position: 100% 100%;
  }
}

@media only screen and (max-width: 500px) {
  .cm-header {
    background-size: 160%;
    padding-top: 600px;
  }
}

@media only screen and (max-width: 400px) {
  .cm-header {
    padding-top: 525px;
  }
}

.cm-header .cm-sublogo-header {
  max-width: 28em;
  padding-top: 2em;
  padding-left: 2em;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.cm-header .cm-sublogo-header img {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 700px) {
  .cm-header .cm-sublogo-header {
    position: absolute;
    width: 208px;
    top: 0;
    padding-left: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .cm-header .cm-sublogo-header img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .cm-header .cm-sublogo-header {
    width: 160px;
  }
}

.cm-header .cm-text {
  padding: 10em 0em 6em 2em;
  position: relative;
  width: 40%;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .cm-header .cm-text {
    padding-top: 6em;
  }
}

@media only screen and (max-width: 900px) {
  .cm-header .cm-text {
    padding-top: 8em;
  }
}

@media only screen and (max-width: 800px) {
  .cm-header .cm-text {
    padding-top: 6em;
    width: 90%;
  }
}

@media only screen and (max-width: 700px) {
  .cm-header .cm-text {
    position: absolute;
    top: 8em;
    width: 100%;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 500px) {
  .cm-header .cm-text {
    top: 6em;
  }
}

.cm-header .cm-text .cm-title {
  font-size: 4em;
  line-height: 1.2em;
  margin: 0;
  font-weight: 700;
  color: white;
}

.cm-header .cm-text .cm-title .cm-stroke {
  -webkit-text-stroke: white 2px;
  color: transparent;
}

@media only screen and (max-width: 600px) {
  .cm-header .cm-text .cm-title .cm-stroke {
    -webkit-text-stroke-width: 1.5px;
  }
}

@media only screen and (max-width: 800px) {
  .cm-header .cm-text .cm-title {
    font-size: 3.5em;
    max-width: 50%;
  }
}

@media only screen and (max-width: 700px) {
  .cm-header .cm-text .cm-title {
    max-width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .cm-header .cm-text .cm-title {
    font-size: 2.75em;
  }
}

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

.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: .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 {
  margin-top: 3em;
  position: relative;
  background-color: #9B8E7E;
  display: flex;
}

.cm-banner .cm-logo {
  position: absolute;
  top: 2.5em;
  left: 3em;
}

.cm-banner .cm-container {
  position: absolute;
  color: white;
  left: 3em;
  bottom: 15%;
  max-width: 45%;
}

.cm-banner .cm-container .cm-title {
  font-size: 2.5em;
  max-width: 510px;
}

.cm-banner .cm-container .cm-title .cm-brown {
  color: #CEB695;
  font-weight: 600;
}

.cm-banner .cm-container .cm-text {
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 300;
  max-width: 500px;
  margin-top: .5em;
}

@media only screen and (max-width: 1000px) {
  .cm-banner .cm-banner-bg {
    max-width: 1000px;
  }
  .cm-banner .cm-logo {
    left: 2em;
  }
  .cm-banner .cm-container {
    left: 2em;
    max-width: 50%;
    direction: ltr;
  }
  .cm-banner .cm-container .cm-title {
    font-size: 2.25em;
    max-width: 450px;
  }
}

@media only screen and (max-width: 900px) {
  .cm-banner {
    direction: rtl;
  }
  .cm-banner .cm-banner-bg {
    margin-right: -100px;
  }
  .cm-banner .cm-container .cm-title {
    max-width: 400px;
  }
}

@media only screen and (max-width: 700px) {
  .cm-banner {
    flex-direction: column;
  }
  .cm-banner .cm-banner-bg {
    max-width: unset;
    width: 1000px;
    margin-right: -40px;
  }
  .cm-banner .cm-logo {
    position: static;
    padding: 2em 0 .5em;
    text-align: center;
  }
  .cm-banner .cm-container {
    position: static;
    max-width: 100%;
    padding: 1em 1em 2em;
    text-align: center;
  }
  .cm-banner .cm-container .cm-title, .cm-banner .cm-container .cm-text {
    margin: 0 auto;
  }
  .cm-banner .cm-container .cm-title {
    max-width: 100%;
  }
  .cm-banner .cm-container .cm-text {
    padding-top: 1em;
  }
}

@media only screen and (max-width: 500px) {
  .cm-banner .cm-banner-bg {
    width: 200%;
    margin-right: -7.5%;
  }
  .cm-banner .cm-logo {
    max-width: 160px;
    margin: 0 auto;
  }
  .cm-banner .cm-container .cm-title {
    font-size: 2em;
  }
}

.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;
  transition: 0.3s ease-in-out;
}

.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-cream {
  font-size: 2em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-cream {
    font-size: 1.875em;
  }
}

@media only screen and (max-width: 600px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-cream {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-cream {
    font-size: 1.25em;
  }
}

.cm-serps .cm-serp-section .cm-text-col .cm-text {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-text {
    font-weight: 400;
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 600px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-text {
    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 {
  box-sizing: border-box;
  font-size: 2.5em;
  padding-bottom: 40px;
  padding-top: 20px;
  max-width: 500px;
  text-transform: unset;
  color: #CEB695;
}

@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%;
  box-sizing: border-box;
  line-height: 1.4;
}

@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 {
  max-width: 45%;
  width: 100%;
  flex-basis: auto;
  margin: 0;
}

.cm-main-serp > .cm-image-col:hover .cm-packshot {
  transform: rotate(45deg) scale(0.9);
}

.cm-main-serp > .cm-image-col .cm-packshot {
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {
  .cm-main-serp > .cm-image-col {
    display: none;
  }
}

.cm-main-serp .cm-text-col {
  max-width: 45%;
  width: 100%;
  flex-basis: auto;
  margin: 0;
  box-sizing: border-box;
}

.cm-main-serp .cm-text-col .cm-text {
  font-weight: 600;
  margin-top: .75em;
  font-size: 1.375em;
}

.cm-main-serp .cm-text-col .cm-cream {
  max-width: 500px;
}

.cm-main-serp .cm-text-col .cm-flex {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}

.cm-main-serp .cm-text-col .cm-flex .cm-row {
  display: flex;
  align-items: center;
}

.cm-main-serp .cm-text-col .cm-flex .cm-row .cm-image {
  max-width: 23%;
  min-width: 100px;
  width: 100%;
}

.cm-main-serp .cm-text-col .cm-flex .cm-row .cm-desc {
  padding-left: 1em;
  font-size: 1.375em;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .cm-main-serp .cm-text-col .cm-flex {
    row-gap: 1.5em;
  }
  .cm-main-serp .cm-text-col .cm-flex .cm-row .cm-desc {
    font-size: 1.125em;
  }
}

.cm-main-serp .cm-text-col .cm-rwd {
  display: none;
}

@media only screen and (max-width: 800px) {
  .cm-main-serp .cm-text-col {
    max-width: 700px;
    padding: 0 1em 2em 1em;
  }
  .cm-main-serp .cm-text-col .cm-thin {
    font-size: 1.75em;
  }
  .cm-main-serp .cm-text-col .cm-cream {
    margin: .25em auto;
    font-size: 2.25em;
  }
  .cm-main-serp .cm-text-col .cm-small {
    font-size: 1.25em;
  }
  .cm-main-serp .cm-text-col .cm-rwd {
    display: block;
    margin: 2em auto 3em;
  }
  .cm-main-serp .cm-text-col .cm-rwd .cm-packshot {
    animation: rwd-packshot 3.5s ease-in-out infinite;
  }
  .cm-main-serp .cm-text-col .cm-text, .cm-main-serp .cm-text-col .cm-flex {
    max-width: 500px;
    margin: 1em auto 0;
  }
  @keyframes rwd-packshot {
    0% {
      transform: rotate(0) scale(1);
    }
    20% {
      transform: rotate(45deg) scale(0.9);
    }
    40% {
      transform: rotate(45deg) scale(0.9);
    }
    60% {
      transform: rotate(0) scale(1);
    }
    80% {
      transform: rotate(0) scale(1);
    }
    100% {
      transform: rotate(0) scale(1);
    }
  }
}

@media only screen and (max-width: 500px) {
  .cm-main-serp .cm-text-col .cm-thin {
    font-size: 1.375em;
  }
  .cm-main-serp .cm-text-col .cm-cream {
    font-size: 1.875em;
  }
  .cm-main-serp .cm-text-col .cm-small {
    font-size: 1.125em;
  }
}

.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: .5em;
    font-size: .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-button {
  margin: 3em auto 4em auto;
  border-radius: 25px;
  background-image: linear-gradient(101deg, #27aae1 4%, #262e5f 84%);
  max-width: 300px;
}

.cm-button a {
  display: flex;
  justify-content: space-between;
  padding: .5em 2em;
  text-decoration: none;
  align-items: center;
}

.cm-button a .cm-text {
  text-transform: uppercase;
  font-size: 1.375em;
}

.cm-button 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: .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 .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 .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-section-footer {
  margin: 4em auto;
  padding: 0 1em;
  max-width: 500px;
}

.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: 3em;
  }
}

@media only screen and (max-width: 400px) {
  .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: 31%;
  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;
  padding: 0 0.5em;
}

@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;
  color: black;
}

.cm-tiles-section-2 .cm-section-title {
  margin: 1.5em auto;
}

@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: center;
  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: 600px) {
  .cm-tiles-section-2 .cm-tiles-2 .cm-tile {
    flex-basis: 40%;
  }
}

.cm-tiles-section-2 p {
  margin-top: 2em;
  max-width: 1000px;
  text-align: center;
  font-weight: 100;
  font-size: 1.25em;
  letter-spacing: 1.2px;
  line-height: 1.4;
  padding: 0 1em;
}

.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-bottom: 1em;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .cm-tiles-section-3 .cm-section-title {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 500px) {
  .cm-tiles-section-3 .cm-section-title {
    font-size: 1.25em;
  }
}

.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: 500px) {
  .cm-tiles-section-4 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 400px) {
  .cm-tiles-section-4 .cm-section-title {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 800px) {
  .cm-tiles-section-4 .cm-tiles {
    flex-flow: column;
    gap: 2em;
    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: 2em;
  transition: inherit;
}

.cm-tiles-section-4 .cm-tiles .cm-tile > span {
  margin-bottom: .75em;
  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;
  border: none;
}

.cm-tiles-section-5 {
  margin-top: 0;
  padding-top: 3em;
}

.cm-tiles-section-5 .cm-tiles {
  width: 100%;
  justify-content: space-around;
}

.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-img-section {
  position: relative;
}

.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;
  padding-top: 0;
}

.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-hotspot-section .cm-brand-logos {
  align-self: flex-start;
  padding-left: 4em;
}

@media only screen and (max-width: 700px) {
  .cm-hotspot-section .cm-brand-logos {
    padding-left: 0;
    align-self: center;
  }
}

.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-contains {
  position: relative;
  padding: 2em 0 3em;
}

.cm-contains > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: .5em .5em 1.5em;
  font-weight: 300;
}

@media only screen and (max-width: 1000px) {
  .cm-contains > .cm-title {
    font-size: 2.125em;
  }
}

.cm-contains .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.cm-contains .cm-slides::-webkit-scrollbar {
  display: none;
}

.cm-contains .cm-slider-box {
  position: relative;
}

.cm-contains .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  justify-content: center;
}

@media only screen and (max-width: 700px) {
  .cm-contains .cm-slider-box .cm-slides {
    justify-content: unset;
  }
}

.cm-contains .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.cm-contains .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}

.cm-contains .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
}

.cm-contains .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}

.cm-contains .cm-slider-box .cm-arrow-left, .cm-contains .cm-slider-box .cm-arrow-right {
  display: none;
}

@media only screen and (max-width: 700px) {
  .cm-contains .cm-slider-box .cm-arrow-left, .cm-contains .cm-slider-box .cm-arrow-right {
    display: block;
  }
}

.cm-contains .cm-input {
  display: none;
}

@media only screen and (max-width: 700px) {
  .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(0%) scale(1);
  }
  .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-100%) scale(1);
  }
  .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-200%) scale(1);
  }
}

.cm-contains .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  max-width: calc(100% / 3);
  width: 300px;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}

.cm-contains .cm-slide .cm-text {
  text-align: center;
  margin-top: 2.5em;
  font-size: 1.125em;
}

.cm-contains .cm-slide .cm-text > div {
  margin-top: .375em;
}

@media only screen and (max-width: 700px) {
  .cm-contains .cm-slide {
    width: 100%;
    max-width: unset;
  }
}

.cm-other {
  position: relative;
  padding: 2em 0 3em;
}

.cm-other > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: .5em .5em 1.5em;
  font-weight: 300;
}

@media only screen and (max-width: 1000px) {
  .cm-other > .cm-title {
    font-size: 2.125em;
  }
}

.cm-other > .cm-title .cm-brown {
  color: #CEB695;
  font-weight: 600;
}

.cm-other .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.cm-other .cm-slides::-webkit-scrollbar {
  display: none;
}

.cm-other .cm-slider-box {
  position: relative;
}

.cm-other .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  width: 900px;
}

.cm-other .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.cm-other .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}

.cm-other .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
}

.cm-other .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}

.cm-other .cm-input {
  display: none;
}

.cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

.cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}

.cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%) scale(1);
}

.cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

.cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

.cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-100%) scale(1);
}

.cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

.cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}

.cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%) scale(1);
}

.cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

.cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

.cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-100%) scale(1);
}

@media only screen and (max-width: 700px) {
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(0%) scale(1);
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-100%) scale(1);
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-200%) scale(1);
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-300%) scale(1);
  }
}

.cm-other .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: calc(100% / 3);
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}

.cm-other .cm-slide .cm-text {
  text-align: center;
  margin-top: 1em;
  font-size: 1.125em;
}

.cm-other .cm-slide .cm-text > div {
  font-weight: 600;
  margin-top: .375em;
}

@media only screen and (max-width: 700px) {
  .cm-other .cm-slide {
    width: 100%;
  }
}

.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: 9%;
  top: 10%;
}

.cm-hotspot-box .rc_single_tooltip:nth-child(4) {
  left: 44%;
  top: 31%;
}

.cm-hotspot-box .rc_single_tooltip:nth-child(6) {
  left: 52%;
  top: 61%;
}

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

.rc_tooltip_content {
  position: absolute;
  display: flex;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(244, 244, 244, 0.8);
  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;
  box-shadow: 0 0 24px -11px black;
}

@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 {
  line-height: 1.4;
  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: .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: .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: .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;
}

.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;
  }
  .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-product {
  font-size: 16px;
  font-family: "Inter", Arial, 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;
  line-height: 1.33;
}

@media only screen and (max-width: 900px) {
  #cm-product {
    font-size: 14px;
  }
}
/*# sourceMappingURL=https://cdn-prod.neonet.pl/richcontent/1189228/css/style.css.map */