@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Ubuntu:wght@300;400;500;700&display=swap");
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#cm-rich-content {
  line-height: 1.2;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  max-width: 1200px;
  margin: auto;
  max-width: 920px;
}
#cm-rich-content * {
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #e3004a;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cm-rich-content .cm-header .cm-logo {
  padding: 2em 2em 2em 0;
  text-align: right;
  background: transparent -webkit-gradient(linear, left top, right top, from(#880833), to(#e3004a)) 0% 0% no-repeat padding-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 400px) {
  #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: 400px) {
  #cm-rich-content .cm-header .cm-header-content .cm-banner-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#cm-rich-content .cm-header .cm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3em 0 3em 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 47%;
  width: 100%;
  font-size: 2.75em;
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    max-width: 48%;
    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;
  }
}
@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: 52%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header .cm-flex .cm-col {
    max-width: 68%;
    font-size: 1.75em;
  }
}
#cm-rich-content .cm-header .cm-flex .cm-col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  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: 2%;
  position: absolute;
  right: -30px;
  bottom: 70%;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(2) {
    bottom: 72%;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(2) {
    margin-right: 3%;
    bottom: 60%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header .cm-flex .cm-col:nth-child(2) {
    margin-right: 4%;
    bottom: 74%;
  }
}
#cm-rich-content .cm-header .cm-flex .cm-col .cm-title {
  font-family: "Ubuntu", sans-serif;
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-container .cm-text span {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-container .cm-text span {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-container .cm-text span {
    font-size: 1.25em;
  }
}
#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;
  }
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-container .cm-text {
    padding: 0 6em;
  }
}
@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;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-container .cm-text {
    padding: 0 0.25em;
  }
}
#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 {
    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;
}
@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;
}
@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-images-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 600px;
  }
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper::before {
  content: "";
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(227, 0, 74, 0)), to(#e3004a)) 0% 0% no-repeat padding-box;
  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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper:hover {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper:hover {
    -ms-flex-preferred-size: 100%;
        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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-content {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
#cm-rich-content .cm-images-gallery .cm-carousel-image-wrapper .cm-content .cm-title {
  color: white;
  font-size: 1em;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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-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;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-title-hotspot .cm-ng {
    padding: 0 0.25em;
  }
}
#cm-rich-content .cm-ng {
  max-width: 1200px;
  margin: auto;
  color: #E3004A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em;
  font-family: "Ubuntu", sans-serif;
}
@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.25em;
  }
  #cm-rich-content .cm-ng br {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-ng.cm-br-none br {
    display: none;
  }
}
#cm-rich-content .cm-header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 2em 0em 3em;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-header-icons {
    padding: 2em 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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  #cm-rich-content .cm-header-icons {
    padding: 2em 0;
    gap: 1em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header-icons .cm-single-item {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  #cm-rich-content .cm-header-icons .cm-single-item {
    width: 50%;
    padding: 0;
  }
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1em;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1000px) {
  #cm-rich-content .cm-header-icons .cm-single-item .cm-item {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header-icons .cm-single-item .cm-item {
    padding: 1em;
  }
}
@media only screen and (max-width: 500px) {
  #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 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-item .cm-icon2 .cm-icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-header-icons .cm-single-item .cm-effect {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(227, 0, 74, 0)), to(#E3004A)) 0% 0% no-repeat padding-box;
  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;
  -webkit-transition: 0.3s ease-in-out;
  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%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  top: 50%;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Ubuntu", sans-serif;
  width: 70%;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-header-icons .cm-single-item .cm-text {
    font-size: 1em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header-icons .cm-single-item .cm-text {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 500px) {
  #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 {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#cm-rich-content .cm-header-icons .cm-single-item:hover .cm-item .cm-icon2 .cm-effect {
  opacity: 0;
  -webkit-transform: scale(1.05);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          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 1em 0em 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 {
    padding: 3em 0em 0em 0em;
  }
}
@media only screen and (max-width: 650px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 {
    padding: 2em 0em 0em 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
  }
}
@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: 650px) {
  #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 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0.75em;
}
@media only screen and (max-width: 950px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-icon2 {
    padding: 1em;
  }
}
@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%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  top: 50%;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-icon2:hover .cm-after-container .cm-btn span {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  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: 100%;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn-center {
    max-width: 100%;
  }
}
@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 -webkit-gradient(linear, right top, left top, from(#880833), to(#e3004a)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #880833 0%, #e3004a 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 650px) {
  #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: 0.875em;
  font-weight: 300;
  padding: 1em;
  min-height: 250px;
}
@media only screen and (max-width: 650px) {
  #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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@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 .cm-button .cm-btn-content .cm-title {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 650px) {
  #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.5em;
  }
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #dfdfdf;
  opacity: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 850px) {
  #cm-rich-content .cm-container-icons .cm-header-icons-2 .cm-item .cm-after-container .cm-btn {
    font-size: 1em;
  }
}
#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;
  -webkit-transition: all 0.2s;
  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: 650px) {
  #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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-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;
  -webkit-transform: rotate(180deg) scaleX(-1);
          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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp .cm-text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
#cm-rich-content .cm-serp .cm-text-col .cm-text-col-background {
  background-color: #fff;
  min-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 2em;
  background-color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-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 {
    -webkit-transform: unset;
            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.cm500-1 {
  min-height: 110%;
}
#cm-rich-content .cm-serp .cm-text-col .cm-text-col-background.cm500 {
  min-height: 130%;
}
#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: 1000px) {
  #cm-rich-content .cm-serp .cm-text-col .cm-title {
    font-size: 2.125em;
  }
  #cm-rich-content .cm-serp .cm-text-col .cm-paragraph {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2em 0em;
  }
  #cm-rich-content .cm-serp .cm-img-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5em;
}
@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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-reverse .cm-text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cm-rich-content .cm-serp-reverse .cm-text-col .cm-text-col-background {
  background-color: #fff;
  min-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 2em;
  background-color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@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 {
    -webkit-transform: unset;
            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.cm500 {
  min-height: 130%;
}
#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 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2em 0em;
  }
  #cm-rich-content .cm-serp-reverse .cm-img-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            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 0.75em 0em;
  }
}
#cm-rich-content .cm-serp-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-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;
  -webkit-transform: rotate(180deg) scaleX(-1);
          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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-bottom .cm-text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 2em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-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 {
    -webkit-transform: unset;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5em 0em;
  }
  #cm-rich-content .cm-serp-bottom .cm-img-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            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 0.75em 0em;
  }
}
#cm-rich-content .cm-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cm-rich-content .cm-banner .cm-banner-bg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(2) {
    left: 51%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 250px;
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            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) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          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: -webkit-gradient(linear, left bottom, left top, from(rgb(48, 47, 50)), to(rgba(48, 47, 50, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgb(48, 48, 51)), to(rgba(48, 48, 51, 0)));
    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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2em;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #DFDFDF;
  text-align: center;
}
#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.cm-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#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: -webkit-box;
  display: -ms-flexbox;
  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-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #e3004a;
  color: white;
  padding: 1.5em 0.5em;
  min-height: 60px;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: auto;
  max-width: 340px;
  min-width: 232px;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}
