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

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

#cm-rich-content {
  line-height: 1.33;
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  box-sizing: border-box;
  color: #fff;
  max-width: 1200px;
  margin: auto;
  background-color: #303033;
}

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

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

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

#cm-rich-content .cm-keep-label {
  display: none;
}

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

#cm-rich-content .cm-header {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 5%;
  background-color: #303033;
  background-repeat: no-repeat;
  background-size: 100%;
}

#cm-rich-content .cm-header .cm-header-content {
  width: 100%;
}

#cm-rich-content .cm-header .cm-header-content .cm-logo {
  padding: 2em 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#cm-rich-content .cm-header .cm-header-content .cm-logo img:last-child {
  margin-bottom: -89px;
}

#cm-rich-content .cm-header .cm-header-content .cm-title {
  color: #fff;
  font-size: 2.5em;
  line-height: 1.2;
  width: fit-content;
  text-align: center;
  margin: 0.5em auto 0;
  text-shadow: 0px 0px 10px rgba(0, 125, 186, 0.7), 0px 0px 10px rgba(0, 125, 186, 0.7);
}

#cm-rich-content .cm-header .cm-header-content .cm-flex {
  display: flex;
  width: 100%;
  padding: 0 0 0 2em;
  justify-content: space-between;
  position: relative;
  top: 5%;
}

#cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col {
  max-width: 48%;
  width: 100%;
  font-size: 2.5em;
}


#cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col .cm-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col .cm-stars {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col .cm-stars {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col .cm-stars img {
  width: 30px;
  height: 29px;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col .cm-stars img {
    width: 24px;
    height: 23px;
  }
}


#cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col:nth-child(1) {
  padding-bottom: 1.5em;
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-header .cm-header-content .cm-logo {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-logo img {
    max-width: 120px;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-title {
    font-size: 2.25em;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-header {
    background-size: cover;
    background-position: top;
    padding-bottom: 7%;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-logo {
    padding: 1.5em 1.5em 0;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-logo img {
    max-width: 100px;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-logo img:last-child {
    margin-bottom: unset;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-flex {
    flex-direction: column-reverse;
    padding: 0;
    top: 0;
    align-items: center;
    row-gap: 1.5em;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col {
    max-width: 400px;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col:nth-child(1) {
    padding-bottom: 0;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col:nth-child(2) {
    max-width: 60%;
    min-width: 280px;
  }
  #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col .cm-text, #cm-rich-content .cm-header .cm-header-content .cm-flex .cm-col .cm-subtext {
    text-align: center;
  }
}

#cm-rich-content .cm-header-icons {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  padding: 3em 1em;
}

#cm-rich-content .cm-header-icons .cm-item {
  max-width: calc(100% / 4);
  width: 100%;
  text-align: center;
  padding: 0 1em;
  position: relative;
}

#cm-rich-content .cm-header-icons .cm-item .cm-text {
  font-weight: 600;
  font-size: 1.125em;
  margin: 0.375em 0;
  text-align: center;
}

#cm-rich-content .cm-header-icons .cm-item .cm-subtext {
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-100% - 0.5em));
  text-align: center;
}

#cm-rich-content .cm-header-icons .cm-item:hover .cm-subtext {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-header-icons {
    padding: 2em 0;
    justify-content: space-evenly;
    row-gap: 2em;
  }
  #cm-rich-content .cm-header-icons .cm-item {
    max-width: calc(100% / 2);
    padding: 0 1.5em;
  }
  #cm-rich-content .cm-header-icons .cm-item .cm-icon {
    max-width: 100px;
  }
  #cm-rich-content .cm-header-icons .cm-item .cm-subtext {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: none;
  }
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-header-icons .cm-item {
    min-width: 320px;
  }
}

#cm-rich-content .cm-serp {
  background-color: #303033;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4em;
}

#cm-rich-content .cm-serp .cm-serp-bg {
  position: absolute;
  transform: rotate(180deg) scaleX(-1);
  bottom: 0;
  left: 0;
}



