@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Ubuntu:wght@300;400;500;700&display=swap");
@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 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 scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 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);
    -moz-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);
    -moz-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 fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#cm-rich-content {
  line-height: 1.2;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  box-sizing: border-box;
  color: #fff;
  max-width: 1200px;
  margin: auto;
}
#cm-rich-content * {
  box-sizing: border-box;
}
#cm-rich-content img {
  max-width: 100%;
}
#cm-rich-content a {
  text-decoration: none;
}
#cm-rich-content .cm-semibold {
  font-weight: 600;
  font-size: 1em;
}
#cm-rich-content .cm-header {
  width: 100%;
  width: 100%;
  position: relative;
  display: flex;
  background-color: #E3004A;
  flex-direction: column;
}
#cm-rich-content .cm-header .cm-logo {
  padding: 2em 2em 2em 0;
  text-align: right;
  background: transparent linear-gradient(90deg, #880833 0%, #e3004a 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header .cm-logo {
    padding: 1em 1em 1em 0;
  }
}
@media only screen and (max-width: 360px) {
  #cm-rich-content .cm-header .cm-logo {
    padding: 0.75em 1em 0.75em 0;
  }
}
#cm-rich-content .cm-header .cm-logo img {
  max-width: 100%;
  width: 22%;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-logo img {
    width: 30%;
  }
}
#cm-rich-content .cm-header .cm-header-content {
  width: 100%;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-header-content .cm-banner {
    display: none;
  }
}
#cm-rich-content .cm-header .cm-header-content .cm-banner-mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-header-content .cm-banner-mobile {
    display: flex;
  }
}
#cm-rich-content .cm-header .cm-flex {
  display: flex;
  width: 100%;
  padding: 3em 0 3em 2em;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header .cm-flex {
    padding: 3em 0 3em 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header .cm-flex {
    padding: 2em 0 2em 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header .cm-flex {
    padding: 2em 0 2em 0.75em;
  }
}
#cm-rich-content .cm-header .cm-flex .cm-col {
  max-width: 27%;
  width: 100%;
  font-size: 2.75em;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    max-width: 26%;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    font-size: 2.125em;
    max-width: 24%;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    font-size: 2em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    font-size: 2em;
    max-width: 28%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    max-width: 32%;
  }
}
#cm-rich-content .cm-header .cm-flex .cm-col:nth-child(1) {
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
  max-width: 70%;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(1) {
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(1) {
    max-width: 90%;
  }
}
#cm-rich-content .cm-header .cm-flex .cm-col:nth-child(2) {
  text-align: right;
  margin-right: 3%;
  position: absolute;
  right: 4%;
  bottom: 20%;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(2) {
    right: 2%;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(2) {
    bottom: 68%;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(2) {
    bottom: 74%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(2) {
    bottom: 82%;
  }
}
#cm-rich-content .cm-header .cm-flex .cm-col .cm-title .cm-text {
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-header .cm-flex .cm-col .cm-title .cm-text .cm-text-regular {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 0.5em;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-flex .cm-col .cm-title .cm-text .cm-text-regular {
    font-size: 20px;
  }
}
#cm-rich-content .cm-header .cm-flex .cm-col .cm-title .cm-other-col {
  display: flex;
  position: relative;
  width: fit-content;
}
#cm-rich-content .cm-header .cm-flex .cm-col .cm-title .cm-other-col .cm-other {
  position: relative;
  max-width: 100%;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-flex .cm-col .cm-title .cm-other-col .cm-other {
    max-width: 220px;
  }
}
#cm-rich-content .cm-header .cm-flex .cm-col .cm-title .cm-other-col .cm-text-other {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-flex .cm-col .cm-title .cm-other-col .cm-text-other {
    font-size: 13px;
  }
}
#cm-rich-content .cm-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  color: #000;
  justify-content: center;
  text-align: center;
}
#cm-rich-content .cm-container .cm-text {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  padding: 0 5em;
  line-height: 1.3;
  text-align: center;
}
#cm-rich-content .cm-container .cm-text span {
  font-weight: 500;
  color: #e3004a;
}
#cm-rich-content .cm-container .cm-text.serp span {
  font-weight: 500;
  color: #E3004A;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-container .cm-text.serp {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-container .cm-text.serp {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-container .cm-text {
    padding: 0 3em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-container .cm-text {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-container .cm-text {
    padding: 0 1em;
    font-size: 1em;
  }
}
#cm-rich-content .cm-separator {
  height: 3em;
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-separator.faq {
    height: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-separator {
    height: 2em;
  }
}
#cm-rich-content .cm-separator-m {
  height: 4em;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-separator-m.cm-smaller {
    height: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-separator-m.cm-smaller {
    height: 2em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-separator-m.cm-small {
    height: 3em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-separator-m {
    height: 3em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-separator-m {
    height: 2em;
  }
}
#cm-rich-content .cm-separator-l {
  height: 6em;
}
#cm-rich-content .cm-separator-l.cm-smaller {
  height: 5em;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-separator-l.cm-smaller {
    height: 4em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-separator-l.cm-smaller {
    height: 3em;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-separator-l.cm-smaller {
    height: 2em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-separator-l.cm-medium {
    height: 3em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-separator-l {
    height: 5em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-separator-l {
    height: 3em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-separator-l {
    height: 2em;
  }
}
#cm-rich-content .cm-separator-logo {
  height: 3em;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-separator-logo {
    display: none;
  }
}
#cm-rich-content .cm-separator-serp-color {
  height: 1em;
  background-color: #dfdfdf;
}
#cm-rich-content .cm-separator-s {
  height: 2em;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-separator-s {
    height: 1em;
  }
}
#cm-rich-content .cm-separator-s-2 {
  height: 2em;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-separator-s-2 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-separator-s-ng {
    display: none;
  }
}
#cm-rich-content .cm-separator-serp {
  height: 4em;
  background-color: #dfdfdf;
}
#cm-rich-content .cm-separator-serp.cm-small {
  height: 2em;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-separator-serp.cm-small {
    height: 4em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-separator-serp.cm-small {
    height: 3em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-separator-serp.cm-small {
    height: 2em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-separator-serp {
    height: 3em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-separator-serp {
    height: 2em;
  }
}
#cm-rich-content .cm-separator-serp-ekspres {
  height: 8em;
  background-color: #dfdfdf;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-separator-serp-ekspres {
    height: 4em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-separator-serp-ekspres {
    height: 3em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-separator-serp-ekspres {
    height: 2em;
  }
}
#cm-rich-content .cm-images-gallery {
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery {
    flex-direction: column;
    height: 600px;
  }
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper {
  flex-basis: 25%;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-img-gallery {
    display: none;
  }
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-img-gallery-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-img-gallery-mobile {
    display: flex;
  }
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper::before {
  content: "";
  background: transparent linear-gradient(180deg, rgba(227, 0, 74, 0) 0%, #e3004a 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper:hover {
  flex-basis: 40%;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper:hover {
    flex-basis: 100%;
  }
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper:hover::before {
  opacity: 0;
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper:hover .cm-content {
  opacity: 0;
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-content {
  position: absolute;
  bottom: 5em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-content .cm-title {
  color: white;
  font-size: 1.125em;
  max-width: 100%;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-content .cm-line {
  margin-top: 0.5em;
  height: 2px;
  background-color: #009999;
  width: 64px;
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper > img {
  display: flex;
  object-fit: cover;
  max-width: 100%;
  height: 500px;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper > img {
    width: 100%;
    height: 300px;
  }
}
#cm-rich-content .cm-logo-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
}
#cm-rich-content .cm-logo-bottom img {
  max-width: 100%;
  width: 22%;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-logo-bottom img {
    width: 30%;
  }
}
#cm-rich-content .cm-bg-image {
  display: flex;
}
#cm-rich-content .cm-bg-image img {
  max-width: 100%;
  width: 100%;
}
#cm-rich-content .cm-bg-image.cm-robot {
  background-color: #DFDFDF;
  justify-content: center;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
#cm-rich-content .cm-bg-image.cm-robot img {
  max-width: 100%;
  width: unset;
}
#cm-rich-content .cm-bg-image.cm-robot .cm-colors {
  max-width: 560px;
  width: 90%;
  padding: 2em 0 0 0;
}
#cm-rich-content .cm-title-serp {
  background-color: #DFDFDF;
  padding: 3em 1em 4em 1em;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-title-serp {
    padding: 3em 1em 1em 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-title-serp {
    padding: 2em 1em 1em 1em;
  }
}
#cm-rich-content .cm-title-hotspot {
  background-color: #DFDFDF;
  padding: 0 1em 2em 1em;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-title-hotspot {
    padding: 2em 0.5em 2em 0.5em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-title-hotspot {
    padding: 3em 0.5em 2em 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-title-hotspot {
    padding: 2em 0.5em 2em 0.5em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-title-hotspot {
    padding: 1em 0.5em 2em 0.5em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-title-hotspot .cm-ng {
    padding: 0 1em;
  }
}
#cm-rich-content .cm-ng {
  max-width: 1200px;
  margin: auto;
  color: #E3004A;
  display: flex;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  text-align: center;
  justify-content: center;
  padding: 0 2em;
}
#cm-rich-content .cm-ng.cm-blender {
  background-color: #DFDFDF;
  padding: 0 0 2em 0;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-ng.cm-blender {
    padding: 1em 0 1em 0;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-ng.cm-blender {
    padding: 1.5em 0.5em 1em 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-ng.cm-blender {
    padding: 1.25em 0.25em 1em 0.25em;
  }
  #cm-rich-content .cm-ng.cm-blender br {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-ng.cm-blender {
    padding: 1em 0.25em 1em 0.25em;
  }
}
#cm-rich-content .cm-ng.cm-colors {
  padding: 0 0 1em 0;
}
#cm-rich-content .cm-ng.cm-colors br {
  display: flex;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-ng.cm-colors {
    padding: 0em 0 1em 0;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-ng {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-ng {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-ng {
    padding: 0 0.25em;
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-ng {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-ng {
    padding: 0 0.5em;
  }
}
#cm-rich-content .cm-header-icons {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 2em 0em 3em;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-header-icons {
    padding: 1em 0em 2em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-header-icons {
    padding: 1em 0em 1em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header-icons {
    padding: 1em 0em 2em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header-icons {
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header-icons {
    padding: 2em 0;
    gap: 1em;
    padding-bottom: 2em;
    flex-direction: column;
    align-content: center;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header-icons {
    gap: 0;
  }
}
#cm-rich-content .cm-header-icons .cm-single-item {
  display: flex;
  position: relative;
  width: 30%;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header-icons .cm-single-item {
    width: 33%;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header-icons .cm-single-item {
    width: 50%;
    padding: 0.75em;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-header-icons .cm-single-item {
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-header-icons .cm-single-item:nth-child(3) {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header-icons .cm-single-item:nth-child(3) {
    margin-top: 0em;
  }
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-item {
  display: flex;
  position: relative;
  padding: 1em;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-header-icons .cm-single-item .cm-item {
    padding: 0.5em;
  }
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-item img {
  position: relative;
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-item .cm-icon2 {
  transition: 0.3s ease-in-out;
  position: relative;
  display: flex;
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-item .cm-icon2 .cm-icon {
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-effect {
  background: transparent linear-gradient(180deg, rgba(227, 0, 74, 0) 0%, #E3004A 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-effect .cm-icon-effect {
  position: relative;
  top: 0;
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-text {
  font-weight: 600;
  font-size: 1.125em;
  margin: 0.375em 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  top: 50%;
  transition: 0.3s ease-in-out;
  width: 90%;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-header-icons .cm-single-item .cm-text {
    font-size: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header-icons .cm-single-item .cm-item {
    min-width: 280px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header-icons .cm-single-item .cm-item {
    min-width: 230px;
  }
}
#cm-rich-content .cm-header-icons .cm-single-item:hover .cm-item .cm-icon2 .cm-icon {
  transform: scale(1.05);
}
#cm-rich-content .cm-header-icons .cm-single-item:hover .cm-item .cm-icon2 .cm-effect {
  opacity: 0;
  transform: scale(1.05);
}
#cm-rich-content .cm-header-icons .cm-single-item:hover .cm-item .cm-icon2 .cm-text {
  opacity: 0;
  z-index: 0;
}
#cm-rich-content .cm-container-icons {
  max-width: 1200px;
  position: relative;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  padding: 3em 0em 0em 0em;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 {
    padding: 3em 2em 0em 2em;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 {
    padding: 3em 1em 0em 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 {
    padding: 2em 0em 0em 0em;
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 {
    padding: 1em 0em 0em 0em;
    gap: 0;
  }
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item {
  max-width: 33.3333333333%;
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item {
    max-width: 31%;
  }
}
@media only screen and (max-width: 650px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item {
    max-width: 31%;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item {
    max-width: 50%;
    padding: 1em;
  }
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item img {
  position: relative;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-icon2 {
  transition: 0.3s ease-in-out;
  padding: 2em;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-icon2 {
    padding: 0em;
  }
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-icon2 .cm-text {
  font-weight: 600;
  font-size: 1.125em;
  margin: 0.375em 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  top: 50%;
  text-align: center;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-icon2:hover .cm-after-container .cm-btn span {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-icon2:hover .cm-after-container .cm-btn::after {
  width: 100%;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container {
  display: flex;
  position: relative;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center {
  text-align: center;
  margin-top: -3em;
  max-width: 90%;
  width: 100%;
  justify-content: left;
  display: flex;
}
@media only screen and (max-width: 950px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center {
    max-width: 92%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center {
    max-width: 100%;
  }
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center .cm-btn::after {
  background: transparent linear-gradient(270deg, #880833 0%, #e3004a 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center .cm-button {
  opacity: 1;
  color: #000;
  min-height: 196px;
  font-family: "Ubuntu", sans-serif;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center .cm-button {
    min-height: unset;
    padding: 1em 0;
  }
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center .cm-button .cm-btn-content {
  font-size: 1em;
  font-weight: 300;
  padding: 1em;
  min-height: 214px;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center .cm-button .cm-btn-content {
    min-height: unset;
  }
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center .cm-button .cm-btn-content .cm-title {
  font-weight: 700;
  font-size: 1.5em;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center .cm-button .cm-btn-content .cm-title {
    font-size: 1.25em;
  }
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  position: relative;
  text-align: left;
  transition: all 0.3s;
  background-color: #dfdfdf;
  opacity: 1;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn {
    font-size: 0.875em;
  }
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3%;
  height: 100%;
  background: #fff;
  transition: all 0.2s;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn span {
  position: relative;
  z-index: 2;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn:hover::after {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item {
    min-width: 300px;
  }
}
#cm-rich-content .cm-serp {
  background-color: #DFDFDF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5em;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp {
    padding-bottom: 5em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp {
    padding-bottom: 3em;
  }
}
#cm-rich-content .cm-serp .cm-serp-bg {
  position: absolute;
  transform: rotate(180deg) scaleX(-1);
  bottom: 0;
  left: 0;
}
#cm-rich-content .cm-serp .cm-img-col {
  max-width: 50%;
  width: 100%;
  position: relative;
  padding: 0 2em 0 0;
}
#cm-rich-content .cm-serp .cm-img-col .cm-video {
  max-width: 100%;
}
#cm-rich-content .cm-serp .cm-img-col .cm-serp-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 46%;
}
#cm-rich-content .cm-serp .cm-text-col {
  max-width: 50%;
  width: 100%;
  padding: 0 0 0 2em;
  position: relative;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  align-self: stretch;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp .cm-text-col {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
#cm-rich-content .cm-serp .cm-text-col .cm-text-col-background {
  background-color: #fff;
  min-height: 120%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 0 2em;
  background-color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background {
    padding: 0 1em 0em 2em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background {
    padding: 0 1em 0em 1em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background {
    transform: unset;
    padding: 2em 1em 5em 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background {
    padding: 1em 1em;
  }
}
#cm-rich-content .cm-serp .cm-text-col .cm-text-col-background.serp3 {
  padding: 3em 2.25em 3em 2em;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background.serp3 {
    padding: 2em 1.5em 2em 1.5em;
  }
}
@media only screen and (max-width: 950px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background.serp3 {
    padding: 1em 1.5em 1em 1.5em;
  }
}
#cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-title {
    font-size: 1.25em;
  }
}
#cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-paragraph {
  font-size: 1em;
  margin-top: 2em;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-paragraph {
    font-size: 1em;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-paragraph {
    font-size: 0.875em;
  }
}
#cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-paragraph.serp1 {
  width: 93%;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-paragraph.serp1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1040px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-paragraph.serp1 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-paragraph.serp1 {
    font-size: 0.875em;
  }
}
#cm-rich-content .cm-serp .cm-text-col .cm-text-col-background .cm-paragraph span {
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp {
    flex-direction: column;
    padding: 0 2em 0em;
  }
  #cm-rich-content .cm-serp .cm-img-col {
    order: 2;
    max-width: 510px;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  #cm-rich-content .cm-serp .cm-img-col {
    margin-top: -3em;
  }
}
@media only screen and (max-width: 800px) and (max-width: 650px) {
  #cm-rich-content .cm-serp .cm-img-col {
    max-width: 460px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 550px) {
  #cm-rich-content .cm-serp .cm-img-col {
    max-width: 380px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 450px) {
  #cm-rich-content .cm-serp .cm-img-col {
    max-width: 340px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 400px) {
  #cm-rich-content .cm-serp .cm-img-col {
    max-width: 370px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp .cm-text-col {
    max-width: 100%;
    padding: 0;
  }
  #cm-rich-content .cm-serp .cm-text-col .cm-title, #cm-rich-content .cm-serp .cm-text-col .cm-paragraph {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0%;
    height: 100px;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-serp {
    padding: 0 1em 0em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp {
    padding: 0 0.75em 0em;
  }
}
#cm-rich-content .cm-serp-reverse {
  background-color: #DFDFDF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6em;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-reverse {
    padding-bottom: 5em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp-reverse {
    padding-bottom: 3em;
  }
}
#cm-rich-content .cm-serp-reverse .cm-img-col {
  max-width: 50%;
  width: 100%;
  position: relative;
  padding: 0 0 0 2em;
}
#cm-rich-content .cm-serp-reverse .cm-img-col .cm-video {
  max-width: 100%;
}
#cm-rich-content .cm-serp-reverse .cm-img-col .cm-serp-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 46%;
}
#cm-rich-content .cm-serp-reverse .cm-text-col {
  max-width: 50%;
  width: 100%;
  padding: 0 2em 0 0;
  position: relative;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  align-self: stretch;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col {
    display: flex;
    justify-content: center;
  }
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background {
  background-color: #fff;
  min-height: 120%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 0 2em;
  background-color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background.cm-ekspres {
  min-height: 110%;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background.cm-ekspres {
    transform: unset;
    padding: 2em 1em 5em 1em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background.cm-ekspres {
    padding: 0 0em 0em 2em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background.cm-ekspres {
    transform: unset;
    padding: 2em 1em 5em 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background.cm-ekspres {
    padding: 1em 1em;
  }
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background {
    padding: 0 1em 0em 2em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background {
    padding: 0 1em 0em 1em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background {
    transform: unset;
    padding: 2em 1em 5em 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background {
    padding: 1em 1em;
  }
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-title {
    font-size: 1.25em;
  }
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph {
  font-size: 1em;
  margin-top: 2em;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres {
  display: flex;
  margin: 0 0 0.75em 0;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres {
    max-width: 450px;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres {
    text-align: left;
  }
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres .cm-text {
  max-width: 90%;
  font-size: 0.875em;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres .cm-dot {
  height: 7px;
  width: 7px;
  background-color: #e3004a;
  border-radius: 20px;
  display: flex;
  margin-right: 0.5em;
  align-self: baseline;
  margin-top: 0.5em;
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres:nth-child(2) {
  margin-top: 1em;
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres:nth-child(11) {
  margin: 0;
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph span {
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph {
    font-size: 1em;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background .cm-paragraph {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-title {
    font-size: 2.125em;
  }
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-paragraph {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse {
    flex-direction: column;
    padding: 0 2em 0em;
  }
  #cm-rich-content .cm-serp-reverse .cm-img-col {
    order: 2;
    max-width: 510px;
    padding: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse .cm-img-col {
    margin-top: -3em;
  }
}
@media only screen and (max-width: 800px) and (max-width: 650px) {
  #cm-rich-content .cm-serp-reverse .cm-img-col {
    max-width: 460px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 550px) {
  #cm-rich-content .cm-serp-reverse .cm-img-col {
    max-width: 380px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 450px) {
  #cm-rich-content .cm-serp-reverse .cm-img-col {
    max-width: 340px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 400px) {
  #cm-rich-content .cm-serp-reverse .cm-img-col {
    max-width: 370px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col {
    max-width: 100%;
    padding: 0;
  }
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-title,
  #cm-rich-content .cm-serp-reverse .cm-text-col .cm-paragraph {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0%;
    height: 100px;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-serp-reverse {
    padding: 0 1em 0em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-reverse {
    padding: 0 1em 0em;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-serp-reverse {
    padding: 0 0.75em 0em;
  }
}
#cm-rich-content .cm-serp-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6em;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-bottom {
    padding-bottom: 5em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp-bottom {
    padding-bottom: 3em;
  }
}
#cm-rich-content .cm-serp-bottom .cm-serp-bg {
  position: absolute;
  transform: rotate(180deg) scaleX(-1);
  bottom: 0;
  left: 0;
}
#cm-rich-content .cm-serp-bottom .cm-img-col {
  max-width: 50%;
  width: 100%;
  position: relative;
  padding: 0 2em 0 0;
}
#cm-rich-content .cm-serp-bottom .cm-img-col .cm-video {
  max-width: 100%;
}
#cm-rich-content .cm-serp-bottom .cm-img-col .cm-serp-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 46%;
}
#cm-rich-content .cm-serp-bottom .cm-text-col {
  max-width: 50%;
  width: 100%;
  padding: 0 0 0 2em;
  position: relative;
  color: #000;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  align-self: stretch;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
#cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background {
  background-color: #e3004a;
  min-height: 110%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 0 2em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background {
    padding: 0 1em 0em 2em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background {
    padding: 0 1em 0em 1em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background {
    transform: unset;
    padding: 2em 1em 5em 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background {
    padding: 1em 1em;
  }
}
#cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background.serp3 {
  padding: 3em 2.25em 3em 2em;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background.serp3 {
    padding: 2em 1.5em 2em 1.5em;
  }
}
@media only screen and (max-width: 950px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background.serp3 {
    padding: 1em 1.5em 1em 1.5em;
  }
}
#cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-title {
    font-size: 1.25em;
  }
}
#cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-paragraph {
  font-size: 1em;
  margin-top: 2em;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-paragraph {
    font-size: 1em;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-paragraph {
    font-size: 0.875em;
  }
}
#cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-paragraph.serp1 {
  width: 93%;
  line-height: 1.3;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-paragraph.serp1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1040px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-paragraph.serp1 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-paragraph.serp1 {
    font-size: 0.875em;
  }
}
#cm-rich-content .cm-serp-bottom .cm-text-col .cm-text-col-background .cm-paragraph span {
  font-weight: 700;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-title {
    font-size: 2.125em;
  }
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-paragraph {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-bottom {
    flex-direction: column;
    padding: 0 1.5em 0em;
  }
  #cm-rich-content .cm-serp-bottom .cm-img-col {
    order: 2;
    max-width: 510px;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  #cm-rich-content .cm-serp-bottom .cm-img-col {
    margin-top: -3em;
  }
}
@media only screen and (max-width: 800px) and (max-width: 650px) {
  #cm-rich-content .cm-serp-bottom .cm-img-col {
    max-width: 460px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 550px) {
  #cm-rich-content .cm-serp-bottom .cm-img-col {
    max-width: 380px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 450px) {
  #cm-rich-content .cm-serp-bottom .cm-img-col {
    max-width: 340px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 400px) {
  #cm-rich-content .cm-serp-bottom .cm-img-col {
    max-width: 370px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col {
    max-width: 100%;
    padding: 0;
  }
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-title,
  #cm-rich-content .cm-serp-bottom .cm-text-col .cm-paragraph {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-bottom::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0%;
    height: 100px;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-serp-bottom {
    padding: 0 1em 0em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-bottom {
    padding: 0 1em 0em;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-serp-bottom {
    padding: 0 0.75em 0em;
  }
}
#cm-rich-content .cm-serp-data {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #DFDFDF;
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-data {
    justify-content: center;
    flex-direction: column;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-serp-data {
    padding-bottom: 0.75em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-serp-data .cm-data {
    display: none;
  }
}
#cm-rich-content .cm-serp-data .cm-data-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-serp-data .cm-data-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-data .cm-data-mobile {
    order: 2;
    max-width: 100%;
    padding: 0 1em 0em;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-serp-data .cm-data-mobile {
    padding: 0 0.75em 0em;
  }
}
#cm-rich-content .cm-serp-data .cm-text-col {
  max-width: 50%;
  width: 100%;
  padding: 0 0 0 2em;
  position: absolute;
  left: 0;
  color: #000;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-data .cm-text-col {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 2em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-serp-data .cm-text-col {
    padding: 2em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-data .cm-text-col {
    position: relative;
    order: 1;
    padding: 0em 1em 0 1em;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-serp-data .cm-text-col {
    padding: 0 0.75em 0em;
  }
}
#cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background {
  max-width: 568px;
  width: 100%;
  min-height: 340px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 2em 1em 2em 3em;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background {
    padding: 2em 1em 2em 2em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background {
    min-height: 310px;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background {
    min-height: unset;
    align-items: center;
    max-width: 510px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background {
    max-width: 460px;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background {
    max-width: 380px;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background {
    padding: 1em 1em 1em 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
  }
}
#cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-title {
    font-size: 1.25em;
  }
}
#cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph {
  font-size: 1em;
  margin-top: 2em;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres {
  display: flex;
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres {
    font-size: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres {
    max-width: 340px;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph.cm-ekspres {
    margin: 0 0 0.5em 0;
  }
}
#cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph .cm-text {
  max-width: 90%;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph .cm-dot {
  height: 7px;
  width: 7px;
  background-color: #e3004a;
  border-radius: 20px;
  display: flex;
  margin-right: 0.5em;
  align-self: baseline;
  margin-top: 0.5em;
}
#cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph:nth-child(2) {
  margin-top: 1em;
}
#cm-rich-content .cm-serp-data .cm-text-col .cm-text-col-background .cm-paragraph:nth-child(11) {
  margin: 0;
}
#cm-rich-content .cm-banner {
  position: relative;
  display: flex;
}
#cm-rich-content .cm-banner .cm-col {
  position: absolute;
  bottom: -5em;
  z-index: 1;
}
#cm-rich-content .cm-banner .cm-col .cm-img {
  max-width: 81%;
}
#cm-rich-content .cm-banner .cm-col:nth-child(2) {
  display: flex;
  align-items: flex-end;
  left: 3%;
  max-width: 40%;
  width: 100%;
  bottom: calc(-5% - 5em);
}
#cm-rich-content .cm-banner .cm-col:nth-child(3) {
  left: 50%;
  padding: 1.5em;
  background-color: #007DBA;
  max-width: calc(50% - 2em);
}
#cm-rich-content .cm-banner .cm-col .cm-title {
  font-size: 2.625em;
  line-height: 1.2;
  font-weight: 600;
}
#cm-rich-content .cm-banner .cm-col .cm-paragraph {
  font-size: 1.125em;
  margin-top: 2em;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-banner .cm-col .cm-title {
    font-size: 2.125em;
  }
  #cm-rich-content .cm-banner .cm-col .cm-paragraph {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-banner {
    flex-direction: column;
  }
  #cm-rich-content .cm-banner .cm-banner-bg {
    order: 2;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(2) {
    left: 51%;
    transform: translateX(-50%);
    max-width: 250px;
    position: relative;
    order: 3;
    margin-top: -40%;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(2) .cm-img {
    max-width: 100%;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(3) {
    order: 1;
    position: relative;
    bottom: 0;
    margin: 1em 1.5em 3em;
    left: unset;
    max-width: 100%;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(3) .cm-title {
    text-align: center;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(3) .cm-paragraph {
    text-align: center;
  }
}
#cm-rich-content .cm-text-banner {
  position: relative;
  margin-bottom: -5px;
  background-size: cover;
}
#cm-rich-content .cm-text-banner .cm-content {
  padding: 7em 1.5em 3em;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#cm-rich-content .cm-text-banner .cm-content .cm-title {
  font-size: 2.625em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}
#cm-rich-content .cm-text-banner .cm-content .cm-paragraph {
  font-size: 1.125em;
  margin-top: 2em;
  text-align: center;
}
#cm-rich-content .cm-text-banner .cm-subtext {
  padding: 0 0 2em 3em;
  position: relative;
  z-index: 1;
  max-width: 300px;
  display: flex;
  column-gap: 1em;
  align-items: center;
  box-sizing: content-box;
}
#cm-rich-content .cm-text-banner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0%;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to top, rgb(48, 47, 50), rgba(48, 47, 50, 0));
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-text-banner .cm-content .cm-title {
    font-size: 2.125em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-text-banner .cm-content {
    padding-top: 2em;
  }
  #cm-rich-content .cm-text-banner::after {
    content: "";
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(48, 48, 51), rgba(48, 48, 51, 0));
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-text-banner .cm-subtext {
    margin: 0 auto;
    padding-left: 1em;
  }
  #cm-rich-content .cm-text-banner .cm-subtext .cm-text {
    text-align: center;
  }
}
#cm-rich-content .cm-img-banner {
  display: flex;
}
#cm-rich-content .cm-title-banner {
  background-color: #2E2E30;
  padding: 0 1.5em 4em;
}
#cm-rich-content .cm-title-banner .cm-title {
  font-size: 2.625em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-title-banner .cm-title {
    font-size: 2.125em;
  }
}
#cm-rich-content .cm-title-banner .cm-paragraph {
  font-size: 1.125em;
  margin-top: 2em;
  text-align: center;
}
#cm-rich-content .cm-title-banner.cm-bg-alt {
  background-color: #303033;
}
#cm-rich-content .cm-hotspot-section {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #DFDFDF;
}
#cm-rich-content .cm-hotspot-section .cm-input {
  display: none;
}
#cm-rich-content .cm-hotspot-section .cm-label + .cm-hotspot-box {
  display: block;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-label + .cm-hotspot-box {
    display: none;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box {
  position: relative;
  width: 90%;
  margin-top: 2%;
  margin-bottom: 4em;
  left: 7%;
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    display: none;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-mobile {
    display: flex;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
  position: absolute;
  right: 31%;
  bottom: 30%;
}
@media only screen and (max-width: 950px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
    right: 30%;
  }
}
@media only screen and (max-width: 850px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
    max-width: 60px;
    right: 31%;
  }
}
@media only screen and (max-width: 750px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
    right: 30%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
    right: 26%;
    max-width: 55px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
    right: 24%;
    max-width: 55px;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
    right: 22%;
    max-width: 55px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
    right: 22%;
    max-width: 44px;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-arrow {
    right: 21%;
    max-width: 44px;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #E3004A;
  color: white;
  padding: 1em 0.5em;
  min-height: 60px;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  width: auto;
  max-width: 340px;
  min-width: 232px;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content {
    min-width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content {
    min-height: 50px;
    padding: 0.5em;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content .cm-top {
  font-size: 1.125em;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content .cm-top {
    font-size: 1em;
  }
}
#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: 40%;
  top: 4%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
  left: calc(40% + 20px);
  top: calc(4% + 64px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
    top: unset;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 55%;
  top: 26%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
  left: calc(55% + 20px);
  top: calc(26% + 64px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
    top: unset;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 54%;
  top: 46%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
  min-width: 232px;
  left: calc(54% + 20px);
  top: calc(46% + 64px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
    top: unset;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
    min-width: 210px;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 44%;
  top: 64%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
  left: calc(44% + 20px);
  top: calc(64% + 64px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
    top: unset;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
  left: 58%;
  top: 70%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
  left: calc(58% + 20px);
  top: calc(70% + 64px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
    top: unset;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) {
  left: 52%;
  top: 70%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) + .cm-content {
  left: calc(52% + 20px);
  top: calc(70% + 64px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) + .cm-content {
    top: unset;
  }
}
#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: "";
  animation: pulse 1.2s linear infinite;
  top: 0;
  left: 0;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after {
  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 {
  animation: none;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover + .cm-content {
  opacity: 1;
  visibility: visible;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-rwd {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 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 {
    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 {
    animation-name: pulse-rwd;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) {
  left: 21%;
  top: 50%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) + .cm-content {
  left: calc(21% + 20px);
  bottom: calc(50% + 20px);
  transform: translateX(-50%);
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(4) {
  left: 48%;
  top: 34%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(4) + .cm-content {
  left: calc(48% + 20px);
  bottom: calc(66% + 20px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    margin: 0px 0 64px;
    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: 340px;
    left: 50% !important;
    bottom: -35px !important;
    transform: translate(-50%, 50%) !important;
  }
}
@media only screen and (max-width: 700px) and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content {
    width: 300px;
  }
}
@media only screen and (max-width: 700px) and (max-width: 350px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content {
    width: 270px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content .cm-top {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
    left: 36%;
    top: 4%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 56%;
    top: 27%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
    left: 56%;
    top: 47%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
    left: 41%;
    top: 64%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
    left: 60%;
    top: 66%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) {
    left: 52%;
    top: 70%;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    margin: 0px 0 54px;
    padding: 0 1em;
  }
  #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-text {
  padding: 1em 1.5em 0;
}
#cm-rich-content .cm-hotspot-section .cm-text .cm-title {
  font-size: 2.625em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-hotspot-section .cm-text .cm-title {
    font-size: 2.125em;
  }
}
#cm-rich-content .cm-hotspot-section .cm-text .cm-paragraph {
  font-size: 1.25em;
  margin: 2em auto 0;
  text-align: center;
  max-width: 700px;
}
#cm-rich-content .cm-slides {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides {
    display: none;
  }
}
#cm-rich-content .cm-slides.cm-800 {
  display: none;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slides.cm-800 {
    display: flex;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides.cm-800 {
    display: none;
  }
}
#cm-rich-content .cm-slides.cm-500 {
  display: none;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides.cm-500 {
    display: flex;
  }
}
#cm-rich-content .cm-slides.cm-blender {
  background-color: #dfdfdf;
  flex-wrap: wrap;
  padding: 0 0em 2em 0em;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-slides.cm-blender {
    padding: 0 0em 4em 0em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slides.cm-blender {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides.cm-blender {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slides.cm-show {
    display: none;
  }
}
#cm-rich-content .cm-slides.cm-ekspres {
  display: flex;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-slides {
    gap: 0em;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-top {
  width: 60%;
  display: flex;
  justify-content: space-around;
}
#cm-rich-content .cm-slides .cm-slide-box-top.cm-blender {
  width: 100%;
  padding: 0 3em 0em 3em;
  max-width: 1000px;
  width: 100%;
}
@media only screen and (max-width: 950px) {
  #cm-rich-content .cm-slides .cm-slide-box-top.cm-blender {
    padding: 0 1em 0 1em;
    max-width: unset;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slides .cm-slide-box-top.cm-blender {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top.cm-blender {
    gap: 0;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides .cm-slide-box-top {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides .cm-slide-box-top {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box {
  display: flex;
  max-width: 30%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box.cm-blender {
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box.cm-blender {
    padding: 1em 1em 0 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box.cm-blender {
    padding: 0.5em;
  }
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box.cm-blender:nth-child(6) {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box {
    padding: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 650px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box {
    padding: 1em;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box {
    padding: 0.75em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box {
    max-width: 50%;
    padding: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box {
    padding: 0em 0 1em 0;
  }
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box:nth-child(5) {
    padding-bottom: 0;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-slide {
  text-align: center;
  max-width: 180px;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-slide.cm-blender {
  transition: 0.3s ease-in-out;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-slide.cm-blender {
    max-width: 130px;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-slide.cm-blender {
    max-width: 180px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-slide.cm-blender {
    max-width: 160px;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-slide .cm-slide-scale {
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-slide .cm-slide-scale.cm-blender {
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text {
  text-align: center;
  margin-top: 1em;
  color: black;
  min-height: 90px;
  transition: 0.3s ease-in-out;
  line-height: 1.4;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text.cm-blender {
  font-weight: 400;
  font-size: 1em;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text.cm-blender {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text.cm-blender {
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text.cm-blender {
    padding: 0.5em 3em;
    min-height: 70px;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text span {
  font-weight: 300;
}
@media only screen and (max-width: 650px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text {
    padding: 0.5em;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text {
    padding: 0 6em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box .cm-text {
    padding: 0 3em;
    min-height: 40px;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box:hover .cm-slide .cm-slide-scale {
  transform: scale(1.1);
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box:hover .cm-text {
  color: #e3004a;
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box.cm-blender:hover .cm-slide {
  transform: scale(1.1);
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box.cm-blender:hover .cm-slide .cm-slide-scale {
  transform: none;
  box-shadow: 0px 2px 20px 0px rgba(227, 0, 74, 0.5);
}
#cm-rich-content .cm-slides .cm-slide-box-top .cm-slide-box.cm-blender:hover .cm-text {
  color: black;
}
#cm-rich-content .cm-slides .cm-slide-box-bottom {
  width: 40%;
  display: flex;
  justify-content: space-around;
}
#cm-rich-content .cm-slides .cm-slide-box-bottom.cm-blender {
  width: 100%;
  padding: 0 3em 1em 3em;
  max-width: 850px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom.cm-blender {
    padding: 0 3em 0 3em;
    max-width: unset;
    gap: unset;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom.cm-blender {
    padding: 0 1em 0 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom {
    width: 100%;
    justify-content: center;
    gap: 3em;
    padding: 2em 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 0em 0 0 0;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box {
  display: flex;
  max-width: 47%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box.cm-blender {
  display: flex;
  max-width: 33.3333333333%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box.cm-blender.cm-smaller {
    padding: 0 1em 0 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box.cm-blender {
    padding: 2em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box.cm-blender {
    padding: 1em 1em 0 1em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box {
    width: 30%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box {
    padding: 0em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box {
    width: 100%;
    max-width: 100%;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-slide {
  text-align: center;
  max-width: 180px;
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-slide.cm-blender {
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-slide.cm-blender {
    max-width: 130px;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-slide .cm-slide-scale {
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-slide .cm-slide-scale.cm-blender {
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-text {
  text-align: center;
  margin-top: 1em;
  color: black;
  min-height: 90px;
  transition: 0.3s ease-in-out;
  line-height: 1.4;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-text.cm-blender {
  font-weight: 400;
  font-size: 1em;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-text.cm-blender {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-text.cm-blender {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-text {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box .cm-text {
    padding: 0 5em;
    min-height: 40px;
  }
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box:hover .cm-slide .cm-slide-scale {
  transform: scale(1.1);
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box:hover .cm-text {
  color: #e3004a;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box.cm-blender:hover .cm-slide {
  transform: scale(1.1);
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box.cm-blender:hover .cm-slide .cm-slide-scale {
  transform: none;
  box-shadow: 0px 2px 20px 0px rgba(227, 0, 74, 0.5);
}
#cm-rich-content .cm-slides .cm-slide-box-bottom .cm-slide-box.cm-blender:hover .cm-text {
  color: black;
}
#cm-rich-content .cm-faq-section {
  position: relative;
  padding: 0 2em 3em;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-faq-section {
    padding: 0 1em 3em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-faq-section {
    padding: 0 0.75em 1em 0.75em;
  }
}
#cm-rich-content .cm-faq-section::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 9em;
  width: 100%;
  background-image: linear-gradient(to bottom, rgb(46, 46, 48), rgba(46, 46, 48, 0));
}
#cm-rich-content .cm-faq-section > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: 1em 0 1em;
  font-weight: 500;
  z-index: 1;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-faq-section > .cm-title {
    font-size: 2.125em;
  }
}
#cm-rich-content .cm-faq-section .cm-faq-drop {
  display: inline-block;
  margin: 1em 0;
  padding: 1em;
  background-color: #E3004A;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  text-align: center;
  cursor: pointer;
}
#cm-rich-content .cm-faq-section .cm-faq-drop .cm-text {
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-faq-section .cm-faq-drop .cm-text:nth-child(1) {
  display: inline;
}
#cm-rich-content .cm-faq-section .cm-faq-drop .cm-text:nth-child(2) {
  display: none;
}
#cm-rich-content .cm-faq-section #cm-drop {
  display: none;
}
#cm-rich-content .cm-faq-section .cm-faq {
  position: relative;
  overflow: hidden;
  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: #DFDFDF;
  position: relative;
  margin: 1em auto;
  color: #000;
}
#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-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title {
    font-size: 0.875em;
  }
}
#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: #E3004A;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after {
  transform: translate(-50%, -50%);
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
  transform: translate(-50%, -50%) rotate(90deg);
  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 {
  transition: 0.3s ease-in-out;
  padding: 0 2em 0 10%;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-desc {
    padding: 0 1em 0 40px;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-desc {
    font-size: 0.875em;
  }
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(17) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(17) .cm-title::before {
  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(17) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(18) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(18) .cm-title::before {
  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(18) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(19) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(19) .cm-title::before {
  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(19) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(20) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(20) .cm-title::before {
  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(20) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(21) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(21) .cm-title::before {
  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(21) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(22) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(22) .cm-title::before {
  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(22) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(23) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(23) .cm-title::before {
  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(23) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(8):checked ~ .cm-row:nth-child(24) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(8):checked ~ .cm-row:nth-child(24) .cm-title::before {
  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(24) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(9):checked ~ .cm-row:nth-child(25) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(9):checked ~ .cm-row:nth-child(25) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(9):checked ~ .cm-row:nth-child(25) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(10):checked ~ .cm-row:nth-child(26) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(10):checked ~ .cm-row:nth-child(26) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(10):checked ~ .cm-row:nth-child(26) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(11):checked ~ .cm-row:nth-child(27) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(11):checked ~ .cm-row:nth-child(27) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(11):checked ~ .cm-row:nth-child(27) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(12):checked ~ .cm-row:nth-child(28) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(12):checked ~ .cm-row:nth-child(28) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(12):checked ~ .cm-row:nth-child(28) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(13):checked ~ .cm-row:nth-child(29) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(13):checked ~ .cm-row:nth-child(29) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(13):checked ~ .cm-row:nth-child(29) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(14):checked ~ .cm-row:nth-child(30) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(14):checked ~ .cm-row:nth-child(30) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(14):checked ~ .cm-row:nth-child(30) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(15):checked ~ .cm-row:nth-child(31) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(15):checked ~ .cm-row:nth-child(31) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(15):checked ~ .cm-row:nth-child(31) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(16):checked ~ .cm-row:nth-child(32) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(16):checked ~ .cm-row:nth-child(32) .cm-title::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(16):checked ~ .cm-row:nth-child(32) .cm-desc {
  padding-bottom: 1.5em;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  line-height: 1.3;
}

#cm-rich-content .cm-other-section {
  padding: 0 2em;
  min-width: 700px;
  height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  color: #000;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-other-section {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-other-section {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-other-section {
    padding: 0 0em;
  }
}
#cm-rich-content .cm-other-section::-webkit-scrollbar {
  width: 50px;
  height: 10px;
}
#cm-rich-content .cm-other-section::-webkit-scrollbar-thumb {
  background: #DFDFDF;
  border-radius: 8px;
}
#cm-rich-content .cm-other-section::-webkit-scrollbar-track {
  background: #EFECEC;
  border-radius: 8px;
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-other-section {
    min-width: unset;
    max-width: 100%;
    overflow-x: scroll;
  }
}
#cm-rich-content .cm-other-section .cm-table {
  max-width: 100%;
  font-family: "Ubuntu", sans-serif;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-other-section .cm-table {
    width: 250%;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-other-section .cm-table {
    width: 133.3333333333%;
    max-width: unset;
    padding: 0 0.25em 0 0;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-other-section .cm-table {
    width: 200%;
    max-width: unset;
    padding: 0 0.25em 0 0;
  }
}
#cm-rich-content .cm-other-section .cm-table .cm-tr {
  border-collapse: collapse;
  height: 90px;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr {
    height: 80px;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr {
    height: 54px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr {
    height: 44px;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr.title {
    height: 80px;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr.title {
    height: 60px;
  }
}
#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td {
  border-collapse: collapse;
  border: 1px solid #E3004A;
  text-align: center;
  padding: 0 1em;
  position: relative;
  max-width: calc((100% - 190px) / 3);
  min-width: calc((100% - 190px) / 3);
  border-top: none;
  font-size: 1.125em;
  border-left: none;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td {
    font-size: 1em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td {
    font-size: 0.875em;
  }
}
#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td.cm-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 50%;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td.cm-green img {
  max-width: 100%;
  width: 14%;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td.cm-green img {
    max-width: 16%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td.cm-green img {
    max-width: 14%;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td.cm-green img {
    max-width: 16%;
  }
}
#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td.cm-dash::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2.5px;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td:nth-child(2) {
  background-color: rgba(227, 0, 74, 0.05);
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td {
    width: 20%;
    min-width: unset;
    max-width: unset;
    background-color: #fff;
  }
}
#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td:first-child {
  min-width: 190px;
  max-width: 190px;
  text-align: left;
  z-index: unset;
  position: sticky;
  left: 0;
  padding-left: 2em;
  z-index: 1;
  border: 1px solid #E3004A;
  border-collapse: separate;
  border-left: none;
  border-top: none;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td:first-child {
    width: 20%;
    min-width: unset;
    max-width: unset;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td:first-child {
    width: 20%;
    min-width: 160px;
    max-width: 160px;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td:first-child {
    width: 20%;
    min-width: unset;
    max-width: unset;
  }
}
#cm-rich-content .cm-other-section .cm-table .cm-tr:first-child {
  height: 125px;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr:first-child img {
  width: 90%;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr:first-child .cm-td {
  border: none;
  position: sticky;
  top: 0;
  z-index: 2;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr:first-child .cm-td:first-child {
  z-index: 3;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr:first-child .cm-main-product {
  background-color: #fff;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-td {
  position: sticky;
  top: 125px;
  z-index: 2;
  border-top: none;
  border: none;
  font-size: 1em;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-td:first-child {
  z-index: 3;
  border: none;
}
#cm-rich-content .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-main-product {
  background-color: #fff;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot {
  position: sticky;
  bottom: 0;
  z-index: 1;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr {
  height: 90px;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td {
  position: sticky;
  bottom: 0;
  z-index: 1;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button {
  width: 100%;
  max-width: 100%;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  position: relative;
  animation-name: cm-button;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  scale: 1;
  transition: scale 0.3s;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button:hover, #cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button:active {
  scale: 0.9;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button:hover .cm-ul, #cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button:active .cm-ul {
  opacity: 1;
  width: 100%;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button .cm-ul {
  position: absolute;
  transform: translateY(25%);
  bottom: 0;
  left: 0;
  background-color: #007DBA;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  opacity: 0;
  transition: opacity 0.3s;
  animation-name: cm-button;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  height: 200%;
  overflow: hidden;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button .cm-ul .cm-li {
  height: 50%;
  font-size: 16px;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button .cm-ul .cm-li .cm-link {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button .cm-ul .cm-li:hover {
  background-color: #006699;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button {
    animation-name: none;
    scale: 0.9;
  }
  #cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button .cm-ul {
    opacity: 1;
  }
}
#cm-rich-content .cm-disclaimer {
  padding: 2em 0 0 1em;
  font-size: 0.875em;
}
