@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&display=swap");
#cm-rich-content {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  color: #333f48;
  max-width: 1200px;
  margin: auto;
  line-height: 1.33;
  max-width: 1200px;
  container-type: inline-size;
}
#cm-rich-content * {
  box-sizing: border-box;
}
@container (max-width: 900px) {
  #cm-rich-content .cm-main-div {
    font-size: 14px;
  }
}
#cm-rich-content img, #cm-rich-content video {
  max-width: 100%;
}
#cm-rich-content a {
  text-decoration: none;
}
#cm-rich-content .cm-blue {
  color: #007DBA;
}
#cm-rich-content .cm-semibold {
  font-weight: 600;
}
#cm-rich-content .cm-main-div .cm-bg-1 {
  background-position: top left;
  background-size: 100%;
}
#cm-rich-content .cm-main-div .cm-bg-2 {
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
}
#cm-rich-content .cm-main-div .cm-text-banner {
  margin: 0 auto;
  text-align: center;
  max-width: 975px;
  width: 100%;
  padding: 0 1.5em;
  position: relative;
  z-index: 1;
}
#cm-rich-content .cm-main-div .cm-text-banner .cm-title {
  font-size: 2.25em;
  margin-bottom: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}
#cm-rich-content .cm-main-div .cm-text-banner .cm-title strong {
  font-weight: 900;
}
@container (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.125em;
  padding-bottom: 16px;
  line-height: 1.6;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-text-banner .cm-text {
    font-size: 1.125em;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-text-banner .cm-title,
  #cm-rich-content .cm-main-div .cm-text-banner .cm-text {
    text-align: center !important;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner {
  margin: 2em auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/bg_banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#cm-rich-content .cm-main-div .cm-img-banner-2 {
  position: relative;
  margin-top: 2em;
  padding-bottom: 20em;
}
@container (max-width: 900px) {
  #cm-rich-content .cm-main-div .cm-img-banner-2 {
    padding-bottom: 4em;
  }
}
@container (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-img-banner-2 {
    padding-bottom: 2em;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-img {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #eef0f2;
  z-index: -1;
}
@container (max-width: 900px) {
  #cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner::after {
    height: 100%;
    top: 0;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-title {
  font-size: 2em;
  margin: 3em auto 1em auto;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  max-width: 1000px;
}
#cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-title strong {
  color: #006ec7;
  font-weight: 900;
}
@container (max-width: 1000px) {
  #cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-title {
    font-size: 1.5em;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-text {
  color: #333f48;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 2em;
  font-size: 1.125em;
  max-width: 880px;
  line-height: 1.6;
}
@container (max-width: 1000px) {
  #cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-title,
  #cm-rich-content .cm-main-div .cm-img-banner-2 .cm-wrapper-banner .cm-text {
    text-align: center !important;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner-2 .cm-img-fluid {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@container (max-width: 900px) {
  #cm-rich-content .cm-main-div .cm-img-banner-2 .cm-img-fluid {
    position: relative;
    text-align: center;
    bottom: 0;
    padding: 10px;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner-3 {
  text-align: center;
  width: 100%;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin-bottom: 10em;
}
#cm-rich-content .cm-main-div .cm-img-banner-3 .cm-banner-bg {
  background-image: url("../img/img_4.png");
  padding-left: 2.5em;
  padding-right: 2.5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding-bottom: 6em;
  min-height: 430px;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-img-banner-3 .cm-banner-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-img-banner-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner-3 .cm-text {
  width: 50%;
  background-color: #006ec7;
  color: #fff;
  padding: 4em 2em;
  transform: translateY(50%);
  max-width: 494px;
}
@container (max-width: 1000px) {
  #cm-rich-content .cm-main-div .cm-img-banner-3 .cm-text {
    width: 100%;
  }
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-img-banner-3 .cm-text {
    transform: translateY(25%);
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-img-banner-3 .cm-text {
    padding: 25px 10px;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner-3 .cm-text .cm-title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 14px;
}
#cm-rich-content .cm-main-div .cm-img-banner-3 .cm-text .cm-p {
  font-size: 1.125em;
  text-align: center;
}
#cm-rich-content .cm-main-div .cm-img-banner-4 {
  margin-top: 10em;
}
#cm-rich-content .cm-main-div .cm-img-banner-4,
#cm-rich-content .cm-main-div .cm-img-banner-6 {
  display: flex;
}
#cm-rich-content .cm-main-div .cm-img-banner-4 img,
#cm-rich-content .cm-main-div .cm-img-banner-6 img {
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-img-banner-5 {
  position: relative;
  margin-bottom: 6em;
}
#cm-rich-content .cm-main-div .cm-img-banner-5::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #006ec7;
  z-index: -1;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-img-banner-5::after {
    height: 72%;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-img-banner-5 {
    margin-bottom: 2em;
  }
}
#cm-rich-content .cm-main-div .cm-img-banner-5 .cm-text {
  color: #fff;
  text-align: center;
  padding-bottom: 4em;
}
#cm-rich-content .cm-main-div .cm-img-banner-5 .cm-text .cm-title {
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3em;
}
#cm-rich-content .cm-main-div .cm-img-banner-5 .cm-text .cm-p {
  font-size: 1.125em;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}
#cm-rich-content .cm-main-div .cm-img-banner-5 img {
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-img-banner-5 .cm-img {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}
#cm-rich-content .cm-main-div .cm-blue-banner {
  text-align: center;
  background-color: #006ec7;
  color: #fff;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  margin-bottom: 4em;
}
#cm-rich-content .cm-main-div .cm-blue-banner .cm-text {
  max-width: 891px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.625em;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
#cm-rich-content .cm-main-div .cm-blue-banner strong {
  width: 900;
}
#cm-rich-content .cm-main-div .cm-faq-section {
  padding: 4.5em 0 0em;
  position: relative;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-text-banner {
  text-align: center;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container {
  max-width: 100%;
  width: 100%;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input {
  display: none;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container {
    padding: 0 1em;
  }
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(1):checked ~ .cm-faq-list .cm-row:nth-child(1) .cm-answer-container {
  grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(1):checked ~ .cm-faq-list .cm-row:nth-child(1) .cm-question::before {
  rotate: 0deg;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(2):checked ~ .cm-faq-list .cm-row:nth-child(2) .cm-answer-container {
  grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(2):checked ~ .cm-faq-list .cm-row:nth-child(2) .cm-question::before {
  rotate: 0deg;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(3):checked ~ .cm-faq-list .cm-row:nth-child(3) .cm-answer-container {
  grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(3):checked ~ .cm-faq-list .cm-row:nth-child(3) .cm-question::before {
  rotate: 0deg;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(4):checked ~ .cm-faq-list .cm-row:nth-child(4) .cm-answer-container {
  grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(4):checked ~ .cm-faq-list .cm-row:nth-child(4) .cm-question::before {
  rotate: 0deg;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(5):checked ~ .cm-faq-list .cm-row:nth-child(5) .cm-answer-container {
  grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(5):checked ~ .cm-faq-list .cm-row:nth-child(5) .cm-question::before {
  rotate: 0deg;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(6):checked ~ .cm-faq-list .cm-row:nth-child(6) .cm-answer-container {
  grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(6):checked ~ .cm-faq-list .cm-row:nth-child(6) .cm-question::before {
  rotate: 0deg;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(7):checked ~ .cm-faq-list .cm-row:nth-child(7) .cm-answer-container {
  grid-template-rows: 1fr;
  padding-bottom: 1.5em;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container input:nth-child(7):checked ~ .cm-faq-list .cm-row:nth-child(7) .cm-question::before {
  rotate: 0deg;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list {
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row {
  background-color: #eef0f2;
  padding: 0 3em 0 1.5em;
  margin: 1.5em auto;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-question {
  padding: 1.5em 0;
  list-style-type: none;
  position: relative;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-question .cm-label {
  font-size: 1.375em;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  width: fit-content;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-answer-container {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-answer-container .cm-answer {
  overflow: hidden;
  font-size: 1.125em;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-answer-container .cm-answer .cm-ul {
  padding-left: 10px;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-answer-container .cm-answer .cm-li {
  padding-left: 1.25em;
  padding-bottom: 1em;
  position: relative;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-answer-container .cm-answer .cm-li::before {
  content: "+";
  position: absolute;
  color: #007DBA;
  left: 0;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 0;
  top: 11px;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-question::after {
  content: "";
  position: absolute;
  background-color: #006ec7;
  height: 4px;
  width: 16px;
  left: calc(100% + 1.5em);
  top: 50%;
  translate: -50% -50%;
}
#cm-rich-content .cm-main-div .cm-faq-section .cm-faq-container .cm-faq-list .cm-row .cm-question::before {
  content: "";
  position: absolute;
  background-color: #006ec7;
  height: 4px;
  width: 16px;
  left: calc(100% + 1.5em);
  top: 50%;
  translate: -50% -50%;
  transition: 0.3s ease-in-out;
  rotate: -90deg;
}
#cm-rich-content .cm-main-div .cm-features {
  position: relative;
  max-width: 1096px;
  padding: 0 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4em auto 6em;
}
#cm-rich-content .cm-main-div .cm-features .cm-img-col {
  max-width: 50%;
  width: 500px;
}
#cm-rich-content .cm-main-div .cm-features .cm-list-col {
  max-width: 50%;
  width: 500px;
}
#cm-rich-content .cm-main-div .cm-features .cm-list-col .cm-text-banner {
  text-align: left;
  padding: 0;
}
#cm-rich-content .cm-main-div .cm-features .cm-list-col .cm-text-banner .cm-title {
  text-transform: none;
}
#cm-rich-content .cm-main-div .cm-features .cm-list-col .cm-ul {
  padding-left: 10px;
}
#cm-rich-content .cm-main-div .cm-features .cm-list-col .cm-li {
  font-size: 1.125em;
  padding-left: 1.25em;
  padding-bottom: 1em;
  position: relative;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-features .cm-list-col .cm-li::before {
  content: "+";
  position: absolute;
  color: #007DBA;
  left: 0;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 0;
  top: 11px;
}
#cm-rich-content .cm-main-div .cm-features .cm-list-col .cm-li:hover {
  color: #006EC7;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-features {
    max-width: 600px;
    flex-flow: column;
    row-gap: 1.5em;
    margin: 2em auto 3em;
  }
  #cm-rich-content .cm-main-div .cm-features .cm-list-col,
  #cm-rich-content .cm-main-div .cm-features .cm-img-col {
    max-width: 100%;
  }
  #cm-rich-content .cm-main-div .cm-features .cm-list-col .cm-text-banner .cm-title {
    text-align: center;
  }
  #cm-rich-content .cm-main-div .cm-features .cm-list-col .cm-text {
    text-align: center;
    font-size: 1.125em;
  }
}
#cm-rich-content .cm-main-div .cm-footer {
  padding: 2.25em 0 1.5em;
  text-align: center;
  background-color: #333f48;
}
#cm-rich-content .cm-main-div .cm-gallery-section {
  padding-top: 4em;
  background-image: url("../img/bg_gallery.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-title {
  font-size: 2em;
  margin-bottom: 0.75em;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-title strong {
  font-weight: 900;
}
@container (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 {
  display: flex;
  justify-content: space-between;
  margin: 4em auto 6em;
  padding: 0 2.5em;
  flex-wrap: wrap;
  row-gap: 2em;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item {
  width: calc(50% - 1em);
  position: relative;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-img {
  overflow: hidden;
  position: relative;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-img::before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to top, #006ec7, rgba(0, 84, 152, 0.53) 40%, rgba(0, 55, 100, 0));
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-img img {
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-text-holder {
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 1.5em;
  color: #333f48;
  opacity: 1;
  text-align: center;
  padding-top: 1em;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item:hover .cm-img::before {
  height: 0%;
}
#cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item:hover .cm-text-holder {
  opacity: 1;
  color: #116ec7;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery {
    margin: 2em auto 3em;
    padding: 0 1em;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery {
    flex-flow: wrap;
    gap: 1.5em;
    flex-direction: column;
  }
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item {
    width: 100%;
    padding-bottom: 2em;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-gallery-section .cm-gallery .cm-item .cm-text-holder {
    font-size: 1.375em;
  }
}
#cm-rich-content .cm-main-div .cm-header {
  width: 100%;
  position: relative;
  display: flex;
  padding: 2em 0;
  margin-bottom: 2em;
}
#cm-rich-content .cm-main-div .cm-header .cm-text-col {
  max-width: 50%;
  width: 100%;
  color: #fff;
  padding: 1em 2.5em 2.5em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 380px;
}
@container (max-width: 1000px) {
  #cm-rich-content .cm-main-div .cm-header .cm-text-col {
    padding: 1em 1.75em 1.75em;
  }
}
#cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-logo {
  margin-top: 0;
  margin-bottom: 14px;
  max-width: 280px;
}
#cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-title {
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-top: 0.5em;
  max-width: 510px;
}
@container (max-width: 1100px) {
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-title {
    font-size: 2em;
    max-width: 400px;
  }
}
@container (max-width: 900px) {
  #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 {
  color: #fff;
  font-size: 1.875em;
  margin-bottom: 14px;
  max-width: 400px;
}
@container (max-width: 900px) {
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-subtitle {
    font-size: 1.5em;
    max-width: 300px;
  }
}
#cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-text {
  font-size: 1.75em;
}
#cm-rich-content .cm-main-div .cm-header .cm-image-col {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-header .cm-logo {
    max-width: 230px;
  }
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3em;
    padding: 0 0;
    margin-bottom: 4em;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-text-col {
    max-width: 100%;
    padding: 0 1em;
    align-items: center;
    background-color: #006ec7;
    background-image: none !important;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
  }
  #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;
    margin-bottom: 0.5em;
    text-align: center;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-text {
    font-size: 1.25em;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-image-col {
    max-width: 350px;
    padding: 0 1.5em;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-header {
    row-gap: 1em;
    margin-bottom: 2em;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-text-col {
    align-items: center;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-logo {
    max-width: 180px;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-title {
    text-align: center;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-size: 2em;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-subtitle {
    text-align: center;
  }
  #cm-rich-content .cm-main-div .cm-header .cm-text-col .cm-text {
    text-align: center;
  }
}
#cm-rich-content .cm-main-div .cm-hotspot-section {
  position: relative;
  padding: 0 1.5em;
  padding-bottom: 3em;
}
@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section {
    padding-bottom: 1em;
  }
}
#cm-rich-content .cm-main-div .cm-hotspot-section > .cm-text-banner {
  display: none;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-text-banner {
  font-size: 2.25em;
  margin-bottom: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}
@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-text-banner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-text-banner strong {
  color: #006ec7;
  font-weight: 900;
}
@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-text-banner .cm-title {
    font-size: 1em !important;
  }
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-evenly;
  height: auto;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-bg {
  max-width: 50%;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder {
  max-width: 45%;
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder .cm-text-banner {
  text-align: left;
  padding: 0;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder .cm-container .cm-title {
  font-size: 2.25em;
  margin-bottom: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder .cm-container .cm-title strong {
  color: #006ec7;
  font-weight: 900;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder .cm-container .cm-title {
    display: none;
  }
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder .cm-container .cm-content {
  color: #333f48;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder .cm-container .cm-content .cm-num {
  position: relative;
  background-color: #0060af;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  min-width: 36px;
  min-height: 36px;
  margin-right: 10px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  font-size: 24px;
  vertical-align: middle;
  line-height: 1;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus {
  width: 35px;
  height: 36px;
  position: absolute;
  cursor: pointer;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(1):hover ~ .cm-text-holder .cm-content:nth-child(1) {
  margin-left: 1em;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2):hover ~ .cm-text-holder .cm-content:nth-child(2) {
  margin-left: 1em;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(3):hover ~ .cm-text-holder .cm-content:nth-child(3) {
  margin-left: 1em;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4):hover ~ .cm-text-holder .cm-content:nth-child(4) {
  margin-left: 1em;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(5):hover ~ .cm-text-holder .cm-content:nth-child(5) {
  margin-left: 1em;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(5):hover ~ .cm-text-holder .cm-content:nth-child(2) {
  margin-left: 1em;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-p {
  transform: scale(1.2);
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-p {
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
  background-color: #0060af;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
  left: 50%;
  top: 78%;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(3) {
  left: 85%;
  top: 62%;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 55%;
  top: 62%;
}
#cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(5) {
  left: 94%;
  top: 65%;
}
#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: "";
  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 {
  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 {
  animation: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-rwd {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 700px) {
  #cm-rich-content .cm-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 {
    animation-name: pulse2;
  }
}
@media screen and (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 {
    animation-name: pulse-rwd;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 30px;
    height: 30px;
  }
}
@container (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 (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 25px;
    height: 25px;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section > .cm-text-banner {
    display: block;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box {
    margin-top: 0em;
    align-items: center;
    height: auto;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder .cm-text-banner {
    display: none;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder .cm-content:last-child {
    padding-bottom: 0;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-hotspot-section {
    margin: 3.5em auto 3em;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    align-items: unset;
    padding: 0;
    height: auto !important;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-bg {
    max-width: 100%;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-bg,
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus {
    grid-row: 1;
    grid-column: 1;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder {
    grid-row: 2;
    grid-column: 1;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus {
    position: relative;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
    left: 0%;
    top: 78%;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(3) {
    left: 72%;
    top: 65%;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 14%;
    top: 65%;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(5) {
    left: 38%;
    top: 38%;
  }
  #cm-rich-content .cm-main-div .cm-hotspot-section .cm-hotspot-box .cm-text-holder {
    margin-top: 3em;
    max-width: 100%;
  }
}
#cm-rich-content .cm-main-div .cm-underheader-icons {
  display: flex;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 6em;
  flex-wrap: wrap;
  padding: 0 1em;
}
#cm-rich-content .cm-main-div .cm-underheader-icons .cm-item {
  max-width: 33%;
  width: 100%;
  padding: 0 0.5em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3em;
}
#cm-rich-content .cm-main-div .cm-underheader-icons .cm-item img {
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-underheader-icons .cm-item:hover img {
  transform: scale(1.1);
}
#cm-rich-content .cm-main-div .cm-underheader-icons .cm-item .cm-image {
  max-width: 70%;
  width: fit-content;
  position: relative;
}
#cm-rich-content .cm-main-div .cm-underheader-icons .cm-item .cm-text {
  text-align: center;
  margin-top: 1em;
  max-width: 230px;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-underheader-icons {
    row-gap: 3em;
    justify-content: space-evenly;
    margin: 2em auto 3em;
  }
  #cm-rich-content .cm-main-div .cm-underheader-icons .cm-item {
    max-width: 33.3333333333%;
    padding: 0 1em;
  }
  #cm-rich-content .cm-main-div .cm-underheader-icons .cm-item .cm-image {
    max-width: 100px;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-underheader-icons {
    flex-direction: column;
    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-bottom {
  display: flex;
  justify-content: space-around;
  margin: 4em auto 6em;
  flex-wrap: wrap;
  row-gap: 2em;
  max-width: 1100px;
}
#cm-rich-content .cm-main-div .cm-icons-bottom .cm-item {
  max-width: 25%;
  width: 100%;
  padding: 0 0.5em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-icons-bottom .cm-item:hover .cm-image .cm-img {
  scale: 1;
}
#cm-rich-content .cm-main-div .cm-icons-bottom .cm-item:hover .cm-text {
  color: #007DBA;
}
#cm-rich-content .cm-main-div .cm-icons-bottom .cm-item .cm-image {
  max-width: 70%;
  width: fit-content;
  position: relative;
}
#cm-rich-content .cm-main-div .cm-icons-bottom .cm-item .cm-image .cm-img {
  display: block;
  scale: 0.9;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-icons-bottom .cm-item .cm-text {
  text-align: center;
  margin-top: 1em;
  font-size: 1.25em;
  transition: 0.3s ease-in-out;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-icons-bottom {
    row-gap: 3em;
    justify-content: space-evenly;
    padding: 0 0.5em;
    margin: 2em auto 3em;
  }
  #cm-rich-content .cm-main-div .cm-icons-bottom .cm-item {
    max-width: 33.3333333333%;
    padding: 0 1em;
  }
  #cm-rich-content .cm-main-div .cm-icons-bottom .cm-item .cm-image {
    max-width: 150px;
  }
}
@container (max-width: 600px) {
  #cm-rich-content .cm-main-div .cm-icons-bottom {
    flex-direction: column;
    align-items: center;
  }
  #cm-rich-content .cm-main-div .cm-icons-bottom .cm-item {
    max-width: 300px;
  }
}
#cm-rich-content .cm-main-div .cm-logo-top {
  padding: 1.5em 0;
}
@container (max-width: 1200px) {
  #cm-rich-content .cm-main-div .cm-logo-top {
    padding-left: 3em;
  }
}
@container (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-serp {
  padding: 0 2.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 3em auto;
  gap: 1.5em;
}
#cm-rich-content .cm-main-div .cm-serp.cm-serp-r {
  flex-flow: row-reverse;
}
#cm-rich-content .cm-main-div .cm-serp .cm-text-col {
  max-width: 50%;
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 515px;
}
#cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-title {
  font-size: 2.25em;
  font-weight: 700;
  padding-bottom: 24px;
  line-height: 1.2;
}
#cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-text {
  padding-bottom: 3em;
  line-height: 1.5;
  font-size: 1.375em;
}
#cm-rich-content .cm-main-div .cm-serp .cm-img-col {
  max-width: 50%;
  width: 528px;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-serp {
    max-width: 600px;
    flex-flow: column-reverse !important;
    padding: 0 1em;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col,
  #cm-rich-content .cm-main-div .cm-serp .cm-img-col {
    max-width: 100%;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col {
    justify-content: center;
    align-items: center;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-text-banner .cm-title {
    text-align: center;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-title {
    text-align: center;
    font-size: 1.5em;
  }
  #cm-rich-content .cm-main-div .cm-serp .cm-text-col .cm-text {
    text-align: center;
    font-size: 1.25em;
  }
}
#cm-rich-content .cm-main-div .cm-slider {
  position: relative;
  padding: 1.5em;
  margin: 0 auto;
  max-width: 1096px;
}
#cm-rich-content .cm-main-div .cm-slider .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slides::-webkit-scrollbar {
  display: none;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slides {
  position: relative;
  display: grid;
  align-items: center;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  opacity: 0;
  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-main-div .cm-slider .cm-slides .cm-slide .cm-left-col {
  max-width: 50%;
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-left-col img {
  display: block;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-right-col {
  max-width: 50%;
  width: 100%;
  padding: 2em 2.5em;
  background-color: #006EC7;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-right-col .cm-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-right-col .cm-text {
  color: #fff;
  font-size: 1.125em;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide {
    width: 100%;
  }
}
#cm-rich-content .cm-main-div .cm-slider .cm-slider-nav {
  position: absolute;
  left: 75%;
  bottom: 2.5em;
  translate: -50% 0;
  width: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slider-nav .cm-label {
  width: 18px;
  height: 18px;
  background-color: #AFAFAF;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
#cm-rich-content .cm-main-div .cm-slider .cm-slider-nav .cm-label::after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
  background-color: #007DBA;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  border: 1px solid #fff;
  outline: 1px solid #007DBA;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-slider .cm-input {
  display: none;
}
#cm-rich-content .cm-main-div .cm-slider .cm-input:nth-child(1):checked ~ .cm-slider-nav .cm-label:nth-child(1)::after {
  opacity: 1;
}
#cm-rich-content .cm-main-div .cm-slider .cm-input:nth-child(1):checked ~ .cm-slides .cm-slide:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-main-div .cm-slider .cm-input:nth-child(2):checked ~ .cm-slider-nav .cm-label:nth-child(2)::after {
  opacity: 1;
}
#cm-rich-content .cm-main-div .cm-slider .cm-input:nth-child(2):checked ~ .cm-slides .cm-slide:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
#cm-rich-content .cm-main-div .cm-slider .cm-input:nth-child(3):checked ~ .cm-slider-nav .cm-label:nth-child(3)::after {
  opacity: 1;
}
#cm-rich-content .cm-main-div .cm-slider .cm-input:nth-child(3):checked ~ .cm-slides .cm-slide:nth-child(3) {
  opacity: 1;
  visibility: visible;
}
@container (max-width: 1000px) {
  #cm-rich-content .cm-main-div .cm-slider .cm-slider-nav {
    bottom: 1.5em;
  }
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-right-col .cm-title {
    font-size: 1.375em;
  }
  #cm-rich-content .cm-main-div .cm-slider .cm-slider-nav {
    bottom: -1em;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-slider .cm-slides {
    justify-content: center;
    align-items: flex-start;
  }
  #cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide {
    flex-direction: column;
    max-width: 500px;
  }
  #cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-left-col,
  #cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-right-col {
    max-width: 100%;
  }
  #cm-rich-content .cm-main-div .cm-slider .cm-slider-nav {
    left: 50%;
    translate: -50% 0;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-right-col {
    padding: 1.5em 1em;
  }
  #cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-right-col .cm-title,
  #cm-rich-content .cm-main-div .cm-slider .cm-slides .cm-slide .cm-right-col .cm-text {
    text-align: center;
  }
  #cm-rich-content .cm-main-div .cm-slider .cm-slider-nav {
    left: 50%;
    translate: -50% 0;
  }
}
#cm-rich-content .cm-main-div .cm-video-section-1 {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section-1 {
    margin-top: 3em;
  }
}
#cm-rich-content .cm-main-div .cm-video-section-1 .cm-video {
  position: relative;
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-video-section-1 .cm-video::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}
#cm-rich-content .cm-main-div .cm-video-section-1 .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-1 .cm-video input {
  display: none;
}
#cm-rich-content .cm-main-div .cm-video-section-1 .cm-video input:checked ~ label {
  display: none;
}
#cm-rich-content .cm-main-div .cm-video-section-1 .cm-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
  border: none;
}
#cm-rich-content .cm-main-div .cm-video-section-1 .cm-text {
  max-width: calc(1000px + 4.3636363636em);
  padding: 0 1.0909090909em;
  font-size: 1.375em;
  margin-top: 2.1818181818em;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-video-section-1 .cm-video {
    max-width: 600px;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section-1 .cm-video {
    max-width: calc(100% - 3em);
  }
  #cm-rich-content .cm-main-div .cm-video-section-1 .cm-text {
    text-align: center;
    padding: 0 1.3333333333em;
    font-size: 1.125em;
  }
}
#cm-rich-content .cm-main-div .cm-video-section-2 {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section-2 {
    margin-top: 3em;
  }
}
#cm-rich-content .cm-main-div .cm-video-section-2 .cm-video {
  position: relative;
  max-width: 996px;
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-video-section-2 .cm-video::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}
#cm-rich-content .cm-main-div .cm-video-section-2 .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-2 .cm-video input {
  display: none;
}
#cm-rich-content .cm-main-div .cm-video-section-2 .cm-video input:checked ~ label {
  display: none;
}
#cm-rich-content .cm-main-div .cm-video-section-2 .cm-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
  border: none;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-video-section-2 .cm-video {
    max-width: 600px;
  }
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-video-section-2 .cm-video {
    max-width: calc(100% - 3em);
  }
}
#cm-rich-content .cm-main-div .cm-housing {
  display: flex;
  justify-content: space-around;
  margin-top: 4em;
  margin-bottom: 6em;
  flex-wrap: wrap;
  padding: 0 1em;
}
#cm-rich-content .cm-main-div .cm-housing .cm-item {
  max-width: 33.3333333333%;
  width: 100%;
  padding: 0 0.5em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s ease-in-out;
}
#cm-rich-content .cm-main-div .cm-housing .cm-item .cm-text {
  margin-top: 2em;
  font-size: 1.5em;
  text-align: center;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-housing {
    margin: 2em auto 3em;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-housing {
    row-gap: 3em;
  }
  #cm-rich-content .cm-main-div .cm-housing .cm-item {
    max-width: 250px;
  }
  #cm-rich-content .cm-main-div .cm-housing .cm-item .cm-text {
    margin-top: 0.5em;
    font-size: 1.25em;
  }
}
#cm-rich-content .cm-main-div .cm-table-section {
  max-width: calc(100% - 1em);
  width: 100%;
  margin: 3em 0.5em 4em;
  display: flex;
  position: relative;
  color: #000;
}
@container (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 {
  flex: 0 0 20%;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-left-col {
    flex-basis: 30%;
    position: sticky;
    bottom: 10px;
    left: 0;
  }
  #cm-rich-content .cm-main-div .cm-table-section .cm-left-col .cm-row {
    background-color: #eef0f2;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-left-col {
    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: flex;
  align-items: center;
  padding: 0 0.25em 0 0.5em;
  flex: 0 0 80px;
}
#cm-rich-content .cm-main-div .cm-table-section .cm-left-col .cm-row:first-child {
  border: none;
  flex: 1 1 100%;
}
#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols {
  flex: 0 0 80%;
  width: 100%;
  display: flex;
  overflow-y: hidden;
  -ms-overflow-y: hidden;
  text-align: left;
  align-items: flex-end;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-4-cols {
    flex-basis: 140%;
  }
}
@container (max-width: 500px) {
  #cm-rich-content .cm-main-div .cm-table-section .cm-4-cols {
    flex-basis: 200%;
  }
}
#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col {
  flex: 0 0 25%;
}
#cm-rich-content .cm-main-div .cm-table-section .cm-4-cols .cm-col .cm-row {
  display: flex;
  justify-content: 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: flex;
  flex-direction: column;
  justify-content: space-between;
  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 (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 (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-company {
  display: flex;
  flex-wrap: wrap;
  font-family: "DM Sans", sans-serif;
}
#cm-rich-content .cm-main-div .cm-company .cm-col {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #006ec7;
}
#cm-rich-content .cm-main-div .cm-company .cm-col .cm-title {
  font-size: 2.25em;
  padding: 0 1em 20px 20px;
  color: #fff;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-company .cm-col .cm-title {
    font-size: 1.5em;
  }
}
#cm-rich-content .cm-main-div .cm-company .cm-col .cm-text {
  font-size: 1.375em;
  padding: 0 1em 20px 20px;
  color: #fff;
}
@container (max-width: 800px) {
  #cm-rich-content .cm-main-div .cm-company .cm-col .cm-text {
    font-size: 1.125em;
  }
}
#cm-rich-content .cm-main-div .cm-company .cm-col img {
  width: 100%;
}
@container (max-width: 700px) {
  #cm-rich-content .cm-main-div .cm-company {
    flex-direction: column;
  }
  #cm-rich-content .cm-main-div .cm-company .cm-col {
    width: 100%;
  }
  #cm-rich-content .cm-main-div .cm-company .cm-col .cm-title {
    padding-top: 3em;
    text-align: center;
    font-size: 1.5em;
  }
  #cm-rich-content .cm-main-div .cm-company .cm-col .cm-text {
    padding-bottom: 3em;
    text-align: center;
    font-size: 1.25em;
  }
  #cm-rich-content .cm-main-div .cm-company .cm-col.cm-img {
    background-color: #fff;
    padding-top: 2em;
  }
  #cm-rich-content .cm-main-div .cm-company .cm-col.cm-img img {
    max-width: 380px;
  }
}
@container (max-width: 400px) {
  #cm-rich-content .cm-main-div .cm-company {
    flex-direction: column;
  }
  #cm-rich-content .cm-main-div .cm-company .cm-col {
    width: 100%;
  }
  #cm-rich-content .cm-main-div .cm-company .cm-col.cm-img {
    background-color: #fff;
    padding-top: 0em;
  }
  #cm-rich-content .cm-main-div .cm-company .cm-col.cm-img img {
    max-width: 100%;
  }
}
#cm-rich-content .cm-main-div .cm-certificates-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4em;
  margin-top: 2em;
}
#cm-rich-content .cm-main-div .cm-certificates-section .cm-title {
  text-align: center;
  font-size: 2.25em;
  margin-bottom: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}
#cm-rich-content .cm-main-div .cm-certificates-section .cm-certificates-items {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
#cm-rich-content .cm-main-div .cm-certificates-section .cm-certificates-items .cm-certifucates-item {
  max-height: 142px;
  display: flex;
}
@container (max-width: 1000px) {
  #cm-rich-content .cm-main-div .cm-certificates-section .cm-certificates-items {
    max-width: 600px;
  }
  #cm-rich-content .cm-main-div .cm-certificates-section .cm-certificates-items .cm-certifucates-item {
    max-height: 100px;
  }
}