#cm-rich-content .cm-serp .cm-img-col {
  max-width: 48%;
  width: 100%;
  position: relative;
  padding: 0 2em 2em 0;
}

#cm-rich-content .cm-serp .cm-img-col .cm-video {
  max-width: 100%;
}

#cm-rich-content .cm-serp .cm-img-col .cm-serp-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 46%;
}

#cm-rich-content .cm-serp .cm-text-col {
  max-width: 48%;
  width: 100%;
  padding-right: 3em;
  position: relative;
}

#cm-rich-content .cm-serp .cm-text-col .cm-title {
  font-size: 2.125em;
  font-weight: 600;
}

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

#cm-rich-content .cm-serp .cm-text-col .cm-codes {
  margin-top: 2em;
  display: flex;
  column-gap: 2em;
}

#cm-rich-content .cm-serp .cm-text-col .cm-codes .cm-code {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp {
    flex-direction: column;
    padding: 0 1.5em 1em;
  }
  #cm-rich-content .cm-serp .cm-img-col {
    max-width: 400px;
  }
  #cm-rich-content .cm-serp .cm-text-col {
    max-width: 100%;
    padding: 1em 0 2em;
  }
  #cm-rich-content .cm-serp .cm-text-col .cm-title, #cm-rich-content .cm-serp .cm-text-col .cm-paragraph {
    text-align: center;
  }
  #cm-rich-content .cm-serp .cm-text-col .cm-codes {
    position: relative;
    z-index: 1;
    justify-content: center;
  }
  #cm-rich-content .cm-serp::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0%;
    left: 0%;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to top, #303033, rgba(48, 48, 51, 0));
  }
}

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

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

#cm-rich-content .cm-serp-slider > .cm-title {
  position: relative;
  text-align: center;
  padding: 1em 0 1em;
  font-size: 2.125em;
  padding-bottom: 2em;
}

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

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

#cm-rich-content .cm-serp-slider .cm-slides {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  padding-bottom: 4em;
}

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


#cm-rich-content .cm-serp-slider .cm-input:nth-child(1):checked ~ .cm-slider__nav .cm-slider__navlink:nth-child(1) {
  background-color: #007DBA;
}

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

#cm-rich-content .cm-serp-slider .cm-input:nth-child(2):checked ~ .cm-slider__nav .cm-slider__navlink:nth-child(2) {
  background-color: #007DBA;
}

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

#cm-rich-content .cm-serp-slider .cm-input:nth-child(3):checked ~ .cm-slider__nav .cm-slider__navlink:nth-child(3) {
  background-color: #007DBA;
}

#cm-rich-content .cm-serp-slider .cm-input:nth-child(3):checked ~ .cm-slides .cm-slide {
  transform: translateX(-200%) scale(1);
}
#cm-rich-content .cm-serp-slider .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

#cm-rich-content .cm-serp-slider .cm-slide:nth-child(1) .cm-col:nth-child(2) {
  text-align: right;
}

#cm-rich-content .cm-serp-slider .cm-slide:nth-child(2) .cm-col:nth-child(2) {
  padding-left: 0;
}

#cm-rich-content .cm-serp-slider .cm-slide:nth-child(2) .cm-col:nth-child(2) {
  text-align: right;
}

#cm-rich-content .cm-serp-slider .cm-slide:nth-child(2) .cm-col:nth-child(2) .cm-image {
  max-width: 50%;
  position: absolute;
  bottom: -5%;
  right: 0;
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-slider .cm-slide {
    flex-direction: column-reverse;
  }
  #cm-rich-content .cm-serp-slider .cm-slide .cm-col:nth-child(1) {
    max-width: 100%;
    padding: 0 0 1em;
  }
  #cm-rich-content .cm-serp-slider .cm-slide .cm-col:nth-child(1) .cm-title {
    text-align: center;
    font-size: 2.125em;
    max-width: 500px;
    margin: 0 auto;
  }
  #cm-rich-content .cm-serp-slider .cm-slide .cm-col:nth-child(1) .cm-paragraph {
    text-align: center;
    margin-top: 1em;
  }
  #cm-rich-content .cm-serp-slider .cm-slide .cm-col:nth-child(2) {
    max-width: 400px;
    padding-bottom: 2em;
  }
  #cm-rich-content .cm-serp-slider .cm-slide .cm-col:nth-child(2) .cm-image {
    bottom: 0 !important;
  }
}

