@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Rozmiar czcionki dla najwyzszego diva */
.cm-card-data {
  display: none;
}

#cm-rich-content {
  line-height: 1.33;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  color: #2b2a29;
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  #cm-rich-content {
    font-size: 14px;
  }
}

#cm-rich-content .pc-margin-top-xxs {
  padding-top: 1em;
}

#cm-rich-content .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}

#cm-rich-content .pc-margin-top-xs {
  padding-top: 1.5em;
}

#cm-rich-content .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#cm-rich-content .pc-margin-top-s {
  padding-top: 3em;
}

#cm-rich-content .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#cm-rich-content .pc-margin-top-m {
  padding-top: 4em;
}

#cm-rich-content .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#cm-rich-content .pc-margin-top-l {
  padding-top: 6em;
}

#cm-rich-content .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#cm-rich-content .pc-margin-top-xl {
  padding-top: 8em;
}

#cm-rich-content .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#cm-rich-content .pc-margin-top-xxl {
  padding-top: 10em;
}

#cm-rich-content .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .pc-margin-top-xxs {
    padding-top: 1em;
  }
  #cm-rich-content .pc-margin-bottom-xxs {
    padding-bottom: 1em;
  }
  #cm-rich-content .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-rich-content .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-rich-content .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-rich-content .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-rich-content .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-rich-content .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-rich-content .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-rich-content .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-rich-content .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-rich-content .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-rich-content .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-rich-content .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

#cm-rich-content .pc-margin-top-deca {
  margin-top: 0.5em;
}

#cm-rich-content .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#cm-rich-content .pc-margin-top-hecto {
  margin-top: 1em;
}

#cm-rich-content .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#cm-rich-content .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#cm-rich-content .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#cm-rich-content .pc-margin-top-mega {
  margin-top: 1.5em;
}

#cm-rich-content .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#cm-rich-content .pc-margin-top-giga {
  margin-top: 2em;
}

#cm-rich-content .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#cm-rich-content .pc-margin-top-tera {
  margin-top: 2.5em;
}

#cm-rich-content .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#cm-rich-content .pc-clear {
  clear: both;
}

#cm-rich-content img {
  max-width: 100%;
}

#cm-rich-content video {
  max-width: 100%;
}

#cm-rich-content div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes top-left-down {
  0% {
    top: 0;
    left: 0%;
  }
  30% {
    top: calc(100% / 3 * 2);
    left: 0%;
  }
  50% {
    top: calc(100% / 3 * 2);
    left: 0%;
  }
  80% {
    left: calc(100% / 3 * 2);
    top: calc(100% / 3 * 2);
  }
  100% {
    left: calc(100% / 3 * 2);
    top: calc(100% / 3 * 2);
  }
}

@keyframes top-left-down {
  0% {
    top: 0;
    left: 0%;
  }
  30% {
    top: calc(100% / 3 * 2);
    left: 0%;
  }
  50% {
    top: calc(100% / 3 * 2);
    left: 0%;
  }
  80% {
    left: calc(100% / 3 * 2);
    top: calc(100% / 3 * 2);
  }
  100% {
    left: calc(100% / 3 * 2);
    top: calc(100% / 3 * 2);
  }
}

@-webkit-keyframes bottom-right-up {
  0% {
    bottom: 0;
    right: 0%;
  }
  30% {
    bottom: calc(100% / 3 * 2);
    right: 0%;
  }
  50% {
    bottom: calc(100% / 3 * 2);
    right: 0%;
  }
  80% {
    right: calc(100% / 3 * 2);
    bottom: calc(100% / 3 * 2);
  }
  100% {
    right: calc(100% / 3 * 2);
    bottom: calc(100% / 3 * 2);
  }
}

@keyframes bottom-right-up {
  0% {
    bottom: 0;
    right: 0%;
  }
  30% {
    bottom: calc(100% / 3 * 2);
    right: 0%;
  }
  50% {
    bottom: calc(100% / 3 * 2);
    right: 0%;
  }
  80% {
    right: calc(100% / 3 * 2);
    bottom: calc(100% / 3 * 2);
  }
  100% {
    right: calc(100% / 3 * 2);
    bottom: calc(100% / 3 * 2);
  }
}

