@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;800;900&display=swap");

@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

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

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

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

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    opacity: 0;
  }
}

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

  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

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

  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#cm-rich-content {
  container: main/inline-size;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333f48;
  max-width: 1200px;
  margin: auto;
  line-height: 1.33;
  max-width: 1200px;
}

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

@container main (max-width: 900px) {
  #cm-rich-content .cm-main-div {
    font-size: 14px;
  }
}

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

#cm-rich-content a {
  text-decoration: none;
}

#cm-rich-content .cm-semibold {
  font-weight: 600;
}

#cm-rich-content .cm-main-div .cm-bg-1 {
  background-position: top left;
  background-size: 100%;
  background-repeat: round;
  margin-bottom: 4em;
}

#cm-rich-content .cm-main-div .cm-bg-2 {
  overflow-x: hidden;
  background-position: top;
  background-repeat: round;
}

#cm-rich-content .cm-main-div .cm-gray-bg {
  background-color: #eef0f2;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-bg-rwd {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 240, 242, 0)), color-stop(10%, #eef0f2)) !important;
    background-image: linear-gradient(to bottom, rgba(238, 240, 242, 0), #eef0f2 10%) !important;
  }
}

#cm-rich-content .cm-main-div .cm-text-banner {
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
  width: 100%;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}

#cm-rich-content .cm-main-div .cm-text-banner .cm-title {
  font-size: 1.75em;
  margin-bottom: .75em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-text-banner .cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-text-banner .cm-text {
  font-size: 1.25em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-text-banner .cm-text {
    font-size: 1.125em;
  }
}

#cm-rich-content .cm-main-div .cm-image-banner {
  margin: 2em auto;
}

#cm-rich-content .cm-main-div .cm-faq-section {
  background-color: #eef0f2;
  padding: 4.5em 0 3em;
  position: relative;
}

#cm-rich-content .cm-main-div .cm-faq-section>.cm-title {
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 2em;
  padding: 0 1em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-faq-section>.cm-title {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}

#cm-rich-content .cm-main-div .cm-faq-section::before {
  content: "";
  display: block;
  position: absolute;
  top: -2em;
  width: 100%;
  height: 2em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eef0f2), to(rgba(238, 240, 242, 0)));
  background-image: linear-gradient(to top, #eef0f2, rgba(238, 240, 242, 0));
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col {
  max-width: 50%;
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input {
  display: none;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(1):checked~.cm-faq-list .cm-question:nth-child(1) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(1):checked~.cm-faq-list .cm-answer:nth-child(2) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(2):checked~.cm-faq-list .cm-question:nth-child(3) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(2):checked~.cm-faq-list .cm-answer:nth-child(4) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(3):checked~.cm-faq-list .cm-question:nth-child(5) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(3):checked~.cm-faq-list .cm-answer:nth-child(6) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(4):checked~.cm-faq-list .cm-question:nth-child(7) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(4):checked~.cm-faq-list .cm-answer:nth-child(8) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(5):checked~.cm-faq-list .cm-question:nth-child(9) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(5):checked~.cm-faq-list .cm-answer:nth-child(10) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(6):checked~.cm-faq-list .cm-question:nth-child(11) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(6):checked~.cm-faq-list .cm-answer:nth-child(12) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(7):checked~.cm-faq-list .cm-question:nth-child(13) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(7):checked~.cm-faq-list .cm-answer:nth-child(14) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(8):checked~.cm-faq-list .cm-question:nth-child(15) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(8):checked~.cm-faq-list .cm-answer:nth-child(16) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(9):checked~.cm-faq-list .cm-question:nth-child(17) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(9):checked~.cm-faq-list .cm-answer:nth-child(18) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(10):checked~.cm-faq-list .cm-question:nth-child(19) {
  color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col input:nth-child(10):checked~.cm-faq-list .cm-answer:nth-child(20) {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col .cm-faq-list {
  padding: 0 .5em 0 3em;
  max-width: 550px;
  width: 100%;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col .cm-faq-list .cm-question {
  font-size: 1.125em;
  margin: 1em 0 .25em;
  list-style-type: none;
  position: relative;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col .cm-faq-list .cm-question .cm-label {
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col .cm-faq-list .cm-question::before {
  content: "+";
  position: absolute;
  left: -1em;
  font-size: 1.5em;
  line-height: .8;
  color: #006ec7;
  font-weight: 600;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col .cm-faq-list .cm-question+.cm-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-img-col {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 .5em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-faq-section .cm-row {
    -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;
    row-gap: 3em;
  }

  #cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-img-col {
    display: none;
  }

  #cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col {
    max-width: 550px;
  }

  #cm-rich-content .cm-main-div .cm-faq-section .cm-row .cm-list-col .cm-faq-list {
    max-width: 100%;
    padding-right: 1em;
  }
}

#cm-rich-content .cm-main-div .cm-features>.cm-title {
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 1.5em;
  padding: 0 1em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-features>.cm-title {
    font-size: 1.5em;
    margin-bottom: .5em;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-features+.cm-text-banner {
    margin: 3em auto -2em;
  }
}

#cm-rich-content .cm-main-div .cm-features .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
}

#cm-rich-content .cm-main-div .cm-features .cm-row .cm-list-col {
  max-width: 50%;
  width: 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-main-div .cm-features .cm-row .cm-list-col .cm-ul {
  padding: 0 .5em 0 3em;
  max-width: 550px;
  width: 100%;
}

#cm-rich-content .cm-main-div .cm-features .cm-row .cm-list-col .cm-ul .cm-li {
  font-size: 1.125em;
  margin: .75em 0;
  list-style-type: none;
  position: relative;
}

#cm-rich-content .cm-main-div .cm-features .cm-row .cm-list-col .cm-ul .cm-li::before {
  content: "+";
  position: absolute;
  left: -1em;
  font-size: 1.5em;
  line-height: .8;
  color: #006ec7;
  font-weight: 600;
}

#cm-rich-content .cm-main-div .cm-features .cm-row .cm-img-col {
  max-width: 50%;
  width: 100%;
  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;
  padding: 0 .5em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-features .cm-row {
    -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;
    row-gap: 1em;
  }

  #cm-rich-content .cm-main-div .cm-features .cm-row .cm-list-col {
    max-width: 450px;
  }

  #cm-rich-content .cm-main-div .cm-features .cm-row .cm-list-col .cm-ul {
    padding-right: 1em;
  }

  #cm-rich-content .cm-main-div .cm-features .cm-row .cm-img-col {
    max-width: 350px;
    padding: 0 1em;
  }
}