#cm-rich-content .cm-serp-slider .cm-col {
  max-width: 50%;
  width: 100%;
  position: relative;
}

#cm-rich-content .cm-serp-slider .cm-col .cm-video {
  max-width: 100%;
}

#cm-rich-content .cm-serp-slider .cm-col:nth-child(1) {
  padding: 2em;
}

#cm-rich-content .cm-serp-slider .cm-col:nth-child(1) .cm-title {
  font-size: 2.625em;
  font-weight: 600;
}

#cm-rich-content .cm-serp-slider .cm-col:nth-child(1) .cm-paragraph {
  font-size: 1.125em;
  margin-top: 2em;
}

#cm-rich-content .cm-serp-slider .cm-col:nth-child(2) {
  text-align: right;
  padding-left: 2em;
}

#cm-rich-content .cm-serp-slider .cm-col:nth-child(2) .cm-image {
  position: absolute;
  bottom: 0;
}

#cm-rich-content .cm-serp-slider .cm-slider__nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 5em;
  left: 25%;
  transform: translate(-50%, 50%);
  width: 150px;
  text-align: center;
}

#cm-rich-content .cm-serp-slider .cm-slider__nav .cm-slider__navlink {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #979798;
  transition: 0.3s ease-in-out;
  margin: 0 10px 0 10px;
  padding: 8px;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-serp-slider .cm-slider__nav {
    left: 50%;
    bottom: 3em;
  }
}

#cm-rich-content .cm-banner {
  position: relative;
  display: flex;
}

#cm-rich-content .cm-banner .cm-col {
  position: absolute;
  bottom: -5em;
  z-index: 1;
}

#cm-rich-content .cm-banner .cm-col .cm-img {
  max-width: 81%;
}

#cm-rich-content .cm-banner .cm-col:nth-child(2) {
  display: flex;
  align-items: flex-end;
  left: 3%;
  max-width: 40%;
  width: 100%;
  bottom: calc(0% - 5% - 5em);
}

#cm-rich-content .cm-banner .cm-col:nth-child(3) {
  left: 50%;
  padding: 1.5em;
  background-color: #007DBA;
  max-width: calc(50% - 2em);
}

#cm-rich-content .cm-banner .cm-col .cm-title {
  font-size: 2.125em;
  line-height: 1.2;
  font-weight: 600;
}

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

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-banner {
    flex-direction: column;
  }
  #cm-rich-content .cm-banner .cm-banner-bg {
    order: 2;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(2) {
    left: 51%;
    transform: translateX(-50%);
    max-width: 250px;
    position: relative;
    order: 3;
    margin-top: -40%;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(2) .cm-img {
    max-width: 100%;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(3) {
    order: 1;
    position: relative;
    bottom: 0;
    margin: 1em 1.5em 3em;
    left: unset;
    max-width: 100%;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(3) .cm-title {
    text-align: center;
  }
  #cm-rich-content .cm-banner .cm-col:nth-child(3) .cm-paragraph {
    text-align: center;
  }
}

#cm-rich-content .cm-text-banner {
  position: relative;
  margin-bottom: -5px;
  background-size: cover;
}

#cm-rich-content .cm-text-banner .cm-content {
  padding: 7em 1.5em 3em;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#cm-rich-content .cm-text-banner .cm-content .cm-title {
  font-size: 2.125em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}

#cm-rich-content .cm-text-banner .cm-content .cm-paragraph {
  font-size: 1.125em;
  margin-top: 1em;
  text-align: center;
}

#cm-rich-content .cm-text-banner .cm-subtext {
  padding: 0 0 2em 3em;
  position: relative;
  z-index: 1;
  max-width: 300px;
  display: flex;
  column-gap: 1em;
  align-items: center;
  box-sizing: content-box;
}