@-webkit-keyframes top-left-right {
  0% {
    top: 0;
    left: 0%;
  }
  30% {
    top: 0%;
    left: calc(100% / 3 * 2);
  }
  50% {
    top: 0%;
    left: calc(100% / 3 * 2);
  }
  80% {
    left: calc(100% / 3 * 2);
    top: calc(100% / 3 * 2);
  }
  100% {
    left: calc(100% / 3 * 2);
    top: calc(100% / 3 * 2);
  }
}

@keyframes top-left-right {
  0% {
    top: 0;
    left: 0%;
  }
  30% {
    top: 0%;
    left: calc(100% / 3 * 2);
  }
  50% {
    top: 0%;
    left: calc(100% / 3 * 2);
  }
  80% {
    left: calc(100% / 3 * 2);
    top: calc(100% / 3 * 2);
  }
  100% {
    left: calc(100% / 3 * 2);
    top: calc(100% / 3 * 2);
  }
}

@-webkit-keyframes bottom-right-left {
  0% {
    bottom: 0;
    right: 0%;
  }
  30% {
    bottom: 0%;
    right: calc(100% / 3 * 2);
  }
  50% {
    bottom: 0%;
    right: calc(100% / 3 * 2);
  }
  80% {
    right: calc(100% / 3 * 2);
    bottom: calc(100% / 3 * 2);
  }
  100% {
    right: calc(100% / 3 * 2);
    bottom: calc(100% / 3 * 2);
  }
}

@keyframes bottom-right-left {
  0% {
    bottom: 0;
    right: 0%;
  }
  30% {
    bottom: 0%;
    right: calc(100% / 3 * 2);
  }
  50% {
    bottom: 0%;
    right: calc(100% / 3 * 2);
  }
  80% {
    right: calc(100% / 3 * 2);
    bottom: calc(100% / 3 * 2);
  }
  100% {
    right: calc(100% / 3 * 2);
    bottom: calc(100% / 3 * 2);
  }
}

#cm-rich-content .cm-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cm-rich-content .cm-header .cm-text-col {
  max-width: 500px;
  width: 100%;
  padding-right: 1.25em;
}

#cm-rich-content .cm-header .cm-text-col .cm-title {
  font-size: 3em;
  font-weight: 600;
  margin-top: 1em;
}

#cm-rich-content .cm-header .cm-text-col .cm-line {
  background-color: #F8B788;
  height: 4px;
  width: 95px;
  margin-top: 1em;
}

#cm-rich-content .cm-header .cm-text-col .cm-ean {
  font-size: 1.375em;
  margin-top: 2em;
}

#cm-rich-content .cm-header .cm-image-col {
  position: relative;
  padding-left: 2em;
  padding-bottom: 2em;
}

#cm-rich-content .cm-header .cm-image-col::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F8B788;
  width: 100%;
  height: 21.5%;
}

#cm-rich-content .cm-header .cm-image-col .cm-header-bg {
  position: relative;
}

#cm-rich-content .cm-header .cm-image-col .cm-packshot {
  position: absolute;
  right: 2%;
  bottom: 0;
  -webkit-transform: translateY(7em);
          transform: translateY(7em);
}

@media only screen and (max-width: 1200px) {
  #cm-rich-content .cm-header .cm-text-col {
    padding-left: 1em;
  }
  #cm-rich-content .cm-header .cm-image-col .cm-packshot {
    max-width: 65%;
  }
}

@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-header .cm-text-col {
    max-width: 50%;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-logo {
    max-width: 250px;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-title {
    font-size: 2.5em;
  }
  #cm-rich-content .cm-header .cm-image-col {
    max-width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-header .cm-text-col .cm-logo {
    max-width: 220px;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-title {
    font-size: 2.25em;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-ean {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
  }
  #cm-rich-content .cm-header .cm-image-col {
    max-width: 450px;
    padding: 0 1em 1em 1em;
  }
  #cm-rich-content .cm-header .cm-image-col .cm-packshot {
    left: 50%;
    max-width: 75%;
    -webkit-transform: translate(-50%, 35%);
            transform: translate(-50%, 35%);
  }
  #cm-rich-content .cm-header .cm-text-col {
    padding-top: 2em;
    text-align: center;
    max-width: 550px;
  }
  #cm-rich-content .cm-header .cm-text-col * {
    text-align: center;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-line {
    margin: 1em auto 0;
  }
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header .cm-text-col .cm-logo {
    max-width: 200px;
  }
  #cm-rich-content .cm-header .cm-text-col .cm-title {
    font-size: 2em;
  }
}