#cm-rich-content .cm-main-div .cm-features-big {
  padding: 4em 0 4em;
}

#cm-rich-content .cm-main-div .cm-features-big>.cm-title {
  text-align: center;
  font-size: 1.75em;
  margin: 0 auto .5em;
  padding: 0 1em;
  max-width: 600px;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-features-big>.cm-title {
    font-size: 1.5em;
    margin-bottom: .5em;
  }
}

#cm-rich-content .cm-main-div .cm-features-big>.cm-subtitle {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 2.5em;
  padding: 0 1em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-features-big>.cm-subtitle {
    font-size: 1.5em;
    margin-bottom: .5em;
  }
}

#cm-rich-content .cm-main-div .cm-features-big .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#cm-rich-content .cm-main-div .cm-features-big .cm-row .cm-list-col {
  max-width: 50%;
  width: 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-main-div .cm-features-big .cm-row .cm-list-col .cm-ul {
  padding: 0 .5em 0 3em;
  max-width: 450px;
  width: 100%;
}

#cm-rich-content .cm-main-div .cm-features-big .cm-row .cm-list-col .cm-ul .cm-li {
  font-size: 1.125em;
  margin: .75em 0;
  list-style-type: none;
  position: relative;
}

#cm-rich-content .cm-main-div .cm-features-big .cm-row .cm-list-col .cm-ul .cm-li::before {
  content: "+";
  position: absolute;
  left: -1em;
  font-size: 1.5em;
  line-height: .8;
  color: #006ec7;
  font-weight: 600;
}

#cm-rich-content .cm-main-div .cm-features-big .cm-row .cm-img-col {
  max-width: 50%;
  width: 100%;
  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;
  padding: 0 .5em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-features-big .cm-row {
    -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;
    row-gap: 1em;
  }

  #cm-rich-content .cm-main-div .cm-features-big .cm-row .cm-list-col {
    max-width: 450px;
  }

  #cm-rich-content .cm-main-div .cm-features-big .cm-row .cm-list-col .cm-ul {
    padding-right: 1em;
  }

  #cm-rich-content .cm-main-div .cm-features-big .cm-row .cm-img-col {
    max-width: 350px;
    padding: 0 1em;
  }
}

#cm-rich-content .cm-main-div .cm-footer {
  padding: 2.25em 0 1.5em;
  text-align: center;
  background-color: #333f48;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-footer {
    padding-left: 1.25em;
    margin: 0 auto;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-section {
  padding-top: 4em;
}