#cm-rich-content .cm-text-banner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0%;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to top, #302f32, rgba(48, 47, 50, 0));
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-text-banner .cm-content {
    padding-top: 2em;
  }
  #cm-rich-content .cm-text-banner::after {
    content: "";
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to bottom, #303033, rgba(48, 48, 51, 0));
  }
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-text-banner .cm-subtext {
    margin: 0 auto;
    padding-left: 1em;
  }
  #cm-rich-content .cm-text-banner .cm-subtext .cm-text {
    text-align: center;
  }
}

#cm-rich-content .cm-img-banner {
  display: flex;
}

#cm-rich-content .cm-title-banner {
  background-color: #2E2E30;
  padding: 0 1.5em 4em;
}

#cm-rich-content .cm-title-banner .cm-title {
  font-size: 2.125em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

#cm-rich-content .cm-title-banner.cm-bg-alt {
  background-color: #303033;
}

#cm-rich-content .cm-hotspot-section {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 4em;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

#cm-rich-content .cm-hotspot-section .cm-input:checked + .cm-label {
  background-color: #007DBA;
  cursor: default;
}

#cm-rich-content .cm-hotspot-section .cm-input:checked + .cm-label + .cm-hotspot-box {
  display: block;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box {
  position: relative;
  width: 90%;
  margin-top: 12%;
  margin-bottom: 2em;
  left: 7%;
  text-align: center;
  display: none;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #007DBA;
  border: 2px solid #fff;
  color: white;
  border-radius: 10px;
  padding: 0.5em 1.5em 1em;
  min-height: 60px;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  width: auto;
  max-width: 340px;
  min-width: 240px;
}

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-content .cm-top {
  font-size: 1.125em;
  margin-bottom: 1em;
}

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

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

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

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

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

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

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

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
  min-width: 275px;
  left: calc(78% + 20px);
  bottom: calc(100% - 35% + 20px);
  transform: translateX(-50%);
}

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

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

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

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

#cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) {
  left: 40%;
  top: 88%;
}

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

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

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

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

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

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
  }
}

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

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

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

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

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    margin: 130px 0 150px;
    width: 100%;
    left: 0;
    padding: 0 2em;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 35px;
    height: 35px;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content {
    text-align: center;
    width: 300px;
    left: 50% !important;
    bottom: -75px !important;
    transform: translate(-50%, 50%) !important;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content .cm-top {
    text-align: center;
    margin: 0 auto;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
    left: 20%;
    top: 22%;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 62%;
    top: 19%;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
    left: 88%;
    top: 36%;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
    left: 16%;
    top: 49%;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
    left: 60%;
    top: 54%;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) {
    left: 37%;
    top: 89%;
  }
}

@media only screen and (max-width: 500px) {
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box {
    padding: 0 1em;
  }
  #cm-rich-content .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 30px;
    height: 30px;
  }
}

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

#cm-rich-content .cm-hotspot-section .cm-label {
  position: absolute;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  top: 1em;
  left: 3em;
  display: flex;
  max-width: 100px;
  border: 2px solid #707070;
  z-index: 1;
  cursor: pointer;
}

#cm-rich-content .cm-hotspot-section .cm-label:nth-child(5) {
  left: 4em;
  transform: translateX(100%);
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-hotspot-section .cm-label {
    right: calc(50% + 1em);
    left: unset;
  }
  #cm-rich-content .cm-hotspot-section .cm-label:nth-child(5) {
    left: calc(50% + 1em);
    right: unset;
    transform: none;
  }
}

#cm-rich-content .cm-hotspot-section .cm-text {
  padding: 1em 1.5em 0;
}

#cm-rich-content .cm-hotspot-section .cm-text .cm-title {
  font-size: 2.125em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

#cm-rich-content .cm-hotspot-section .cm-text .cm-paragraph {
  font-size: 1.25em;
  margin: 2em auto 0;
  text-align: center;
  max-width: 700px;
}

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