#cm-rich-content .cm-serp-section {
  position: relative;
  padding-bottom: 3em;
}

#cm-rich-content .cm-serp-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 3em);
  left: 0;
  bottom: 0;
  background-color: #f3f3f3;
}

#cm-rich-content .cm-serp-section .cm-serp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cm-rich-content .cm-serp-section .cm-serp:first-child .cm-text-col:hover .cm-title::before {
  width: 86%;
}

#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col:hover::before {
  left: calc(100% / 3 * 2 - .5em);
}

#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col:hover::after {
  right: calc(100% / 3 * 2 - .5em);
}

#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n + 1) .cm-image-col:hover::before {
  top: calc(100% /3 * 2 - .5em);
}

#cm-rich-content .cm-serp-section .cm-serp:nth-child(2n + 1) .cm-image-col:hover::after {
  bottom: calc(100% /3 * 2 - .5em);
}

#cm-rich-content .cm-serp-section .cm-serp .cm-text-col {
  max-width: 51%;
  padding: 1em;
}

#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: .5em;
}

#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-paragraph {
  font-size: 1.125em;
  margin-top: 1em;
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-paragraph {
    font-size: 1em;
  }
}

#cm-rich-content .cm-serp-section .cm-serp .cm-text-col:hover .cm-title::before {
  width: 100%;
}

#cm-rich-content .cm-serp-section .cm-serp .cm-image-col {
  width: 533px;
  max-width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  padding: 1em;
}

#cm-rich-content .cm-serp-section .cm-serp .cm-image-col::before, #cm-rich-content .cm-serp-section .cm-serp .cm-image-col::after {
  content: "";
  position: absolute;
  width: calc(100% / 3);
  height: calc(100% / 3);
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
}

#cm-rich-content .cm-serp-section .cm-serp .cm-image-col::before {
  left: .5em;
  top: .5em;
}

#cm-rich-content .cm-serp-section .cm-serp .cm-image-col::after {
  right: .5em;
  bottom: .5em;
}

#cm-rich-content .cm-serp-section .cm-serp .cm-image-col .cm-image {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
}

#cm-rich-content .cm-serp-section .cm-serp .cm-image-col:hover .cm-image {
  scale: .95;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-serp-section .cm-serp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n + 1) .cm-image-col {
    pointer-events: none;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n + 1) .cm-image-col::before {
    -webkit-animation: top-left-down 6s ease-in-out infinite;
            animation: top-left-down 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n + 1) .cm-image-col::after {
    -webkit-animation: bottom-right-up 6s ease-in-out infinite;
            animation: bottom-right-up 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col {
    pointer-events: none;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col::before {
    -webkit-animation: top-left-right 6s ease-in-out infinite;
            animation: top-left-right 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-serp-section .cm-serp:nth-child(2n) .cm-image-col::after {
    -webkit-animation: bottom-right-left 6s ease-in-out infinite;
            animation: bottom-right-left 6s ease-in-out infinite;
  }
}

@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-serp-section {
    padding-top: 2em;
  }
  #cm-rich-content .cm-serp-section::before {
    height: 100%;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-serp-section {
    padding-top: 4em;
    padding-bottom: 0;
  }
  #cm-rich-content .cm-serp-section::after {
    content: "";
    position: absolute;
    height: 5em;
    width: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  }
  #cm-rich-content .cm-serp-section .cm-serp {
    padding-bottom: 3em;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-image-col {
    max-width: 400px;
    width: calc(100% - 50px);
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col {
    padding-top: 2em;
    max-width: 500px;
    pointer-events: none;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col * {
    text-align: center !important;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
    width: 100%;
  }
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title::before {
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-section .cm-serp .cm-text-col .cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-image-banner {
  overflow: hidden;
  position: relative;
}

#cm-rich-content .cm-image-banner .cm-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cm-rich-content .cm-image-banner .cm-text {
  position: absolute;
  color: #fff;
  font-size: 3em;
  max-width: 500px;
  left: 1em;
  top: 1em;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-image-banner .cm-text {
    left: .75em;
    top: .75em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-image-banner .cm-text {
    font-size: 2.5em;
    left: 3%;
    top: 4%;
  }
}

@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-image-banner .cm-text {
    font-size: 2em;
    max-width: 400px;
  }
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-image-banner .cm-image-container {
    width: 200%;
    margin-left: -72%;
  }
  #cm-rich-content .cm-image-banner .cm-text {
    left: 50%;
    top: 16.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 .5em;
    text-align: center;
    font-size: 1.625em;
  }
}

#cm-rich-content .cm-text-banner {
  background-color: #F8B788;
  padding: 1em;
}

#cm-rich-content .cm-text-banner .cm-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.75em;
  text-align: center;
  color: #fff;
}