#cm-rich-content .cm-main-div .cm-gallery-section>.cm-title {
  font-size: 2em;
  text-align: center;
  padding: 0 1em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-section>.cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@container main (max-width: 1200px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery {
    padding: 0 1em;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery {
    -webkit-column-gap: 0;
    column-gap: 0;
    margin-top: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 .25em;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery {
    row-gap: 1em;
    padding: 0 1em;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item {
  max-width: calc(100% / 3);
  width: 380px;
  position: relative;
  overflow: hidden;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item {
    max-width: calc(100% / 2 - .5em);
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item {
    max-width: 320px;
    pointer-events: none;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-image-holder {
  padding: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-image-holder::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 3em);
  position: absolute;
  background-color: rgba(51, 63, 72, 0.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-image-holder img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-text-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: .5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-text-holder .cm-text {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  margin-bottom: .5em;
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-text-holder .cm-subtext {
  text-align: center;
  color: #fff;
  -webkit-transform: translate(0, 1em);
  transform: translate(0, 1em);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  max-height: 0;
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item:hover .cm-image-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item:hover ::after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(51, 63, 72, 0.8);
}

#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item:hover .cm-text-holder .cm-subtext {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-image-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-image-holder::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgba(51, 63, 72, 0.8);
  }

  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-text-holder .cm-subtext {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    max-height: 200px;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-expand>.cm-title {
  font-size: 1.75em;
  text-align: center;
  padding: 2em 1em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-expand>.cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 600px;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex {
    height: 500px;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item:nth-child(2) img {
  margin-right: -20%;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item:nth-child(2) img {
    margin: auto;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 110, 199, 0.7)), to(rgba(0, 110, 199, 0)));
  background-image: linear-gradient(to top, rgba(0, 110, 199, 0.7), rgba(0, 110, 199, 0));
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item img {
  max-width: unset;
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item .cm-text {
  position: absolute;
  left: 50%;
  bottom: 15%;
  font-size: 1.125em;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  color: #fff;
  text-align: center;
  max-width: 140px;
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item .cm-text {
    bottom: 50%;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item:hover {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item:hover {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item:hover::before {
  opacity: 0;
}

#cm-rich-content .cm-main-div .cm-gallery-expand .cm-flex .cm-item:hover .cm-text {
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-main-div .cm-header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  margin-bottom: 2em;
}

#cm-rich-content .cm-main-div .cm-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  bottom: 0;
}

#cm-rich-content .cm-main-div .cm-header .cm-text-col {
  max-width: 50%;
  width: 100%;
  color: #006ec7;
  padding-left: 4em;
  padding-right: 1.5em;
  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-direction: column;
  flex-direction: column;
}

@container main (max-width: 1100px) {
  #cm-rich-content .cm-main-div .cm-header .cm-text-col {
    padding-left: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-header-bg {
  position: absolute;
  height: 100%;
  left: 0;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-title {
  font-size: 3em;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: .25em;
  position: relative;
  max-width: 520px;
}
@container main (max-width: 1100px) {
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-title {
    font-size: 2.75em;
  }
}

#cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-subtitle {
  font-size: 1.75em;
  position: relative;
  color: #fff;
  font-weight: 600;
}

#cm-rich-content .cm-main-div .cm-header .cm-image-col {
  max-width: 50%;
  width: 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;
  position: relative;
  padding: 0 .5em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-header {
    -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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 3em;
    padding: 2em 0 0;
    margin-bottom: 4em;
    overflow: hidden;
  }

  #cm-rich-content .cm-main-div .cm-header .cm-text-col {
    max-width: 100%;
    text-align: center;
    padding: 0 1em;
    position: relative;
  }

  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-header-bg {
    position: absolute;
    height: calc(100% + 4em);
    left: 50%;
    width: 700px !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-title {
    max-width: 100%;
    font-size: 2.25em;
  }

  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-subtitle {
    font-size: 1.5em;
  }

  #cm-rich-content .cm-main-div .cm-header .cm-image-col {
    max-width: 350px;
    padding: 0 1.5em;
  }
}
@container main (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-title {
    font-size: 2.125em;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-subtitle {
    font-size: 1.375em;
  }
}

#cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col {
  max-width: 55%;
}

#cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col .cm-header-bg {
  width: 55%;
}

@container main (max-width: 1000px) {
  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col .cm-title {
    font-size: 2.25em;
  }

  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col .cm-subtitle {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-image-col {
  max-width: 45%;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-header.cm-custom-header {
    -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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 3em;
    padding: 2em 0 0;
    margin-bottom: 4em;
  }

  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col {
    max-width: 500px;
    text-align: center;
    padding: 0 1em;
  }

  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col .cm-title {
    max-width: 100%;
    font-size: 2.25em;
  }

  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col .cm-subtitle {
    font-size: 1.5em;
  }

  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-image-col {
    max-width: 350px;
    padding: 0 1.5em;
  }
}

@container main (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col {
    max-width: 100%;
    text-align: center;
    padding: 0 1em;
  }

  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col .cm-title {
    max-width: 100%;
    font-size: 1.75em;
  }

  #cm-rich-content .cm-main-div .cm-header.cm-custom-header .cm-text-col .cm-subtitle {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-header.cm-header-wnr .cm-text-col .cm-title {
  max-width: none;
}

#cm-rich-content .cm-main-div .cm-header.cm-header-wnr .cm-text-col .cm-title:first-child {
  padding-bottom: 0;
}

#cm-rich-content .cm-main-div .cm-hotspot-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 4em;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section {
    padding-bottom: 1em;
  }
}

#cm-rich-content .cm-main-div .cm-hotspot-section>.cm-title {
  font-size: 1.75em;
  text-align: center;
  margin-top: 2em;
  padding: 0 1em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section>.cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box {
  position: relative;
  max-width: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4% auto 2em;
  text-align: center;
}

#cm-rich-content .cm-main-div .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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #fff;
  color: #006ec7;
  padding: 0.75em 1.5em;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 96, 175, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 96, 175, 0.16);
  /* min-height: 90px; */
  -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;
  max-width: 270px;
  min-width: 250px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 74%;
  top: 6%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4)+.cm-content {
  left: calc(74% + 20px);
  top: calc(6% + 40px + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 0%;
  top: 55%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6)+.cm-content {
  left: calc(0% + 20px);
  top: calc(55% + 40px + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 90%;
  top: 42%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8)+.cm-content {
  left: calc(90% + 20px);
  bottom: calc(100% - 42% + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after,
#cm-rich-content .cm-main-div .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-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

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

#cm-rich-content .cm-main-div .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);
  }
}

@container main (max-width: 700px) {

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after,
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
  }
}

@container main (max-width: 500px) {

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after,
  #cm-rich-content .cm-main-div .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;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box {
    margin: 30px auto 150px;
    max-width: calc(100% - 3em);
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 35px;
    height: 35px;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus+.cm-content {
    text-align: center;
    width: 300px;
    left: 50% !important;
    bottom: -75px !important;
    right: unset !important;
    top: unset !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transform: translate(-50%, 50%) !important;
    transform: translate(-50%, 50%) !important;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus+.cm-content .cm-top {
    text-align: center;
    margin: 0 auto;
  }

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

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 74%;
    top: 6%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
    left: 2%;
    top: 67%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
    left: 91%;
    top: 59%;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box {
    padding: 0 1em;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 30px;
    height: 30px;
  }
}

@container main (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 25px;
    height: 25px;
  }
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(2) {
  left: 44%;
  top: 12%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(2)+.cm-content {
  left: calc(44% + 20px);
  bottom: calc(100% - 12% + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(4) {
  left: 29%;
  top: 30%;
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(6) {
  left: 29%;
  top: 52%;
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(8) {
  left: 42%;
  top: 62%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(8)+.cm-content {
  left: 42%;
  top: 62%;
  -webkit-transform: translate(calc(40px + .75em), calc(1em - 50%));
  transform: translate(calc(40px + .75em), calc(1em - 50%));
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(10)+.cm-content {
  left: 64%;
  top: 83%;
  -webkit-transform: translate(calc(40px + .75em), calc(1em - 50%));
  transform: translate(calc(40px + .75em), calc(1em - 50%));
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(2) {
    left: 48%;
    top: 12%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(4) {
    left: 29%;
    top: 30%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(6) {
    left: 29%;
    top: 52%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(8) {
    left: 45%;
    top: 62%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(10) {
    left: 66%;
    top: 83%;
  }
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(2) {
  left: 33%;
  top: 15%;
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4) {
  left: 91%;
  top: 30%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4)+.cm-content {
  left: 91%;
  top: 30%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(6) {
  left: 95%;
  top: 50%;
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8) {
  left: 75%;
  top: 62%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8)+.cm-content {
  left: 75%;
  top: 62%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10) {
  left: 9%;
  top: 88%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10)+.cm-content {
  left: 9%;
  top: 88%;
  -webkit-transform: translate(calc(40px + .75em), calc(20px - 50%));
  transform: translate(calc(40px + .75em), calc(20px - 50%));
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(2) {
    left: 33%;
    top: 15%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4) {
    left: 91%;
    top: 30%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(6) {
    left: 93%;
    top: 50%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8) {
    left: 75%;
    top: 62%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10) {
    left: 9%;
    top: 88%;
  }
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(2) {
  left: 33%;
  top: 15%;
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(4) {
  left: 91%;
  top: 30%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(4)+.cm-content {
  left: 91%;
  top: 30%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(6) {
  left: 95%;
  top: 50%;
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(8) {
  left: 75%;
  top: 62%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(8)+.cm-content {
  left: 75%;
  top: 62%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(10) {
  left: 29%;
  top: 64%;
}

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

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(12) {
  left: 60%;
  top: 42%;
}

#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(12)+.cm-content {
  left: 60%;
  top: 42%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(2) {
    left: 33%;
    top: 15%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(4) {
    left: 91%;
    top: 30%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(6) {
    left: 93%;
    top: 50%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(8) {
    left: 75%;
    top: 62%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(10) {
    left: 29%;
    top: 64%;
  }

  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(12) {
    left: 58%;
    top: 42%;
  }
}

#cm-rich-content .cm-main-div .cm-underheader-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 3em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cm-rich-content .cm-main-div .cm-underheader-icons .cm-item {
  max-width: 20%;
  width: 100%;
  padding: 0 .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#cm-rich-content .cm-main-div .cm-underheader-icons .cm-item .cm-image {
  max-width: 70%;
}

#cm-rich-content .cm-main-div .cm-underheader-icons .cm-item .cm-text {
  text-align: center;
  margin-top: 1em;
  font-weight: 600;
}

@container main (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-underheader-icons {
    row-gap: 3em;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  #cm-rich-content .cm-main-div .cm-underheader-icons .cm-item {
    max-width: calc(100% / 3);
    padding: 0 1em;
  }

  #cm-rich-content .cm-main-div .cm-underheader-icons .cm-item .cm-image {
    max-width: 100px;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-underheader-icons {
    -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;
  }

  #cm-rich-content .cm-main-div .cm-underheader-icons .cm-item {
    max-width: 300px;
  }
}

#cm-rich-content .cm-main-div .cm-icons-section {
  padding: 3em 1em;
  margin-bottom: 5em;
}

#cm-rich-content .cm-main-div .cm-icons-section .cm-icons {
  padding-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cm-rich-content .cm-main-div .cm-icons-section .cm-icons .cm-item {
  max-width: calc(100% / 6);
  width: 100%;
  padding: 0 .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#cm-rich-content .cm-main-div .cm-icons-section .cm-icons .cm-item .cm-image {
  max-width: 70%;
}

#cm-rich-content .cm-main-div .cm-icons-section .cm-icons .cm-item .cm-text {
  text-align: center;
  margin-top: 1em;
  font-weight: 600;
}

@container main (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-icons-section .cm-icons {
    row-gap: 3em;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  #cm-rich-content .cm-main-div .cm-icons-section .cm-icons .cm-item {
    max-width: calc(100% / 3);
    padding: 0 1em;
  }

  #cm-rich-content .cm-main-div .cm-icons-section .cm-icons .cm-item .cm-image {
    max-width: 100px;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-icons-section .cm-icons {
    -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;
  }

  #cm-rich-content .cm-main-div .cm-icons-section .cm-icons .cm-item {
    max-width: 300px;
  }
}

#cm-rich-content .cm-main-div .cm-logo-top {
  padding: 1.5em 0;
}

@container main (max-width: 1200px) {
  #cm-rich-content .cm-main-div .cm-logo-top {
    padding-left: 1.5em;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-logo-top {
    padding-left: 1.5em;
    max-width: 250px;
    margin: 0 auto;
  }
}

#cm-rich-content .cm-main-div .cm-main-serp {
  position: relative;
  margin: 4em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-main-serp {
    margin-top: 2em;
  }
}

#cm-rich-content .cm-main-div .cm-main-serp::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 5em);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #006ec7;
}

#cm-rich-content .cm-main-div .cm-main-serp::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2.5em;
  bottom: 0;
  background-color: #eef0f2;
}

#cm-rich-content .cm-main-div .cm-main-serp>.cm-title {
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 1.75em;
  margin: 3em auto 2em;
  padding: 0 1em;
}

@container main (max-width: 900px) {
  #cm-rich-content .cm-main-div .cm-main-serp>.cm-title {
    margin: 2em auto 1em;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-main-serp>.cm-title {
    margin: 3em auto 1.5em;
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video {
  margin: 3em auto 0;
  position: relative;
  max-width: calc(100% - 200px);
  width: 100%;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video>.cm-title {
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 1.75em;
  margin: 1em auto 2em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-main-serp .cm-video>.cm-title {
    font-size: 1.5em;
    padding: 0;
  }
}

@container main (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-main-serp .cm-video {
    max-width: calc(100% - 100px);
    width: 600px;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-main-serp .cm-video {
    max-width: calc(100% - 2em);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: -2em auto 4em;
  }
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video .cm-box {
  position: relative;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video .cm-box::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video .cm-box 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-main-div .cm-main-serp .cm-video .cm-box input {
  display: none;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video .cm-box input:checked~label {
  display: none;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video .cm-box iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
  border: none;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video.cm-white-half {
  margin: 0 auto -1em;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video.cm-white-half .cm-title {
  color: #000;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video.cm-white-half::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 200px);
  left: -100px;
  height: 100%;
  background-color: #fff;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-video.cm-white-half .cm-box::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 200px);
  height: 50%;
  left: -100px;
  bottom: 0;
  background-color: #006ec7;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-main-serp .cm-video.cm-white-half {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: -1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-serp.cm-serp-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-serp .cm-image-col {
  max-width: 50%;
  width: 100%;
  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;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-serp .cm-text-col {
  max-width: 50%;
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1em;
  color: #fff;
  padding: 3em 1em 4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cm-rich-content .cm-main-div .cm-main-serp .cm-serp .cm-text-col .cm-text {
  max-width: 500px;
  font-size: 1.125em;
  line-height: 1.5;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-main-serp .cm-serp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #cm-rich-content .cm-main-div .cm-main-serp .cm-serp .cm-image-col {
    max-width: 350px;
    padding: 0 1em;
  }

  #cm-rich-content .cm-main-div .cm-main-serp .cm-serp .cm-text-col {
    max-width: 500px;
    padding-bottom: 4em;
  }

  #cm-rich-content .cm-main-div .cm-main-serp .cm-serp .cm-text-col .cm-text {
    text-align: center;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-main-serp.cm-switch-order .cm-serp {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }

  #cm-rich-content .cm-main-div .cm-main-serp.cm-switch-order .cm-title {
    margin-top: 0;
  }
}

#cm-rich-content .cm-main-div .cm-slider-section {
  position: relative;
  background-color: #eef0f2;
  padding: 1em 0 3em;
}

#cm-rich-content .cm-main-div .cm-slider-section>.cm-title {
  position: relative;
  text-align: center;
  font-size: 1.75em;
  padding: .5em .5em 1.5em;
  font-weight: 400;
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-slides::-webkit-scrollbar {
  display: none;
}

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

#cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100% - 50px);
  width: 900px;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slider-nav {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em auto 3em;
  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;
  padding: 0 .5em;
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slider-nav .cm-arrow-left {
  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;
  position: relative;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slider-nav .cm-arrow-left .cm-label {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  cursor: pointer;
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slider-nav .cm-arrow-right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  padding: 5px;
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slider-nav .cm-arrow-right .cm-label {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  cursor: pointer;
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slider-nav .cm-nav-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .5em;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(100% - 50px);
}

#cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slider-nav .cm-nav-numbers .cm-label {
  background-color: #C8CCCE;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  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;
  line-height: 1;
  font-size: 1.25em;
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@container main (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-slider-section .cm-slider-box .cm-slider-nav .cm-nav-numbers .cm-label {
    width: 40px;
    height: 40px;
  }
}

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

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

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

#cm-rich-content .cm-main-div .cm-slider-section .cm-input:nth-child(1):checked~.cm-slider-box .cm-slider-nav .cm-nav-numbers .cm-label:nth-child(1) {
  background-color: #333f48;
}

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

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

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

#cm-rich-content .cm-main-div .cm-slider-section .cm-input:nth-child(2):checked~.cm-slider-box .cm-slider-nav .cm-nav-numbers .cm-label:nth-child(2) {
  background-color: #333f48;
}

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

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

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

#cm-rich-content .cm-main-div .cm-slider-section .cm-input:nth-child(3):checked~.cm-slider-box .cm-slider-nav .cm-nav-numbers .cm-label:nth-child(3) {
  background-color: #333f48;
}

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

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

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

#cm-rich-content .cm-main-div .cm-slider-section .cm-input:nth-child(4):checked~.cm-slider-box .cm-slider-nav .cm-nav-numbers .cm-label:nth-child(4) {
  background-color: #333f48;
}

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

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

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

#cm-rich-content .cm-main-div .cm-slider-section .cm-input:nth-child(5):checked~.cm-slider-box .cm-slider-nav .cm-nav-numbers .cm-label:nth-child(5) {
  background-color: #333f48;
}

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

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

#cm-rich-content .cm-main-div .cm-slider-section .cm-slide .cm-text {
  text-align: center;
  margin-top: 1.5em;
  font-size: 1.125em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-slider-section .cm-slide {
    width: 100%;
  }
}

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

#cm-rich-content .cm-main-div .cm-gallery-slider>.cm-title {
  position: relative;
  text-align: center;
  font-size: 1.75em;
  padding: .5em .5em 1.5em;
  font-weight: 600;
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slides::-webkit-scrollbar {
  display: none;
}

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

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-slider-box {
    max-width: 500px;
    margin: 0 auto;
  }
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100% - 60px);
  width: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-slider-box .cm-slides {
    max-width: 380px;
    width: calc(100% - 76px);
  }
}

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

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

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-input:nth-child(1):checked~.cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }

  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-input:nth-child(1):checked~.cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: none;
  }

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

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

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

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

  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-input:nth-child(4):checked~.cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: none;
  }

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

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

  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-input:nth-child(5):checked~.cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-image-holder {
  padding: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-image-holder::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 3em);
  position: absolute;
  background-color: rgba(51, 63, 72, 0.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-image-holder img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-text-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: .5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-text-holder .cm-text {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  margin-bottom: .5em;
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-text-holder .cm-subtext {
  text-align: center;
  color: #fff;
  -webkit-transform: translate(0, 1em);
  transform: translate(0, 1em);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  max-height: 0;
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide:hover .cm-image-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide:hover ::after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(51, 63, 72, 0.8);
}

#cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide:hover .cm-text-holder .cm-subtext {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-image-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-image-holder::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgba(51, 63, 72, 0.8);
  }

  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide .cm-text-holder .cm-subtext {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    max-height: 200px;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-slider .cm-slide {
    width: 100%;
  }
}

#cm-rich-content .cm-main-div .cm-video-section {
  margin-top: 5em;
  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;
  overflow: hidden;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section {
    margin-top: 3em;
  }
}

#cm-rich-content .cm-main-div .cm-video-section>.cm-title {
  font-size: 1.75em;
  max-width: 800px;
  padding: 0 1em;
  text-align: center;
  margin-bottom: 1.5em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section>.cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-video-section .cm-video {
  position: relative;
  max-width: calc(100% - 200px);
  width: 100%;
}

@container main (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-video-section .cm-video {
    max-width: calc(100% - 100px);
    width: 600px;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section .cm-video {
    max-width: calc(100% - 40px);
  }
}

#cm-rich-content .cm-main-div .cm-video-section .cm-video::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#cm-rich-content .cm-main-div .cm-video-section .cm-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 50%;
  background-color: #006ec7;
  bottom: -1px;
}

#cm-rich-content .cm-main-div .cm-video-section .cm-video label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
}

#cm-rich-content .cm-main-div .cm-video-section .cm-video input {
  display: none;
}

#cm-rich-content .cm-main-div .cm-video-section .cm-video input:checked~label {
  display: none;
}

#cm-rich-content .cm-main-div .cm-video-section .cm-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
  border: none;
}

#cm-rich-content .cm-main-div .cm-video-section .cm-paragraph {
  padding: 3em 50px 2em;
  background-color: #006ec7;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

#cm-rich-content .cm-main-div .cm-video-section .cm-paragraph>.cm-title {
  font-size: 1.75em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

#cm-rich-content .cm-main-div .cm-video-section .cm-paragraph>.cm-title.cm-shorter {
  max-width: 725px;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section .cm-paragraph>.cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-video-section .cm-paragraph>.cm-text {
  text-align: center;
  font-size: 1.25em;
  max-width: 900px;
  margin: 1em auto 2em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section .cm-paragraph>.cm-text {
    font-size: 1.125em;
  }
}

#cm-rich-content .cm-main-div .cm-video-section .cm-paragraph .cm-subtext {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
  font-size: 1.5em;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section .cm-paragraph .cm-subtext {
    font-size: 1.25em;
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section .cm-paragraph {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section>.cm-title {
  font-size: 1.75em;
  text-align: center;
  padding: 2em 1em;
  max-width: 800px;
  margin: 0 auto;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-piechart-section>.cm-title {
    font-size: 1.5em;
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart {
  margin: 5em auto;
  width: 760px;
  max-width: calc(100% - 100px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

@container main (max-width: 900px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart {
    margin-bottom: 10em;
  }
}

@container main (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart {
    margin-bottom: 6em;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart {
    max-width: calc(100% - 2em);
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-ac {
  z-index: 3;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-120%, -90%);
  transform: translate(-120%, -90%);
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-ac {
    width: 80px;
  }
}

@container main (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-ac {
    width: 65px;
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-dc {
  z-index: 3;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(120%, -90%);
  transform: translate(120%, -90%);
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-dc {
    width: 80px;
  }
}

@container main (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-dc {
    width: 65px;
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  bottom: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  border-top-right-radius: 50%;
  -webkit-clip-path: polygon(0% 100%, 100% 67.28%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 67.28%, 100% 0%, 0% 0%);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-text {
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 1.25em;
  left: 5%;
  bottom: 18%;
  font-weight: 800;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .2s ease-in-out;
  z-index: 1;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-text:hover {
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-text:hover~.cm-slice-color {
  -webkit-transform: translate(-50%, 50%) scale(1.25);
  transform: translate(-50%, 50%) scale(1.25);
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-text:hover~.cm-slice-color {
    -webkit-transform: translate(-50%, 50%) scale(1.15);
    transform: translate(-50%, 50%) scale(1.15);
  }
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-text {
    font-size: 1.125em;
  }
}

@container main (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-text {
    font-size: 1.125em;
    left: 2%;
    bottom: 18%;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-text {
    font-size: 1em;
  }
}

@container main (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-text {
    font-size: 12px;
    pointer-events: none;
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-img {
  position: absolute;
  left: 10%;
  bottom: 36%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-img:hover {
  visibility: visible;
  opacity: 1;
  left: 5%;
  bottom: 18%;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-img:hover~.cm-text {
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-img:hover~.cm-slice-color {
  -webkit-transform: translate(-50%, 50%) scale(1.25);
  transform: translate(-50%, 50%) scale(1.25);
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-img:hover~.cm-slice-color {
    -webkit-transform: translate(-50%, 50%) scale(1.15);
    transform: translate(-50%, 50%) scale(1.15);
  }
}

@container main (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-img {
    font-size: 12px;
    pointer-events: none;
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-clip-path: polygon(50.72% 49%, 50.72% 0%, 100% 0%, 100% 32.72%);
  clip-path: polygon(50.72% 49%, 50.72% 0%, 100% 0%, 100% 32.72%);
  -webkit-transform-origin: 50.72% 49%;
  transform-origin: 50.72% 49%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color:first-child {
  z-index: 1;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color:hover {
  -webkit-transform: translate(-50%, 50%) scale(1.25);
  transform: translate(-50%, 50%) scale(1.25);
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color:hover {
    -webkit-transform: translate(-50%, 50%) scale(1.15);
    transform: translate(-50%, 50%) scale(1.15);
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color:hover~.cm-slice-color {
  -webkit-transform: translate(-50%, 50%) scale(1.25);
  transform: translate(-50%, 50%) scale(1.25);
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color:hover~.cm-slice-color {
    -webkit-transform: translate(-50%, 50%) scale(1.15);
    transform: translate(-50%, 50%) scale(1.15);
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color:hover~.cm-text {
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color:hover~.cm-slice-img {
  visibility: visible;
  opacity: 1;
  left: 5%;
  bottom: 18%;
}

@container main (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice .cm-slice-color {
    font-size: 12px;
    pointer-events: none;
  }
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) .cm-slice-color {
  background-color: #9ca1a2;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) .cm-slice-color {
  background-color: #727679;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(5) .cm-slice-color {
  background-color: #0098d7;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(6) .cm-slice-color {
  background-color: #006fbd;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(7) .cm-slice-color {
  background-color: #003454;
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) {
  -webkit-transform: rotate(0.24deg);
  transform: rotate(0.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) .cm-text {
  -webkit-transform: rotate(-0.24deg);
  transform: rotate(-0.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) .cm-slice-img {
  -webkit-transform: rotate(-0.24deg);
  transform: rotate(-0.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) {
  -webkit-transform: rotate(72.24deg);
  transform: rotate(72.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) .cm-text {
  -webkit-transform: rotate(-72.24deg);
  transform: rotate(-72.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) .cm-slice-img {
  -webkit-transform: rotate(-72.24deg);
  transform: rotate(-72.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(5) {
  -webkit-transform: rotate(144.24deg);
  transform: rotate(144.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(5) .cm-text {
  -webkit-transform: rotate(-144.24deg);
  transform: rotate(-144.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(5) .cm-slice-img {
  -webkit-transform: rotate(-144.24deg);
  transform: rotate(-144.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(6) {
  -webkit-transform: rotate(216.24deg);
  transform: rotate(216.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(6) .cm-text {
  -webkit-transform: rotate(-216.24deg);
  transform: rotate(-216.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(6) .cm-slice-img {
  -webkit-transform: rotate(-216.24deg);
  transform: rotate(-216.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(7) {
  -webkit-transform: rotate(288.24deg);
  transform: rotate(288.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(7) .cm-text {
  -webkit-transform: rotate(-288.24deg);
  transform: rotate(-288.24deg);
}

#cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(7) .cm-slice-img {
  -webkit-transform: rotate(-288.24deg);
  transform: rotate(-288.24deg);
}

@container main (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) .cm-slice-color:hover~.cm-slice-img {
    left: 6%;
    bottom: 14%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) .cm-slice-img {
    width: 26%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) .cm-slice-img:hover {
    left: 6%;
    bottom: 14%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) .cm-slice-color:hover~.cm-slice-img {
    left: 7%;
    bottom: 12%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) .cm-slice-img {
    width: 26%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) .cm-slice-img:hover {
    left: 7%;
    bottom: 12%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(5) .cm-slice-color:hover~.cm-slice-img {
    left: 2%;
    bottom: 17%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(5) .cm-slice-img {
    width: 40%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(5) .cm-slice-img:hover {
    left: 2%;
    bottom: 17%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(6) .cm-slice-color:hover~.cm-slice-img {
    left: 8%;
    bottom: 15%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(6) .cm-slice-img {
    width: 35%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(6) .cm-slice-img:hover {
    left: 8%;
    bottom: 15%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(7) .cm-slice-color:hover~.cm-slice-img {
    left: 4%;
    bottom: 17%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(7) .cm-slice-img {
    width: 35%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(7) .cm-slice-img:hover {
    left: 4%;
    bottom: 17%;
  }
}

@container main (max-width: 600px) {

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) .cm-text,
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) .cm-text {
    left: 3%;
    bottom: 12%;
  }
}

@container main (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(3) .cm-text {
    left: 2%;
    bottom: 10.5%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(4) .cm-text {
    left: 3%;
    bottom: 13%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(5) .cm-text {
    left: 2%;
    bottom: 20%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(6) .cm-text {
    left: 2%;
    bottom: 16%;
  }

  #cm-rich-content .cm-main-div .cm-piechart-section .cm-piechart .cm-slice:nth-child(7) .cm-text {
    left: 1%;
    bottom: 21%;
  }
}

#cm-rich-content .cm-main-div .cm-table-section {
  max-width: calc(100% - 1em);
  width: 100%;
  margin: 3em .5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  color: #000;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-table-section {
    padding-bottom: 5px;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  #cm-rich-content .cm-main-div .cm-table-section::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  #cm-rich-content .cm-main-div .cm-table-section::-webkit-scrollbar-thumb {
    background: #006699;
    border-radius: 8px;
  }

  #cm-rich-content .cm-main-div .cm-table-section::-webkit-scrollbar-track {
    background: #9c9ba0;
    border-radius: 8px;
  }
}

#cm-rich-content .cm-main-div .cm-table-section .cm-left-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-left-col {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    left: 0;
  }

  #cm-rich-content .cm-main-div .cm-table-section .cm-left-col .cm-row {
    background-color: #eef0f2;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-left-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

#cm-rich-content .cm-main-div .cm-table-section .cm-left-col .cm-row {
  border-bottom: 2px solid #006ec7;
  border-right: 2px solid #006ec7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .25em 0 .5em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  font-weight: 600;
}

#cm-rich-content .cm-main-div .cm-table-section .cm-left-col .cm-row:first-child {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  -ms-overflow-y: hidden;
  text-align: left;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-4-cols {
    -ms-flex-preferred-size: 140%;
    flex-basis: 140%;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-4-cols {
    -ms-flex-preferred-size: 200%;
    flex-basis: 200%;
  }
}

#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row {
  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;
  height: 80px;
  color: #006ec7;
  font-size: 1.5em;
  font-weight: 600;
  border-bottom: 2px solid #006ec7;
  border-right: 2px solid #006ec7;
}

#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row:first-child {
  border: none;
  height: auto;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 260px;
}

#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row:first-child .cm-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1em;
}

@container main (max-width: 900px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row:first-child {
    height: 240px;
  }

  #cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row:first-child .cm-name {
    font-size: 14px;
  }
}

@container main (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row:first-child {
    height: 230px;
  }

  #cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row:first-child .cm-name {
    font-size: 14px;
  }
}

#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row.cm-text {
  color: #000;
  font-size: 1em;
  font-weight: 400;
}

#cm-rich-content .cm-main-div .cm-table-section-2 {
  margin: 4em auto 0;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table {
  max-width: 1100px;
  width: calc(100% - 2em);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-table-section-2 .cm-table {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    padding-bottom: 5px;
  }

  #cm-rich-content .cm-main-div .cm-table-section-2 .cm-table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  #cm-rich-content .cm-main-div .cm-table-section-2 .cm-table::-webkit-scrollbar-thumb {
    background: #006699;
    border-radius: 8px;
  }

  #cm-rich-content .cm-main-div .cm-table-section-2 .cm-table::-webkit-scrollbar-track {
    background: #9c9ba0;
    border-radius: 8px;
  }
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  scroll-snap-align: start end;
}

@container main (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@container main (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col:first-child .cm-row:nth-child(3) {
  border-left: 2px solid #006ec7;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col:last-child .cm-row:nth-child(3) {
  border-right: 2px solid #006ec7;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col .cm-row {
  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;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col .cm-row:first-child {
  padding: 0 0 1em 0;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col .cm-row:nth-child(2) {
  background-color: #006ec7;
  min-height: 70px;
  color: #fff;
  font-weight: 600;
  padding: 0 .5em;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col .cm-row:nth-child(3) {
  border-right: 1px solid #006ec7;
  border-left: 1px solid #006ec7;
  border-bottom: 2px solid #006ec7;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col .cm-row .cm-ul {
  padding: 0 .5em 0 2em;
  margin: .5em auto;
  max-width: 450px;
  width: 100%;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col .cm-row .cm-ul .cm-li {
  font-size: 1em;
  margin: .75em 0;
  list-style-type: none;
  position: relative;
  text-align: left;
}

#cm-rich-content .cm-main-div .cm-table-section-2 .cm-table .cm-col .cm-row .cm-ul .cm-li::before {
  content: "+";
  position: absolute;
  left: -1em;
  font-size: 1.5em;
  line-height: .8;
  color: #006ec7;
  font-weight: 600;
}

#cm-rich-content.cm-wn-3 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(10) {
  left: 77%;
  top: 83%;
}

#cm-rich-content.cm-wn-3 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(10)+.cm-content {
  left: 77%;
  top: 83%;
  -webkit-transform: translate(calc(-50% + 20px), calc(1em + 40px));
  transform: translate(calc(-50% + 20px), calc(1em + 40px));
}

#cm-rich-content.cm-wn-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(10) {
  left: 82%;
  top: 78%;
}

#cm-rich-content.cm-wn-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-2 .cm-plus:nth-child(10)+.cm-content {
  left: 82%;
  top: 78%;
  -webkit-transform: translate(calc(-50% + 20px), calc(1em + 40px));
  transform: translate(calc(-50% + 20px), calc(1em + 40px));
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(2) {
  left: 55%;
  top: 17%;
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(2)+.cm-content {
  left: 55%;
  top: 17%;
  -webkit-transform: translate(calc(-100% - .75em), calc(-50% + 20px));
  transform: translate(calc(-100% - .75em), calc(-50% + 20px));
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(4) {
  left: 17%;
  top: 30%;
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(4)+.cm-content {
  left: 17%;
  top: 30%;
  -webkit-transform: translate(calc(.75em + 40px), calc(20px - 50%));
  transform: translate(calc(.75em + 40px), calc(20px - 50%));
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(6) {
  left: 14%;
  top: 51%;
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(6)+.cm-content {
  left: 14%;
  top: 51%;
  -webkit-transform: translate(calc(.75em + 40px), calc(20px - 50%));
  transform: translate(calc(.75em + 40px), calc(20px - 50%));
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(8) {
  left: 33%;
  top: 68%;
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(8)+.cm-content {
  left: 33%;
  top: 68%;
  -webkit-transform: translate(calc(.75em + 40px), calc(20px - 50%));
  transform: translate(calc(.75em + 40px), calc(20px - 50%));
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(10) {
  left: 68%;
  top: 74%;
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(10)+.cm-content {
  left: 68%;
  top: 74%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(12) {
  left: 49%;
  top: 46%;
}

#cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(12)+.cm-content {
  left: 49%;
  top: 46%;
  -webkit-transform: translate(calc(.75em + 40px), calc(20px - 50%));
  transform: translate(calc(.75em + 40px), calc(20px - 50%));
}

@container main (max-width: 700px) {
  #cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(2) {
    left: 55%;
    top: 17%;
  }

  #cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(4) {
    left: 17%;
    top: 30%;
  }

  #cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(6) {
    left: 14%;
    top: 51%;
  }

  #cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(8) {
    left: 33%;
    top: 68%;
  }

  #cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(10) {
    left: 65%;
    top: 76%;
  }

  #cm-rich-content.cm-wnr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-4 .cm-plus:nth-child(12) {
    left: 49%;
    top: 46%;
  }
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(2) {
  left: 33%;
  top: 15%;
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(2)+.cm-content {
  left: 33%;
  top: 15%;
  -webkit-transform: translate(calc(.75em + 40px), calc(-50% + 20px));
  transform: translate(calc(.75em + 40px), calc(-50% + 20px));
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4) {
  left: 30%;
  top: 33%;
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4)+.cm-content {
  left: 30%;
  top: 33%;
  -webkit-transform: translate(calc(.75em + 40px), calc(-50% + 20px));
  transform: translate(calc(.75em + 40px), calc(-50% + 20px));
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(6) {
  left: 49%;
  top: 54%;
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(6)+.cm-content {
  left: 49%;
  top: 54%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8) {
  left: 35%;
  top: 67%;
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8)+.cm-content {
  left: 35%;
  top: 67%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10) {
  left: 69%;
  top: 74%;
}

#cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10)+.cm-content {
  left: 69%;
  top: 74%;
  -webkit-transform: translate(calc(20px - 50%), calc(40px + .75em));
  transform: translate(calc(20px - 50%), calc(40px + .75em));
}

@container main (max-width: 700px) {
  #cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(2) {
    left: 33%;
    top: 15%;
  }

  #cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4) {
    left: 32%;
    top: 34%;
  }

  #cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(6) {
    left: 49%;
    top: 54%;
  }

  #cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8) {
    left: 35%;
    top: 67%;
  }

  #cm-rich-content.cm-wr-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10) {
    left: 69%;
    top: 74%;
  }
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(2) {
  left: 33%;
  top: 15%;
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(2)+.cm-content {
  left: 33%;
  top: 15%;
  -webkit-transform: translate(calc(.75em + 40px), calc(-50% + 20px));
  transform: translate(calc(.75em + 40px), calc(-50% + 20px));
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4) {
  left: 61%;
  top: 35%;
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4)+.cm-content {
  left: 61%;
  top: 35%;
  -webkit-transform: translate(calc(-.75em - 100%), calc(-50% + 20px));
  transform: translate(calc(-.75em - 100%), calc(-50% + 20px));
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(6) {
  left: 49%;
  top: 54%;
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(6)+.cm-content {
  left: 49%;
  top: 54%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8) {
  left: 54%;
  top: 68%;
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8)+.cm-content {
  left: 54%;
  top: 68%;
  -webkit-transform: translate(calc(-100% - .75em), calc(20px - 50%));
  transform: translate(calc(-100% - .75em), calc(20px - 50%));
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10) {
  left: 83%;
  top: 74%;
}

#cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10)+.cm-content {
  left: 83%;
  top: 74%;
  -webkit-transform: translate(calc(20px - 50%), calc(40px + .75em));
  transform: translate(calc(20px - 50%), calc(40px + .75em));
}

@container main (max-width: 700px) {
  #cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(2) {
    left: 33%;
    top: 15%;
  }

  #cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(4) {
    left: 61%;
    top: 35%;
  }

  #cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(6) {
    left: 49%;
    top: 54%;
  }

  #cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(8) {
    left: 54%;
    top: 68%;
  }

  #cm-rich-content.cm-wr-4 .cm-main-div .cm-hotspot-section .cm-hotspot-box.cm-hotspot-box-3 .cm-plus:nth-child(10) {
    left: 83%;
    top: 74%;
  }
}

#cm-rich-content.cm-op-3 .cm-main-div .cm-hotspot-section .cm-hotspot-box {
  width: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@container main (max-width: 700px) {
  #cm-rich-content.cm-op-3 .cm-main-div .cm-hotspot-section .cm-hotspot-box {
    margin: 30px auto 150px;
    max-width: calc(100% - 10em);
    min-width: 250px;
  }
}

#cm-rich-content.cm-op-3 .cm-main-div .cm-hotspot-section .cm-hotspot-box>img:first-child {
  max-width: 130%;
}

#cm-rich-content.cm-op-1 .cm-main-div .cm-hotspot-section .cm-hotspot-box {
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cm-rich-content.cm-op-1 .cm-main-div .cm-hotspot-section .cm-hotspot-box>img:first-child {
  max-width: 200%;
}

#cm-rich-content.cm-op-1 .cm-main-div .cm-hotspot-section .cm-hotspot-box {
  max-width: calc(100% - 10em);
}

#cm-rich-content.cm-op-1 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 44%;
  top: 6%;
}

#cm-rich-content.cm-op-1 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4)+.cm-content {
  left: calc(44% + 20px);
  top: calc(6% + 40px + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-1 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 89%;
  top: 62%;
}

#cm-rich-content.cm-op-1 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8)+.cm-content {
  left: calc(89% + 20px);
  bottom: calc(100% - 62% + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box {
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box>img:first-child {
  max-width: 150%;
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box {
  max-width: calc(100% - 8em);
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 77%;
  top: 5%;
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4)+.cm-content {
  left: calc(77% + 20px);
  top: calc(5% + 40px + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 90%;
  top: 42%;
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8)+.cm-content {
  left: calc(90% + 20px);
  bottom: calc(100% - 42% + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
  left: 49%;
  top: 72%;
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10)+.cm-content {
  left: calc(49% + 20px);
  top: calc(72% + 40px + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) {
  left: 22%;
  top: 85%;
}

#cm-rich-content.cm-op-2 .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12)+.cm-content {
  left: calc(22% + 20px);
  bottom: calc(100% - 85% + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-wide .cm-main-div .cm-hotspot-section .cm-hotspot-box {
  margin-top: 0;
}

#cm-rich-content.cm-op-wide .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
  left: 4%;
  top: 44%;
}

#cm-rich-content.cm-op-wide .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2)+.cm-content {
  left: calc(4% + 20px);
  bottom: calc(100% - 44% + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-wide .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 14%;
  top: 19%;
}

#cm-rich-content.cm-op-wide .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4)+.cm-content {
  left: calc(14% + 20px);
  top: calc(19% + 40px + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-wide .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 36%;
  top: 58%;
}

#cm-rich-content.cm-op-wide .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6)+.cm-content {
  left: calc(36% + 20px);
  bottom: calc(100% - 58% + 1em);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cm-rich-content.cm-op-wide .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 89%;
  top: 61%;
}

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

/*# sourceMappingURL=style.css.map */