@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;
  }
}
#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: 52%;
  top: 4%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
  left: calc(52% + 20px);
  top: calc(4% + 64px);
  -webkit-transform: translateX(-50%);
          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;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
    min-width: 270px;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 48%;
  top: 84%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
  left: calc(48% + 20px);
  top: calc(84% + 64px);
  -webkit-transform: translateX(-50%);
          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: 32%;
  top: 70%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
  min-width: 232px;
  left: calc(32% + 20px);
  top: calc(70% + 64px);
  -webkit-transform: translateX(-50%);
          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: 270px;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 32%;
  top: 86%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
  left: calc(32% + 20px);
  top: calc(86% + 64px);
  -webkit-transform: translateX(-50%);
          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;
  }
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
    min-width: 270px;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
  left: 50%;
  top: 54%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
  padding: 1em 0.5em;
  left: calc(50% + 20px);
  top: calc(54% + 64px);
  -webkit-transform: translateX(-50%);
          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;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
    padding: 0.5em 0.5em;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse {
  position: relative;
  width: 100%;
  height: 100%;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-animation: pulse 1.2s linear infinite;
          animation: pulse 1.2s linear infinite;
  top: 0;
  left: 0;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::before {
  -webkit-animation: none;
          animation: none;
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:hover + .cm-content {
  opacity: 1;
  visibility: visible;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
            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 {
    -webkit-animation-name: pulse2;
            animation-name: pulse2;
  }
}
@media screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse-rwd;
            animation-name: pulse-rwd;
  }
}
#cm-rich-content .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) {
  left: 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);
  -webkit-transform: translateX(-50%);
          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);
  -webkit-transform: translateX(-50%);
          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: 300px;
    left: 50% !important;
    bottom: -35px !important;
    -webkit-transform: translate(-50%, 50%) !important;
            transform: translate(-50%, 50%) !important;
  }
}
@media only screen and (max-width: 700px) and (max-width: 600px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content {
    width: 220px;
    padding: 0.5em;
  }
}
@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: 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: 52%;
    top: 4%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 48%;
    top: 84%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
    left: 32%;
    top: 70%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
    left: 32%;
    top: 86%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
    left: 50%;
    top: 54%;
  }
}
@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-video-section {
  padding-top: 0;
  background-color: #2E2E30;
  position: relative;
}
#cm-rich-content .cm-video-section::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}
#cm-rich-content .cm-video-section label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
}
#cm-rich-content .cm-video-section input {
  display: none;
}
#cm-rich-content .cm-video-section input:checked ~ label {
  display: none;
}
#cm-rich-content .cm-video-section iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
}
#cm-rich-content .cm-slides-new {
  padding: 2em 1em 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  row-gap: 2em;
}
#cm-rich-content .cm-slides-new.cm-background-color {
  background-color: #dfdfdf;
  padding: 0em 2em 6em 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2em;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides-new.cm-background-color {
    padding: 2em 1em 6em 1em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-slides-new.cm-background-color {
    padding: 2em 1em 3em 1em;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-slides-new.cm-background-color {
    padding: 2em 1em 0em 1em;
    row-gap: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides-new {
    padding: 3em 0em 1em 0em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-slides-new {
    padding: 1em 0em 1em 0em;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-slides-new {
    padding: 2em 0.5em 0em 0.5em;
    row-gap: 1em;
  }
}
#cm-rich-content .cm-slides-new .cm-slide-box {
  max-width: 25%;
  width: 100%;
  position: relative;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#cm-rich-content .cm-slides-new .cm-slide-box.cm-blender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 100%;
}
#cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:nth-child(13) {
  max-width: 30%;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:nth-child(13) {
    max-width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:nth-child(13) {
    max-width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:nth-child(13) {
    max-width: 100%;
  }
}
#cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:nth-child(14) {
  max-width: 30%;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:nth-child(14) {
    max-width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:nth-child(14) {
    max-width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:nth-child(14) {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides-new .cm-slide-box {
    max-width: 33%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-slides-new .cm-slide-box {
    max-width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-slides-new .cm-slide-box {
    max-width: 100%;
  }
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-slide-scale {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-slide-scale.cm-blender {
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-slide {
  max-width: 180px;
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-slide.cm-blender {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-slide {
    max-width: 150px;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-slide {
    max-width: 180px;
  }
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-slide .cm-slide-scale {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-slide .cm-slide-scale.cm-blender {
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-text {
  margin-top: 1em;
  color: black;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.4;
  min-height: 100px;
  text-align: center;
  max-width: 80%;
  font-family: "Ubuntu", sans-serif;
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-text span {
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-text {
    font-size: 1em;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-text {
    max-width: 75%;
  }
}
@media only screen and (max-width: 350px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-text {
    max-width: 90%;
  }
}
#cm-rich-content .cm-slides-new .cm-slide-box .cm-text.cm-blender {
  font-weight: 400;
  font-size: 18px;
  min-height: 44px;
}
@media only screen and (max-width: 900px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-text.cm-blender {
    font-size: 16px;
    padding: 0 0.5em;
    min-height: 70px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-text.cm-blender {
    min-height: 90px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-text.cm-blender {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  #cm-rich-content .cm-slides-new .cm-slide-box .cm-text.cm-blender {
    max-width: 70%;
  }
}
#cm-rich-content .cm-slides-new .cm-slide-box:hover .cm-slide .cm-slide-scale {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#cm-rich-content .cm-slides-new .cm-slide-box:hover .cm-text {
  color: #e3004a;
}
#cm-rich-content .cm-slides-new .cm-slide-box.cm-blender:hover .cm-slide-scale {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(227, 0, 74, 0.5);
          box-shadow: 0px 2px 20px 0px rgba(227, 0, 74, 0.5);
}
#cm-rich-content .cm-slides-new .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: -webkit-gradient(linear, left top, left bottom, from(rgb(46, 46, 48)), to(rgba(46, 46, 48, 0)));
  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;
}
@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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  text-align: center;
  cursor: pointer;
}
#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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input {
  display: none;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row {
  background-color: #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 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title {
    padding: 1em 1em 1em 40px;
  }
  #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::after, #cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-title::before {
    left: 20px;
  }
}
#cm-rich-content .cm-faq-section .cm-faq .cm-row .cm-desc {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 2em 0 10%;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  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(8) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(8) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(1):checked ~ .cm-row:nth-child(8) .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(9) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(9) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(2):checked ~ .cm-row:nth-child(9) .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(10) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(10) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(3):checked ~ .cm-row:nth-child(10) .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(11) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(11) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(4):checked ~ .cm-row:nth-child(11) .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(12) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(12) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(5):checked ~ .cm-row:nth-child(12) .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(13) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(13) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(6):checked ~ .cm-row:nth-child(13) .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(14) .cm-title {
  cursor: default;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(14) .cm-title::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
#cm-rich-content .cm-faq-section .cm-faq .cm-input:nth-child(7):checked ~ .cm-row:nth-child(14) .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;
  font-family: "Ubuntu", sans-serif;
}
@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: 800px) {
  #cm-rich-content .cm-other-section {
    padding: 0 0.5em;
  }
}
@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;
  }
}
#cm-rich-content .cm-other-section .cm-table .cm-tr.title {
  font-family: "Ubuntu", sans-serif;
}
@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: 1000px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td {
    width: 25%;
    min-width: unset;
    max-width: unset;
  }
}
@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 img {
  width: 94%;
}
@media only screen and (max-width: 650px) {
  #cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td img {
    max-width: 100%;
    width: 100%;
  }
}
#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%;
  -webkit-transform: translate(-50%, -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%;
  -webkit-transform: translate(-50%, -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 {
    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: 25%;
    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: 25%;
    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: 25%;
    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 .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;
}
#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td {
  position: sticky;
  bottom: 0;
  z-index: 1;
}
#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;
  -webkit-animation-name: cm-button;
          animation-name: cm-button;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  scale: 1;
  -webkit-transition: scale 0.3s;
  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;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  bottom: 0;
  left: 0;
  background-color: #007DBA;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation-name: cm-button;
          animation-name: cm-button;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#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 {
    -webkit-animation-name: none;
            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;
}