#cm-rich-content .cm-text-banner .cm-text .cm-decorate {
  text-decoration: underline;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-text-banner .cm-text {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-features {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3em 0;
}

#cm-rich-content .cm-features .cm-text-col {
  max-width: 53%;
  padding: 1em;
}

#cm-rich-content .cm-features .cm-text-col .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: .5em;
}

#cm-rich-content .cm-features .cm-text-col .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-features .cm-text-col .cm-paragraph {
  font-size: 1.125em;
  margin-top: 1em;
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-features .cm-text-col .cm-paragraph {
    font-size: 1em;
  }
}

#cm-rich-content .cm-features .cm-text-col .cm-ul {
  list-style: none;
  padding-left: 1.25em;
}

#cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li {
  font-size: 1.125em;
  margin: .5em auto;
  position: relative;
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li {
    font-size: 1em;
  }
}

#cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li::before {
  content: "";
  background-color: #F8B788;
  position: absolute;
  left: -1.25em;
  top: calc(1.33em / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

#cm-rich-content .cm-features .cm-text-col:hover .cm-title::before {
  width: 100%;
}

#cm-rich-content .cm-features .cm-image-col {
  width: 533px;
  max-width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  padding: 1em;
}

#cm-rich-content .cm-features .cm-image-col::before, #cm-rich-content .cm-features .cm-image-col::after {
  content: "";
  position: absolute;
  width: calc(100% / 3);
  height: calc(100% / 3);
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
}

#cm-rich-content .cm-features .cm-image-col::before {
  left: .5em;
  top: .5em;
}

#cm-rich-content .cm-features .cm-image-col::after {
  right: .5em;
  bottom: .5em;
}

#cm-rich-content .cm-features .cm-image-col .cm-image {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
}

#cm-rich-content .cm-features .cm-image-col:hover .cm-image {
  scale: .95;
}

#cm-rich-content .cm-features .cm-image-col:hover::before {
  top: calc(100% /3 * 2 - .5em);
}

#cm-rich-content .cm-features .cm-image-col:hover::after {
  bottom: calc(100% /3 * 2 - .5em);
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-features {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
    row-gap: 2em;
  }
  #cm-rich-content .cm-features .cm-image-col {
    pointer-events: none;
    max-width: 400px;
    width: calc(100% - 50px);
  }
  #cm-rich-content .cm-features .cm-image-col::before {
    -webkit-animation: top-left-down 6s ease-in-out infinite;
            animation: top-left-down 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-features .cm-image-col::after {
    -webkit-animation: bottom-right-up 6s ease-in-out infinite;
            animation: bottom-right-up 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-features .cm-text-col {
    max-width: 500px;
    pointer-events: none;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-title {
    width: 100%;
    text-align: center;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-title::before {
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cm-rich-content .cm-features .cm-text-col .cm-paragraph {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-features .cm-text-col .cm-ul {
    padding-left: 1em;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li::before {
    left: -1.125em;
    width: 12px;
    height: 12px;
  }
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-features .cm-text-col .cm-title {
    font-size: 1.5em;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-ul {
    padding-left: .75em;
  }
  #cm-rich-content .cm-features .cm-text-col .cm-ul .cm-li::before {
    left: -1.25em;
  }
}

#cm-rich-content .cm-hotspot-title {
  padding-top: 4em;
}

#cm-rich-content .cm-hotspot-title > .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  padding-bottom: .5em;
  margin: 0 auto;
  text-align: center;
}

#cm-rich-content .cm-hotspot-title > .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-hotspot-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 4em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section {
    padding-bottom: 2em;
    background-position: center 20%;
    overflow: hidden;
  }
}

#cm-rich-content .cm-hotspot-section .cm-input {
  display: none;
}

