.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.home-section {
  position: relative;
  min-height: 40vh;
  padding: 2rem 8%;
  border-style: none;
  border-width: 0px;
  border-color: #26333b #26333b #cecece;
  background-color: #fff;
}

.home-section.bg-light-grey {
  background-color: #f2f2f2;
}

.home-section-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vh;
  padding-right: 5vw;
  padding-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-section-text-wrapper.hr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 65vh;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url('../images/bg_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-section-text-wrapper.dbl {
  overflow: visible;
  width: 50%;
  margin-left: 0px;
  padding: 5vh 2vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #004384;
}

.home-section-text-wrapper.grey {
  padding-top: 5vh;
  padding-bottom: 6vh;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #d9dada;
}

.home-section-text-wrapper.kh-blue {
  min-height: 30em;
  padding-top: 5vh;
  padding-bottom: 6vh;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00b5e2;
  background-image: url('../images/index-news-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.h1-heading-en {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #004686;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}

.h1-heading-en.mdt-blue {
  color: #004680;
}

.section-base-text {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Helvetica, sans-serif;
  color: #4d4d4d;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.section-base-text.white {
  z-index: 10;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
}

.section-base-text.center {
  text-align: center;
}

.section-base-text.margin-top-base {
  margin-top: 1rem;
}

.section-base-text.bold {
  font-weight: 700;
  text-align: left;
}

.nav-link {
  padding: 1rem 0px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: Helvetica, sans-serif;
  color: #014284;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: none;
  cursor: pointer;
}

.nav-link.w--current {
  border-bottom: 3px solid #00b5e2;
  color: #00b5e2;
}

.dropdown-list {
  left: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: hidden;
  height: 400px;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  right: auto;
  display: block;
  overflow: hidden;
  width: 10%;
  height: auto;
  background-color: #004680;
  -o-object-fit: fill;
  object-fit: fill;
}

.infotext {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  width: 100%;
  margin-bottom: 5px;
  padding-left: 25%;
  color: #004;
  font-weight: 400;
  text-align: left;
}

.dropdown-description-wrapper {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-point-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Sourcehansanssc, sans-serif;
  color: #014284;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}

.nav-point-wrapper.last-nav-item {
  padding-right: 0px;
}

.nav-point-wrapper.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 13px;
}

.dropdown-link {
  margin-bottom: 20px;
  padding-left: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Effra w md';
  color: #004683;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-toggle {
  padding: 0px;
}

.dropdown-toggle.w--open {
  padding-right: 0px;
  border-bottom: 3px solid #00b5e2;
  color: #00b5e2;
}

.dropdown-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1.5px none #71c5e8;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.dropdown-item:hover {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e8e8e8;
  color: #001e46;
}

.logo-wrapper {
  margin-right: 42px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-item-wrapper {
  z-index: 1;
  display: block;
  width: 20%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: none;
}

.nav-main {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo {
  width: 250px;
  margin-top: 2px;
}

.dropdown-icon-wrapper {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.dropdown-icon {
  max-width: 180px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.centered_w1 {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
}

.centered_w1.nav-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Effra w rg';
}

.page-grid {
  position: relative;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 8% 100px;
  background-color: #004683;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-link-white {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Effra w rg';
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-white:hover {
  opacity: 0.5;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-light {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.logo-2 {
  display: block;
  height: 62px;
  margin-bottom: 32px;
}

.section-subheading {
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-family: Helvetica, sans-serif;
  color: #00b5e2;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.section-subheading.human-h3 {
  position: absolute;
  top: -2rem;
  z-index: 8;
  font-family: Sourcehansanssc, sans-serif;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 400;
}

.section-subheading.no-cap {
  text-transform: none;
}

.section-subheading.no-cap.bold {
  font-weight: 700;
}

.section-subheading.no-cap.bold.bottom-s {
  margin-bottom: 0.5rem;
}

.section-subheading.navy {
  color: #004680;
}

.section-subheading.margin-bottom-base {
  margin-bottom: 1rem;
}

.content-section {
  position: relative;
  padding: 2rem 8vw;
  background-color: #fff;
}

.content-section.kh-blue {
  padding-right: 8%;
  padding-left: 8%;
  background-color: rgba(213, 235, 238, 0.3);
}

.content-section.light-grey {
  display: block;
  padding-right: 8%;
  padding-left: 8%;
  border-right: 1px none #000;
  background-color: #f2f2f2;
}

.content-section.light-grey.page-bottom {
  padding-bottom: 4rem;
}

.content-section.paddingtop0px {
  padding: 0rem 8% 3rem;
  background-color: transparent;
}

.content-section.paddingtop0px.light-bg-gray {
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}

.content-section.nopaddingbottom {
  display: block;
  padding-bottom: 0rem;
}

.content-section.grey {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e3e3e3;
}

.content-section.pe {
  width: 72vw;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 0%;
}

.content-section.prd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url('../images/abstract-wavy-lines-white-02-cnpt.1280.1280.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #8c54ff;
  border-radius: 100px;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #8c54ff;
  border-radius: 500px;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.product-slider {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.product-slider-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 500px;
  padding: 20px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #b9d9eb;
  border-radius: 5px;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-product-heading {
  font-family: 'Effra w bd';
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.feature-product-category {
  font-family: 'Effra w rg';
  color: #e8e8e7;
  font-size: 18px;
  line-height: 1.3;
}

.product-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-image {
  position: relative;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-product-slider {
  height: 80%;
}

.product-slider-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 28px;
}

.product-slider-arrow:active {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.slide-nav-2 {
  display: none;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-content-heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feature-sub-heading {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Effra w md';
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.product-feature-icon {
  height: 32px;
}

.feature-content-text {
  padding-left: 5px;
  font-family: 'Effra w rg';
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

.page-heading {
  position: absolute;
  left: 4%;
  top: 30%;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Effra w bd';
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

.site-button {
  display: block;
  min-width: 8vw;
  padding: 0.5rem 1rem;
  background-color: #004680;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.site-button.white {
  border: 1.5px solid #fff;
  background-color: #fff;
  background-image: none;
  color: #004680;
}

.site-button.white.home {
  position: absolute;
  right: 2vw;
  z-index: 10;
  max-width: 8vw;
}

.site-button.light {
  border: 0.1rem solid #fff;
  background-color: transparent;
}

.site-button.mdthome {
  max-width: 300px;
}

.site-button.margin-top-base {
  margin-top: 1rem;
}

.site-button.prd-dowload {
  width: 90%;
  margin-top: 1rem;
}

.site-button.blue {
  border-style: solid;
  border-width: 0.1rem;
  border-color: #014284;
  background-color: transparent;
  color: #014284;
}

.site-button.blue.fast-access {
  width: 80%;
}

.site-button.search-jobs {
  width: 300px;
}

.heading-section {
  position: relative;
  z-index: -5;
  height: 45vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/page_heading_bg.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-link {
  display: block;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Sourcehansanssc, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-link.en {
  margin-right: 0px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
}

.footer-grid {
  width: 100%;
  margin-right: 10%;
  margin-left: 10%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-title {
  margin-top: 0px;
  padding-bottom: 10px;
  font-family: Sourcehansanssc, sans-serif;
  color: #00a9e0;
  font-size: 18px;
  text-align: left;
}

.footer-title.en {
  font-family: Helvetica, sans-serif;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: ltr;
  font-style: normal;
  text-align: center;
}

.contact-us-div {
  padding-right: 20px;
  border-right: 1px solid #00a9e0;
}

.success-message-cf8 {
  padding-left: 0px;
  border: 1px solid #4cc71f;
  background-color: transparent;
  font-weight: 500;
}

.form-subwrapper-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-field-cf8 {
  height: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #00a9e0;
  background-color: transparent;
  font-size: 16px;
  text-align: left;
}

.text-field-cf8.big {
  height: 50px;
  margin-top: 10px;
}

.submit-button-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px 40px;
  border: 2px solid #00a9e0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #00a9e0;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-cf8:hover {
  background-color: #00a9e0;
  color: #fff;
}

.field-wrapper-cf8 {
  width: 100%;
  margin-top: 0px;
}

.field-wrapper-cf8.right {
  width: 50%;
  margin-top: 0px;
  margin-left: 30px;
}

.field-wrapper-cf8.left {
  width: 50%;
  margin-top: 0px;
}

.field-label-cf8 {
  margin-bottom: 0px;
  font-family: 'Effra w rg';
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.error-message-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-light {
  background-color: #f8f8f8;
}

.flag-2 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/china-flag-square-icon-32_1china-flag-square-icon-32.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.language-dropdown {
  margin-right: 0px;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
}

.language-toggle {
  padding: 10px 45px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.language-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #484646;
  text-decoration: none;
}

.language-link:hover {
  color: #7735f6;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  padding: 8px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
}

.flag-1 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/united-kingdom.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-name {
  font-family: Helvetica, sans-serif;
}

.h2-heading-en {
  margin-top: 10px;
  font-family: Helvetica, sans-serif;
  color: #014284;
  font-size: 32px;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

.h2-heading-en.kh-blue {
  margin-top: 0px;
  font-family: Helvetica, sans-serif;
  color: #00b5e2;
  font-size: 24px;
  font-weight: 700;
}

.h2-heading-en.kh-blue.big36px {
  font-size: 36px;
  text-transform: none;
}

.h2-heading-en.kh-blue.en {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.h2-heading-en.kh-blue.en.center {
  font-size: 20px;
}

.h2-heading-en.white {
  color: #fff;
}

.h2-heading-en.white.en {
  font-size: 22px;
  font-weight: 400;
}

.h2-heading-en.kh-new-blue {
  font-family: Sourcehansanssc, sans-serif;
  color: #014284;
  letter-spacing: 0px;
}

.h2-heading-en.kh-new-blue.margintop0px {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
}

.h2-heading-en.en {
  text-align: left;
  text-transform: capitalize;
}

.h2-heading-en.en.center {
  text-align: center;
}

.dropdown-item-content-wrapper {
  position: static;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.mage-dropdown-item-devider {
  width: 0.5px;
  height: 60%;
  background-color: #d6dbde;
}

.kh-blue-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: transparent;
  font-family: Sourcehansanssc, sans-serif;
  font-size: 18px;
}

.kh-blue-div.noborderbottom {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right-style: none;
  border-bottom-style: none;
}

.mdt-blue-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.mdt-blue-div.bgwhite {
  min-height: 300px;
  padding: 40px 30px;
  background-color: #fff;
}

.bold-text-3 {
  margin-top: 0px;
  margin-bottom: 0vh;
  color: #004680;
  font-size: 16px;
  line-height: 36px;
}

.bold-text-3.human-text {
  margin-bottom: 5px;
  color: #fff;
  line-height: 28px;
  text-align: left;
}

.bold-text-3.gray {
  font-family: Sourcehansanssc, sans-serif;
  color: #555;
  line-height: 28px;
  font-weight: 500;
}

.bold-text-3.kh-new-blue {
  font-family: Sourcehansanssc, sans-serif;
  color: #014284;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.hr-evp-grid {
  min-height: 360px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
}

.card.vertical-space-btw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card.paddingleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.card.paddingleft.noborderright {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right-style: none;
}

.h3-heading-cn {
  margin-top: 0px;
  font-size: 24px;
}

.h3-heading-cn.dark-blue {
  margin-bottom: 0px;
  color: #014284;
  font-size: 20px;
}

.h3-heading-cn.dark-blue.en {
  font-family: Helvetica, sans-serif;
}

.hori-start-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-icon {
  height: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #00b5e2;
}

.vertical-start-div {
  margin-bottom: 20px;
}

.vertical-center-div {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-div {
  width: 80%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.hr-evp-icon-div {
  position: relative;
  height: 8vh;
}

.hr-evp-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 70px;
}

.pattern-circle-aqua {
  position: absolute;
  left: auto;
  top: auto;
  right: -25px;
  bottom: -25px;
  z-index: -1;
  width: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #004686;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}

.section-heading.bold {
  font-weight: 700;
  text-align: left;
}

.section-heading.bold.center {
  text-align: center;
}

.section-heading.small {
  margin-top: 10px;
  color: #00b5e2;
  font-size: 30px;
  line-height: 1;
}

.section-heading.small.en {
  text-align: left;
  text-transform: none;
}

.section-heading.en {
  font-family: Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.section-heading.white {
  color: #fff;
}

.section-heading.center.bold.kh-blue {
  color: #00b5e2;
}

.section-heading.kh-blue {
  color: #00b5e2;
}

.blog-list {
  width: 100%;
  padding-left: 0px;
}

.blog-list-item {
  display: inline-block;
  overflow: visible;
  width: 33%;
  padding-right: 1%;
  padding-left: 1%;
}

.blog-list-item:hover {
  display: inline-block;
}

.blog-list-item.feature {
  width: 100%;
  margin-right: 0%;
}

.blog-img-div {
  position: relative;
  overflow: visible;
}

.blog-kh-blue-div-01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 37%;
  height: 25%;
  padding: 5px 20px;
  background-color: #00b5e2;
  color: #fff;
}

.blog-kh-blue-div-01.height15 {
  width: 35%;
  height: 13%;
}

.blog-text {
  min-height: 15vh;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.blog-item-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 0 24px 24px -24px rgba(0, 70, 128, 0.4);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.blog-item-wrapper:hover {
  box-shadow: 0 40px 24px -24px rgba(0, 70, 128, 0.4);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.news-detail-text {
  margin-bottom: 5px;
  font-family: Helvetica, sans-serif;
  color: #26333b;
  font-size: 14px;
  line-height: 1.3;
}

.news-detail-text.white {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Sourcehansanssc, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.8px;
}

.news-detail-text.white.small {
  margin-top: 10px;
  color: #f2f2f2;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.news-detail-text.white.small.en {
  font-size: 14px;
}

.news-detail-text.white.en {
  font-family: Helvetica, sans-serif;
  line-height: 1.1;
}

.deco-divider {
  width: 6vw;
  height: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #a4d65e;
}

.home-section-video-wrapper {
  position: relative;
  padding: 2vh 2vw;
}

.video-deco-div {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: -5%;
  width: 50%;
  height: 50%;
  background-color: #00b5e2;
}

.html-embed {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.home-video-div {
  position: relative;
}

.heading-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-wrapper.space {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.feature-section.bg-light {
  display: block;
  width: auto;
  min-height: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f2f2f2;
}

.blog-heading {
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  color: #004680;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
}

.blog-kh-blue-div-02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 5;
  width: 62%;
  height: 15%;
  padding: 5px 20px;
  background-color: #00b5e2;
  color: #fff;
}

.blog-kh-blue-div-02.multiply {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.blog-kh-blue-div-02.height8 {
  width: 50%;
  height: 8%;
}

.blog-read-more-div {
  position: absolute;
  left: 37%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 15%;
  padding: 5px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.icon-small {
  height: 1rem;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #888;
}

.blog-date-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  height: 15%;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica, sans-serif;
  color: #fff;
}

.feature-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-div.news {
  position: relative;
  height: 65vh;
  background-image: url('../images/img_en_2_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div.news:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.feature-div.home {
  height: 40vw;
  background-image: url('../images/en_hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div.hr {
  display: block;
  height: 42em;
  margin-bottom: 0px;
  background-image: url('../images/hr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div.about {
  height: 42em;
  background-image: url('../images/aboutkanghui.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div.education {
  height: 42em;
  background-image: url('../images/last_img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-div.contact {
  position: relative;
  height: 42em;
  background-image: url('../images/contactus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-div.hr2 {
  position: relative;
  height: 45em;
  margin-top: 0px;
  background-image: url('../images/hr01.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.feature-div.brand-en {
  position: relative;
  height: 35rem;
  background-image: url('../images/aboutkanghui_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-div.oem {
  height: 42em;
  background-image: url('../images/banner.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.feature-div.brand-en-thumb {
  height: 42em;
  background-image: url('../images/brand_thumb_en.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div.training {
  height: 42em;
  background-image: url('../images/ed_banner_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-deco-div-03 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 3vh;
  background-color: #a4d65e;
}

.feature-deco-div-02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  height: 42%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #004680;
}

.feature-deco-div-02.nyheight {
  display: block;
  height: 28%;
  padding-left: 0%;
}

.feature-deco-div-02.home {
  width: 36vw;
  height: 32vh;
  padding-top: 2%;
  padding-left: 8vw;
}

.feature-deco-div-01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 54%;
  height: 28%;
  background-color: #00b5e2;
}

.feature-deco-div-01.multiply {
  height: 18%;
  background-color: #00b5e2;
  opacity: 1;
  white-space: normal;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.feature-deco-div-01.multiply.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48vw;
  height: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-deco-div-01.multiply.news {
  width: 58%;
  height: 28%;
}

.newslist-img {
  position: static;
  width: 100%;
  max-height: 300px;
  min-width: 250px;
}

.feature-text-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 28%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-text-div.en {
  width: 35%;
}

.feature-text-div.en.home {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 28%;
  padding-left: 8vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-text-div.en.home.nytextdiv {
  width: 40%;
  height: 18%;
  padding-left: 3%;
}

.feature-text-div.nytextdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23%;
  padding-left: 8%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.font-button {
  padding: 5px;
  background-color: #004680;
}

.back-button {
  height: auto;
  margin-bottom: 0px;
  padding: 5px;
  background-color: #00b5e2;
}

.feature-heaading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-family: Helvetica, sans-serif;
  color: #00b5e2;
  text-align: left;
  text-transform: uppercase;
}

.feature-heaading.home {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 28%;
  z-index: 9;
  width: 30%;
  height: 14%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  white-space: pre-wrap;
}

.feature-heaading.home.contact {
  bottom: 0%;
  height: 18%;
  color: #fff;
}

.feature-heaading.home.nopositon {
  position: static;
  height: auto;
  margin-left: 0%;
}

.feature-heaading.home.nopositon.white {
  width: 100%;
  height: auto;
  font-family: Sourcehansanssc, sans-serif;
  color: #fff;
}

.feature-heaading.home.nopositon.white.en {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: none;
}

.feature-heaading.home.en {
  font-size: 2.25rem;
  text-transform: capitalize;
}

.feature-heaading.news {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 28%;
  z-index: 3;
  height: 14%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Sourcehansanssc, sans-serif;
  font-size: 32px;
}

.feature-heaading.news.en {
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  text-transform: none;
}

.feature-button-div {
  position: absolute;
  left: 36%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-button-div.news {
  left: 42%;
  width: 12%;
}

.solution-grid {
  max-width: 1640px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eco-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60%;
  height: 100%;
  padding-left: 0px;
  background-image: url('../images/eco.png');
  background-position: 0% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.hr-light-blue {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 2;
  width: 25vw;
  height: 35vh;
  background-color: #00b5e2;
}

.hr-kanghui-blue {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 38%;
  height: 75%;
  background-color: #004680;
}

.hr-kanghui-blue.multiply {
  left: 8%;
  bottom: 10%;
  width: 35vw;
  height: 30vh;
  padding-top: 1%;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #00b5e2;
}

.hr-green {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 1;
  width: 45vw;
  height: 5vh;
  background-color: #a4d65e;
}

.hr-weight-blue {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42vw;
  height: 25vh;
  padding-top: 1%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #004680;
}

.text-more {
  display: block;
}

.accordion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 10%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #004680;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.accordion.active {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(99, 96, 96, 0);
}

.eco-deformity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-section {
  position: relative;
  padding: 3rem 8vw;
  border-style: none;
  border-width: 0px;
  border-color: #26333b #26333b #cecece;
  background-color: #f2f2f2;
}

.weibo {
  width: 42px;
  height: 35px;
  margin-right: 10px;
  background-image: url('../images/weibo_1weibo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.54;
}

.weibo:hover {
  background-image: url('../images/weibo_hover.png');
  background-repeat: no-repeat;
}

.facebook {
  width: 42px;
  height: 35px;
  margin-right: 10px;
  background-image: url('../images/Facebook_1Facebook.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.facebook:hover {
  background-image: url('../images/Facebook_hover_1Facebook_hover.png');
}

.photo {
  width: 42px;
  height: 35px;
  margin-right: 15px;
  background-image: url('../images/photo_1photo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo:hover {
  background-image: url('../images/photo_hover_1.png');
}

.twitter {
  width: 42px;
  height: 35px;
  margin-right: 0px;
  background-image: url('../images/Twitter_1Twitter.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.twitter:hover {
  background-image: url('../images/Twitter_hover_1Twitter_hover.png');
}

.share-icon {
  display: none;
}

.news_title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news_category {
  font-family: Sourcehansanssc, sans-serif;
  color: #00b5e2;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.news_category.en {
  font-family: Helvetica, sans-serif;
}

.news_detail_heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Sourcehansanssc, sans-serif;
  color: #004680;
  font-size: 30px;
}

.news_detail_heading.en {
  font-family: Helvetica, sans-serif;
}

.news_detail_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
}

.news-img-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line {
  width: 80px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #a4d65e;
}

.hr {
  min-height: auto;
  margin-bottom: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.build-grid {
  margin-bottom: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-areas: "Area-2 Area Area-3";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.education-img {
  position: static;
  width: 50%;
  background-image: url('../images/bg_02.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-us-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 60px;
  margin-left: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-list-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 15px;
  padding-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-list-left.borderrightnone {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-style: none;
}

.contact-txt {
  font-family: Sourcehansanssc, sans-serif;
  color: #666;
  font-size: 18px;
}

.contact-span-blue {
  display: block;
  margin-bottom: 10px;
  font-family: Sourcehansanssc, sans-serif;
  color: #004680;
  font-size: 20px;
  font-weight: 700;
}

.contact-span-blue.big {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1;
}

.contact-span-blue.big.inline {
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
}

.contact-span-blue.lineheight {
  line-height: 1;
}

.contact-span-blue.en {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.grid-11 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.address {
  font-family: Sourcehansanssc, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}

.address.en {
  font-family: Helvetica, sans-serif;
}

.adress-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 12em;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.adress-img {
  position: relative;
}

.adress-blue-div01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 12em;
  height: 3em;
  background-color: #00b5e2;
}

.adress-blue-div02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 10em;
  height: 4.5em;
  background-color: #00b5e2;
}

.adress-heading-white {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 5.5em;
  height: 2em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sourcehansanssc, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 2em;
  text-align: center;
}

.adress-heading-white.en {
  left: 10px;
  font-family: Helvetica, sans-serif;
}

.contact-us-bottom {
  margin-top: 30px;
  padding: 40px;
  background-color: #fff;
}

.textarea {
  min-height: 150px;
}

.field-label {
  font-family: Sourcehansanssc, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.field-label.en {
  font-family: Helvetica, sans-serif;
}

.text-field {
  min-height: 50px;
  color: #666;
}

.message-list {
  margin-bottom: 20px;
}

.submit-button {
  padding-right: 60px;
  padding-left: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  font-family: Sourcehansanssc, sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 700;
}

.submit-button.en {
  font-family: Helvetica, sans-serif;
}

.orthopedics-text {
  margin-bottom: 15px;
  font-family: Sourcehansanssc, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.75;
  -webkit-column-count: auto;
  column-count: auto;
}

.grid-13 {
  margin-left: 20px;
  padding: 20px 0px 0px;
  grid-column-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.education-mediue {
  margin-top: 60px;
  background-color: transparent;
}

.course {
  display: block;
  margin-right: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.education-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.course-div {
  position: static;
  background-color: #fff;
}

.bg-green {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #a4d65e), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(90deg, #a4d65e 20%, hsla(0, 0%, 100%, 0.2));
}

.course-img {
  position: relative;
  margin-bottom: 20px;
}

.course-text {
  position: absolute;
  left: 10%;
  top: 0%;
  right: 10%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list {
  padding-right: 40px;
  list-style-type: none;
}

.course-content {
  padding: 20px 40px 40px;
  background-color: #fff;
}

.course-content.nopadding {
  padding-left: 0px;
}

.course-label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #a4d65e;
  color: #a4d65e;
}

.image-14 {
  width: 100.000106%;
}

.dropdown-link-to-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  font-family: Sourcehansanssc, sans-serif;
  color: #004680;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-link-to-page:hover {
  border-bottom: 2px solid #00b5e2;
  color: #00b5e2;
}

.dropdown-link-to-page.paddingleft {
  display: block;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dropdown-link-to-page.folder {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link-to-page.folder:hover {
  border-bottom-style: none;
}

.nav-dropdown-list {
  width: 30rem;
  min-width: 30rem;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-dropdown-list.w--open {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.icon-3 {
  display: none;
}

.dropdown-level-1 {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-level-1.reture {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: block;
  width: 100%;
}

.dropdown-level-1.reture.reture01 {
  z-index: 1;
  display: none;
}

.dropdown-level-1.c1 {
  cursor: pointer;
}

.dropdown-level-1.c1:hover {
  color: #00b5e2;
}

.dropdown-level-1.c2:hover {
  color: #00b5e2;
}

.dropdown-level-1.c3:hover {
  color: #00b5e2;
}

.image-15 {
  position: absolute;
  left: auto;
  top: 15px;
  right: 2%;
  bottom: auto;
}

.return {
  position: absolute;
  left: 5%;
  top: 18px;
  right: auto;
  bottom: auto;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.product-list-inner {
  position: relative;
  display: block;
}

.product-list-innerout {
  position: relative;
}

.dropdown-level-2 {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-level-2.c1-sub1 {
  display: none;
}

.dropdown-level-2.c1-sub2 {
  display: none;
}

.dropdown-level-2.c1-sub3 {
  display: none;
}

.dropdown-level-2.c1-sub4 {
  display: none;
}

.dropdown-level-2.c1-sub5 {
  display: none;
}

.dropdown-level-2.c2-sub1 {
  display: none;
}

.dropdown-level-2.c2-sub2 {
  display: none;
}

.dropdown-level-2.c3-sub1 {
  display: none;
}

.dropdown-level-2.c3-sub2 {
  display: none;
}

.dropdown-level-2.c3-sub3 {
  display: none;
}

.dropdown-level-2.c3-sub4 {
  display: none;
}

.dropdown-level-2.c3-sub5 {
  display: none;
}

.dropdown-level-3 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-level-3.c1-sub1-p {
  display: none;
}

.dropdown-level-3.c1-sub2-p {
  display: none;
}

.dropdown-level-3.c1-sub3-p {
  display: none;
}

.dropdown-level-3.c1-sub4-p {
  display: none;
}

.dropdown-level-3.c1-sub5-p {
  display: none;
}

.dropdown-level-3.c2-sub1-p {
  display: none;
}

.dropdown-level-3.c2-sub2-p {
  display: none;
}

.dropdown-level-3.c3-sub1-p {
  display: none;
}

.dropdown-level-3.c3-sub1 {
  display: none;
}

.dropdown-level-3.c3-sub2-p {
  display: none;
}

.dropdown-level-3.c3-sub3-p {
  display: none;
}

.dropdown-level-3.c3-sub4-p {
  display: none;
}

.dropdown-level-3.c3-sub5-p {
  display: none;
}

.dropdown-wrapper {
  overflow: hidden;
}

.image-16 {
  max-height: 480px;
}

.feature-icon {
  height: 4rem;
  margin-bottom: 0.5rem;
}

.dark-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: auto;
  width: 150px;
  height: 150px;
  background-color: #00b5e2;
}

.kh-bg-blue {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 260px;
  max-width: 260px;
  min-height: 200px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #014284;
}

.ico-img {
  position: relative;
  height: auto;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.grid-15 {
  margin-bottom: 60px;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-15.bottom0px {
  margin-bottom: 0px;
}

.parter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.about-fast-link-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-news {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hr1-1 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hr1-1 {
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-5 {
  margin-top: 40px;
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5"
    "Area-6 Area-7 Area-8 Area-9 Area-10";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.oem-img-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.line-gray {
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0px;
  background-color: rgba(7, 7, 7, 0.15);
}

.line-gray._40px {
  margin-top: 40px;
  margin-bottom: 20px;
}

.we-have-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.capabilities-text-div {
  margin-top: 20px;
}

.oem-container {
  max-width: 1440px;
}

.checkbox-field {
  display: inline-block;
  margin-right: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form {
  display: block;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #00b5e2;
}

.form-block {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.product-img {
  position: relative;
  background-color: #fff;
}

.products-text-div {
  min-height: 0px;
  padding: 20px;
  border-top: 5px solid #a4d65e;
  background-color: #014284;
  font-family: Sourcehansanssc, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.products-list-div {
  width: 33.3%;
  margin-bottom: 2rem;
  padding-right: 1%;
  padding-left: 1%;
  text-decoration: none;
}

.products-list-item {
  padding-top: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-search-label {
  display: none;
}

.nav-search-input {
  height: 40px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 5px;
}

.nav-search-button {
  position: absolute;
  right: 0px;
  z-index: 5;
  width: 60px;
  background-color: transparent;
}

.nav-search-icon-div {
  position: absolute;
  right: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #014284;
}

.nav-search-icon {
  display: block;
  width: 1.5rem;
}

.nav-search-icon.mobile {
  display: none;
}

.list-3 {
  padding-left: 0px;
  list-style-type: none;
}

.news_heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sourcehansanssc, sans-serif;
  color: #014284;
  font-size: 16px;
}

.news_heading:hover {
  color: #00b5e2;
}

.news_heading.en {
  font-family: Helvetica, sans-serif;
  line-height: 1.5em;
}

.news_list_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  text-decoration: none;
}

.content1_div {
  padding-top: 20px;
  padding-left: 10px;
}

.tab-link-tab-2 {
  width: 20%;
  padding: 20px 30px;
  border-bottom: 2px none rgba(0, 0, 0, 0.2);
  background-color: #e3e3e3;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.tab-link-tab-2.w--current {
  width: 20%;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #014284;
  font-family: Sourcehansanssc, sans-serif;
  color: #fff;
}

.tab-link-tab-2.en {
  min-width: 200px;
  font-family: Helvetica, sans-serif;
}

.tab-link-tab-1 {
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sourcehansanssc, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.tab-link-tab-1.w--current {
  width: 20%;
  padding: 20px 30px;
  border-bottom: 2px none #014284;
  background-color: #014284;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.tab-link-tab-1.en {
  font-family: Helvetica, sans-serif;
}

.tab-link-tab-1.en.w--current {
  min-width: 200px;
}

.tabs {
  margin-top: 20px;
}

.tab-pane-tab-2 {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-21 {
  width: 350px;
  height: 350px;
}

.span-blue {
  color: #00b5e2;
}

.kh_heading_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid2-2.margin {
  margin-top: 40px;
}

.image-22 {
  width: 20vw;
}

.search-moblie {
  display: none;
}

.contact-span-blue {
  display: block;
}

.contact-span-blue.inline {
  display: inline-block;
}

.span-kh-blue {
  color: #004680;
  font-weight: 700;
}

.q4-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pe-section-heading-right-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 8vw;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pe-section-heading-left-div {
  position: absolute;
  left: 8vw;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-feature-heading {
  margin-bottom: 0.5rem;
  font-family: Helvetica, sans-serif;
  color: #004680;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.pe-section-card {
  height: 28em;
}

.pe-section-card._1 {
  background-image: url('../images/professional_bg.png');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.pe-section-card._2 {
  background-image: url('../images/com_img.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.pe-section-card._3 {
  background-image: url('../images/q4_img.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pe-section-card._5 {
  background-image: url('../images/course_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.pe-section-card._4 {
  background-image: url('../images/webinars_bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.span-navy {
  color: #004680;
  font-weight: 700;
}

.feature-text-btn-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48vw;
  height: 20vh;
  padding-right: 12vw;
  padding-left: 8vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #00b5e2;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.product-detail-top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.produdct-detail-top-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.prd-kanghui-blue {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 2;
  width: 60%;
  height: auto;
  padding-top: 1vw;
  padding-left: 2vw;
  background-color: #00b5e2;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2vw;
  font-weight: 400;
}

.prd-green {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 96%;
  height: 3vw;
  background-color: #a4d65e;
}

.prd-blue {
  position: relative;
  z-index: 4;
  width: 90%;
  height: auto;
  min-height: 90%;
  margin-top: 3vw;
  padding: 1vw 2vw 2vw;
  background-color: #014284;
}

.prd-heading {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: Helvetica, sans-serif;
  color: #00b5e2;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
}

.prd-sub-heading {
  font-family: Helvetica, sans-serif;
  color: #f2f2f2;
  font-size: 1.25rem;
  line-height: 1;
}

.prd-des-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.prd-des-wrap {
  margin-bottom: 1rem;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.breadcrumb-home {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #393b6a;
}

.breadcrumb-home:hover {
  color: #642eff;
}

.breadcrumb-home.w--current {
  color: #160042;
}

.breadcrumb-home-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-seperator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4e6f1;
}

.breadcrumb-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Helvetica, sans-serif;
  color: #004680;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.breadcrumb-link:hover {
  color: #00b5e2;
}

.breadcrumb-link.w--current {
  color: #160042;
}

.prd-fb-div {
  width: 60%;
  padding: 2vw;
}

.prd-download-div {
  padding: 2vw 3vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.margin-top-base {
  margin-top: 1rem;
}

.prd-brochure-thumb {
  width: 90%;
}

.education-home-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1280px) {
  .feature-div.home {
    background-size: 100%;
  }
}

@media screen and (max-width: 991px) {
  .home-section {
    position: static;
    min-height: 0px;
  }

  .home-section-text-wrapper.hr {
    height: 20rem;
    min-height: auto;
    margin-bottom: 0px;
    background-image: url('../images/bg_03.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .home-section-text-wrapper.dbl {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .home-section-text-wrapper.grey {
    min-height: 20rem;
  }

  .home-section-text-wrapper.kh-blue {
    min-height: 20rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h1-heading-en {
    font-size: 30px;
  }

  .section-base-text {
    font-size: 1rem;
  }

  .section-base-text.white {
    font-size: 0.9rem;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
    font-size: 0.9rem;
  }

  .nav-link.w--current {
    padding-bottom: 2px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .nav-point-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-wrapper {
    margin-top: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-wrapper.page-transition.w--current {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logo {
    width: 200px;
  }

  .nav-menu {
    position: absolute;
    min-width: 60vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #014284;
  }

  .centered_w1 {
    padding-right: 42px;
    padding-left: 42px;
  }

  .centered_w1.nav-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-grid {
    grid-template-areas: "Area"
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer {
    display: block;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-centre {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-subheading {
    font-size: 18px;
  }

  .section-subheading.human-h3 {
    font-size: 24px;
    font-weight: 400;
  }

  .content-section {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .content-section.light-grey {
    position: relative;
    padding: 3rem 4vw;
  }

  .content-section.paddingtop0px {
    padding: 0rem 8vw 0rem 4vw;
  }

  .content-section.paddingtop0px.light-bg-gray {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .content-section.pe {
    width: 92vw;
    min-height: 0px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-left {
    width: 80px;
    height: 50px;
    padding: 7px;
    border-style: none;
    border-radius: 0px;
    background-color: #8c54ff;
  }

  .slider-right {
    width: 80px;
    height: 50px;
    padding: 7px;
    border-style: none;
    border-radius: 0px;
    background-color: #8c54ff;
  }

  .site-button.white {
    max-width: 250px;
    margin-top: 0px;
    font-size: 12px;
  }

  .site-button.white.home {
    max-width: none;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 10px;
  }

  .site-button.light {
    display: block;
  }

  .site-button.blue.fast-access.margin-top-base {
    width: auto;
  }

  .site-button.search-jobs.light.margin-top-base {
    width: auto;
  }

  .footer-grid {
    width: 90%;
    margin: 5% 0%;
  }

  .footer-column {
    padding-right: 20px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }

  .language-dropdown {
    margin-left: 0px;
  }

  .h2-heading-en {
    font-size: 28px;
  }

  .h2-heading-en.kh-blue {
    font-size: 20px;
  }

  .h2-heading-en.kh-blue.big36px {
    font-size: 32px;
  }

  .h2-heading-en.white {
    font-size: 28px;
  }

  .h2-heading-en.kh-new-blue {
    margin-top: 0px;
    font-size: 24px;
  }

  .h2-heading-en.kh-new-blue.margintop0px {
    font-size: 24px;
  }

  .kh-blue-div.noborderbottom {
    margin-bottom: 40px;
  }

  .mdt-blue-div {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right-style: none;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }

  .card {
    margin-bottom: 40px;
    padding-left: 10%;
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.2);
  }

  .card.paddingleft {
    margin-bottom: 40px;
    padding-top: 20px;
    box-shadow: 2px 0 11px 0 rgba(0, 0, 0, 0.2);
  }

  .section-heading {
    font-size: 1.75rem;
  }

  .section-heading.bold {
    font-size: 26px;
  }

  .section-heading.small {
    font-size: 26px;
  }

  .section-heading.white {
    font-size: 1.5rem;
  }

  .section-heading.kh-blue.home {
    font-size: 1.5rem;
  }

  .blog-list-item {
    width: 49%;
    margin-right: 1%;
  }

  .blog-list-item.slid-moblie {
    margin-right: 0%;
    margin-left: 1%;
  }

  .news-detail-text.white.en {
    font-size: 14px;
  }

  .feature-section {
    min-height: 0px;
  }

  .feature-div {
    width: 75%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature-div.news {
    width: 100%;
    height: 45vh;
  }

  .feature-div.home {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
    height: 30rem;
    background-image: url('../images/heronews.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .feature-div.hr {
    width: 100%;
    height: 25em;
    margin-bottom: 0px;
    background-image: url('../images/hr.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .feature-div.about {
    width: 100%;
    height: 35em;
  }

  .feature-div.education {
    width: 100%;
    height: 35em;
  }

  .feature-div.contact {
    width: 100%;
    height: 35em;
  }

  .feature-div.hr2 {
    width: 100%;
    height: 30em;
  }

  .feature-div.brand-en {
    width: auto;
    height: 25rem;
  }

  .feature-div.oem {
    width: auto;
    height: 35em;
  }

  .feature-div.brand-en-thumb {
    width: 100%;
    height: 25em;
    background-position: 50% 50%;
  }

  .feature-div.training {
    width: 100%;
    height: 25em;
    min-height: 0px;
  }

  .feature-deco-div-02 {
    width: 46%;
  }

  .feature-deco-div-02.nyheight {
    width: 50%;
    height: 28%;
  }

  .feature-deco-div-02.home {
    height: 27vw;
    padding-left: 4vw;
  }

  .feature-deco-div-01.multiply {
    width: 70%;
    height: 18%;
  }

  .feature-deco-div-01.multiply.home {
    width: 55vw;
    height: 18vw;
  }

  .feature-deco-div-01.multiply.news {
    width: 65%;
  }

  .feature-text-div {
    width: 45%;
  }

  .feature-text-div.en {
    overflow: hidden;
    width: 45%;
  }

  .feature-text-div.en.home {
    width: 50%;
  }

  .feature-text-div.en.home.nytextdiv {
    width: 60%;
  }

  .feature-heaading.home {
    font-size: 20px;
  }

  .feature-heaading.home.contact {
    height: 18%;
    font-family: Sourcehansanssc, sans-serif;
    font-size: 20px;
  }

  .feature-heaading.home.nopositon.white.en {
    font-size: 24px;
  }

  .feature-heaading.news.en {
    font-size: 18px;
  }

  .feature-button-div {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-button-div.news {
    left: 50%;
  }

  .solution-grid {
    grid-template-areas: "Area"
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hr-light-blue {
    bottom: 5%;
    height: 14rem;
  }

  .hr-kanghui-blue.multiply {
    bottom: 5%;
    height: 12.5rem;
  }

  .hr-green {
    bottom: 5%;
  }

  .hr-weight-blue {
    bottom: 5%;
    height: 10rem;
  }

  .eco-deformity {
    min-height: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .video-section {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .hr {
    grid-template-areas: "Area Area-3 Area-5"
      "Area-7 Area-4 Area-6";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .build-grid {
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 0px;
    grid-template-areas: "Area-9"
      "Area-3"
      "Area-10";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: auto auto auto;
  }

  .education-img {
    width: 100%;
    min-height: 20rem;
  }

  .contact-us-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0%;
  }

  .contact-txt {
    font-size: 16px;
  }

  .contact-span-blue {
    font-size: 18px;
  }

  .contact-span-blue.big {
    font-size: 20px;
  }

  .grid-11 {
    grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-13 {
    margin-left: 0px;
    padding-bottom: 0px;
    grid-template-areas: "Area"
      "Area-4"
      "Area-5";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .course {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-15 {
    grid-template-areas: "Area Area-2 Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-15.bottom0px {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .about-fast-link-grid {
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hr1-1 {
    grid-row-gap: 0px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .hr1-1 {
    grid-auto-columns: minmax(0px, 0.25fr);
    grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .oem-img-div {
    min-height: auto;
  }

  .line-gray._40px {
    margin-top: 20px;
  }

  .checkbox-field {
    display: inline-block;
    margin-right: 40px;
  }

  .form {
    display: block;
  }

  .nav-search {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-search-icon.mobile {
    display: block;
  }

  .tab-link-tab-2 {
    width: 30%;
    font-size: 16px;
  }

  .tab-link-tab-2.w--current {
    width: 30%;
  }

  .tab-link-tab-1 {
    width: 30%;
    font-size: 16px;
  }

  .tab-link-tab-1.w--current {
    width: 30%;
    font-size: 16px;
  }

  .grid2-2.margin {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-22 {
    max-height: none;
    max-width: 300px;
  }

  .ewmimg {
    height: 150px;
  }

  .menu-button {
    margin-left: 10px;
    padding: 8px;
    border-radius: 5px;
    background-color: transparent;
    color: #004680;
  }

  .menu-button.w--open {
    padding: 8px;
    border-radius: 5px;
    background-color: #014284;
  }

  .icon-4 {
    color: #fff;
  }

  .dropdown-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pe-section-card._1 {
    height: 20em;
  }

  .pe-section-card._2 {
    height: 20em;
  }

  .pe-section-card._3 {
    height: 20em;
  }

  .pe-section-card._5 {
    height: 20em;
  }

  .pe-section-card._4 {
    height: 20em;
  }

  .feature-text-btn-div {
    width: 55vw;
    height: 18vw;
    padding-right: 19vw;
    padding-left: 4vw;
  }

  .feature-heading {
    font-size: 1.2rem;
  }

  .product-detail-top-grid {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .prd-heading {
    font-size: 30px;
  }

  .education-home-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .home-section {
    padding-bottom: 3rem;
  }

  .home-section-text-wrapper.hr {
    height: 50vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .home-section-text-wrapper.dbl {
    width: 100%;
  }

  .home-section-text-wrapper.grey {
    min-height: 15rem;
  }

  .home-section-text-wrapper.kh-blue {
    min-height: 15rem;
  }

  .section-base-text {
    line-height: 1.3;
  }

  .section-base-text.white.mobile {
    overflow: hidden;
  }

  .logo-wrapper.page-transition {
    margin-right: 0px;
  }

  .nav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .centered_w1 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .centered_w1.nav-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-subheading {
    font-size: 16px;
  }

  .section-subheading.human-h3 {
    font-size: 20px;
  }

  .content-section {
    padding: 1rem 4vw;
  }

  .content-section.light-grey {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .content-section.light-grey.page-bottom {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .content-section.paddingtop0px {
    padding-right: 4vw;
    padding-bottom: 0px;
    padding-left: 4vw;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .site-button {
    font-size: 12px;
  }

  .site-button.white {
    max-width: none;
  }

  .site-button.white.home {
    max-width: 14vw;
  }

  .site-button.prd-dowload {
    width: 50%;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-column {
    padding-right: 0px;
  }

  .h2-heading-en {
    font-size: 22px;
  }

  .h2-heading-en.kh-blue {
    font-size: 18px;
  }

  .h2-heading-en.kh-blue.big36px {
    font-size: 22px;
  }

  .h2-heading-en.white {
    font-size: 22px;
  }

  .h2-heading-en.kh-new-blue {
    font-size: 20px;
  }

  .h2-heading-en.kh-new-blue.margintop0px {
    font-size: 22px;
  }

  .mdt-blue-div {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .mdt-blue-div.bgwhite {
    min-height: auto;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .section-heading.bold {
    font-size: 24px;
  }

  .section-heading.small {
    font-size: 24px;
  }

  .blog-list-item {
    overflow: hidden;
    width: auto;
    margin-right: 0%;
  }

  .news-detail-text.white {
    font-size: 14px;
  }

  .feature-section {
    min-height: 0px;
  }

  .feature-div {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feature-div.news {
    height: 35vh;
  }

  .feature-div.home {
    width: auto;
    height: 25rem;
  }

  .feature-div.hr {
    height: 18em;
  }

  .feature-div.about {
    height: 25em;
  }

  .feature-div.education {
    height: 20em;
  }

  .feature-div.contact {
    height: 25em;
  }

  .feature-div.hr2 {
    height: 20em;
  }

  .feature-div.brand-en {
    height: 18rem;
  }

  .feature-div.oem {
    height: 28em;
  }

  .feature-div.brand-en-thumb {
    height: 18em;
  }

  .feature-div.training {
    min-height: 0px;
  }

  .feature-deco-div-02.nyheight {
    height: 35%;
  }

  .feature-deco-div-02.home {
    width: 45vw;
    height: 10rem;
    padding-left: 4vw;
  }

  .feature-deco-div-01.multiply {
    width: 85%;
    height: 22%;
  }

  .feature-deco-div-01.multiply.home {
    width: 65vw;
    height: 6rem;
  }

  .feature-deco-div-01.multiply.news {
    width: 80%;
  }

  .newslist-img {
    min-width: 0px;
  }

  .feature-text-div {
    width: 55%;
    height: 22%;
  }

  .feature-text-div.en {
    height: 20%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature-text-div.en.home {
    width: 50%;
    height: 22%;
  }

  .feature-text-div.en.home.nytextdiv {
    width: 80%;
  }

  .feature-heaading.home {
    bottom: 22%;
    height: 13%;
  }

  .feature-heaading.home.nopositon.white.en {
    font-size: 20px;
  }

  .feature-button-div {
    left: 56%;
    width: 25%;
    height: 22%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-button-div.news {
    width: 30%;
  }

  .hr-light-blue {
    height: 25vh;
  }

  .hr-kanghui-blue.multiply {
    height: 25vh;
  }

  .hr-green {
    width: 80vw;
  }

  .hr-weight-blue {
    width: 70vw;
    height: 20vh;
  }

  .eco-deformity {
    min-height: 12em;
  }

  .video-section {
    padding: 2rem 4vw;
  }

  .news_detail_heading {
    font-size: 26px;
  }

  .build-grid {
    margin-bottom: 0px;
  }

  .education-img {
    width: 100%;
    min-height: 15rem;
  }

  .contact-us-top {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-list-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right-style: none;
  }

  .contact-list-left.borderrightnone {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-span-blue.big {
    font-size: 22px;
  }

  .address.en {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .adress-text-div {
    padding-right: 40px;
  }

  .field-label.en {
    font-weight: 400;
  }

  .submit-button.en {
    font-weight: 400;
  }

  .grid-13 {
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .feature-icon {
    height: 3rem;
  }

  .dark-bg {
    width: 100px;
    height: 100px;
  }

  .kh-bg-blue {
    max-height: 200px;
    max-width: 200px;
    min-height: 150px;
    min-width: 150px;
  }

  .grid-15 {
    grid-template-areas: "Area"
      "Area-4"
      "Area-5";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-15.bottom0px {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .about-fast-link-grid {
    grid-template-areas: "Area"
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-2-5 {
    grid-template-areas: "Area Area-2"
      "Area-6 Area-7"
      "Area-11 Area-12"
      "Area-13 Area-14"
      "Area-15 Area-16";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .products-list-div {
    width: 48%;
  }

  .nav-search {
    display: none;
  }

  .nav-search-icon.mobile {
    display: block;
  }

  .news_heading {
    font-size: 15px;
    line-height: 1.3rem;
  }

  .grid2-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-22 {
    width: 40vw;
  }

  .menu-button {
    padding: 0.5rem;
  }

  .pe-section-card._1 {
    height: 15em;
  }

  .pe-section-card._2 {
    height: 15em;
  }

  .pe-section-card._3 {
    height: 15em;
  }

  .pe-section-card._5 {
    height: 15em;
  }

  .pe-section-card._4 {
    height: 15em;
  }

  .feature-text-btn-div {
    width: 65vw;
    height: 6rem;
    padding-right: 22vw;
    padding-left: 4vw;
  }

  .feature-heading {
    font-size: 1.3rem;
  }

  .product-detail-top-grid {
    grid-row-gap: 2rem;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .prd-fb-div {
    width: 100%;
  }

  .prd-download-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    padding-top: 4vw;
    padding-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prd-brochure-thumb {
    width: 50%;
  }

  .education-home-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .home-section-text-wrapper.hr {
    height: 60vw;
    background-position: 75% 50%;
    background-size: auto 100%;
  }

  .home-section-text-wrapper.dbl {
    padding-left: 5vw;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .home-section-text-wrapper.kh-blue {
    padding-bottom: 3vh;
    padding-left: 5vw;
  }

  .h1-heading-en {
    font-size: 20px;
  }

  .section-base-text.white.margin-top-base {
    font-size: 0.85rem;
  }

  .section-base-text.white.margin-top-base.home {
    display: none;
  }

  .section-base-text.white.mobile {
    height: 55px;
  }

  .section-base-text.bold {
    font-size: 14px;
  }

  .nav-link {
    overflow: visible;
    height: 100.00003280232758%;
    padding-left: 20px;
    border: 1px none #000;
    font-size: 0.88rem;
    text-decoration: none;
  }

  .nav-point-wrapper {
    display: block;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px none #000;
  }

  .dropdown-toggle {
    width: 100%;
    padding-left: 0px;
  }

  .logo {
    width: 180px;
  }

  .nav-menu {
    min-width: auto;
  }

  .centered_w1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-grid {
    border-radius: 0px;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-subheading {
    font-size: 0.9rem;
  }

  .section-subheading.human-h3 {
    top: 0.5rem;
    font-size: 1.2rem;
  }

  .content-section.light-grey {
    padding: 3rem 4vw 1rem;
  }

  .content-section.light-grey.page-bottom {
    padding-top: 2rem;
  }

  .content-section.paddingtop0px {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .content-section.paddingtop0px.light-bg-gray {
    padding-right: 5%;
    padding-left: 5%;
  }

  .content-section.pe {
    width: 90vw;
    min-height: 15rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .site-button.white {
    max-width: 3rem;
    min-width: 0px;
    margin-top: 0px;
    padding: 5px;
  }

  .site-button.white.home {
    max-width: none;
    min-width: 0px;
    margin-top: 0.5rem;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .site-button.prd-dowload {
    width: 60%;
  }

  .footer-grid {
    grid-column-gap: 10px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-title {
    font-size: 16px;
  }

  .form-subwrapper-cf8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-wrapper-cf8 {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.right {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.left {
    width: 100%;
  }

  .language-toggle {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    border-style: none;
  }

  .icon-2 {
    margin-right: 10px;
  }

  .h2-heading-en {
    font-size: 18px;
    text-align: center;
  }

  .h2-heading-en.kh-blue {
    font-size: 16px;
    text-align: left;
  }

  .h2-heading-en.kh-blue.en.center {
    font-size: 18px;
  }

  .h2-heading-en.white {
    font-size: 18px;
  }

  .h2-heading-en.white.en {
    font-size: 18px;
  }

  .h2-heading-en.kh-new-blue {
    font-size: 18px;
  }

  .h2-heading-en.kh-new-blue.margintop0px {
    font-size: 18px;
    text-align: left;
  }

  .kh-blue-div.borderleft {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .bold-text-3.human-text {
    font-family: Sourcehansanssc, sans-serif;
  }

  .bold-text-3.gray {
    font-size: 14px;
    line-height: 24px;
  }

  .bold-text-3.kh-new-blue {
    font-family: Sourcehansanssc, sans-serif;
    font-size: 16px;
  }

  .h3-heading-cn.dark-blue {
    font-size: 18px;
  }

  ._50-div {
    width: 100%;
  }

  .section-heading {
    font-size: 1.2rem;
  }

  .section-heading.bold {
    font-size: 18px;
  }

  .section-heading.small {
    font-size: 18px;
  }

  .section-heading.en {
    font-size: 22px;
  }

  .section-heading.white {
    font-size: 1.2rem;
  }

  .section-heading.kh-blue.home {
    display: none;
  }

  .blog-list-item {
    width: 100%;
    margin-right: 0%;
  }

  .deco-divider {
    width: 20vw;
  }

  .feature-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-div.news {
    height: 15rem;
  }

  .feature-div.home {
    height: 20rem;
    background-image: url('../images/heronews.jpg');
    background-position: 65% 120%;
    background-size: cover;
  }

  .feature-div.hr {
    width: 100%;
    height: 12rem;
    min-height: 0px;
  }

  .feature-div.about {
    height: 20em;
  }

  .feature-div.education {
    height: 15rem;
    max-height: none;
    min-height: 0px;
  }

  .feature-div.contact {
    height: 15rem;
    background-position: 50% 50%;
  }

  .feature-div.hr2 {
    height: 15em;
  }

  .feature-div.brand-en {
    height: 12rem;
  }

  .feature-div.oem {
    height: 15em;
  }

  .feature-div.brand-en-thumb {
    height: 12em;
    background-size: cover;
  }

  .feature-div.training {
    height: 15em;
    min-height: 0px;
  }

  .feature-deco-div-02 {
    display: block;
    width: 60%;
  }

  .feature-deco-div-02.nyheight {
    width: 60%;
  }

  .feature-deco-div-02.home {
    width: 50vw;
    height: 8rem;
    padding-top: 0.25rem;
  }

  .feature-deco-div-01.multiply {
    width: 90%;
  }

  .feature-deco-div-01.multiply.home {
    width: 80vw;
    height: 5.5rem;
  }

  .feature-deco-div-01.multiply.news {
    display: block;
  }

  .feature-text-div {
    width: 65%;
    line-height: 16px;
  }

  .feature-text-div.en {
    bottom: 3%;
    display: block;
  }

  .feature-text-div.en.home {
    width: 55%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }

  .feature-text-div.en.home.nytextdiv {
    width: 90%;
  }

  .feature-heaading.home {
    width: 50%;
  }

  .feature-heaading.home.nopositon.white.en {
    font-size: 1rem;
  }

  .feature-heaading.news.en {
    overflow: hidden;
    width: 60%;
    height: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2em;
  }

  .feature-button-div {
    position: absolute;
    left: 60%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 20%;
    height: 22%;
  }

  .solution-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hr-light-blue {
    bottom: 5%;
    height: 32vw;
  }

  .hr-kanghui-blue.multiply {
    height: 30vw;
  }

  .hr-green {
    width: 55vw;
  }

  .hr-weight-blue {
    width: 50vw;
    height: 28vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .eco-deformity {
    min-height: 8em;
  }

  .news_detail_heading {
    font-size: 22px;
    line-height: 30px;
  }

  .news-img-grid {
    grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hr {
    grid-template-areas: "Area Area-3"
      "Area-7 Area-4"
      "Area-8 Area-9";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .build-grid {
    margin-bottom: 0px;
  }

  .education-img {
    min-height: 15rem;
    background-position: 0% 50%;
  }

  .contact-txt {
    font-size: 14px;
  }

  .contact-span-blue {
    font-size: 16px;
  }

  .contact-span-blue.big {
    font-size: 18px;
  }

  .contact-span-blue.en {
    line-height: 1.5;
  }

  .address {
    font-size: 14px;
  }

  .adress-text-div {
    min-height: 13em;
    padding-right: 20px;
    padding-left: 20px;
  }

  .adress-heading-white {
    font-size: 18px;
  }

  .contact-us-bottom {
    padding-right: 20px;
    padding-left: 20px;
  }

  .education-mediue {
    margin-top: 40px;
  }

  .course {
    padding-right: 0px;
    padding-left: 0px;
  }

  .course-text {
    left: 5%;
  }

  .course-content {
    padding: 10px 20px 20px;
  }

  .dropdown-link-to-page {
    font-size: 14px;
  }

  .nav-dropdown-list {
    top: 1rem;
    width: auto;
  }

  .nav-dropdown-list.w--open {
    left: 0%;
    top: 100%;
    right: auto;
    bottom: auto;
    min-width: 0px;
  }

  .feature-icon {
    height: 3rem;
    max-height: 55px;
  }

  .dark-bg {
    width: 100px;
    height: 100px;
  }

  .kh-bg-blue {
    max-height: 200px;
    max-width: 200px;
    min-height: 150px;
    min-width: 150px;
  }

  .about-news {
    padding-top: 0px;
  }

  .products-list-div {
    width: 100%;
    margin-right: 0%;
  }

  .nav-search {
    display: none;
  }

  .nav-search.moblie {
    display: block;
  }

  .nav-search-icon.mobile {
    display: block;
    margin-left: 10px;
  }

  .news_heading {
    font-size: 14px;
  }

  .tab-link-tab-2.w--current {
    display: inline-block;
    width: 50%;
  }

  .tab-link-tab-2.en {
    display: inline-block;
    width: 50%;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-1 {
    display: inline-block;
    width: 50%;
    font-size: 15px;
  }

  .tab-link-tab-1.en {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-1.en.w--current {
    width: 50%;
    min-width: 0px;
  }

  .image-21 {
    width: 200px;
    height: auto;
  }

  .image-22 {
    max-height: 50px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .dropdown-2 {
    display: block;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
  }

  .dropdown-3 {
    display: block;
  }

  .search-moblie {
    position: absolute;
    left: 0%;
    top: 80px;
    right: auto;
    bottom: auto;
    z-index: 9999;
    display: none;
    width: 100%;
    min-height: 10rem;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #fff;
  }

  .text-block {
    font-size: 15px;
  }

  .pe-section-card._1 {
    height: 10em;
  }

  .pe-section-card._2 {
    height: 10em;
  }

  .pe-section-card._3 {
    height: 10em;
  }

  .pe-section-card._5 {
    height: 10em;
  }

  .pe-section-card._4 {
    height: 10em;
  }

  .feature-text-btn-div {
    width: 80vw;
    height: 5.5rem;
    padding-top: 10px;
    padding-right: 7rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-heading {
    font-size: 0.9rem;
  }

  .prd-heading {
    font-size: 20px;
  }

  .prd-brochure-thumb {
    width: 60%;
  }

  .grid-16 {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
}

#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.solution-grid>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.solution-grid>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.solution-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.solution-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-3;
}

.grid-13>#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-15>#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-3;
}

.grid-13>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.solution-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: center;
  justify-self: center;
}

.solution-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-3;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

.grid-13>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-15>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

.solution-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: center;
  justify-self: center;
}

.solution-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

.solution-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-accabe9e-5938-826c-afcb-f26bae22c7aa-8ab61ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accabe9e-5938-826c-afcb-f26bae22c7cf-8ab61ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accabe9e-5938-826c-afcb-f26bae22c819-8ab61ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accabe9e-5938-826c-afcb-f26bae22c7f4-8ab61ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.solution-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.solution-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.solution-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.solution-grid>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.solution-grid>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.solution-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-3;
}

.grid-13>#w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: center;
  justify-self: center;
}

.solution-grid>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.solution-grid>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_255fa5df-33c1-9b60-eba2-b6a59f826f7f-c1b61cf0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5da27a30-2f92-881a-496e-91dff1482565-c1b61cf0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area;
}

.solution-grid>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hr>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.build-grid>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-15>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-fast-link-grid>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2-5>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-2;
}

.solution-grid>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hr>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.build-grid>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-15>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.about-fast-link-grid>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-3;
}

.grid-13>#w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-15>#w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_84f54c77-cd5b-bc54-2432-df9b5d319585-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-4;
}

#w-node-_258e6ba8-37ec-eb09-3e99-77a4f1add0a1-eeb61cfb {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-5;
}

#w-node-_39d44871-3c70-782e-2245-fe902d8405b3-eeb61cfb {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-6;
}

#w-node-_97028c73-4d9a-ef97-b45b-b7371d9e6c3b-eeb61cfb {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-7;
}

#w-node-_7114ce40-b532-9205-d1ca-604f9c084d24-eeb61cfb {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-8;
}

#w-node-_9b575542-9910-b182-11d4-cda8fed5f496-eeb61cfb {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-9;
}

#w-node-aad73452-edab-5539-73a5-3aae9db6dbe5-eeb61cfb {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  grid-area: Area-10;
}

#w-node-_169c86ce-2afb-e049-e106-87d753cd3c1e-eb2a813e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88c566ed-56dc-174c-478a-7617bab990d5-eb2a813e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0b209d4-6628-40e1-9ccd-d9dac62a5459-eb2a813e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .solution-grid>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .build-grid>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-13>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .solution-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .build-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-13>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }

  .solution-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .hr>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .build-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-15>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .about-fast-link-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-2-5>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .solution-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .build-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-13>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .solution-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .build-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-13>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }

  .solution-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .hr>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .build-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-15>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .about-fast-link-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-2-5>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .solution-grid>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .build-grid>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-13>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-5;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-align: auto;
    justify-self: auto;
    grid-area: Area-4;
  }

  #w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-align: auto;
    justify-self: auto;
    grid-area: Area-4;
  }

  #w-node-accabe9e-5938-826c-afcb-f26bae22c7cf-8ab61ce2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-accabe9e-5938-826c-afcb-f26bae22c819-8ab61ce2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-accabe9e-5938-826c-afcb-f26bae22c7f4-8ab61ce2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .solution-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .build-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .grid-13>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    grid-area: Area-9;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    grid-area: Area-10;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.grid-2-5>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media screen and (max-width: 767px) {
  #w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  .grid-13>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .grid-13>#w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: Area-4;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-5;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-5;
  }

  #w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: Area-4;
  }

  #w-node-accabe9e-5938-826c-afcb-f26bae22c819-8ab61ce2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-accabe9e-5938-826c-afcb-f26bae22c7f4-8ab61ce2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Area-6;
  }

  #w-node-_84f54c77-cd5b-bc54-2432-df9b5d319585-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: Area-7;
  }

  #w-node-_258e6ba8-37ec-eb09-3e99-77a4f1add0a1-eeb61cfb {
    grid-area: Area-11;
  }

  #w-node-_39d44871-3c70-782e-2245-fe902d8405b3-eeb61cfb {
    grid-area: Area-12;
  }

  #w-node-_97028c73-4d9a-ef97-b45b-b7371d9e6c3b-eeb61cfb {
    grid-area: Area-13;
  }

  #w-node-_7114ce40-b532-9205-d1ca-604f9c084d24-eeb61cfb {
    grid-area: Area-14;
  }

  #w-node-_9b575542-9910-b182-11d4-cda8fed5f496-eeb61cfb {
    grid-area: Area-15;
  }

  #w-node-aad73452-edab-5539-73a5-3aae9db6dbe5-eeb61cfb {
    grid-area: Area-16;
  }
}

.grid-2-5>#w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2-5>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media screen and (max-width: 479px) {
  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-3;
  }

  .grid-13>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .grid-15>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.grid-2-5>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media screen and (max-width: 991px) {
  .grid-11>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_84f54c77-cd5b-bc54-2432-df9b5d319585-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_84f54c77-cd5b-bc54-2432-df9b5d319585-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_258e6ba8-37ec-eb09-3e99-77a4f1add0a1-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_258e6ba8-37ec-eb09-3e99-77a4f1add0a1-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_39d44871-3c70-782e-2245-fe902d8405b3-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  #w-node-_97028c73-4d9a-ef97-b45b-b7371d9e6c3b-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_9b575542-9910-b182-11d4-cda8fed5f496-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-aad73452-edab-5539-73a5-3aae9db6dbe5-eeb61cfb {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .solution-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-11>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .hr1-1>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  #w-node-_84f54c77-cd5b-bc54-2432-df9b5d319585-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  .grid-2-5>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-2-5>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-2-5>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-2-5>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_84f54c77-cd5b-bc54-2432-df9b5d319585-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_258e6ba8-37ec-eb09-3e99-77a4f1add0a1-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_39d44871-3c70-782e-2245-fe902d8405b3-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_97028c73-4d9a-ef97-b45b-b7371d9e6c3b-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-15>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-fast-link-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-2-5>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_84f54c77-cd5b-bc54-2432-df9b5d319585-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_258e6ba8-37ec-eb09-3e99-77a4f1add0a1-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_39d44871-3c70-782e-2245-fe902d8405b3-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  #w-node-_97028c73-4d9a-ef97-b45b-b7371d9e6c3b-eeb61cfb {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-_7114ce40-b532-9205-d1ca-604f9c084d24-eeb61cfb {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }

  #w-node-_9b575542-9910-b182-11d4-cda8fed5f496-eeb61cfb {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-aad73452-edab-5539-73a5-3aae9db6dbe5-eeb61cfb {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-c1b61cf0 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-b9b61cf2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-afb61cf4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_82682a1e-bb80-21c8-ecdf-d909af11cb10-8cb61cf6 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 479px) {
  .news-img-grid>#w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-f7016edc-5f09-703a-e715-8ca99e243eb0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_882cb1d1-1c7b-b7dd-9957-454aa77cf6f9-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd43-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd57-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c66-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_9e570315-0aff-12c5-4860-245cbb6c103f-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_1fabfdb9-7a37-8930-a24d-eda9e232e180-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-f1fda21d-91f0-c78f-349b-28d0ee55b018-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd76-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_74f5535e-eb06-05ef-4625-513afaf737c1-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_288c80b0-2e1d-7b7d-36e7-7c18ba03a212-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_68c7eee9-565e-d3ab-14f8-63a9e23332be-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6b204991-8f1f-81f4-63aa-2e8c61f7c69a-eeb61cfb {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_84f54c77-cd5b-bc54-2432-df9b5d319585-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_97028c73-4d9a-ef97-b45b-b7371d9e6c3b-eeb61cfb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7114ce40-b532-9205-d1ca-604f9c084d24-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_9b575542-9910-b182-11d4-cda8fed5f496-eeb61cfb {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  #w-node-_426892ba-ab22-29eb-a2d6-203a9f2963b5-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_426892ba-ab22-29eb-a2d6-203a9f2963c0-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-cac07995-3702-1486-ecbf-3a169b69373e-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_7b592651-ae1d-e739-a338-1ea0cc76026f-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_7b592651-ae1d-e739-a338-1ea0cc76027a-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_783a02c8-70d4-37fd-1706-b4f4d9e8ac21-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_3c7ee811-8202-9d00-6512-1b7ddfbb5e98-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd65-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_96c7c686-0e5d-670b-1966-f15e9c3ecd6d-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-img-grid>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_7d83a108-5ed6-a02c-578f-87e32b801327-8cb61ce0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ebb38846-2a10-fdb5-5c1d-cbf4c9f2dd62-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ac6f1528-f45f-f2e3-3215-4fed60033c82-8ab61ce2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d5e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .news-img-grid>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .hr>#w-node-_15ee7db4-bb7d-4870-1e33-96ce09409d69-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_50dbda4a-5f46-ee57-091c-ccbd8e6766f8-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_9e570315-0aff-12c5-4860-245cbb6c1047-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_4e736340-bece-4e08-6661-7cef8609689e-10b61ce5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd63-b0b61ce7 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  #w-node-_902600ae-0023-0063-7e2f-4d646369dd89-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_05e070e2-6570-0628-1f8f-113a4d0351bd-b0b61ce7 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-c5ad824a-db9c-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-d98f5bc2-5718-a7ed-0a02-cc80ccbd4a16-4ab61cdd {
-b59b-494a-d2edce659751-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_32afcf8c-5c6b-04ce-a44d-7b3f5374ca60-b2b61cda {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_26ab69a3-2877-fd69-52b8-bf8171432039-4ab61cdd {