#cm-rich-content .cm-contains::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 5em;
  background-image: linear-gradient(to top, rgba(46, 46, 48, 0), #2e2e30);
  top: 0;
  left: 0;
  z-index: 1;
}

#cm-rich-content .cm-contains > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.125em;
  padding: .5em .5em 1.5em;
  font-weight: 600;
  z-index: 2;
}

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

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

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

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

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

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

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

#cm-rich-content .cm-contains .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#cm-rich-content .cm-contains .cm-input {
  display: none;
}
#cm-rich-content .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cm-rich-content .cm-serp-slider .cm-slide:nth-child(1) .cm-col:nth-child(2) .cm-image {
  position: absolute;
  bottom: -5%;
  left: 0;
  max-width: 60%;
}

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

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

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

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

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

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

#cm-rich-content .cm-faq-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 9em;
  width: 100%;
  background-image: linear-gradient(to bottom, #2e2e30, rgba(46, 46, 48, 0));
}

#cm-rich-content .cm-faq-section > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.125em;
  padding: 1em 0 1em;
  font-weight: 600;
  z-index: 1;
}

#cm-rich-content .cm-faq-section .cm-faq-drop {
  display: inline-block;
  margin: 1em 0;
  padding: 1em;
  background-color: #007DBA;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  text-align: center;
  cursor: pointer;
}

#cm-rich-content .cm-faq-section .cm-faq-drop .cm-text:nth-child(1) {
  display: inline;
}

#cm-rich-content .cm-faq-section .cm-faq-drop .cm-text:nth-child(2) {
  display: none;
}

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

#cm-rich-content .cm-faq-section #cm-drop:checked ~ .cm-faq {
  max-height: 1500px;
}

#cm-rich-content .cm-faq-section #cm-drop:checked ~ .cm-faq::after {
  opacity: 0;
  visibility: hidden;
}

#cm-rich-content .cm-faq-section #cm-drop:checked ~ .cm-faq-drop .cm-text:nth-child(1) {
  display: none;
}

#cm-rich-content .cm-faq-section #cm-drop:checked ~ .cm-faq-drop .cm-text:nth-child(2) {
  display: inline;
}

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

#cm-rich-content .cm-faq-section .cm-faq::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  background-image: linear-gradient(to top, #303033, rgba(48, 48, 51, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cm-rich-content .cm-other-section {
  margin: 0 0.5em;
  height: 635px;
  overflow-y: scroll;
  background-color: #303033;
  min-width: unset;
  max-width: 100%;
  overflow-x: scroll;
}

@keyframes cm-button {
  0% {
    box-shadow: 0 0 10px 8px #96d879;
  }
  33% {
    box-shadow: 0 0 10px 5px #fc170e;
  }
  67% {
    box-shadow: 0 0 10px 8px #5fade6;
  }
  100% {
    box-shadow: 0 0 10px 5px #96d879;
  }
}

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

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

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

#cm-rich-content .cm-other-section::-webkit-scrollbar-corner {
  background-color: #303033;
}

#cm-rich-content .cm-other-section .cm-table {
  padding: 0 0.5em 0 0;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  width: calc(100% / 3 * 5);
  max-width: unset;
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-other-section .cm-table {
    width: 250%;
  }
}