#cm-rich-content .cm-hotspot-section .cm-input:checked ~ .cm-switch-box .cm-sliding-button {
  -webkit-transform: translateX(calc(100% - 11px));
          transform: translateX(calc(100% - 11px));
}

#cm-rich-content .cm-hotspot-section .cm-input:checked ~ .cm-switch-box .cm-sliding-button .cm-unfold {
  display: inline;
}

#cm-rich-content .cm-hotspot-section .cm-input:checked ~ .cm-switch-box .cm-sliding-button .cm-fold {
  display: none;
}

#cm-rich-content .cm-hotspot-section .cm-input:checked + .cm-hotspot-box {
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-hotspot-section .cm-input:checked + .cm-hotspot-box + .cm-hotspot-box {
  display: block;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5%;
  margin-bottom: 2em;
  text-align: center;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box + .cm-hotspot-box {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: auto;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-img {
  position: absolute;
  top: 0%;
  left: 0;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
  left: 64%;
  top: 50%;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
  left: calc(64% - 20px);
  top: calc(50% + 20px);
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 54%;
  top: 82%;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
  left: calc(54% + 20px);
  bottom: calc(100% - 82% + 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 45%;
  top: 17%;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
  left: calc(45% - 20px);
  top: calc(17% + 20px);
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 74%;
  top: 61%;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
  left: calc(74% + 20px);
  bottom: calc(100% - 61% + 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse {
  position: relative;
  width: 100%;
  height: 100%;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-animation: pulse 1.2s linear infinite;
          animation: pulse 1.2s linear infinite;
  top: 0;
  left: 0;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::before {
  -webkit-animation: none;
          animation: none;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover + .cm-content {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    margin: 50px 0 170px;
    width: 100%;
    left: 0;
    padding: 0 2em;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 35px;
    height: 35px;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content {
    text-align: center;
    width: 150px;
    left: 50% !important;
    bottom: -75px !important;
    -webkit-transform: translate(-50%, 50%) !important;
            transform: translate(-50%, 50%) !important;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #F8B788;
            box-shadow: 0 0 0 0 #F8B788;
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(248, 183, 136, 0);
            box-shadow: 0 0 0 32px rgba(248, 183, 136, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #F8B788;
            box-shadow: 0 0 0 0 #F8B788;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(248, 183, 136, 0);
            box-shadow: 0 0 0 16px rgba(248, 183, 136, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #F8B788;
            box-shadow: 0 0 0 0 #F8B788;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(248, 183, 136, 0);
            box-shadow: 0 0 0 16px rgba(248, 183, 136, 0);
  }
}

@-webkit-keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #F8B788;
            box-shadow: 0 0 0 0 #F8B788;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(248, 183, 136, 0);
            box-shadow: 0 0 0 12px rgba(248, 183, 136, 0);
  }
}

@keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #F8B788;
            box-shadow: 0 0 0 0 #F8B788;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(248, 183, 136, 0);
            box-shadow: 0 0 0 12px rgba(248, 183, 136, 0);
  }
}

@media screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse2;
            animation-name: pulse2;
  }
}

@media screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse-rwd;
            animation-name: pulse-rwd;
  }
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) {
  left: 31%;
  top: 50%;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) + .cm-content {
  top: unset;
  left: calc(31% + 20px);
  bottom: calc(100% - 50% + 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(4) {
  left: 33%;
  top: 64%;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(4) + .cm-content {
  left: calc(33% + 60px);
  bottom: unset;
  top: calc(64% + 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(6) {
  left: 76%;
  top: 26%;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(6) + .cm-content {
  left: calc(76% - 20px);
  top: calc(26% + 20px);
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    padding: 0 1em;
    width: 130%;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 25px;
    height: 25px;
  }
}

#cm-rich-content .cm-hotspot-section .cm-switch-box {
  max-width: 300px;
  width: 100%;
  max-height: 56px;
  border-radius: 99999px;
  background-color: #2b2a29;
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-switch-box {
    max-width: 250px;
  }
}

#cm-rich-content .cm-hotspot-section .cm-switch-box .cm-sliding-button {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  max-width: 50%;
  width: 100%;
  height: 50px;
  color: #fff;
  border-radius: 99999px;
  background-color: #F8B788;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #fff;
  margin-top: -3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#cm-rich-content .cm-hotspot-section .cm-switch-box .cm-sliding-button .cm-fold {
  display: inline;
}

#cm-rich-content .cm-hotspot-section .cm-switch-box .cm-sliding-button .cm-unfold {
  display: none;
}

#cm-rich-content .cm-slider {
  position: relative;
  padding: 2em 0 3em;
}

#cm-rich-content .cm-slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background-color: #f3f3f3;
  bottom: 0;
}

#cm-rich-content .cm-slider > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2em;
  padding: .5em .5em 1.5em;
  margin: 0 auto;
  font-weight: 600;
  max-width: 700px;
}

#cm-rich-content .cm-slider > .cm-title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #F8B788;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1em;
}

#cm-rich-content .cm-slider .cm-slider-box {
  position: relative;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-slider .cm-slider-box {
    width: 520px;
    margin: 0 auto;
    max-width: 100%;
  }
}

#cm-rich-content .cm-slider .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 130px);
  width: 100%;
  overflow-x: hidden;
  scrollbar-width: none;
  margin: 0 auto;
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slider .cm-slider-box .cm-slides {
    max-width: calc(100% - 100px);
  }
}

#cm-rich-content .cm-slider .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#cm-rich-content .cm-slider .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  cursor: pointer;
}

#cm-rich-content .cm-slider .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(-1);
          transform: translate(0, -50%) scaleX(-1);
}

#cm-rich-content .cm-slider .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  cursor: pointer;
}

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

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slider .cm-slider-box .cm-arrow-right, #cm-rich-content .cm-slider .cm-slider-box .cm-arrow-left {
    width: 45px;
    height: 45px;
  }
  #cm-rich-content .cm-slider .cm-slider-box .cm-arrow-right .cm-label, #cm-rich-content .cm-slider .cm-slider-box .cm-arrow-left .cm-label {
    width: 45px;
    height: 45px;
  }
}

#cm-rich-content .cm-slider .cm-input {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

#cm-rich-content .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

#cm-rich-content .cm-slider .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}

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

#cm-rich-content .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

#cm-rich-content .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

#cm-rich-content .cm-slider .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}

#cm-rich-content .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

#cm-rich-content .cm-slider .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}

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

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

#cm-rich-content .cm-slider .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% / 3);
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 1em;
  position: relative;
}

#cm-rich-content .cm-slider .cm-slide img {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
}

#cm-rich-content .cm-slider .cm-slide .cm-absolute-image {
  position: absolute;
  max-width: calc(100% - 2em);
  top: 1em;
  left: 1em;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-slider .cm-slide::before, #cm-rich-content .cm-slider .cm-slide::after {
  content: "";
  position: absolute;
  width: calc(100% / 3);
  aspect-ratio: 1/1;
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
}

#cm-rich-content .cm-slider .cm-slide::before {
  left: .5em;
  top: .5em;
}

#cm-rich-content .cm-slider .cm-slide::after {
  right: .5em;
  bottom: .5em;
}

#cm-rich-content .cm-slider .cm-slide .cm-container {
  position: absolute;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  left: 1em;
  bottom: 1em;
  z-index: 3;
  overflow: hidden;
}

#cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  font-size: 1.25em;
  padding: 1em .5em;
  color: #fff;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 400px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 1em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 13px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slider .cm-slide .cm-container .cm-content {
    font-size: 1em;
  }
}

#cm-rich-content .cm-slider .cm-slide:hover .cm-absolute-image {
  opacity: 1;
}

#cm-rich-content .cm-slider .cm-slide:hover .cm-container .cm-content {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

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

#cm-rich-content .cm-switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
}

#cm-rich-content .cm-switch .cm-input {
  display: none;
}

#cm-rich-content .cm-switch .cm-input:checked ~ .cm-switch-box .cm-sliding-button {
  -webkit-transform: translateX(calc(100% - 11px));
          transform: translateX(calc(100% - 11px));
}