#cm-rich-content .cm-other-section .cm-table .cm-tr {
  border-collapse: collapse;
  height: 70px;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td {
  font-size: 14px;
  color: #fff;
  border-collapse: collapse;
  border: 1px solid #007DBA;
  text-align: center;
  padding: 0 1em;
  position: relative;
  width: calc(100% / 7);
  font-weight: 600;
  min-width: unset;
  max-width: unset;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td.cm-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #007DBA;
  border-radius: 50%;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td.cm-dash::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #707070;
  border-radius: 2.5px;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td:nth-child(4) {
  background-color: #3C3B3E;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr .cm-td:first-child {
  text-align: left;
  z-index: unset;
  position: sticky;
  left: 0;
  padding-left: 2em;
  z-index: 1;
  border: 1px solid #007DBA;
  border-collapse: separate;
  background-color: #303033;
  border-left: none;
  width: calc(100% / 7);
  min-width: unset;
  font-weight: 100;
  max-width: unset;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr:first-child {
  height: 125px;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr:first-child .cm-td {
  border: none;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #303033;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr:first-child .cm-td:first-child {
  z-index: 3;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-td {
  background-color: #007DBA;
  position: sticky;
  top: 125px;
  z-index: 2;
}

#cm-rich-content .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-td:first-child {
  z-index: 3;
  border: none;
  background-color: #303033;
}

#cm-rich-content .cm-other-section .cm-table .cm-tfoot {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr {
  height: 90px;
}

#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button {
  background-color: #007DBA;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  position: relative;
  animation-name: cm-button;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  scale: 1;
  transition: scale .3s;
}

#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button:hover, #cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button:active {
  scale: 0.9;
}

#cm-rich-content .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td .cm-button .cm-link {
  padding: 0.5em 0;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cm-rich-content .cm-disclaimer {
  padding: 2em 0 0 1em;
  font-size: 0.875em;
}

#cm-rich-content .cm-logo-footer {
  padding: 3em 0 3em;
  text-align: center;
}

#cm-rich-content .cm-banner-tuv {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

#cm-rich-content .cm-banner-tuv .cm-lines {
  display: none;
}

#cm-rich-content .cm-banner-tuv .cm-stamp {
  position: absolute;
  right: 5%;
  top: 4.25em;
  z-index: 1;
}

#cm-rich-content .cm-banner-tuv > .cm-title {
  font-size: 2.625em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding: .5em 0 1em;
}

#cm-rich-content .cm-banner-tuv > .cm-title {
  font-size: 2.125em;
  padding-left: 21px;
  padding-right: 21px;
}

#cm-rich-content .cm-banner-tuv .cm-banner-bg {
  display: block;
}

#cm-rich-content .cm-banner-tuv .cm-col {
  position: absolute;
  left: 50%;
  padding: 1.5em;
  background-color: #007DBA;
  max-width: calc(50% - 2em);
  bottom: 10%;
}

#cm-rich-content .cm-banner-tuv .cm-col .cm-img {
  max-width: 81%;
}

#cm-rich-content .cm-banner-tuv .cm-col .cm-title {
  font-size: 2.625em;
  line-height: 1.2;
  font-weight: 600;
}

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

#cm-rich-content .cm-banner-tuv .cm-col {
  bottom: 5%;
}

#cm-rich-content .cm-banner-tuv .cm-col .cm-title {
  font-size: 2.125em;
}
#cm-rich-content .cm-banner-tuv .cm-col .cm-paragraph {
  margin-top: 1em;
}
#cm-rich-content .cm-banner-tuv .cm-stamp {
  width: 150px;
}

@media only screen and (max-width: 800px) {
  #cm-rich-content .cm-banner-tuv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cm-rich-content .cm-banner-tuv .cm-lines {
    display: block;
    position: absolute;
    scale: 1 -1;
    bottom: calc(-3em - 1px);
  }
  #cm-rich-content .cm-banner-tuv .cm-banner-bg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  #cm-rich-content .cm-banner-tuv .cm-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    bottom: 0;
    margin: 1em 1.5em 3em;
    left: unset;
    max-width: 100%;
  }
  #cm-rich-content .cm-banner-tuv .cm-col .cm-title {
    text-align: center;
  }
  #cm-rich-content .cm-banner-tuv .cm-col .cm-paragraph {
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  #cm-rich-content .cm-banner-tuv .cm-stamp {
    right: 2%;
  }
}

@media only screen and (max-width: 600px) {
  #cm-rich-content .cm-banner-tuv .cm-banner-bg {
    height: auto;
    width: 162%;
    margin-left: -1%;
  }
  #cm-rich-content .cm-banner-tuv .cm-stamp {
    right: 2%;
    top: 8em;
    width: clamp(80px, 30%, 170px);
  }
}


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