#cm-rich-content .cm-switch .cm-input:checked + .cm-hotspot-box {
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-switch .cm-input:checked + .cm-hotspot-box + .cm-hotspot-box {
  display: block;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-switch .cm-hotspot-box {
  position: relative;
  width: 90%;
  margin-top: 5%;
  margin-bottom: 4em;
  text-align: center;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-switch .cm-hotspot-box + .cm-hotspot-box {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-switch .cm-switch-box {
  display: none !important;
  max-width: 300px;
  width: 100%;
  max-height: 56px;
  border-radius: 99999px;
  background-color: #2b2a29;
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-switch .cm-switch-box {
    max-width: 250px;
  }
}

#cm-rich-content .cm-switch .cm-switch-box .cm-sliding-button {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  max-width: 50%;
  width: 100%;
  height: 50px;
  color: #fff;
  border-radius: 99999px;
  background-color: #F8B788;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #fff;
  margin-top: -3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#cm-rich-content .cm-specs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f3f3f3;
  padding: 3em 0;
}

#cm-rich-content .cm-specs .cm-list-col {
  max-width: 53%;
  width: 100%;
  padding: 1em 2em 1em 1em;
}

#cm-rich-content .cm-specs .cm-list-col .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: .5em;
}

#cm-rich-content .cm-specs .cm-list-col .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-specs .cm-list-col input {
  display: none;
}

#cm-rich-content .cm-specs .cm-list-col input:checked + .cm-ul {
  max-height: 1000px;
}

#cm-rich-content .cm-specs .cm-list-col input:checked + .cm-ul::after {
  opacity: 0;
}

#cm-rich-content .cm-specs .cm-list-col input:checked + .cm-ul + .cm-label::before {
  content: "Zwiń";
}

#cm-rich-content .cm-specs .cm-list-col .cm-ul {
  list-style: none;
  padding-left: 2em;
  overflow: hidden;
  max-height: 415px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
}

@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul {
    max-height: 335px;
  }
}

#cm-rich-content .cm-specs .cm-list-col .cm-ul + .cm-label {
  display: none;
}

#cm-rich-content .cm-specs .cm-list-col .cm-ul + .cm-label::before {
  content: "Rozwiń";
  font-size: 1.25em;
  color: #F8B788;
  cursor: pointer;
}

#cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li {
  font-size: 1.125em;
  margin: .5em auto;
  position: relative;
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li {
    font-size: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li {
    font-size: 1em;
  }
}

#cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
  content: "";
  background-color: #F8B788;
  position: absolute;
  left: -1.25em;
  top: calc(1.33em / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

#cm-rich-content .cm-specs .cm-list-col:hover .cm-title::before {
  width: 100%;
}

#cm-rich-content .cm-specs .cm-image-col {
  width: 533px;
  max-width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  padding: 1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#cm-rich-content .cm-specs .cm-image-col .cm-image {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-specs .cm-image-col .cm-absolute-img {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-specs .cm-image-col::before, #cm-rich-content .cm-specs .cm-image-col::after {
  content: "";
  position: absolute;
  width: calc(100% / 3);
  height: calc(100% / 3);
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
}

#cm-rich-content .cm-specs .cm-image-col::before {
  left: .5em;
  top: .5em;
}

#cm-rich-content .cm-specs .cm-image-col::after {
  right: .5em;
  bottom: .5em;
}

#cm-rich-content .cm-specs .cm-image-col .cm-image {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
}

#cm-rich-content .cm-specs .cm-image-col:hover .cm-image {
  scale: .95;
}

#cm-rich-content .cm-specs .cm-image-col:hover .cm-absolute-img {
  scale: .95;
  opacity: 1;
}

#cm-rich-content .cm-specs .cm-image-col:hover::before {
  top: calc(100% / 3 * 2 - .5em);
}

#cm-rich-content .cm-specs .cm-image-col:hover::after {
  bottom: calc(100% / 3 * 2 - .5em);
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-specs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 2em;
  }
  #cm-rich-content .cm-specs .cm-image-col {
    pointer-events: none;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 400px;
    width: calc(100% - 50px);
  }
  #cm-rich-content .cm-specs .cm-image-col::before {
    -webkit-animation: top-left-down 6s ease-in-out infinite;
            animation: top-left-down 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-specs .cm-image-col::after {
    -webkit-animation: bottom-right-up 6s ease-in-out infinite;
            animation: bottom-right-up 6s ease-in-out infinite;
  }
  #cm-rich-content .cm-specs .cm-list-col {
    max-width: 500px;
    pointer-events: none;
    padding: 1em;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-title {
    margin: 0 auto;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-title::before {
    width: 100%;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul {
    padding-left: 1.75em;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
    left: calc(-1.125em / 1.125 * 1.25);
  }
}

@media only screen and (max-width: 800px) and (max-width: 400px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
    left: calc(-1em / 1.125 * 1.25);
  }
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-label {
    pointer-events: all;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-specs .cm-list-col {
    padding-left: 0;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul {
    padding-left: 2em;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
    left: -1.125em;
    width: 12px;
    height: 12px;
  }
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-specs .cm-list-col .cm-ul {
    padding-left: 1.75em;
  }
  #cm-rich-content .cm-specs .cm-list-col .cm-ul .cm-li::before {
    left: -1.25em;
  }
}

#cm-rich-content .cm-contains {
  position: relative;
  padding: 2em 0 3em;
}

#cm-rich-content .cm-contains .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 0 .25em;
  padding-bottom: .5em;
}

#cm-rich-content .cm-contains .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-contains .cm-slider-box {
  position: relative;
  margin-top: 5em;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-contains .cm-slider-box {
    width: 450px;
    margin: 3em auto 0;
    max-width: 100%;
  }
}

#cm-rich-content .cm-contains .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cm-rich-content .cm-contains .cm-slider-box .cm-slides.cm-names {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-contains .cm-slider-box .cm-slides {
    max-width: calc(100% - 100px);
  }
}

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

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

#cm-rich-content .cm-contains .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(-1);
          transform: translate(0, -50%) scaleX(-1);
}

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

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

#cm-rich-content .cm-contains .cm-input {
  display: none;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-300%) scale(1);
            transform: translateX(-300%) scale(1);
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-400%) scale(1);
            transform: translateX(-400%) scale(1);
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-500%) scale(1);
            transform: translateX(-500%) scale(1);
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: block;
  }
  #cm-rich-content .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-600%) scale(1);
            transform: translateX(-600%) scale(1);
  }
}

#cm-rich-content .cm-contains .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 .5em;
}

#cm-rich-content .cm-contains .cm-slide .cm-text {
  text-align: center;
  margin-top: 1.5em;
}

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

#cm-rich-content .cm-faq-section {
  position: relative;
  padding: 4em 2em 3em;
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-faq-section {
    padding: 0 1.5em 3em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-faq-section {
    padding: 0 1em 1em 1em;
  }
}

#cm-rich-content .cm-faq-section > .cm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: .5em;
  margin: 0 auto;
  text-align: center;
}

#cm-rich-content .cm-faq-section > .cm-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #F8B788;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-faq-section .cm-faq {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input {
  display: none;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-row {
  background-color: #f3f3f3;
  position: relative;
  margin: 2em auto;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title {
  cursor: pointer;
  font-size: 1.125em;
  padding: 2em 1em 2em 10%;
  position: relative;
  display: block;
  font-weight: 600;
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title {
    font-size: 1em;
  }
}

#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 5%;
  top: 50%;
  background-color: #F8B788;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title {
    padding: 1em 1em 1em 40px;
  }
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
    left: 20px;
  }
}

#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-desc {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 2em 0 10%;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-desc {
    padding: 0 1em 0 40px;
  }
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(9) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(9) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(9) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(10) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(10) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(10) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(11) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(11) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(11) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(12) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(12) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(12) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(13) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(13) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(13) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(14) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(14) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(14) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(15) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(15) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(15) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(8):checked ~ .cm-row:nth-child(16) .cm-title {
  cursor: default;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(8):checked ~ .cm-row:nth-child(16) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(8):checked ~ .cm-row:nth-child(16) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 425px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row {
    margin: 1.25em auto;
  }
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
    width: 16px;
    top: calc(1em + 1.33em / 2);
  }
}

#cm-rich-content .cm-footer {
  background-color: #2b2a29;
  text-align: center;
  padding: 2em;
}
/*# sourceMappingURL=style.css.map */