.divider, .tab-content-d.layout-boxed .tab-content-d__cell, .resource-single__related-item-img, .post-list-d__body-item-img, .photo-content-d2__img-box, .photo-content-d__bgi, .hero-u__bg, .featured-person-d__person-img, .featured-person-d__person-content, .column-content-icb2__col-box, .column-content-cb__background-image, .background-d__default, .o-cc-ca-c1, .o-card-bli__image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.column-content-cb__background-image, .background-d__default, .o-qc1-c1 > a, .o-qc1-c1__img::before, .o-qc1-c1__img, .o-qb1-c2 > a, .o-qb1-c2__img::before, .o-qb1-c2__img, .o-qb1-c1 > a, .o-qb1-c1__img::before, .o-qb1-c1__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.link-arrow svg {
  margin-top: 0.1rem;
  margin-left: 1rem;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

.link-arrow span {
  color: inherit;
  font: inherit;
  position: relative;
}

.btn, .btn-outline {
  background-color: #1890ff;
  border-radius: 10rem;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  padding: 1.2rem 2.8rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  line-height: 1.25;
}
@media screen and (max-width: 47.9375em) {
  .btn, .btn-outline {
    font-size: 1.5rem;
    padding: 1.4rem 2rem;
  }
}
.btn:hover, .btn-outline:hover {
  background-color: #4edee1;
  color: #ffffff;
  text-decoration: none;
}
.btn:focus, .btn-outline:focus {
  background-color: #4edee1;
  color: #ffffff;
}
.btn.layout-min-width-0, .layout-min-width-0.btn-outline {
  min-width: 0;
}
.btn.layout-small-1, .layout-small-1.btn-outline {
  border-radius: 5px;
  padding: 1rem 2rem;
}
.btn.color-gray-1, .color-gray-1.btn-outline {
  background-color: #606060;
  color: #ffffff;
}
.btn.color-gray-1:hover, .color-gray-1.btn-outline:hover {
  background-color: #606060;
  color: #ffffff;
}
.btn.color-gray-1:focus, .color-gray-1.btn-outline:focus {
  color: #ffffff;
}
.btn.color-white, .color-white.btn-outline {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00bc00;
}
.btn.color-white:hover, .color-white.btn-outline:hover {
  background-color: #00bc00;
  border-color: #00bc00;
  color: #ffffff;
}
.btn.color-white:focus, .color-white.btn-outline:focus {
  color: #00bc00;
}
.btn.layout-simple-link, .layout-simple-link.btn-outline {
  border: none !important;
  padding: 1.2rem 0 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  font-size: 1.5rem !important;
}

.btn-gradient {
  background-color: #000000;
  border-radius: 10rem;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  min-width: 19.5rem;
  padding: 1.6rem 3.6rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  position: relative;
}
.btn-gradient::after {
  background: linear-gradient(to right, #00808c 0%, #f0de30 100%);
  display: block;
  content: "";
  border-radius: 10rem;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  transition: background-color 0.3s ease 0s;
}
.btn-gradient:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.btn-gradient:hover::after {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}
.btn-gradient:focus {
  color: #000000;
}

.link-arrow {
  font-family: "Nunito", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
}
.link-arrow:hover {
  text-decoration: none;
}
.hs-button {
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  border-radius: 10rem;
  box-sizing: border-box;
  color: #00bc00;
  display: inline-block;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  min-width: 22.4rem;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all 0.3s;
}
.hs-button:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.hs-button:focus {
  color: #00bc00;
}

.btn-outline {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-outline:hover {
  background-color: #ffffff;
  color: #121212;
}
.btn-outline:focus {
  color: #ffffff;
}

.btn-link {
  color: #00bc00;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-link:hover {
  color: #00bc00;
  opacity: 0.5;
  text-decoration: none;
}
.btn-link:focus {
  color: #00bc00;
}

.btn-arrow {
  color: #121212;
  display: inline-block;
  font-family: "Nunito", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  opacity: 1;
  padding-right: 3.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-arrow:before {
  content: url("../images/arrow-right-ee7c32.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn-arrow:hover {
  opacity: 0.5;
  text-decoration: none;
}
.btn-arrow:focus {
  color: #121212;
}

.btn-arrow-2 {
  color: #00bc00;
  display: inline-block;
  font-family: "Nunito", serif;
  font-size: 10.2rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 1;
  padding-right: 2rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-arrow-2:before {
  content: url("../images/arrow-right-ee7c32-2.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn-arrow-2:hover {
  color: #00bc00;
  opacity: 0.5;
  text-decoration: none;
}

.btn__container--outline {
  background: "Nunito", serif;
  background: linear-gradient(270deg, "Nunito", serif 0%, #f0de30 100%);
  border-radius: 100rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.btn__container--outline:before {
  background: "Nunito", serif;
  background: linear-gradient(90deg, "Nunito", serif 0%, #f0de30 100%);
  border-radius: 100rem;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.6s ease;
  width: 100%;
}
.btn__container--outline:hover::before {
  opacity: 0;
}

.btn--outline {
  border-radius: 100rem;
  background-color: #000000;
  border: none;
  margin: 2px;
  position: relative;
  transition: color 0.6s ease;
  z-index: 1;
}

.featured-person-d__person-position {
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.resource-single__content blockquote p, .resource-single__author, .resource-single__date {
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.duo-content-d__q1 .duo-content-d__q1-text li,
.duo-content-d__q1 .duo-content-d__q1-text p, .quote-c1__text li,
.quote-c1__text p {
  font-family: "Nunito", serif;
  font-weight: 400;
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d__q1 .duo-content-d__q1-text li,
  .duo-content-d__q1 .duo-content-d__q1-text p, .quote-c1__text li,
  .quote-c1__text p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 47.9375em) {
  .duo-content-d__q1 .duo-content-d__q1-text li,
  .duo-content-d__q1 .duo-content-d__q1-text p, .quote-c1__text li,
  .quote-c1__text p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .duo-content-d__q1 .duo-content-d__q1-text li,
  .duo-content-d__q1 .duo-content-d__q1-text p, .quote-c1__text li,
  .quote-c1__text p {
    font-size: 2.4rem;
  }
}

.quote-c1.layout-3 .quote-c1__text p {
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.search-category-d__result li p,
.search-category-d__result li a, .search-category-d__form-field input, .search-category-d__category-list li, .search-category-d__category-text, .resource-single__content ul > li,
.resource-single__content ol > li, .resource-single__content p, .post-list-d__body-item-cat, .post-list-d__tag-box ul li a, .post-list-d__result li p,
.post-list-d__result li a, .post-list-d__form-field input, .duo-content-d__c1 p, .duo-content-d__q1 .duo-content-d__q1-text li span,
.duo-content-d__q1 .duo-content-d__q1-text p span, .quote-c1__text li span,
.quote-c1__text p span, .quote-c1.layout-3 .quote-c1__text p:last-child, .o-cc-ct__text p {
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 50.625em) {
  .search-category-d__result li p,
  .search-category-d__result li a, .search-category-d__form-field input, .search-category-d__category-list li, .search-category-d__category-text, .resource-single__content ul > li,
  .resource-single__content ol > li, .resource-single__content p, .post-list-d__body-item-cat, .post-list-d__tag-box ul li a, .post-list-d__result li p,
  .post-list-d__result li a, .post-list-d__form-field input, .duo-content-d__c1 p, .duo-content-d__q1 .duo-content-d__q1-text li span,
  .duo-content-d__q1 .duo-content-d__q1-text p span, .quote-c1__text li span,
  .quote-c1__text p span, .quote-c1.layout-3 .quote-c1__text p:last-child, .o-cc-ct__text p {
    font-size: 1.4rem;
  }
}

.resource-single__meta {
  font-family: "Nunito", serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.checklist__title {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 50.625em) {
  .checklist__title {
    font-size: 1.8rem;
  }
}

.two-column-content-d__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 50.5625em) {
  .two-column-content-d__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 50.625em) {
  .two-column-content-d__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .two-column-content-d__title {
    font-size: 2.4rem;
  }
}

.stat-d__title, .photo-content-d2__title, .hero-c__col-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 50.5625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 50.625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 3.6rem;
  }
}

.stat-d__title, .photo-content-d2__title, .hero-c__col-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 50.5625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 50.625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 3.6rem;
  }
}

.featured-person-d__content-title {
  font-family: "Roboto", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
}
@media screen and (max-width: 67.4375em) {
  .featured-person-d__content-title {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .featured-person-d__content-title {
    font-size: 2.4rem;
  }
}

.error-p__title {
  font-family: "Roboto", sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
}
@media screen and (max-width: 67.4375em) {
  .error-p__title {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .error-p__title {
    font-size: 2.4rem;
  }
}

.stat-d__title, .photo-content-d2__title, .hero-c__col-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 50.5625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 50.625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .stat-d__title, .photo-content-d2__title, .hero-c__col-title {
    font-size: 3.6rem;
  }
}

.btn, .btn-outline {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.acc-d__title {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}

.query-column-1__title, .photo-content-d__title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 50.5625em) {
  .query-column-1__title, .photo-content-d__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 50.625em) {
  .query-column-1__title, .photo-content-d__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .query-column-1__title, .photo-content-d__title {
    font-size: 3.6rem;
  }
}

.tab-content-d__pc-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 50.5625em) {
  .tab-content-d__pc-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 50.625em) {
  .tab-content-d__pc-title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .tab-content-d__pc-title {
    font-size: 4rem;
  }
}

.duo-content-d__f1.style-contact-form-1 .wpcf7-form .cf7-submit input {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 50.625em) {
  .duo-content-d__f1.style-contact-form-1 .wpcf7-form .cf7-submit input {
    font-size: 1.4rem;
  }
}

.resource-single__related-item-title, .post-list-d__body-item-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 50.625em) {
  .resource-single__related-item-title, .post-list-d__body-item-title {
    font-size: 1.6rem;
  }
}

.photo-content-d__acc-title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 50.625em) {
  .photo-content-d__acc-title {
    font-size: 1.8rem;
  }
}

.o-cc-ca-c3__title {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.tab-content-l__header-item span, .resource-single__related-title, .featured-person-d__person-name {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 50.625em) {
  .tab-content-l__header-item span, .resource-single__related-title, .featured-person-d__person-name {
    font-size: 1.8rem;
  }
}

.popup-cc-ca-c2__col.profile h1,
.popup-cc-ca-c2__col.profile h2,
.popup-cc-ca-c2__col.profile h3,
.popup-cc-ca-c2__col.profile h4,
.popup-cc-ca-c2__col.profile h5,
.popup-cc-ca-c2__col.profile h6, .duo-content-d__f1.style-contact-form-1 .wpcf7-form h2,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form h3, .duo-content-d__t1-title, .duo-content-d__c1 h1,
.duo-content-d__c1 h2,
.duo-content-d__c1 h3,
.duo-content-d__c1 h4,
.duo-content-d__c1 h5,
.duo-content-d__c1 h6, .column-content-icb2__col-title, .o-cc-ca-l3__text h1,
.o-cc-ca-l3__text h2,
.o-cc-ca-l3__text h3,
.o-cc-ca-l3__text h4,
.o-cc-ca-l3__text h5,
.o-cc-ca-l3__text h6 {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 50.5625em) {
  .popup-cc-ca-c2__col.profile h1,
  .popup-cc-ca-c2__col.profile h2,
  .popup-cc-ca-c2__col.profile h3,
  .popup-cc-ca-c2__col.profile h4,
  .popup-cc-ca-c2__col.profile h5,
  .popup-cc-ca-c2__col.profile h6, .duo-content-d__f1.style-contact-form-1 .wpcf7-form h2,
  .duo-content-d__f1.style-contact-form-1 .wpcf7-form h3, .duo-content-d__t1-title, .duo-content-d__c1 h1,
  .duo-content-d__c1 h2,
  .duo-content-d__c1 h3,
  .duo-content-d__c1 h4,
  .duo-content-d__c1 h5,
  .duo-content-d__c1 h6, .column-content-icb2__col-title, .o-cc-ca-l3__text h1,
  .o-cc-ca-l3__text h2,
  .o-cc-ca-l3__text h3,
  .o-cc-ca-l3__text h4,
  .o-cc-ca-l3__text h5,
  .o-cc-ca-l3__text h6 {
    font-size: 2rem;
  }
}

.o-sli-a-s1__title {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 50.5625em) {
  .o-sli-a-s1__title {
    font-size: 2.4rem;
  }
}

.stat-d__col-no, .hero-d__title, .o-cc-ca-c2__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 67.5625em) {
  .stat-d__col-no, .hero-d__title, .o-cc-ca-c2__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 67.5em) {
  .stat-d__col-no, .hero-d__title, .o-cc-ca-c2__title {
    font-size: 2.4rem;
  }
}

.tab-content-l__ti {
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (max-width: 50.5625em) {
  .tab-content-l__ti {
    font-size: 2.4rem;
  }
}

.slider-a__slider-title-text, .resource-single__title, .duo-content-d__title {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 50.5625em) {
  .slider-a__slider-title-text, .resource-single__title, .duo-content-d__title {
    font-size: 2.4rem;
  }
}

.unique-a__cl-col-text h2,
.unique-a__cl-col-text h3, .unique-a__text h2,
.unique-a__text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
}
@media screen and (max-width: 67.4375em) {
  .unique-a__cl-col-text h2,
  .unique-a__cl-col-text h3, .unique-a__text h2,
  .unique-a__text h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .unique-a__cl-col-text h2,
  .unique-a__cl-col-text h3, .unique-a__text h2,
  .unique-a__text h3 {
    font-size: 3.2rem;
  }
}

.o-cc-ct__title {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 67.4375em) {
  .o-cc-ct__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .o-cc-ct__title {
    font-size: 3.2rem;
  }
}

.o-bullet-lightorange-check ul li {
  list-style: none;
  margin-bottom: 20px !important;
  padding-left: 48px;
  position: relative;
}
.o-bullet-lightorange-check ul li:last-child {
  margin-bottom: 0 !important;
}
.o-bullet-lightorange-check ul li:before {
  background-image: url("../../assets/images/orange-check-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
}

.o-bullet-list {
  margin-bottom: 2rem;
}
.o-bullet-list:last-child {
  margin-bottom: 0;
}
.o-bullet-list.icon-blue-check ul li {
  list-style: none;
  margin-bottom: 2.5rem;
  padding-left: 4.9rem;
  position: relative;
}
.o-bullet-list.icon-blue-check ul li:last-child {
  margin-bottom: 0;
}
.o-bullet-list.icon-blue-check ul li:before {
  background-image: url("../../assets/images/bullet-list-icon-blue-check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.4rem;
}
.o-bullet-list ul {
  margin-left: 0;
  margin-bottom: 0;
}

.o-number-orange ol {
  counter-reset: number;
}
.o-number-orange ol li {
  color: #121212;
  counter-increment: number;
  list-style: none;
  margin-bottom: 30px !important;
  padding-left: 40px;
  position: relative;
}
.o-number-orange ol li:last-child {
  margin-bottom: 0 !important;
}
.o-number-orange ol li:before {
  background-color: #00bc00;
  border-radius: 100%;
  color: #ffffff;
  content: counter(number);
  font-family: "Nunito", serif;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
}

.o-highlight.orange {
  color: #00bc00;
}

.gform_wrapper .gfield {
  margin-bottom: 4rem;
}
.gform_wrapper .gfield p {
  margin-bottom: 0;
  width: 100%;
}
.gform_wrapper .ginput_counter {
  color: #ffffff;
  font-size: 1.3rem;
  opacity: 0.5;
}
.gform_wrapper .gform_footer {
  gap: 0;
}
.gform_wrapper .gform_heading,
.gform_wrapper .gfield_label {
  display: none;
}
.gform_wrapper .gfield_description {
  font-size: 1.3rem;
}
.gform_wrapper .gfield_validation_message {
  color: rgba(255, 148, 148, 0.8);
  margin-top: 0.3rem;
}
.gform_wrapper .gform_confirmation_message {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.gform_wrapper .gform_validation_errors {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 148, 148, 0.8);
  display: none;
  outline: 3px solid rgba(255, 148, 148, 0.8);
}
.gform_wrapper legend,
.gform_wrapper label,
.gform_wrapper span br {
  display: none;
}
.gform_wrapper span {
  padding-inline: 0;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper select,
.gform_wrapper textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding: 0 0 1.5rem;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  box-shadow: none;
}
.gform_wrapper input[type=text]::-webkit-input-placeholder,
.gform_wrapper input[type=email]::-webkit-input-placeholder,
.gform_wrapper input[type=number]::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.gform_wrapper input[type=text]::-moz-placeholder,
.gform_wrapper input[type=email]::-moz-placeholder,
.gform_wrapper input[type=number]::-moz-placeholder,
.gform_wrapper select::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.gform_wrapper input[type=text]:-ms-input-placeholder,
.gform_wrapper input[type=email]:-ms-input-placeholder,
.gform_wrapper input[type=number]:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.gform_wrapper input[type=text]:-moz-placeholder,
.gform_wrapper input[type=email]:-moz-placeholder,
.gform_wrapper input[type=number]:-moz-placeholder,
.gform_wrapper select:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.gform_wrapper option {
  background-color: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.gform_wrapper input[type=submit] {
  background-color: #1890ff;
  border: 0;
  border-radius: 10rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.2rem 2.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  width: 100%;
}
.gform_wrapper input[type=submit]:hover {
  background-color: #2f39aa;
}

.gform-theme--foundation .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  outline-width: 0;
}

.gform-theme--foundation .gform-grid-row {
  margin-inline: 0;
}
.gform-theme--foundation .gfield textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #ffffff;
  outline-width: 0;
}
.gform-theme--foundation .gfield textarea:focus {
  outline-width: 0;
}
.gform-theme--foundation .gfield select:focus {
  outline-width: 0;
}
.gform-theme--foundation .name_first {
  margin-bottom: 4rem;
  display: block;
}
.gform-theme--foundation .gform_submission_error.hide_summary {
  color: rgba(255, 148, 148, 0.8);
}

#demo-form > p {
  display: none;
}

.gravity-forms-css-1 .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):focus {
  background-image: none;
}
.gravity-forms-css-1 .gform_wrapper .ginput_counter {
  color: #000000;
  opacity: 1;
}
.gravity-forms-css-1 .gform_wrapper .gfield_validation_message {
  color: #f00;
}
.gravity-forms-css-1 .gform_wrapper .gform_confirmation_message {
  color: #000000;
}
.gravity-forms-css-1 .gform_wrapper .ginput_container .ginput_counter {
  margin-top: 0.5rem;
}
.gravity-forms-css-1 .gform_wrapper input[type=text],
.gravity-forms-css-1 .gform_wrapper input[type=email],
.gravity-forms-css-1 .gform_wrapper input[type=number],
.gravity-forms-css-1 .gform_wrapper select,
.gravity-forms-css-1 .gform_wrapper textarea {
  background: #fff;
  border: 1px solid #c4c4c4;
  box-shadow: none;
  color: #909498;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.8rem 1.5rem;
  margin-bottom: 0;
}
.gravity-forms-css-1 .gform_wrapper input[type=text]:focus,
.gravity-forms-css-1 .gform_wrapper input[type=email]:focus,
.gravity-forms-css-1 .gform_wrapper input[type=number]:focus,
.gravity-forms-css-1 .gform_wrapper select:focus,
.gravity-forms-css-1 .gform_wrapper textarea:focus {
  background: #fff;
  border: 1px solid #c4c4c4;
  box-shadow: none;
}
.gravity-forms-css-1 .gform_wrapper input[type=text]::-webkit-input-placeholder,
.gravity-forms-css-1 .gform_wrapper input[type=email]::-webkit-input-placeholder,
.gravity-forms-css-1 .gform_wrapper input[type=number]::-webkit-input-placeholder,
.gravity-forms-css-1 .gform_wrapper select::-webkit-input-placeholder,
.gravity-forms-css-1 .gform_wrapper textarea::-webkit-input-placeholder {
  color: #909498;
  opacity: 1;
}
.gravity-forms-css-1 .gform_wrapper input[type=text]::-moz-placeholder,
.gravity-forms-css-1 .gform_wrapper input[type=email]::-moz-placeholder,
.gravity-forms-css-1 .gform_wrapper input[type=number]::-moz-placeholder,
.gravity-forms-css-1 .gform_wrapper select::-moz-placeholder,
.gravity-forms-css-1 .gform_wrapper textarea::-moz-placeholder {
  color: #909498;
  opacity: 1;
}
.gravity-forms-css-1 .gform_wrapper input[type=text]:-ms-input-placeholder,
.gravity-forms-css-1 .gform_wrapper input[type=email]:-ms-input-placeholder,
.gravity-forms-css-1 .gform_wrapper input[type=number]:-ms-input-placeholder,
.gravity-forms-css-1 .gform_wrapper select:-ms-input-placeholder,
.gravity-forms-css-1 .gform_wrapper textarea:-ms-input-placeholder {
  color: #909498;
  opacity: 1;
}
.gravity-forms-css-1 .gform_wrapper input[type=text]:-moz-placeholder,
.gravity-forms-css-1 .gform_wrapper input[type=email]:-moz-placeholder,
.gravity-forms-css-1 .gform_wrapper input[type=number]:-moz-placeholder,
.gravity-forms-css-1 .gform_wrapper select:-moz-placeholder,
.gravity-forms-css-1 .gform_wrapper textarea:-moz-placeholder {
  color: #909498;
  opacity: 1;
}
.gravity-forms-css-1 .gform_wrapper input[type=text],
.gravity-forms-css-1 .gform_wrapper input[type=email],
.gravity-forms-css-1 .gform_wrapper input[type=number],
.gravity-forms-css-1 .gform_wrapper select {
  line-height: 1;
  height: 4rem;
}
.gravity-forms-css-1 .gform_wrapper input[type=submit] {
  font-family: "Roboto", sans-serif;
  width: auto;
}

.o-bl-c1 {
  box-shadow: 0 2px 32px 0 rgba(43, 58, 103, 0.15);
  height: 100%;
  position: relative;
}
.o-bl-c1__img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  image-rendering: crisp-edges;
}
.o-bl-c1__tag {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}
.o-bl-c1__b {
  background: linear-gradient(to right, #4edee1 0%, #7db9e8 100%);
  width: 13rem;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.o-bl-c1__content {
  padding: 3rem;
}
.o-bl-c1__title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.o-bl-c1 > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.o-card-bli {
  background-color: #ffffff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.o-card-bli__image {
  width: 100%;
  padding-bottom: 56.25%;
}
.o-card-bli__content {
  height: 43.75%;
  padding: 2rem 4rem 4rem;
}
@media screen and (max-width: 63.9375em) {
  .o-card-bli__content {
    padding: 2rem 4rem 6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .o-card-bli__content {
    height: auto;
  }
}
.o-card-bli__category {
  font-family: "Nunito", serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #00bc00;
  padding-bottom: 1rem;
}
.o-card-bli__title {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 2.7rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 63.9375em) {
  .o-card-bli__title {
    font-size: 2rem;
  }
}
.o-card-bli__meta {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  position: absolute;
  left: 0;
  bottom: 2rem;
}
.o-card-bli__meta span {
  color: #666666;
  font-family: "Nunito", serif;
  font-size: 1.3rem;
  letter-spacing: 0.088rem;
  line-height: 1.2;
  margin-right: 0.3rem;
}
.o-card-bli__text {
  display: -webkit-box;
  height: 5rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.o-card-bli__text p {
  line-height: 1.6;
}

.o-cc-ct__title {
  line-height: 1;
  text-transform: none;
  margin-bottom: 1.5rem;
}
.o-cc-ct__text {
  color: #202930;
}
.o-cc-ca-c1 {
  height: 100%;
}

.o-cc-ca-c2 {
  height: 100%;
}
.o-cc-ca-c2__content {
  padding-left: 1.5rem;
}
.o-cc-ca-c2__title {
  color: #353535;
  line-height: 1;
  margin-bottom: 0;
}
.o-cc-ca-c2__text li,
.o-cc-ca-c2__text p {
  color: #202930;
  font-size: 1.6rem;
}

.o-cc-ca-c3 {
  height: 100%;
}
.o-cc-ca-c3.color-text-white .o-cc-ca-c3__title {
  color: #fff;
}
.o-cc-ca-c3.color-text-white .o-cc-ca-c3__text li,
.o-cc-ca-c3.color-text-white .o-cc-ca-c3__text p {
  color: #fff;
}
.o-cc-ca-c3__title {
  color: #202930;
  line-height: 1;
  margin-bottom: 0;
}
.o-cc-ca-c3__border {
  background: linear-gradient(to right, #1890ff 0%, #4edee1 100%);
  height: 2px;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.o-cc-ca-c3__text li,
.o-cc-ca-c3__text p {
  color: #202930;
  font-size: 1.8rem;
}

.o-cc-ca-l1 {
  position: relative;
}

.o-cc-ca-l3 {
  position: relative;
}
.o-cc-ca-l3__text {
  margin-top: 2rem;
}
.o-cc-ca-l3__text h1,
.o-cc-ca-l3__text h2,
.o-cc-ca-l3__text h3,
.o-cc-ca-l3__text h4,
.o-cc-ca-l3__text h5,
.o-cc-ca-l3__text h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.o-cc-ca-l3__block-link {
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.o-pc-d-mil:hover .o-pc-d-mil__icon {
  padding-right: 0.5rem;
}
.o-pc-d-mil__icon {
  width: 3rem;
  padding-right: 0;
  transition: padding-right 0.4s ease 0s;
}
.o-pc-d-mil__text {
  padding-left: 1.5rem;
}
.o-pc-d-mil__text p {
  font-size: 1.6rem;
  line-height: 1.25;
}

.o-qb1-c1 {
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.o-qb1-c1__img {
  z-index: 1;
}
.o-qb1-c1__img::before {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
  pointer-events: none;
  z-index: 2;
}
.o-qb1-c1__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.o-qb1-c1__tag {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}
.o-qb1-c1__b {
  background: linear-gradient(to right, #4edee1 0%, #7db9e8 100%);
  width: 13rem;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.o-qb1-c1__content {
  padding: 5rem;
  position: relative;
  z-index: 2;
}
.o-qb1-c1__text h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
}
.o-qb1-c1__text > a {
  color: #1890ff;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 1.5rem;
  position: relative;
}
.o-qb1-c1__text > a svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.o-qb1-c1 > a {
  z-index: 3;
}

.o-qb1-c2 {
  position: relative;
}
.o-qb1-c2__img {
  z-index: 1;
}
.o-qb1-c2__img::before {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
  pointer-events: none;
  z-index: 2;
}
.o-qb1-c2__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.o-qb1-c2__tag {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}
.o-qb1-c2__b {
  background: linear-gradient(to right, #4edee1 0%, #7db9e8 100%);
  width: 13rem;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.o-qb1-c2__content {
  padding: 8rem 3rem 3rem;
  position: relative;
  z-index: 2;
}
.o-qb1-c2__text h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
.o-qb1-c2__text > a {
  color: #1890ff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 1.5rem;
  position: relative;
}
.o-qb1-c2__text > a svg {
  width: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.o-qb1-c2 > a {
  z-index: 3;
}

.o-qc1-c1 {
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.o-qc1-c1__img {
  z-index: 1;
}
.o-qc1-c1__img::before {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
  pointer-events: none;
  z-index: 2;
}
.o-qc1-c1__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.o-qc1-c1__tag {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}
.o-qc1-c1__b {
  background: linear-gradient(to right, #4edee1 0%, #7db9e8 100%);
  width: 13rem;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.o-qc1-c1__content {
  padding: 2.5rem;
  position: relative;
  z-index: 2;
}
.o-qc1-c1__text h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
.o-qc1-c1__text > a {
  color: #1890ff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 1rem;
  position: relative;
}
.o-qc1-c1__text > a svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.o-qc1-c1 > a {
  z-index: 3;
}

.o-quo-s1 {
  padding: 3.2rem;
  position: relative;
}
.o-quo-s1::before {
  background: linear-gradient(to bottom, #1890ff 0%, #4edee1 100%);
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.o-quo-s1__res {
  margin-bottom: 3.2rem;
}
.o-quo-s1__text, .o-quo-s1__name {
  padding-left: 3.2rem;
}
@media screen and (max-width: 47.9375em) {
  .o-quo-s1__text, .o-quo-s1__name {
    padding-left: 0;
  }
}
.o-quo-s1__pfp {
  width: 54px !important;
}
.o-quo-s1__pfp img {
  border-radius: 50%;
}
@media screen and (min-width: 48em) {
  .o-quo-s1__svg {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .o-quo-s1__svg {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .o-quo-s1__text {
    flex: 1 1 0px;
    width: auto;
  }
}
.o-quo-s1__text p {
  font-size: 1.8rem;
}
.o-quo-s1__name p strong {
  font-size: 1.8rem;
}

.o-sm-c1 .content p a {
  font-size: inherit;
  text-decoration: none;
}
.o-sm-c1 .content .btn, .o-sm-c1 .content .btn-outline {
  background-color: #fff;
  border: 2px solid #1890ff;
  color: #1890ff;
  font-size: 1.8rem;
  text-transform: uppercase;
}

@media screen and (max-width: 50.5625em) {
  .o-sm-c2 {
    text-align: center;
  }
}
.o-sm-c2__brdr {
  background: linear-gradient(90deg, rgb(24, 144, 255) 0%, rgb(78, 222, 225) 100%);
  height: 2px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 50.625em) {
  .o-sm-c2__text {
    flex: 1 1 0px;
    width: auto;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 50.625em) {
  .o-sm-c2__btn {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
}
.o-sm-c2__btn .btn, .o-sm-c2__btn .btn-outline {
  background-color: transparent;
  border: 0 none;
  color: #1890ff;
  font-size: 1.8rem;
  padding: 0;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.o-sm-il1 {
  position: relative;
}
@media screen and (min-width: 50em) {
  .o-sm-il1__row {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.o-sm-il1__col {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 50em) {
  .o-sm-il1__col {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 49.9375em) {
  .o-sm-il1__col:last-child {
    margin-bottom: 0;
  }
}
.o-sm-il1__col.col-50 {
  position: relative;
}
@media screen and (min-width: 50em) {
  .o-sm-il1__col.col-50 {
    width: 50%;
  }
}
.o-sm-il1__col.col-33 {
  position: relative;
}
@media screen and (min-width: 50em) {
  .o-sm-il1__col.col-33 {
    width: 50%;
  }
}
@media screen and (min-width: 67.5625em) {
  .o-sm-il1__col.col-33 {
    width: 33.3333%;
  }
}
.o-sm-il1__img {
  width: 3.6rem;
}
.o-sm-il1__text {
  padding-left: 1rem;
}
.o-sm-il1__text h1,
.o-sm-il1__text h2,
.o-sm-il1__text h3,
.o-sm-il1__text h4,
.o-sm-il1__text h5,
.o-sm-il1__text h6 {
  color: #323232;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.o-sm-il1__text p {
  color: #6c6c6c;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}
.o-sm-il1__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.o-sm-il1__link span {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 64.0625em) {
  .o-sli-a-s1__spacer {
    max-width: 17rem;
  }
}
@media screen and (max-width: 64em) {
  .o-sli-a-s1__spacer {
    max-width: 0;
  }
}
.o-sli-a-s1__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 64em) {
  .o-sli-a-s1__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 50.5625em) {
  .o-sli-a-s1__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 64em) {
  .o-sli-a-s1__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.o-sli-l-c1 {
  position: relative;
}
.o-sli-l-c1:hover .o-sli-l-c1__logo1 {
  top: 0;
  transform: translate(-50%, 0%);
}
.o-sli-l-c1:hover .o-sli-l-c1__logo1 img {
  transform: scale(1.5);
}
.o-sli-l-c1:hover .o-sli-l-c1__text {
  opacity: 1;
  transition: opacity 0.4s ease 0.2s;
}
.o-sli-l-c1__logo1 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease 0s, top 0.4s ease 0s;
}
.o-sli-l-c1__logo1 img {
  transition: transform 0.4s ease 0s;
}
.o-sli-l-c1__logo2 {
  opacity: 0;
  transform: scale(1.5);
}

.o-tc-lc1-l1 {
  position: relative;
}
.o-tc-lc1-l1:hover .o-tc-lc1-l1__logo1 {
  top: 0;
  transform: translate(-50%, 0%);
}
.o-tc-lc1-l1:hover .o-tc-lc1-l1__logo1 img {
  height: 6rem !important;
}
.o-tc-lc1-l1:hover .o-tc-lc1-l1__text {
  opacity: 1;
  transition: opacity 0.4s ease 0.2s;
}
.o-tc-lc1-l1__logo1 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease 0s, top 0.4s ease 0s;
}
.o-tc-lc1-l1__logo1 img {
  object-fit: contain;
  transition: height 0.4s ease 0s;
}
.o-tc-lc1-l1__logo2 {
  opacity: 0;
}
.o-tc-lc1-l1__logo2 img {
  height: 6rem;
}
.o-tc-lc1-l1__text {
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}
.o-tc-lc1-l1__text li,
.o-tc-lc1-l1__text p {
  font-size: 1.6rem;
}
.o-tc-lc1-l1__text p {
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
}

.border-line {
  max-width: 100%;
}
.border-line.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.checklist ul {
  margin-left: 0;
  margin-bottom: 0;
}
.checklist ul li {
  list-style: none;
  margin-bottom: 2.5rem;
  min-height: 3.5rem;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .checklist ul li {
    text-align: left;
  }
}
.checklist ul li a {
  color: #1890ff;
  font: inherit;
  text-decoration: underline;
  transition: color 0.4s ease;
}
.checklist ul li::before {
  background-image: url("../../assets/images/list-teal-circle.svg");
  content: "";
  display: block;
  float: left;
  height: 2.2rem;
  margin-right: 1.5rem;
  margin-top: -0.2rem;
  position: relative;
  transform: translateY(50%);
  width: 2.2rem;
}
@media screen and (max-width: 47.9375em) {
  .checklist ul li::before {
    margin-top: -0.5rem;
  }
}
.checklist ul li:last-child {
  margin-bottom: 0;
}
.checklist__content {
  padding-left: 1.5rem;
}
.checklist__title {
  margin-bottom: 0.2rem;
}
.checklist--icon-list ul {
  margin: 0;
}
.checklist--icon-list ul li {
  margin-bottom: 2.5rem;
}
.checklist--icon-list ul li::before {
  display: none;
}
.checklist--indent ul {
  padding-left: 2rem;
}
.checklist--item-align-middle .checklist__item {
  align-items: center;
}
.checklist--title-bolded .checklist__title {
  font-weight: 700;
}

.quote-c1 {
  background-position: center center;
  background-size: cover;
}
.quote-c1.layout-2 .quote-c1__img {
  margin-left: 2rem;
}
.quote-c1.layout-3 {
  border-radius: 0 16px 16px 0;
  border-left-width: 2px;
}
.quote-c1.layout-3 .quote-c1__text {
  margin-left: 3rem;
}
.quote-c1.layout-3 .quote-c1__text p {
  line-height: 1.25;
}
.quote-c1.color-text-white .quote-c1__text li,
.quote-c1.color-text-white .quote-c1__text p {
  color: #ffffff;
}
.quote-c1 > * {
  margin-bottom: 2rem;
}
.quote-c1 > *:last-child {
  margin-bottom: 0;
}
.hero-d {
  padding: 9.5rem 0;
}
@media screen and (max-width: 50.5625em) {
  .hero-d {
    padding: 5rem 0;
  }
}
.hero-d.white .hero-d__title {
  color: #00bc00;
}
.hero-d.white .hero-d__title:before {
  background-color: #00bc00;
  width: 23rem;
}
.hero-d.white .hero-d__content {
  padding-right: 2.5rem;
}
@media screen and (max-width: 67.4375em) {
  .hero-d.white .hero-d__content {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .hero-d.white .hero-d__content {
    flex: 0 1 auto;
    padding-right: 0;
    text-align: center;
  }
}
.hero-d.white .hero-d__text p {
  color: #121212;
}
.hero-d__row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 90rem;
}
.hero-d__content {
  flex: 1 1 0;
  padding-right: 10rem;
}
@media screen and (max-width: 50.5625em) {
  .hero-d__content {
    flex: 0 1 auto;
    padding-right: 0;
    text-align: center;
  }
}
.hero-d__title {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  margin-top: 0;
  padding-bottom: 2.5rem;
  position: relative;
}
.hero-d__title:before {
  background-color: #ffffff;
  content: "";
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  width: 88px;
}
@media screen and (max-width: 50.5625em) {
  .hero-d__title:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-d__text p {
  color: #ffffff;
}
.hero-d__link {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 50.5625em) {
  .hero-d__link {
    margin: 5rem auto 0;
  }
}
.hero-d__link a {
  bottom: 0;
  left: 50%;
  min-width: 15rem;
  position: absolute;
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
}

.footer {
  background-color: #1a013c;
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 67.5em) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .footer {
    text-align: center;
  }
}
@media screen and (min-width: 67.5625em) {
  .footer__content {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
    width: 43rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 67.5em) {
  .footer__content {
    margin-bottom: 5rem;
  }
}
.footer__content img {
  margin-bottom: 3rem;
}
.footer__content p {
  color: #ffffff;
}
@media screen and (min-width: 67.5625em) {
  .footer__side {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (min-width: 50.625em) {
  .footer__side .footer__side-row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .footer__side .footer__side-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.footer__side-col {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 50.625em) {
  .footer__side-col.col-33 {
    width: 33.3333%;
  }
}
.footer__side-col h1, .footer__side-col h2, .footer__side-col h3, .footer__side-col h3, .footer__side-col h4, .footer__side-col h5, .footer__side-col h6 {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.footer__side-col h1:last-child, .footer__side-col h2:last-child, .footer__side-col h3:last-child, .footer__side-col h3:last-child, .footer__side-col h4:last-child, .footer__side-col h5:last-child, .footer__side-col h6:last-child {
  margin-bottom: 0;
}
.footer__side-col ul {
  font-size: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.footer__side-col ul li {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  list-style-type: none;
  vertical-align: middle;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 50.5625em) {
  .footer__side-col ul li {
    margin-bottom: 1.5rem;
  }
}
.footer__side-col ul li:last-child {
  margin-bottom: 0;
}
.footer__side-col ul li a {
  color: inherit;
  font: inherit;
}
.footer__brdr {
  background: linear-gradient(to right, #1890ff 0%, #4edee1 100%);
  height: 1px;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 50.5625em) {
  .footer__brdr {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 50.625em) {
  .footer__copy {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 50.5625em) {
  .footer__copy {
    margin-bottom: 2.5rem;
  }
}
.footer__copy p {
  color: #ffffff;
}
.footer__links {
  text-align: center;
}
@media screen and (min-width: 50.625em) {
  .footer__links {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 50.5625em) {
  .footer__links {
    margin-bottom: 2.5rem;
  }
}
.footer__links ul {
  font-size: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.footer__links ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  list-style-type: none;
  vertical-align: middle;
  margin-right: 3rem;
  margin-bottom: 0;
  position: relative;
}
.footer__links ul li:last-child {
  margin-right: 0;
}
.footer__links ul li a, .footer__links ul li i {
  color: inherit;
  font: inherit;
}
@media screen and (min-width: 50.625em) {
  .footer__soc {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
}
.footer__soc ul {
  font-size: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.footer__soc ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 2rem;
  margin-bottom: 0;
}
.footer__soc ul li a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.footer__soc ul li a:hover {
  opacity: 0.8;
}
.footer__soc ul li i {
  color: #ffffff;
}
.footer__soc ul li:last-child {
  margin-right: 0;
}

.error-p {
  background-color: #000000;
}
.error-p__content {
  padding: 16rem 0;
}
@media screen and (max-width: 50.5625em) {
  .error-p__link .btn, .error-p__link .btn-outline {
    min-width: 0;
  }
}
.error-p__title {
  color: #ffffff;
  margin-bottom: 3.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 50.5625em) {
  .error-p__title {
    font-weight: 600;
    font-size: 2.7rem;
  }
}

.acc-d__item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.acc-d__item::before {
  background: linear-gradient(to right, #1890ff 0%, #4edee1 100%);
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.acc-d__item.active svg {
  transform: rotate(180deg);
}
.acc-d__title {
  cursor: pointer;
  line-height: 1.2;
  padding-right: 6.5rem;
  position: relative;
}
@media screen and (max-width: 50.5625em) {
  .acc-d__title {
    font-size: 1.8rem;
  }
}
.acc-d__title svg {
  position: absolute;
  right: 2.5rem;
  top: 14px;
}
.acc-d__hidden {
  padding-top: 1.5rem;
}
.acc-d__hidden ul,
.acc-d__hidden ol {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}
.acc-d__hidden ul li,
.acc-d__hidden ol li {
  margin-bottom: 1rem;
}
.acc-d__hidden ul li:last-child,
.acc-d__hidden ol li:last-child {
  margin-bottom: 0;
}
.acc-d__hidden ul li {
  list-style: none;
  padding-left: 1.5rem;
  position: relative;
}
.acc-d__hidden ul li:before {
  background-color: #121212;
  border-radius: 100%;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.8rem;
  width: 0.5rem;
}
.acc-d__hidden > *:last-child {
  margin-bottom: 0;
}

.column-content-cb__background-image:nth-child(9), .background-d__default:nth-child(9) {
  z-index: 1;
  position: absolute;
}
.column-content-cb__background-image:nth-child(8), .background-d__default:nth-child(8) {
  z-index: 2;
  position: absolute;
}
.column-content-cb__background-image:nth-child(7), .background-d__default:nth-child(7) {
  z-index: 3;
  position: absolute;
}
.column-content-cb__background-image:nth-child(6), .background-d__default:nth-child(6) {
  z-index: 4;
  position: absolute;
}
.column-content-cb__background-image:nth-child(5), .background-d__default:nth-child(5) {
  z-index: 5;
  position: absolute;
}
.column-content-cb__background-image:nth-child(4), .background-d__default:nth-child(4) {
  z-index: 6;
  position: absolute;
}
.column-content-cb__background-image:nth-child(3), .background-d__default:nth-child(3) {
  z-index: 7;
  position: absolute;
}
.column-content-cb__background-image:nth-child(2), .background-d__default:nth-child(2) {
  z-index: 8;
  position: absolute;
}
.column-content-cb__background-image:nth-child(1), .background-d__default:nth-child(1) {
  z-index: 9;
  position: absolute;
}

.background-d {
  position: relative;
}
.background-d > section,
.background-d > * {
  position: relative;
  z-index: 10;
}
.background-d.overflow-hidden {
  overflow: hidden;
}
.background-d__default {
  overflow: hidden;
}

.blog-l__featured-title, .blog-l__banner-title {
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 6rem;
  line-height: 1.2;
}

.blog-l__banner {
  background-color: #000000;
  height: 27vh;
}
@media screen and (max-width: 63.9375em) {
  .blog-l__banner {
    height: 20vh;
  }
}
@media screen and (max-width: 47.9375em) {
  .blog-l__banner {
    height: auto;
    padding: 10rem 5rem;
  }
}
.blog-l__banner-title {
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .blog-l__banner-title {
    font-size: 3rem;
  }
}
.blog-l__featured {
  background-color: #000000;
  padding: 6rem 0;
}
.blog-l__featured-title {
  margin-bottom: 3rem;
}
.blog-l__filter {
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 47.9375em) {
  .blog-l__filter {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 48em) {
  .blog-l__cat {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .blog-l__cat-list {
    display: none;
  }
}
.blog-l__cat-list li {
  list-style-type: none;
  margin-right: 3rem;
}
.blog-l__cat-list li a {
  color: #666;
  font-family: "Nunito", serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  transition: none;
}
.blog-l__cat-list li a:hover {
  color: #000000;
}
.blog-l__cat-list li a.selected {
  border-bottom: 0.3rem solid #000000;
  color: #000000;
}
.blog-l__cat-list li span:hover {
  border-bottom: 0.3rem solid #000000;
}
.blog-l__cat-select {
  background-image: none;
  border: 1px solid #bbb;
  border-radius: 1rem;
  font-family: "Nunito", serif;
  font-size: 1.4rem;
  line-height: 4rem;
  width: 65%;
  height: 4rem;
  padding: 0 1rem;
  position: relative;
  appearance: auto;
}
@media screen and (min-width: 64em) {
  .blog-l__cat-select {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .blog-l__cat-select {
    width: 100%;
  }
}
.blog-l__cat-select option {
  color: #000000;
  font-family: "Nunito", serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.blog-l__cat-select:focus {
  background-color: transparent;
  border: 1px solid #000000;
  box-shadow: none;
  transition: none;
}
.blog-l__search {
  position: relative;
}
@media screen and (min-width: 48em) {
  .blog-l__search {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
    width: 21.5rem;
  }
}
.blog-l__search-form {
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 64em) {
  .blog-l__search-form {
    top: -1rem;
  }
}
.blog-l__search-form input {
  background-color: transparent;
  border-radius: 1rem;
  box-shadow: none;
  color: #000000;
  font-family: "Nunito", serif;
  font-size: 1.3rem;
  line-height: 4rem;
  width: 100%;
  height: 4rem;
  padding: 1rem;
  margin-bottom: 0;
  transition: none;
}
.blog-l__search-form input:focus {
  background-color: transparent;
  border: 1px solid #000000;
  box-shadow: none;
  transition: none;
}
.blog-l__search-form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}
.blog-l__search-form input::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}
.blog-l__search-form input:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}
.blog-l__search-form input:-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}
.blog-l__search-btn {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.blog-l__search-btn::after {
  content: "";
  background: url("../images/ico_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 55%;
  right: 1.2rem;
  transform: translateY(-50%);
}
.blog-l__search-result {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 3;
}
.blog-l__search-result li {
  margin-bottom: 1rem;
}
.blog-l__search-result li a {
  color: #000000;
  font-family: "Nunito", serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
  opacity: 0.5;
  transition: color 0.4s ease 0s, opacity 0.4s ease 0s;
}
.blog-l__search-result li a:hover {
  color: #00bc00;
  text-decoration: none;
  opacity: 1;
}
.blog-l__list-row {
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
.blog-l__list-col {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .blog-l__list-col:last-child {
    margin-bottom: 0;
  }
}
.blog-l__pagination {
  padding: 0 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .blog-l__pagination {
    margin-top: 2rem;
  }
}
.blog-l__banner-category-title-wrapper {
  min-height: 50vh;
}
@media screen and (max-width: 63.9375em) {
  .blog-l__banner-category-title-wrapper {
    min-height: 20vh;
  }
}
@media screen and (max-width: 47.9375em) {
  .blog-l__banner-category-title-wrapper {
    padding: 10rem;
  }
}
.blog-l__banner-category-title {
  text-transform: none;
}
@media screen and (max-width: 47.9375em) {
  .blog-l__banner-category-title {
    font-size: 3rem;
  }
}

.page-template-page-blog-lists #main-footer {
  display: none;
}

.category #main-footer {
  display: none;
}

.pagination {
  margin-top: 1rem;
}
.pagination .page-numbers {
  background-color: #c4c4c4;
  display: inline-block;
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 47.9375em) {
  .pagination .page-numbers {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.current {
  background-color: #000000;
  color: #ffffff;
}

.blog-pa__row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.blog-pa__col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .blog-pa__col.col-25 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-pa__col.col-25 {
    width: 33.3333%;
  }
}
.blog-pa__title {
  margin-bottom: 3rem;
}
.blog-pa__pagination {
  margin-top: 3rem;
  text-align: center;
}
.blog-pa__pagination ul {
  font-size: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.blog-pa__pagination li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 0;
}
.blog-pa__pagination li a {
  display: inline-block;
}
.blog-pa__pagination-arrow svg {
  position: relative;
  top: 3px;
}
.blog-pa__pagination-arrow.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.blog-pa__pagination-arrow:first-child {
  margin-right: 3rem;
}
.blog-pa__pagination-arrow:last-child {
  margin-left: 3rem;
}
.blog-pa__pagination-item > span,
.blog-pa__pagination-item a {
  border-radius: 50%;
  display: inline-block;
  color: #ada4b9;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.533px;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.blog-pa__pagination-item > span:hover,
.blog-pa__pagination-item a:hover {
  background-color: #1890ff;
  color: #fff;
}
.blog-pa__pagination-item > span span,
.blog-pa__pagination-item a span {
  position: relative;
  right: -1px;
}
.blog-pa__pagination-item.active > span,
.blog-pa__pagination-item.active a {
  background-color: #1890ff;
  color: #fff;
}
.blog-pa__pagination-item:nth-last-child(2) {
  margin-right: 0;
}

@media screen and (min-width: 64em) {
  .blog-se__list {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .blog-se__list {
    text-align: center;
  }
}
.blog-se__list ul {
  margin-left: 0;
  margin-bottom: 0;
}
.blog-se__list li {
  display: inline-block;
  padding-right: 2rem;
}
.blog-se__list li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 63.9375em) {
  .blog-se__list li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 37.4375em) {
  .blog-se__list li {
    display: block;
    padding-right: 0;
  }
}
.blog-se__list a {
  border-radius: 100px;
  border: 1px solid #CCDBDC;
  color: #202930;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  padding: 1rem 2.5rem;
}
.blog-se__search {
  position: relative;
}
@media screen and (min-width: 64em) {
  .blog-se__search {
    width: 20rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .blog-se__search {
    margin-top: 3rem;
  }
}
.blog-se__search form {
  height: 100%;
}
.blog-se__search input {
  border: 1px solid #CCDBDC;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  display: block;
  color: #202930;
  font-size: 1.6rem;
  line-height: 1.25;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.blog-se__search input:focus {
  border: 1px solid #CCDBDC;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  color: #202930;
}
.blog-se__search input::-webkit-input-placeholder {
  color: #202930;
  opacity: 1;
}
.blog-se__search input::-moz-placeholder {
  color: #202930;
  opacity: 1;
}
.blog-se__search input:-ms-input-placeholder {
  color: #202930;
  opacity: 1;
}
.blog-se__search input:-moz-placeholder {
  color: #202930;
  opacity: 1;
}
.blog-se__search svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-se__result {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

.blog-single-c__cell {
  max-width: 92rem;
}
.blog-single-c ul {
  margin-left: 0.8rem;
}
.blog-single-c ul li {
  margin-left: 1.5rem;
  margin-bottom: 0.8rem;
}
.blog-single-c p {
  color: #0e0e0e;
  font-size: 1.6rem;
}

.blog-single-soc h2 {
  color: #0E0E0E;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 1.5rem;
  text-align: center;
}
.blog-single-soc ul {
  list-style-type: none;
  margin-left: 0;
  text-align: center;
}
.blog-single-soc ul li {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.blog-single-soc ul li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 67.5em) {
  .column-content-ca.enable-mobile-slider .column-content-ca__slider {
    display: none;
  }
}
@media screen and (max-width: 67.4375em) {
  .column-content-ca.enable-mobile-slider .column-content-ca__row {
    display: none;
  }
}
.column-content-ca__col.col-20 {
  width: 20%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-ca__col.col-20 {
    width: 100%;
  }
}
.column-content-ca__col.col-25 {
  width: 25%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-ca__col.col-25 {
    width: 100%;
  }
}
.column-content-ca__col.col-33 {
  width: 33.3333%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-ca__col.col-33 {
    width: 100%;
  }
}
.column-content-ca__col.col-50 {
  width: 50%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-ca__col.col-50 {
    width: 100%;
  }
}
.column-content-ca__slider {
  position: relative;
  padding-bottom: 5rem;
}
.column-content-ca__swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.column-content-ca__swiper-pagination {
  bottom: -5rem;
}
.column-content-ca__swiper-pagination .swiper-pagination-bullet {
  background-color: #202930;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
.column-content-ca__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00d4ff;
  width: 1.5rem;
  height: 1.5rem;
}

.column-content-cb__background-image {
  overflow: hidden;
  z-index: 0;
}
.column-content-cb__col {
  position: relative;
}
.column-content-cb__col.col-16 {
  width: 16.6667%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-cb__col.col-16 {
    width: 100%;
  }
}
.column-content-cb__col.col-20 {
  width: 20%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-cb__col.col-20 {
    width: 100%;
  }
}
.column-content-cb__col.col-25 {
  width: 25%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-cb__col.col-25 {
    width: 100%;
  }
}
.column-content-cb__col.col-33 {
  width: 33.3333%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-cb__col.col-33 {
    width: 100%;
  }
}
.column-content-cb__col.col-50 {
  width: 50%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-cb__col.col-50 {
    width: 100%;
  }
}
.column-content-cb__col.card-1 {
  box-sizing: border-box;
}
.column-content-cb__col.card-1 .column-content-cb__content-wrapper {
  box-shadow: 0 4px 36px 0 rgba(26, 1, 60, 0.05);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.column-content-cb__col.card-1 .column-content-cb__content {
  position: relative;
  z-index: 10;
}
.column-content-cb__col.card-1 .column-content-cb__content a {
  text-decoration: none;
}
.column-content-cb__col.card-1 .content p {
  font-size: 1.6rem;
}

.column-content-ct__row {
  margin-left: -1.5rem;
  width: calc(100% + 3rem);
}
@media screen and (max-width: 47.9375em) {
  .column-content-ct__row {
    margin-left: 0;
    width: 100%;
  }
}
.column-content-ct__col {
  padding: 0 1.5rem;
}
@media screen and (max-width: 63.9375em) {
  .column-content-ct__col {
    margin-bottom: 4rem;
  }
  .column-content-ct__col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .column-content-ct__col {
    padding: 0;
  }
}

.column-content-icb2__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.75rem;
  width: calc(100% + 1.5rem);
}
@media screen and (max-width: 50.5625em) {
  .column-content-icb2__row {
    margin-left: 0;
    width: 100%;
  }
}
.column-content-icb2__col {
  flex: 0 1 auto;
  margin: 1rem 0;
  padding: 0 1%;
}
@media screen and (max-width: 50.5625em) {
  .column-content-icb2__col {
    padding: 0;
  }
}
.column-content-icb2__col.col-25 {
  width: 25%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-icb2__col.col-25 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .column-content-icb2__col.col-33 {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .column-content-icb2__col.col-33 {
    width: 32%;
  }
}
@media screen and (max-width: 47.9375em) {
  .column-content-icb2__col.col-33 {
    width: 100%;
  }
}
.column-content-icb2__col.col-45 {
  width: 45%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-icb2__col.col-45 {
    width: 100%;
  }
}
.column-content-icb2__col.col-50 {
  width: 50%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-icb2__col.col-50 {
    width: 100%;
  }
}
.column-content-icb2__col.col-55 {
  width: 55%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-icb2__col.col-55 {
    width: 100%;
  }
}
.column-content-icb2__border {
  background: linear-gradient(90deg, #00b9ae 0%, #2578ca 100%);
  border-radius: 4px;
  width: 40%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -19px;
}
.column-content-icb2__col-box {
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 2rem 5rem 4rem;
  position: relative;
}
@media screen and (max-width: 50.5625em) {
  .column-content-icb2__col-box {
    padding: 2rem 4rem 4rem;
  }
}
.column-content-icb2__col-box.gradient:before {
  background: rgb(18, 54, 54);
  background: -moz-linear-gradient(90deg, rgb(18, 54, 54) -3.6%, rgba(18, 54, 54, 0.7427345938) 85.8%);
  background: -webkit-linear-gradient(90deg, rgb(18, 54, 54) -3.6%, rgba(18, 54, 54, 0.7427345938) 85.8%);
  background: linear-gradient(90deg, rgb(18, 54, 54) -3.6%, rgba(18, 54, 54, 0.7427345938) 85.8%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#123636",endColorstr="#123636",GradientType=1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.column-content-icb2__col-box.full-height {
  height: 100%;
}
.column-content-icb2__col-box:last-child {
  margin-bottom: 0;
}
.column-content-icb2__col-icon {
  margin-bottom: 1.5rem;
  position: relative;
}
.column-content-icb2__col-title {
  color: #202930;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  text-align: center;
}
.column-content-icb2__col-text {
  position: relative;
  text-align: center;
}
.column-content-icb2__col-text p {
  color: #202930;
  font-size: 1.6rem;
}

.column-content-int.layout-boxed .column-content-int__cell {
  padding: 5rem;
}
.column-content-int__col.col-20 {
  width: 20%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-int__col.col-20 {
    width: 100%;
  }
}
.column-content-int__col.col-25 {
  width: 25%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-int__col.col-25 {
    width: 100%;
  }
}
.column-content-int__col.col-33 {
  width: 33.3333%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-int__col.col-33 {
    width: 100%;
  }
}
.column-content-int__col.col-50 {
  width: 50%;
}
@media screen and (max-width: 67.4375em) {
  .column-content-int__col.col-50 {
    width: 100%;
  }
}

@media screen and (min-width: 67.5em) {
  .column-content-cc__col.col-25p {
    width: 25%;
  }
}
@media screen and (min-width: 67.5em) {
  .column-content-cc__col.col-30p {
    width: 30%;
  }
}
@media screen and (min-width: 67.5em) {
  .column-content-cc__col.col-45p {
    width: 45%;
  }
}
@media screen and (min-width: 67.5em) {
  .column-content-cc__col.col-40p {
    width: 40%;
  }
}
@media screen and (min-width: 67.5em) {
  .column-content-cc__col.col-50p {
    width: 50%;
  }
}
@media screen and (min-width: 67.5em) {
  .column-content-cc__col.col-55p {
    width: 55%;
  }
}
@media screen and (min-width: 67.5em) {
  .column-content-cc__col.col-60p {
    width: 60%;
  }
}
@media screen and (min-width: 67.5em) {
  .column-content-cc__col.col-70p {
    width: 70%;
  }
}
.column-content-cc__text h2,
.column-content-cc__text h3 {
  margin-bottom: 2rem;
}
.column-content-cc__text h2.h4,
.column-content-cc__text h3.h4 {
  margin-bottom: 1.5rem;
}
.column-content-cc__text .button-box {
  margin-top: 3rem;
}
.column-content-cc__text .button-box ul {
  margin-left: 0;
}
.column-content-cc__text .button-box ul li {
  list-style-type: none;
  margin-bottom: 2rem;
}
.column-content-cc__text .button-box ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 67.5em) {
  .column-content-cc__cb-col.col-50p {
    width: 50%;
  }
}

.duo-content-d.col-gap-40 .duo-content-d__row {
  margin-left: -2rem;
  margin-right: -2rem;
}
.duo-content-d.col-gap-40 .duo-content-d__col {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 67.4375em) {
  .duo-content-d.mobile-breakpoint-1079 .duo-content-d__row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 67.5em) {
  .duo-content-d.mobile-breakpoint-1079 .duo-content-d__col.content-max-width-auto {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 67.4375em) {
  .duo-content-d.mobile-breakpoint-1079 .duo-content-d__col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4rem;
  }
  .duo-content-d.mobile-breakpoint-1079 .duo-content-d__col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 67.4375em) {
  .duo-content-d.mobile-breakpoint-1079 .duo-content-d__f1 {
    max-width: 53rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d.mobile-breakpoint-767 .duo-content-d__row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .duo-content-d.mobile-breakpoint-767 .duo-content-d__col.content-max-width-auto {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d.mobile-breakpoint-767 .duo-content-d__col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4rem;
  }
  .duo-content-d.mobile-breakpoint-767 .duo-content-d__col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d.mobile-breakpoint-767 .duo-content-d__f1 {
    max-width: 53rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.duo-content-d__col.col-20 {
  width: 20%;
}
.duo-content-d__col.col-25 {
  width: 25%;
}
.duo-content-d__col.col-33 {
  width: 33.3333%;
}
.duo-content-d__col.col-50 {
  width: 50%;
}
.duo-content-d__title, .duo-content-d__text, .duo-content-d__img, .duo-content-d__q1, .duo-content-d__t1 {
  margin-bottom: 4rem;
}
.duo-content-d__title:last-child, .duo-content-d__text:last-child, .duo-content-d__img:last-child, .duo-content-d__q1:last-child, .duo-content-d__t1:last-child {
  margin-bottom: 0;
}
.duo-content-d__title.color-text-white {
  color: #ffffff;
}
.duo-content-d__title.font-size-25 {
  font-size: 2.5rem;
}
.duo-content-d__title.margin-bottom-15 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 67.4375em) {
  .duo-content-d__title.mobile-text-center {
    text-align: center;
  }
}
.duo-content-d__text.color-text-white li,
.duo-content-d__text.color-text-white p {
  color: #ffffff;
}
@media screen and (max-width: 67.4375em) {
  .duo-content-d__text.mobile-text-center {
    text-align: center;
  }
}
.duo-content-d__text .button-box {
  margin-top: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d__img.phone-text-center {
    text-align: center;
  }
}
@media screen and (max-width: 67.4375em) {
  .duo-content-d__img.mobile-text-center {
    text-align: center;
  }
}
.duo-content-d__q1 .duo-content-d__q1-text li,
.duo-content-d__q1 .duo-content-d__q1-text p {
  font-style: italic;
}
.duo-content-d__q1 .duo-content-d__q1-text li span,
.duo-content-d__q1 .duo-content-d__q1-text p span {
  font-style: normal;
}
.duo-content-d__q1.color-text-white .duo-content-d__q1-text li,
.duo-content-d__q1.color-text-white .duo-content-d__q1-text p {
  color: #ffffff;
}
.duo-content-d__q1-top, .duo-content-d__q1-text {
  margin-bottom: 2rem;
}
.duo-content-d__q1-top:last-child, .duo-content-d__q1-text:last-child {
  margin-bottom: 0;
}
.duo-content-d__q1-top .duo-content-d__q1-img {
  margin-left: 2rem;
}
.duo-content-d__c1 {
  padding: 4rem;
  margin-bottom: 2rem;
}
.duo-content-d__c1:last-child {
  margin-bottom: 0;
}
.duo-content-d__c1 h1,
.duo-content-d__c1 h2,
.duo-content-d__c1 h3,
.duo-content-d__c1 h4,
.duo-content-d__c1 h5,
.duo-content-d__c1 h6 {
  margin-bottom: 2rem;
}
.duo-content-d__c1 h1:last-child,
.duo-content-d__c1 h2:last-child,
.duo-content-d__c1 h3:last-child,
.duo-content-d__c1 h4:last-child,
.duo-content-d__c1 h5:last-child,
.duo-content-d__c1 h6:last-child {
  margin-bottom: 0;
}
.duo-content-d__t1.col-gap-20 .duo-content-d__t1-col {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .duo-content-d__t1.col-gap-20 .duo-content-d__t1-row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .duo-content-d__t1.col-gap-20 .duo-content-d__t1-col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d__t1.col-gap-20 .duo-content-d__t1-col:last-child {
    margin-bottom: 0;
  }
}
.duo-content-d__t1.content-font-size-16 .duo-content-d__t1-text li,
.duo-content-d__t1.content-font-size-16 .duo-content-d__t1-text p {
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .duo-content-d__t1-col.col-50 {
    width: 50%;
  }
}
.duo-content-d__t1-link {
  margin-bottom: 1.5rem;
}
.duo-content-d__t1-link ul {
  margin-left: 0;
  margin-bottom: 0;
}
.duo-content-d__t1-link ul li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
.duo-content-d__t1-link ul li:last-child {
  margin-right: 0;
}
.duo-content-d__t1-text p {
  margin-bottom: 3rem;
}
.duo-content-d__t1-text p:last-child {
  margin-bottom: 0;
}
.duo-content-d__f1.style-contact-form-1 {
  box-shadow: 0 0 32px rgba(9, 35, 39, 0.1);
  padding: 5rem;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7 .screen-reader-response {
  display: none;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form > .grid-x {
  margin-bottom: 2rem;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form > .grid-x:last-child {
  margin-bottom: 0;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form > .grid-x > p {
  display: flex;
  flex-flow: row wrap;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form label {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
  font-size: 1.1rem;
  line-height: 1;
  width: 12.5rem;
  margin-top: 1.1rem;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form label span {
  color: #f00;
  font: inherit;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form .wpcf7-form-control-wrap {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  flex: 1 1 0px;
  width: auto;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form .wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1.1rem;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2.4rem;
  box-shadow: 0 0 0 transparent;
  font-family: "Nunito", serif;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input:focus,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input::-webkit-input-placeholder,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input::-webkit-input-placeholder:focus,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea::-webkit-input-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input::-moz-placeholder,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea::-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input::-moz-placeholder:focus,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea::-moz-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input:-ms-input-placeholder,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea:-ms-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input:-ms-input-placeholder:focus,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea:-ms-input-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input:-moz-placeholder,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea:-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input:-moz-placeholder:focus,
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea:-moz-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form input {
  line-height: 3.8rem;
  height: 3.8rem;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form textarea {
  min-height: 15rem;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form .cf7-submit {
  text-align: left;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form .cf7-submit input {
  background-color: #4edee1;
  border-radius: 0.8rem;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Nunito", serif;
  display: inline-block;
  letter-spacing: 5%;
  line-height: 1.2;
  width: auto;
  height: auto;
  min-width: 19.5rem;
  padding: 1.6rem 2.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  cursor: pointer;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form .cf7-submit input:hover {
  background-color: #1890ff;
  color: #ffffff;
  text-decoration: none;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form .wpcf7-response-output {
  margin-top: 2rem;
  font-size: 1.3rem;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form .wpcf7-response-output--invalid {
  color: #f00;
}
.duo-content-d__f1.style-contact-form-1 .wpcf7-form .wpcf7-response-output--success {
  color: #006615;
}
.duo-content-d__f1.style-hubspot-1 {
  box-shadow: 0 0 32px rgba(9, 35, 39, 0.1);
  padding: 5rem;
}
.duo-content-d__f1.style-hubspot-1.color-text-white .hs-richtext.hs-main-font-element > * {
  color: #ffffff;
}
.duo-content-d__f1.style-hubspot-1.color-text-white .hs-form-field > label {
  color: #ffffff;
}
.duo-content-d__f1.style-hubspot-1.color-text-white .hs-form-field input::placeholder {
  color: #ffffff;
}
.duo-content-d__f1.style-hubspot-1 .hbspt-form {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.duo-content-d__f1.style-hubspot-1 .hbspt-form .submitted-message {
  color: #00bc00;
  font-size: 1.8rem;
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d__f1.style-hubspot-1 .hbspt-form .submitted-message {
    font-size: 1.6rem;
  }
}
.duo-content-d__f1.style-hubspot-1 .form-columns-1 .hs-form-field input,
.duo-content-d__f1.style-hubspot-1 .form-columns-1 .hs-form-field textarea {
  width: 100% !important;
}
.duo-content-d__f1.style-hubspot-1 .form-columns-2 .hs-form-field {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.duo-content-d__f1.style-hubspot-1 .hs-richtext.hs-main-font-element > * {
  font-family: "Nunito", serif !important;
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  line-height: 1.3;
  margin-bottom: 1.2rem !important;
}
.duo-content-d__f1.style-hubspot-1 .hs-richtext.hs-main-font-element > * span {
  color: inherit !important;
  font: inherit !important;
  font-size: 2.7rem !important;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1.8rem;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field > label {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
  width: 12.5rem;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field > label span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field > label span.hs-form-required {
  color: #f00;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field .input {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  flex: 1 1 0px;
  width: auto;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2.4rem;
  box-shadow: 0 0 0 transparent;
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  margin-bottom: 0;
  width: 100%;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input:focus,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input::-webkit-input-placeholder,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input::-webkit-input-placeholder:focus,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea::-webkit-input-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input::-moz-placeholder,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea::-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input::-moz-placeholder:focus,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea::-moz-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input:-ms-input-placeholder,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea:-ms-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input:-ms-input-placeholder:focus,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea:-ms-input-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input:-moz-placeholder,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea:-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field input:-moz-placeholder:focus,
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea:-moz-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field textarea {
  min-height: 15rem;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field .inputs-list {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  padding-left: 9.5rem;
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d__f1.style-hubspot-1 .hs-form-field .inputs-list {
    padding-left: 0;
  }
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field .inputs-list label {
  color: #f00;
  font-size: 1.6rem;
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d__f1.style-hubspot-1 .hs-form-field .inputs-list label {
    font-size: 1.4rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field .inputs-list li {
  list-style-type: none;
}
.duo-content-d__f1.style-hubspot-1 .hs-form-field .inputs-list.hs-error-msgs {
  padding-left: 0;
}
.duo-content-d__f1.style-hubspot-1 .hs_error_rollup ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 9.5rem;
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d__f1.style-hubspot-1 .hs_error_rollup ul {
    padding-left: 0;
  }
}
.duo-content-d__f1.style-hubspot-1 .hs_error_rollup ul label {
  color: pink;
  font-size: 1.6rem;
}
@media screen and (max-width: 47.9375em) {
  .duo-content-d__f1.style-hubspot-1 .hs_error_rollup ul label {
    font-size: 1.4rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.duo-content-d__f1.style-hubspot-1 .hs_error_rollup ul.hs-error-msgs {
  padding-left: 0;
}
.duo-content-d__f1.style-hubspot-1 .hs-error-msgs {
  padding-left: 0;
}
.duo-content-d__f1.style-hubspot-1 .hs-submit {
  text-align: left;
}
.duo-content-d__f1.style-hubspot-1 .hs-submit input {
  border-radius: 10rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  min-width: 19.5rem;
  padding: 1.5rem 3.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
}
.duo-content-d__f1.style-hubspot-1 .hs-submit input:hover {
  text-decoration: none;
}

.featured-person-d {
  overflow-x: hidden;
}
.featured-person-d__row {
  margin-left: auto;
  margin-right: auto;
}
.featured-person-d__row.max-width-1050 {
  max-width: 105rem;
}
.featured-person-d__person {
  max-width: 30rem;
}
@media screen and (max-width: 67.4375em) {
  .featured-person-d__person {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-person-d__person-content {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
.featured-person-d__person-img {
  border-radius: 100%;
  border: 1.6rem solid #ffffff;
  box-shadow: 0.2rem 0.2rem 1.5rem 0 rgba(0, 0, 0, 0.25);
  max-width: 60%;
  padding-top: calc(60% - 3.2rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  overflow: hidden;
}
.featured-person-d__person-name {
  color: #121212;
  line-height: 1.2;
}
.featured-person-d__person-border {
  background-color: #00bc00;
  width: 10.5rem;
  height: 0.3rem;
  margin: 1.5rem auto;
}
.featured-person-d__person-position {
  color: #121212;
  line-height: 1.3;
  margin: 0 auto 1.5rem;
  position: relative;
  width: 80%;
}
@media screen and (min-width: 67.5em) {
  .featured-person-d__content {
    flex: 1 1 0px;
    width: auto;
    padding-left: 11rem;
  }
}
.featured-person-d__content iframe {
  width: 100%;
}
.featured-person-d__content-title {
  color: #00bc00;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.featured-person-d__content-text p,
.featured-person-d__content-text img {
  margin-bottom: 2rem;
}
.featured-person-d__content-text p {
  color: #121212;
}
.featured-person-d__content-text > *:last-child {
  margin-bottom: 0;
}

.flexspace {
  display: none;
}
@media only screen and (min-width: 1081px) {
  .flexspace.desktop {
    display: block;
  }
}
@media only screen and (min-width: 810px) and (max-width: 1080px) {
  .flexspace.tablet {
    display: block;
  }
}
@media only screen and (max-width: 809px) {
  .flexspace.mobile {
    display: block;
  }
}

.hero-c {
  background-color: #00bc00;
  overflow: hidden;
  padding: 9rem 0;
  position: relative;
}
.hero-c:before {
  border-radius: 100%;
  content: "";
  height: 150rem;
  position: absolute;
  right: -45rem;
  top: -15rem;
  width: 150rem;
}
@media screen and (max-width: 90em) {
  .hero-c:before {
    right: -68rem;
  }
}
@media screen and (max-width: 85.375em) {
  .hero-c:before {
    right: -72rem;
  }
}
@media screen and (max-width: 67.5em) {
  .hero-c:before {
    right: -94rem;
  }
}
@media screen and (max-width: 67.4375em) {
  .hero-c:before {
    display: none;
  }
}
.hero-c__grid {
  position: relative;
  z-index: 2;
}
.hero-c__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.7rem;
  width: calc(100% + 1.4rem);
}
@media screen and (max-width: 50.5625em) {
  .hero-c__row {
    margin-left: 0;
    width: 100%;
  }
}
.hero-c__col {
  flex: 0 1 auto;
  margin: 0.7rem 0;
  padding: 0 0.7rem;
  width: 33.33%;
}
@media screen and (max-width: 67.4375em) {
  .hero-c__col {
    width: 50%;
  }
}
@media screen and (max-width: 50.5625em) {
  .hero-c__col {
    padding: 0;
    width: 100%;
  }
}
.hero-c__col-box {
  height: 100%;
}
.hero-c__col-box.box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 5rem 4.5rem;
}
.hero-c__col-title {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}
.hero-c__col-no {
  flex: 0 1 auto;
  background-color: #f0de30;
  border-radius: 100%;
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 3.7rem;
  line-height: 3.7rem;
  text-align: center;
  width: 3.7rem;
}
.hero-c__col-text {
  flex: 0 1 auto;
  padding-left: 1.5rem;
  width: calc(100% - 3.7rem);
}
.hero-c__col-text p {
  color: #121212;
  line-height: 1.3;
}

.hero-u {
  overflow: hidden;
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 50.5625em) {
  .hero-u {
    background-color: #00bc00;
  }
}
.hero-u__bg {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 50.5625em) {
  .hero-u__bg {
    display: none;
  }
}
.hero-u__bg.full {
  left: 0;
  width: 100%;
}
.hero-u__bg.left {
  left: 0;
}
.hero-u__bg.right {
  right: 0;
}
.hero-u__bg:before {
  background-color: rgba(112, 66, 20, 0.25);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-u__grid {
  position: relative;
  z-index: 2;
}
.hero-u__content.max-width-400 {
  margin: 0 auto;
  max-width: 40rem;
}
.hero-u__content.max-width-450 {
  margin: 0 auto;
  max-width: 45rem;
}
.hero-u__content.max-width-485 {
  margin: 0 auto;
  max-width: 48.5rem;
}
.hero-u__cat {
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.24rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.hero-u__text {
  margin-bottom: 2rem;
}
.hero-u__text.font-size-30 p {
  font-size: 3rem;
}
.hero-u__text p {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3;
}
.hero-u__text p strong {
  font-weight: 700;
}
.hero-u__name {
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.hero-u__position {
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
.hero-u__cta {
  margin-top: 2rem;
}
.hero-u__cta .btn-link {
  border-bottom: 0;
}
.hero-u__pattern {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 50.5625em) {
  .hero-u__pattern {
    display: none;
  }
}

.map-d {
  background-color: #00bc00;
  padding: 1.5rem 0;
}
@media screen and (max-width: 67.4375em) {
  .map-d {
    padding: 5rem 0 1.5rem;
  }
}
.map-d__cell {
  max-width: 105rem;
}
.map-d__col {
  width: 25%;
  margin-top: 7.7rem;
}
@media screen and (max-width: 67.4375em) {
  .map-d__col {
    width: 50%;
    margin-bottom: 5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 50.5625em) {
  .map-d__col {
    width: 100%;
  }
}
.map-d__map {
  width: 50%;
}
@media screen and (max-width: 67.4375em) {
  .map-d__map {
    display: none;
  }
}
.map-d__col-item {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 67.4375em) {
  .map-d__col-item {
    margin-bottom: 4rem;
    padding: 0 1.5rem;
  }
  .map-d__col-item:last-child {
    margin-bottom: 0;
  }
}
.map-d__col-item-title {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(143deg, rgb(255, 255, 255) 0%, rgb(219, 226, 232) 100%);
  background: -webkit-linear-gradient(143deg, rgb(255, 255, 255) 0%, rgb(219, 226, 232) 100%);
  background: linear-gradient(143deg, rgb(255, 255, 255) 0%, rgb(219, 226, 232) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dbe2e8",GradientType=1);
  border-radius: 0.5rem;
  color: #121212;
  font-family: "Nunito", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
  position: relative;
}
.map-d__col-item-title span {
  color: inherit;
  font-family: inherit;
  font-weight: 400;
}
.map-d__col-item-title svg {
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
}
.map-d__col-item-text {
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 50.625em) {
  .map-d__col-item-text {
    min-height: 6.2rem;
  }
}
.map-d__col-item-text p {
  color: inherit;
  font: inherit;
  margin-bottom: 0;
}
.map-d__countries {
  width: 100%;
  margin-bottom: 0;
  margin-top: 1rem;
}
.map-d__countries ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.map-d__countries ul li {
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
.map-d__countries ul li.map-d__countries-br {
  margin: 0;
  padding: 0;
  width: 100%;
}
.map-d__countries ul li.map-d__countries-br:before {
  content: "";
}
@media screen and (max-width: 67.4375em) {
  .map-d__countries ul li.map-d__countries-br {
    display: none;
  }
}
.map-d__countries ul li.map-d__countries-first, .map-d__countries ul li:first-child {
  margin: 0;
  padding: 0;
}
.map-d__countries ul li.map-d__countries-first:before, .map-d__countries ul li:first-child:before {
  content: "";
}
@media screen and (max-width: 67.4375em) {
  .map-d__countries ul li.map-d__countries-first, .map-d__countries ul li:first-child {
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    width: auto;
  }
}
@media screen and (max-width: 67.4375em) {
  .map-d__countries ul li.map-d__countries-first:before {
    content: "|";
    position: absolute;
    left: 0;
  }
}
.map-d__countries ul li:before {
  content: "|";
  position: absolute;
  left: 0;
}

.photo-content-d.anchor-edge {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 67.5625em) {
  .photo-content-d.anchor-edge.content-left .photo-content-d__media {
    position: absolute;
    right: -25%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 67.5em) {
  .photo-content-d.anchor-edge.content-left .photo-content-d__media {
    position: relative;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 67.5625em) {
  .photo-content-d.anchor-edge.content-right .photo-content-d__media {
    position: absolute;
    left: -25%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 67.5em) {
  .photo-content-d.anchor-edge.content-right .photo-content-d__media {
    position: relative;
    left: 0;
    transform: none;
  }
}
.photo-content-d.content-left .photo-content-d__media {
  order: 2;
  justify-content: right;
}
.photo-content-d.content-left .photo-content-d__content {
  order: 1;
}
@media screen and (min-width: 67.5625em) {
  .photo-content-d.content-width-auto .photo-content-d__content {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (min-width: 80em) {
  .photo-content-d.media-half-bleed {
    position: relative;
  }
  .photo-content-d.media-half-bleed .photo-content-d__media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 67.5em) {
  .photo-content-d.media-width-auto .photo-content-d__media {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (min-width: 810px) and (max-width: 1080px) {
  .photo-content-d.tablet-content-width-auto .photo-content-d__content {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (min-width: 810px) and (max-width: 1080px) {
  .photo-content-d.tablet-media-width-auto .photo-content-d__media {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 1080px) {
  .photo-content-d__cell {
    justify-content: center;
  }
}
@media screen and (max-width: 67.5em) {
  .photo-content-d__media {
    margin-bottom: 2rem;
  }
}
.photo-content-d__media > * {
  margin-bottom: 5rem;
}
.photo-content-d__media > *:last-child {
  margin-bottom: 0;
}
.photo-content-d__media video {
  max-width: 100%;
}
.photo-content-d__bgi {
  min-height: 55rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 67.4375em) {
  .photo-content-d__bgi {
    min-height: 45rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__bgi {
    min-height: 35rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__img {
    order: 2;
  }
}
.photo-content-d__img img {
  width: 100% !important;
}
@media screen and (min-width: 50.625em) {
  .photo-content-d__mil {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__mil {
    order: 1;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  .photo-content-d__mil:first-child {
    margin-bottom: 0;
  }
  .photo-content-d__mil:last-child {
    margin-bottom: 2rem;
  }
}
.photo-content-d__mil.col-2 .photo-content-d__mil-col {
  width: 50%;
}
.photo-content-d__mil-row {
  margin-left: -1.7rem;
  margin-right: -1.7rem;
}
.photo-content-d__mil-col {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
@media screen and (max-width: 67.5em) {
  .photo-content-d__content {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__content {
    text-align: center;
  }
  .photo-content-d__content ul {
    text-align: left;
  }
}
.photo-content-d__content > * {
  margin-bottom: 2.5rem;
}
.photo-content-d__content > *:last-child {
  margin-bottom: 0;
}
.photo-content-d .title__strapline {
  margin-bottom: 2rem;
}
.photo-content-d__title {
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__title {
    text-align: center;
  }
}
.photo-content-d__title.color-text-white {
  color: #ffffff;
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__title.font-size-36 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 50.625em) {
  .photo-content-d__title.font-size-36 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .photo-content-d__title.font-size-36 {
    font-size: 3.6rem;
  }
}
.photo-content-d__text {
  position: relative;
}
.photo-content-d__text:hover .photo-content-d__tooltip {
  opacity: 1;
  visibility: visible;
}
.photo-content-d__text.color-text-white li,
.photo-content-d__text.color-text-white p {
  color: #ffffff;
}
.photo-content-d__text.font-size-24 li,
.photo-content-d__text.font-size-24 p {
  font-size: 2.4rem;
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__text.font-size-24 li,
  .photo-content-d__text.font-size-24 p {
    font-size: 2.2rem;
  }
}
.photo-content-d__text.margin-bottom-50 {
  margin-bottom: 5rem;
}
.photo-content-d__text.margin-bottom-50:last-child {
  margin-bottom: 0;
}
.photo-content-d__text .button-box {
  margin-top: 2rem;
}
.photo-content-d__text .button-box:first-child {
  margin-top: 0;
}
.photo-content-d__text .button-box > a {
  margin-right: 1.5rem;
}
@media screen and (max-width: 67.5em) {
  .photo-content-d__text .button-box > a {
    margin-bottom: 1.5rem;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 67.4375em) {
  .photo-content-d__text .button-box > a {
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__text .button-box > a {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
.photo-content-d__text .button-box > a.btn-link {
  margin-left: 3rem;
}
@media screen and (max-width: 67.5em) {
  .photo-content-d__text .button-box > a.btn-link {
    margin-left: 0;
  }
}
@media screen and (max-width: 67.4375em) {
  .photo-content-d__text .button-box > a.btn-link {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__text .button-box > a.btn-link {
    margin-left: 3rem;
  }
}
.photo-content-d__text .button-box > a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 67.5em) {
  .photo-content-d__text .button-box > a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 50.625em) {
  .photo-content-d__aster {
    position: relative;
  }
}
.photo-content-d__tooltip {
  border-radius: 0.5rem;
  line-height: 0;
  width: 20rem;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}
.photo-content-d__tooltip.color-text-white .photo-content-d__tooltip-text {
  color: #ffffff !important;
}
@media screen and (min-width: 50.625em) {
  .photo-content-d__tooltip.position-right {
    margin-top: -0.5rem;
    margin-left: 1rem;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
  .photo-content-d__tooltip.position-right .photo-content-d__tooltip-arrow {
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    margin-left: 1rem;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__tooltip.position-right {
    margin-bottom: 1rem;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.photo-content-d__tooltip-text {
  font-size: 1rem !important;
  line-height: 1;
}
.photo-content-d__tooltip-text:last-of-type {
  margin-bottom: 0;
}
.photo-content-d__tooltip-arrow {
  position: absolute;
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__tooltip-arrow {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid transparent;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.photo-content-d__ic.margin-bottom-50 {
  margin-bottom: 5rem;
}
.photo-content-d__ic.margin-bottom-50:last-child {
  margin-bottom: 0;
}
.photo-content-d__ic-icon {
  margin-right: 1.5rem;
}
.photo-content-d__ic-text p {
  font-size: 1.8rem;
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d__acc {
    text-align: left;
  }
}
.photo-content-d__acc-item {
  border-left: 2px solid #1890ff;
  background: #f3fdfd;
  margin-bottom: 2.5rem;
}
.photo-content-d__acc-item:last-child {
  margin-bottom: 0;
}
.photo-content-d__acc-item.active {
  border-left: 2px solid transparent;
}
.photo-content-d__acc-item.active .photo-content-d__acc-title svg {
  transform: translateY(-50%);
}
.photo-content-d__acc-title {
  font-style: normal;
  line-height: 1.25;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  position: relative;
}
.photo-content-d__acc-title svg {
  height: 2.2rem;
  width: 2.2rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.photo-content-d__acc-hidden {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.photo-content-d__acc-hidden::before {
  background: linear-gradient(to right, #1890ff 0%, #202930 100%);
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.photo-content-d__super-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.photo-content-d__mulimg {
  position: relative;
}
.photo-content-d__mulimg.cnt-2 .photo-content-d__mulimg-img {
  width: 80%;
}
.photo-content-d__mulimg.cnt-2 .photo-content-d__mulimg-img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.photo-content-d__mulimg.cnt-2 .photo-content-d__mulimg-img:nth-child(2) {
  padding-top: 20%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.photo-content-d2.content-left .photo-content-d2__row {
  flex-flow: row-reverse wrap;
}
@media screen and (max-width: 67.4375em) {
  .photo-content-d2.content-left .photo-content-d2__content {
    padding-left: 0;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d2.content-left .photo-content-d2__content {
    padding-right: 0;
  }
}
.photo-content-d2__row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.photo-content-d2__cell {
  max-width: 95rem;
}
.photo-content-d2__img {
  flex: 0 1 auto;
  text-align: center;
  width: 42%;
}
@media screen and (max-width: 67.4375em) {
  .photo-content-d2__img {
    width: 50%;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d2__img {
    width: 100%;
  }
}
.photo-content-d2__img-box {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  min-height: 55rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 67.4375em) {
  .photo-content-d2__img-box {
    min-height: 45rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d2__img-box {
    min-height: 35rem;
    margin-bottom: 2rem;
  }
}
.photo-content-d2__content {
  flex: 0 1 auto;
  padding-left: 6rem;
  padding-right: 6rem;
  width: 58%;
}
@media screen and (max-width: 67.4375em) {
  .photo-content-d2__content {
    padding-left: 6rem;
    padding-right: 0;
    width: 50%;
  }
}
@media screen and (max-width: 50.5625em) {
  .photo-content-d2__content {
    padding-left: 0;
    width: 100%;
  }
}
.photo-content-d2__content .button-box {
  margin-top: 2.5rem;
}
.photo-content-d2__title {
  color: #00bc00;
  line-height: 1.2;
  margin-bottom: 3rem;
  margin-top: 0;
  padding-bottom: 3rem;
  position: relative;
}
.photo-content-d2__title.max-width-350 {
  max-width: 35rem;
}
.photo-content-d2__title:before {
  background-color: #f0de30;
  bottom: 0;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 10.5rem;
}
.photo-content-d2__text {
  margin-bottom: 3rem;
}
.photo-content-d2__text li,
.photo-content-d2__text p {
  color: #121212;
}
.photo-content-d2__lc {
  margin-bottom: 3rem;
  margin-left: 1.5rem;
}
.photo-content-d2__lc-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  line-height: 1.25;
  margin-bottom: 3rem;
}
.photo-content-d2__lc-item:last-child {
  margin-bottom: 0;
}
.photo-content-d2__lc-icon {
  flex: 0 1 auto;
  width: 3rem;
}
.photo-content-d2__lc-text {
  flex: 0 1 auto;
  padding-left: 1.7rem;
  width: calc(100% - 3rem);
}
.photo-content-d2__lc-text p {
  line-height: 1.25;
}

.popup-cc-ca-c2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease 0s, z-index 0s ease 0.4s;
}
.popup-cc-ca-c2.active {
  z-index: 100;
  opacity: 1;
  transition: opacity 0.4s ease 0s, z-index 0s ease 0s;
}
@media screen and (min-width: 48em) {
  .popup-cc-ca-c2.col-gap-100 .popup-cc-ca-c2__row {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media screen and (min-width: 48em) {
  .popup-cc-ca-c2.col-gap-100 .popup-cc-ca-c2__col {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .popup-cc-ca-c2.col-gap-100 .popup-cc-ca-c2__col {
    margin-bottom: 3.5rem;
  }
  .popup-cc-ca-c2.col-gap-100 .popup-cc-ca-c2__col:last-child {
    margin-bottom: 0;
  }
}
.popup-cc-ca-c2__bg {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.popup-cc-ca-c2__grid, .popup-cc-ca-c2__cell {
  height: 100%;
}
.popup-cc-ca-c2__grid {
  pointer-events: none;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}
.popup-cc-ca-c2__box {
  background-color: #fff;
  max-height: 100%;
  padding: 4rem;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: all;
}
.popup-cc-ca-c2__col.profile {
  position: relative;
}
@media screen and (min-width: 48em) {
  .popup-cc-ca-c2__col.profile {
    max-width: 25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .popup-cc-ca-c2__col.profile {
    padding-bottom: 3.5rem;
  }
}
.popup-cc-ca-c2__col.profile::before {
  background: linear-gradient(180deg, #2578CA 0%, #00B9AE 100%);
  display: block;
  content: "";
  position: absolute;
}
@media screen and (min-width: 48em) {
  .popup-cc-ca-c2__col.profile::before {
    width: 2px;
    height: 100%;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .popup-cc-ca-c2__col.profile::before {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
  }
}
.popup-cc-ca-c2__col.profile h1,
.popup-cc-ca-c2__col.profile h2,
.popup-cc-ca-c2__col.profile h3,
.popup-cc-ca-c2__col.profile h4,
.popup-cc-ca-c2__col.profile h5,
.popup-cc-ca-c2__col.profile h6 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .popup-cc-ca-c2__col.profile {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .popup-cc-ca-c2__col.bio {
    flex: 1 1 0px;
    width: auto;
  }
}
.popup-cc-ca-c2__col.bio ul, .popup-cc-ca-c2__col.bio ol {
  margin-left: 3rem;
  list-style-position: outside;
}

.post-list-d__row {
  display: flex;
  flex-flow: row wrap;
}
.post-list-d__aside {
  display: none;
  flex: 0 1 auto;
  margin-bottom: 5rem;
  width: 25%;
}
@media screen and (max-width: 67.5em) {
  .post-list-d__aside {
    width: 30%;
  }
}
@media screen and (max-width: 50.5625em) {
  .post-list-d__aside {
    width: 100%;
  }
}
.post-list-d__search {
  margin: 0 auto 5rem;
  position: relative;
  z-index: 12;
}
.post-list-d__form-field {
  position: relative;
}
.post-list-d__form-field svg {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.post-list-d__form-field input {
  border: 0;
  border-bottom: 0.1rem solid #121212;
  border-radius: 0 !important;
  box-shadow: none;
  color: #121212;
  height: auto;
  padding: 0.8rem 0.8rem 0.8rem 4rem;
  width: 100%;
}
.post-list-d__form-field input::-webkit-input-placeholder {
  color: #121212;
  font: inherit;
  opacity: 1;
}
.post-list-d__form-field input::-moz-placeholder {
  color: #121212;
  font: inherit;
  opacity: 1;
}
.post-list-d__form-field input:-ms-input-placeholder {
  color: #121212;
  font: inherit;
  opacity: 1;
}
.post-list-d__form-field input:-moz-placeholder {
  color: #121212;
  font: inherit;
  opacity: 1;
}
.post-list-d__form-field input:focus {
  border: 0;
  border-bottom: 0.1rem solid #121212;
  box-shadow: none;
}
.post-list-d__form-field input:focus::-webkit-input-placeholder {
  color: #121212;
  font: inherit;
  opacity: 0;
}
.post-list-d__form-field input:focus::-moz-placeholder {
  color: #121212;
  font: inherit;
  opacity: 0;
}
.post-list-d__form-field input:focus:-ms-input-placeholder {
  color: #121212;
  font: inherit;
  opacity: 0;
}
.post-list-d__form-field input:focus:-moz-placeholder {
  color: #121212;
  font: inherit;
  opacity: 0;
}
.post-list-d__result {
  background-color: #ffffff;
  border-bottom: 0.1rem solid #121212;
  border-left: 0.1rem solid #121212;
  border-right: 0.1rem solid #121212;
  display: none;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.post-list-d__result li {
  border-bottom: 0.1rem solid #121212;
}
.post-list-d__result li p,
.post-list-d__result li a {
  color: #121212;
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.post-list-d__result li a:hover {
  text-decoration: none;
}
.post-list-d__result li:last-child {
  border-bottom: 0;
}
.post-list-d__tag.active .post-list-d__tag-link:before {
  display: none;
}
.post-list-d__tag-box {
  height: 43.8rem;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media screen and (max-width: 50.5625em) {
  .post-list-d__tag-box {
    height: 14.3rem;
  }
}
.post-list-d__tag-box ul {
  margin-left: -0.5rem;
  width: calc(100% + 1rem);
}
.post-list-d__tag-box ul li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.post-list-d__tag-box ul li a {
  border: 0.1rem solid #121212;
  border-radius: 10rem;
  color: #121212;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 1rem 2.5rem;
  text-decoration: none;
}
.post-list-d__tag-box ul li a:hover {
  text-decoration: none;
}
.post-list-d__tag-box ul li a.active {
  border-color: #00bc00;
  color: #00bc00;
}
.post-list-d__tag-link {
  padding-top: 2.5rem;
  position: relative;
  text-align: center;
}
.post-list-d__tag-link:before {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  bottom: 100%;
  content: "";
  left: 0;
  height: 8rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.post-list-d__body {
  flex: 0 1 auto;
  padding-left: 2.5rem;
}
.post-list-d__body-items {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.25rem;
  width: calc(100% + 2.5rem);
}
@media screen and (max-width: 50.5625em) {
  .post-list-d__body-items {
    margin-left: 0;
    width: 100%;
  }
}
.post-list-d__body-item {
  flex: 0 1 auto;
  margin-bottom: 3.5rem;
  padding: 0 1.25rem;
  width: 33.33%;
}
@media screen and (max-width: 67.5em) {
  .post-list-d__body-item {
    width: 50%;
  }
}
@media screen and (max-width: 50.5625em) {
  .post-list-d__body-item {
    padding: 0;
    width: 100%;
  }
}
.post-list-d__body-item-box {
  box-shadow: 0.2rem 0.2rem 1.5rem #e4e8ef;
  border-radius: 0.8rem;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.post-list-d__body-item-img {
  height: 19rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 67.4375em) {
  .post-list-d__body-item-img {
    height: 15rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .post-list-d__body-item-img {
    height: 19rem;
  }
}
.post-list-d__body-item-content {
  background-color: #ffffff;
  height: calc(100% - 19rem);
  padding: 3.5rem 2rem;
}
@media screen and (max-width: 67.4375em) {
  .post-list-d__body-item-content {
    height: calc(100% - 15rem);
  }
}
@media screen and (max-width: 50.5625em) {
  .post-list-d__body-item-content {
    height: calc(100% - 19rem);
  }
}
.post-list-d__body-item-cat {
  color: #121212;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.post-list-d__body-item-title {
  color: #121212;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}
.post-list-d__body-pagination {
  flex: 0 1 auto;
  margin-top: 3.5rem;
  padding: 0 1.25rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 50.5625em) {
  .post-list-d__body-pagination {
    margin-top: 1.5rem;
  }
}
.post-list-d__body-pagination ul {
  list-style: none;
}
.post-list-d__body-pagination ul li {
  display: inline-block;
  margin: 0 0.75rem;
}
.post-list-d__body-pagination ul li .page-numbers {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1;
}
.post-list-d__body-pagination ul li .page-numbers:hover {
  text-decoration: none;
}
.post-list-d__body-pagination ul li .page-numbers.current {
  color: #00bc00;
  font-weight: 700;
}

.pwdform {
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 90%;
  width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem;
}
@media screen and (max-width: 63.9375em) {
  .pwdform {
    padding: 4rem;
  }
}
.pwdform__grid {
  max-width: 100%;
}
.pwdform legend,
.pwdform label,
.pwdform span br {
  display: none;
}
.pwdform span {
  padding-inline: 0;
}
.pwdform p {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
.pwdform p:last-child {
  margin-bottom: 0;
}
.pwdform input[type=text],
.pwdform input[type=password],
.pwdform input[type=email],
.pwdform input[type=number],
.pwdform select,
.pwdform textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  line-height: 1;
  margin-bottom: 3rem;
  padding: 0 0 1.5rem;
  width: 100%;
}
.pwdform input[type=text]:last-child,
.pwdform input[type=password]:last-child,
.pwdform input[type=email]:last-child,
.pwdform input[type=number]:last-child,
.pwdform select:last-child,
.pwdform textarea:last-child {
  margin-bottom: 0;
}
.pwdform input[type=text]:focus,
.pwdform input[type=password]:focus,
.pwdform input[type=email]:focus,
.pwdform input[type=number]:focus,
.pwdform select:focus,
.pwdform textarea:focus {
  box-shadow: none;
}
.pwdform input[type=text]::-webkit-input-placeholder,
.pwdform input[type=password]::-webkit-input-placeholder,
.pwdform input[type=email]::-webkit-input-placeholder,
.pwdform input[type=number]::-webkit-input-placeholder,
.pwdform select::-webkit-input-placeholder,
.pwdform textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.pwdform input[type=text]::-moz-placeholder,
.pwdform input[type=password]::-moz-placeholder,
.pwdform input[type=email]::-moz-placeholder,
.pwdform input[type=number]::-moz-placeholder,
.pwdform select::-moz-placeholder,
.pwdform textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.pwdform input[type=text]:-ms-input-placeholder,
.pwdform input[type=password]:-ms-input-placeholder,
.pwdform input[type=email]:-ms-input-placeholder,
.pwdform input[type=number]:-ms-input-placeholder,
.pwdform select:-ms-input-placeholder,
.pwdform textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.pwdform input[type=text]:-moz-placeholder,
.pwdform input[type=password]:-moz-placeholder,
.pwdform input[type=email]:-moz-placeholder,
.pwdform input[type=number]:-moz-placeholder,
.pwdform select:-moz-placeholder,
.pwdform textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.pwdform option {
  background-color: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.pwdform input[type=submit] {
  background-color: #1890ff;
  border: 0;
  border-radius: 10rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.2rem 2.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  width: 100%;
}
.pwdform input[type=submit]:hover {
  background-color: #2f39aa;
}

@media screen and (min-width: 1024px) {
  .query-banner-1__main {
    height: 100%;
    width: 50%;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .query-banner-1__main {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .query-banner-1__side {
    width: 50%;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .query-banner-1__side .o-qb1-c2 {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .query-banner-1__side .o-qb1-c2 {
    margin-bottom: 3rem;
  }
}
.query-banner-1__side .o-qb1-c2:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 67.5em) {
  .query-column-1__cell > .query-column-1__top {
    display: none;
  }
}
@media screen and (min-width: 67.5em) {
  .query-column-1__main {
    width: 25%;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1079px) {
  .query-column-1__main {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1079px) {
  .query-column-1__main .o-qc1-c1 {
    height: 300px;
  }
}
@media screen and (min-width: 67.5em) {
  .query-column-1__side {
    width: 75%;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 67.4375em) {
  .query-column-1__side > .query-column-1__top {
    display: none;
  }
}
.query-column-1__top {
  margin-bottom: 3rem;
}
.query-column-1__top.no-top {
  margin-bottom: 6rem;
}
.query-column-1__title {
  line-height: 1;
}
.query-column-1__link > a {
  color: #202930;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 1.5rem;
  position: relative;
}
.query-column-1__link > a svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 50.625em) {
  .query-column-1__row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 50.625em) {
  .query-column-1__col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 50.5625em) {
  .query-column-1__col {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 50.625em) {
  .query-column-1__col.col-25 {
    width: 25%;
  }
}
@media screen and (min-width: 50.625em) {
  .query-column-1__col.col-33 {
    width: 33.3333%;
  }
}

@media screen and (min-width: 64em) {
  .quote-s.content-right .quote-s__content {
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .quote-s.content-right .quote-s__img {
    order: 1;
  }
}
.quote-s .o-quo-s1 {
  background: #FFF;
  box-shadow: 0 4px 36px 0 rgba(26, 1, 60, 0.05);
}
@media screen and (min-width: 64em) {
  .quote-s__content {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .quote-s__content {
    margin-bottom: 3rem;
  }
}
.quote-s__img {
  background-color: #fff;
  box-shadow: 0 4px 36px 0 rgba(26, 1, 60, 0.05);
  text-align: center;
}
@media screen and (min-width: 64em) {
  .quote-s__img {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
    height: 100%;
  }
}
.quote-s__img-box {
  padding: 6rem;
}
@media screen and (max-width: 63.9375em) {
  .quote-s__img-box {
    padding: 3rem;
  }
}

.resource-single__row {
  display: flex;
  flex-flow: row wrap;
}
.resource-single__row.top {
  margin-bottom: 25px;
}
.resource-single__row.top .resource-single__content img {
  margin-bottom: 0;
}
.resource-single__spacer, .resource-single__content, .resource-single__auth-date, .resource-single__related {
  flex: 0 1 auto;
}
.resource-single__spacer.col-20, .resource-single__content.col-20, .resource-single__auth-date.col-20, .resource-single__related.col-20 {
  width: 20%;
}
.resource-single__spacer.col-60, .resource-single__content.col-60, .resource-single__auth-date.col-60, .resource-single__related.col-60 {
  padding: 0 25px;
  width: 60%;
}
.resource-single__meta {
  color: #121212;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.resource-single__title {
  color: #121212;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 0;
}
@media only screen and (max-width: 809px) {
  .resource-single__auth-date {
    margin-top: 25px;
    width: 100%;
  }
}
.resource-single__author, .resource-single__date {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.resource-single__author:last-child, .resource-single__date:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.resource-single__author {
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 1079px) {
  .resource-single__content.col-60 {
    padding-right: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 809px) {
  .resource-single__content.col-60 {
    padding-left: 0;
    width: 100%;
  }
}
.resource-single__content h1,
.resource-single__content h2,
.resource-single__content h3,
.resource-single__content h4,
.resource-single__content h5,
.resource-single__content h6 {
  color: #121212;
  font-weight: 700;
}
.resource-single__content h1 {
  font-size: 28px;
}
.resource-single__content h2 {
  font-size: 24px;
}
.resource-single__content h3 {
  font-size: 20px;
}
.resource-single__content h4 {
  font-size: 18px;
}
.resource-single__content h5 {
  font-size: 16px;
}
.resource-single__content h6 {
  font-size: 14px;
}
.resource-single__content img {
  margin-bottom: 25px;
}
.resource-single__content blockquote {
  border-left: 5px solid #eee;
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  margin: 0 0 25px;
  padding-left: 7.5rem;
  position: relative;
  width: 65%;
}
@media only screen and (max-width: 1080px) {
  .resource-single__content blockquote {
    width: 100%;
  }
}
.resource-single__content blockquote:before {
  content: url("../../assets/images/orange-quote.svg");
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.resource-single__content blockquote p {
  color: #121212;
  line-height: 1.6;
}
.resource-single__content p {
  color: #121212;
  margin-bottom: 25px;
}
.resource-single__content ul,
.resource-single__content ol {
  margin-bottom: 30px;
  margin-left: 22px;
}
.resource-single__content ul > li,
.resource-single__content ol > li {
  color: #121212;
  line-height: 1.6;
  margin-bottom: 10px;
  text-indent: -16px;
}
.resource-single__content ul > li > ul,
.resource-single__content ul > li > ol,
.resource-single__content ol > li > ul,
.resource-single__content ol > li > ol {
  margin-bottom: 10px;
  margin-left: 30px;
}
.resource-single__content .bt-link {
  font-weight: 700;
}
@media only screen and (max-width: 1079px) {
  .resource-single__related.col-20 {
    margin-top: 50px;
    width: 100%;
  }
}
.resource-single__related-title {
  color: #121212;
  line-height: 1.2;
  margin-bottom: 50px;
  margin-top: 0;
}
@media only screen and (max-width: 1079px) {
  .resource-single__related-title {
    text-align: center;
  }
}
@media only screen and (max-width: 1079px) {
  .resource-single__related-items {
    display: flex;
    flex-flow: row wrap;
    margin-left: -12.5px;
    width: calc(100% + 25px);
  }
}
@media only screen and (max-width: 809px) {
  .resource-single__related-items {
    margin-left: 0;
    width: 100%;
  }
}
.resource-single__related-item {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .resource-single__related-item {
    margin-bottom: 0;
    padding: 0 12.5px;
    width: 33.33%;
  }
}
@media only screen and (max-width: 809px) {
  .resource-single__related-item {
    margin-bottom: 50px;
    padding: 0;
    width: 100%;
  }
  .resource-single__related-item:last-child {
    margin-bottom: 0;
  }
}
.resource-single__related-item:last-child {
  margin-bottom: 0;
}
.resource-single__related-item-img {
  height: 175px;
  margin-bottom: 15px;
}
.resource-single__related-item-title {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}

.search-category-d {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}
.search-category-d__row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -1rem;
  padding: 3rem 0;
  width: calc(100% + 2rem);
}
@media screen and (max-width: 50.5625em) {
  .search-category-d__row {
    margin-left: 0;
    width: 100%;
  }
}
.search-category-d__category {
  flex: 0 1 auto;
  padding: 0 1rem;
  width: 23.33%;
}
@media screen and (max-width: 50.5625em) {
  .search-category-d__category {
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }
}
.search-category-d__category.newsroom, .search-category-d__category.year {
  width: 35%;
}
@media screen and (max-width: 50.5625em) {
  .search-category-d__category.newsroom, .search-category-d__category.year {
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }
}
.search-category-d__category.active .search-category-d__category-inner {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-category-d__category.active .search-category-d__category-text svg {
  transform: translateY(-50%) rotate(180deg);
}
.search-category-d__category-inner {
  border-radius: 1.5rem;
  border: 0.1rem solid #121212;
  background: #ffffff;
  cursor: pointer;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 67.4375em) {
  .search-category-d__category-inner {
    padding: 0 1.5rem;
  }
}
.search-category-d__category-text {
  color: #121212;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 1rem 0;
  position: relative;
}
.search-category-d__category-text svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.search-category-d__category-list {
  display: none;
  background-color: #ffffff;
  border: 0.1rem solid #121212;
  border-radius: 1.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
  left: -0.1rem;
  list-style: none;
  margin: 0;
  padding: 0 3rem;
  position: absolute;
  top: 100%;
  width: calc(100% + 0.2rem);
  z-index: 2;
}
.search-category-d__category-list li {
  color: #121212;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
.search-category-d__category-list li:hover {
  color: #00bc00;
}
.search-category-d__category-list li:last-child {
  margin-bottom: 3rem;
}
.search-category-d__search {
  flex: 0 1 auto;
  padding: 0 1rem;
  position: relative;
  width: 30%;
}
@media screen and (max-width: 50.5625em) {
  .search-category-d__search {
    padding: 0;
    width: 100%;
  }
}
.search-category-d__form-field {
  position: relative;
}
.search-category-d__form-field svg {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-category-d__form-field input {
  background-color: transparent;
  border: 0;
  border-bottom: 0.1rem solid #121212;
  border-radius: 0 !important;
  box-shadow: none;
  color: #121212;
  height: auto;
  margin: 0;
  padding: 0.8rem 4rem 0.8rem 0;
  width: 100%;
}
.search-category-d__form-field input::-webkit-input-placeholder {
  color: #121212;
  font: inherit;
  opacity: 1;
}
.search-category-d__form-field input::-moz-placeholder {
  color: #121212;
  font: inherit;
  opacity: 1;
}
.search-category-d__form-field input:-ms-input-placeholder {
  color: #121212;
  font: inherit;
  opacity: 1;
}
.search-category-d__form-field input:-moz-placeholder {
  color: #121212;
  font: inherit;
  opacity: 1;
}
.search-category-d__form-field input:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 0.1rem solid #121212;
  box-shadow: none;
}
.search-category-d__form-field input:focus::-webkit-input-placeholder {
  color: #121212;
  font: inherit;
  opacity: 0;
}
.search-category-d__form-field input:focus::-moz-placeholder {
  color: #121212;
  font: inherit;
  opacity: 0;
}
.search-category-d__form-field input:focus:-ms-input-placeholder {
  color: #121212;
  font: inherit;
  opacity: 0;
}
.search-category-d__form-field input:focus:-moz-placeholder {
  color: #121212;
  font: inherit;
  opacity: 0;
}
.search-category-d__result {
  background-color: #ffffff;
  border-bottom: 0.1rem solid #121212;
  border-left: 0.1rem solid #121212;
  border-right: 0.1rem solid #121212;
  display: none;
  left: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: calc(100% - 2rem);
  z-index: 2;
}
.search-category-d__result li {
  border-bottom: 0.1rem solid #121212;
}
.search-category-d__result li p,
.search-category-d__result li a {
  color: #121212;
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.search-category-d__result li a:hover {
  text-decoration: none;
}
.search-category-d__result li:last-child {
  border-bottom: 0;
}

.slider-a {
  overflow: hidden;
}
@media screen and (max-width: 64em) {
  .slider-a {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 64em) {
  .slider-a__grid {
    max-width: 100%;
  }
}
.slider-a__slider {
  position: relative;
}
.slider-a__slider-bg {
  background-color: #fff;
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -500%;
}
.slider-a__slider-next {
  width: 75%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 64em) {
  .slider-a__slider-next {
    width: 100%;
    top: 100%;
  }
}
.slider-a__slider-wrapper {
  background-color: #fff;
  border-radius: 0 40rem 40rem 0;
  padding-top: 10rem;
  padding-bottom: 15rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 64.0625em) {
  .slider-a__slider-wrapper {
    width: 75%;
  }
}
@media screen and (max-width: 64em) {
  .slider-a__slider-wrapper {
    border-radius: 0 0 40rem 40rem;
    width: 100%;
    padding-top: 7.5rem;
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .slider-a__slider-wrapper {
    padding-top: 5rem;
  }
}
.slider-a__slider-title {
  margin-bottom: 3rem;
}
.slider-a__slider-title-text {
  line-height: 1.2;
}
@media screen and (max-width: 50.5625em) {
  .slider-a__slider-title-text {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 64em) {
  .slider-a__slider-title-text {
    margin-left: auto;
    margin-right: auto;
    max-width: none !important;
    text-align: center;
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
@media screen and (min-width: 64.0625em) {
  .slider-a__slider-title-spacer {
    max-width: 17rem;
  }
}
@media screen and (max-width: 64em) {
  .slider-a__slider-title-spacer {
    max-width: 0;
  }
}
.slider-a__swiper-slide {
  box-sizing: border-box;
}
@media screen and (max-width: 64em) {
  .slider-a__swiper-slide {
    text-align: center;
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
.slider-a__swiper-pagination {
  text-align: left;
  bottom: 9rem !important;
}
@media screen and (max-width: 64em) {
  .slider-a__swiper-pagination {
    text-align: center;
    bottom: 14rem !important;
  }
}
.slider-a__swiper-pagination .swiper-pagination-bullet {
  background-color: #202930;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  opacity: 1;
}
.slider-a__swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.slider-a__swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.slider-a__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00d4ff;
  width: 1.5rem;
  height: 1.5rem;
}
.slider-a__swiper-button-next {
  border: 1rem solid #ffffff;
  border-radius: 50%;
  width: 28rem;
  height: 28rem;
  margin-top: -14rem;
  margin-right: -14rem;
  overflow: hidden;
  pointer-events: all;
}
@media screen and (max-width: 64em) {
  .slider-a__swiper-button-next {
    border: 0.5rem solid #ffffff;
    width: 20rem;
    height: 20rem;
    margin-top: -10rem;
    margin-left: -10rem;
    margin-right: 0;
    left: 50%;
    right: auto;
  }
}
.slider-a__swiper-button-next div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-a__swiper-button-next div:nth-child(1) {
  background: linear-gradient(45deg, rgb(58, 12, 163) 0%, rgba(58, 12, 163, 0) 100%);
  z-index: 2;
}
.slider-a__swiper-button-next div:nth-child(2) {
  background-color: #000;
  transition: background-color 0.4s ease 0s;
  z-index: 1;
}
.slider-a__swiper-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .slider-a__swiper-button-next svg {
    width: 6rem;
    height: 6rem;
    margin-top: -3rem;
    margin-left: -2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .slider-a__swiper-button-next svg {
    width: 4.2rem;
    height: 4.2rem;
    margin-top: -2.1rem;
    margin-left: -1.7rem;
  }
}
.slider-a__swiper-button-next::after {
  display: none;
}

.slider-ca__slider {
  padding-bottom: 5rem;
  padding-left: 10rem;
  padding-right: 10rem;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .slider-ca__slider {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .slider-ca__slider {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.slider-ca__swiper-slide {
  box-sizing: border-box;
}
.slider-ca .swiper-button-prev,
.slider-ca .swiper-button-next {
  width: 1.1rem;
  height: 2.2rem;
  margin-top: -1.5rem;
}
.slider-ca .swiper-button-prev::after,
.slider-ca .swiper-button-next::after {
  display: none;
}
.slider-ca .swiper-button-prev {
  left: 0;
}
.slider-ca .swiper-button-next {
  right: 0;
}
.slider-ca__swiper-pagination {
  bottom: 0 !important;
}
.slider-ca__swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #202930;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  vertical-align: middle;
  opacity: 1;
}
.slider-ca__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1890ff;
  border: 1px solid #1890ff;
  opacity: 1;
}
@media screen and (min-width: 64em) {
  .slider-ca__quo1.content-left .slider-ca__quo1-content {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .slider-ca__quo1.content-right .slider-ca__quo1-content {
    padding-left: 6rem;
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .slider-ca__quo1.content-right .slider-ca__quo1-img {
    order: 1;
  }
}
@media screen and (min-width: 64em) {
  .slider-ca__quo1-content {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .slider-ca__quo1-content {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .slider-ca__quo1-img {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .slider-ca__quo1-img img {
    width: auto;
  }
}

.slider-l__slider {
  flex-flow: row nowrap;
}
.slider-l__slide {
  padding: 5rem;
}

.slider-r {
  padding: 2.2rem 0;
  position: relative;
}
.slider-r__grid {
  position: relative;
}
.slider-r__item-content.color-text-white p {
  color: #ffffff;
}
@media screen and (max-width: 47.9375em) {
  .slider-r__item-content {
    margin-bottom: 1rem;
  }
}
.slider-r__swiper-button-prev, .slider-r__swiper-button-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  transition: opacity 0.3s;
  width: auto;
  z-index: 1;
}
.slider-r__swiper-button-prev:hover, .slider-r__swiper-button-next:hover {
  opacity: 0.5;
}
.slider-r__swiper-button-prev {
  left: 0;
}
.slider-r__swiper-button-next {
  right: 0;
}

.slider-wi {
  padding: 2.2rem 0;
  position: relative;
}
.slider-wi__grid {
  position: relative;
}
.slider-wi__item-container {
  align-items: center;
}
.slider-wi__item-image {
  text-align: center;
}
@media screen and (max-width: 57.5em) {
  .slider-wi__item-image {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .slider-wi__item-image {
    margin-bottom: 2rem;
  }
}
.slider-wi__item-content {
  border-left: 1px solid #202930;
  padding-left: 5rem;
}
.slider-wi__item-content p, .slider-wi__item-content strong {
  font-size: 25px !important;
}
.slider-wi__item-content.color-text-white p {
  color: #ffffff;
}
@media screen and (max-width: 57.5em) {
  .slider-wi__item-content {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .slider-wi__item-content {
    border-left: none;
    border-top: 1px solid #202930;
    padding-top: 2rem;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .slider-wi__item-content p {
    font-size: 20px !important;
  }
}
.slider-wi__item-author {
  text-align: right;
}
.slider-wi__item-author strong {
  font-size: 18px;
  font-weight: 800;
}
.slider-wi__swiper-pagination {
  text-align: center;
  margin-top: 5rem;
}
.slider-wi__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #000;
  opacity: 1;
  transition: background 0.3s, border 0.3s;
}
.slider-wi__swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
  border-color: #000;
}
.slider-wi .swiper-button-prev,
.slider-wi .swiper-button-next {
  width: 1.5rem;
  height: 3rem;
  margin-top: -1.5rem;
}
.slider-wi .swiper-button-prev::after,
.slider-wi .swiper-button-next::after {
  color: #000000;
  font-size: 2.8rem;
}
@media screen and (max-width: 47.9375em) {
  .slider-wi .swiper-button-prev {
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .slider-wi .swiper-button-next {
    margin-right: -1.5rem;
  }
}

.stat-d__grid > *:last-child {
  margin-bottom: 0;
}
.stat-d__title {
  color: #00bc00;
  line-height: 1.2;
  margin-bottom: 3rem;
  margin-top: 0;
}
.stat-d__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.5rem;
  width: calc(100% + 3rem);
}
@media screen and (max-width: 50.5625em) {
  .stat-d__row {
    margin-left: 0;
    width: 100%;
  }
}
.stat-d__col {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
  width: 25%;
}
@media screen and (max-width: 67.4375em) {
  .stat-d__col {
    width: 50%;
  }
}
@media screen and (max-width: 50.5625em) {
  .stat-d__col {
    padding: 0;
    width: 100%;
  }
}
.stat-d__col-no {
  flex: 0 0 auto;
  color: #00bc00;
  line-height: 1.2;
}
.stat-d__col-content {
  flex: 1 1 0;
  padding-left: 1.5rem;
}
.stat-d__col-content p {
  color: #121212;
  font-size: 1.8rem;
  line-height: 1.3;
}

.tab-content-d {
  box-sizing: border-box;
}
.tab-content-d.layout-boxed .tab-content-d__cell {
  background-size: cover !important;
  padding: 5rem 8rem;
}
@media screen and (min-width: 67.5625em) {
  .tab-content-d.count-3 .tab-content-d__header-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__cell {
    position: relative;
  }
}
.tab-content-d__header {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 67.5625em) {
  .tab-content-d__header {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__header {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 67.5625em) {
  .tab-content-d__header-item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__header-item {
    margin-bottom: 2.3rem;
  }
  .tab-content-d__header-item:last-child {
    margin-bottom: 0;
  }
}
.tab-content-d__header-item > span {
  padding-bottom: 1.5rem;
  cursor: pointer;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.tab-content-d__header-item > span::before {
  border-bottom: 2px solid #606060;
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: border-bottom 0.4s ease 0s;
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__header-item > span {
    min-width: 19.5rem;
  }
}
.tab-content-d__header-item > span span {
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
  color: #606060;
  font-family: "Nunito", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  transition: color 0.4s ease 0s, font-weight 0.4s ease 0s;
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__header-item > span span {
    font-size: 1.8rem;
  }
  .tab-content-d__header-item > span span br {
    display: none;
  }
}
.tab-content-d__header-item > span span::before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.tab-content-d__header-item.active > span::before, .tab-content-d__header-item:hover > span::before {
  border-bottom: 2px solid #1890ff;
}
.tab-content-d__header-item.active > span > span, .tab-content-d__header-item:hover > span > span {
  color: #202930;
  font-weight: 700;
}
.tab-content-d__global {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.tab-content-d__global .tab-content-d__pc-media .o-vid,
.tab-content-d__global .tab-content-d__pc-media .o-emb {
  pointer-events: auto;
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__global {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 67.5625em) {
  .tab-content-d__global-item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.tab-content-d__tab {
  position: relative;
  z-index: 1;
}
.tab-content-d__tab-item {
  display: none;
}
.tab-content-d__tab-item.active {
  display: block;
}
@media screen and (min-width: 67.5625em) {
  .tab-content-d__pc.content-left .tab-content-d__pc-content {
    order: 1;
  }
  .tab-content-d__pc.content-left .tab-content-d__pc-media {
    order: 2;
  }
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__pc.mobile-hide-media .tab-content-d__pc-media {
    display: none;
  }
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__pc-content {
    margin-bottom: 3rem;
    text-align: center;
    order: 1;
  }
  .tab-content-d__pc-content ul,
  .tab-content-d__pc-content ol {
    text-align: left;
  }
}
.tab-content-d__pc-text .button-box {
  margin-top: 1.5rem;
}
.tab-content-d__pc-text .button-box:first-child {
  margin-top: 0;
}
@media screen and (min-width: 67.5625em) {
  .tab-content-d__pc-media {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__pc-media {
    order: 2;
  }
}
.tab-content-d__pc-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__pc-img {
    text-align: center;
  }
}
.tab-content-d__pc-title {
  color: #121212;
  margin-bottom: 0;
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__pc-title {
    text-align: center;
  }
}
.tab-content-d__pc-title.text-transform-uppercase {
  text-transform: uppercase;
}
.tab-content-d__pc-title-container {
  margin-bottom: 1rem;
}
@media screen and (max-width: 67.5em) {
  .tab-content-d__pc-title-container {
    justify-content: center;
  }
}
.tab-content-d__pc-title-container .tab-content-d__pc-title,
.tab-content-d__pc-title-container img {
  align-self: center;
}
.tab-content-d__pc-title-container img {
  margin-right: 0.5rem;
}
.tab-content-d__cc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 3.6rem;
  row-gap: 6rem;
  max-width: 128rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 63.9375em) {
  .tab-content-d__cc {
    column-gap: 2.4rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 40em) {
  .tab-content-d__cc {
    row-gap: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.tab-content-d__cc-item {
  flex: 0 0 calc(25% - 2.7rem);
  max-width: calc(25% - 2.7rem);
  min-width: 0;
}
@media screen and (max-width: 63.9375em) {
  .tab-content-d__cc-item {
    flex: 0 0 calc(50% - 1.2rem);
    max-width: calc(50% - 1.2rem);
  }
}
@media screen and (max-width: 40em) {
  .tab-content-d__cc-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tab-content-d__cc-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.tab-content-d__cc-body {
  width: 100%;
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 63.9375em) {
  .tab-content-d__cc-body {
    min-height: 10rem;
  }
}
@media screen and (max-width: 40em) {
  .tab-content-d__cc-body {
    min-height: auto;
  }
}
.tab-content-d__cc-title {
  color: #202930;
  font-family: "Nunito", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.8rem;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .tab-content-d__cc-title {
    font-size: 1.8rem;
  }
}
.tab-content-d__cc-text {
  color: #606060;
  font-family: "Nunito", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  width: 100%;
  max-width: 24rem;
}
.tab-content-d__cc-text p {
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  .tab-content-d__cc-text {
    max-width: 30rem;
  }
}
.tab-content-d__cc-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
}
.tab-content-d__cc-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 34rem;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 63.9375em) {
  .tab-content-d__cc-img img {
    max-height: 30rem;
  }
}
@media screen and (max-width: 40em) {
  .tab-content-d__cc-img img {
    max-height: 28rem;
  }
}

.tab-content-l__header {
  margin-bottom: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .tab-content-l__header {
    margin-bottom: 2rem;
  }
}
.tab-content-l__header-item {
  position: relative;
}
@media screen and (min-width: 48em) {
  .tab-content-l__header-item {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .tab-content-l__header-item {
    text-align: center;
  }
}
.tab-content-l__header-item::before {
  border-bottom: 1px solid rgba(50, 50, 50, 0.6);
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: border-bottom-color 0.4s ease 0s;
}
.tab-content-l__header-item span {
  background-color: transparent;
  color: #1890ff;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
  opacity: 0.6;
  transition: opacity 0.4s ease 0s;
}
.tab-content-l__header-item span::before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.tab-content-l__header-item:hover::before, .tab-content-l__header-item.active::before {
  border-bottom-color: #1890ff;
  border-bottom-width: 2px;
}
.tab-content-l__header-item:hover span, .tab-content-l__header-item.active span {
  font-weight: 700;
  opacity: 1;
}
.tab-content-l__tab-item {
  display: none;
}
.tab-content-l__tab-item.active {
  display: block;
}
.tab-content-l__ti {
  color: #000000;
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .tab-content-l__ti {
    margin-bottom: 3rem;
  }
}
.tab-content-l__ti.text-transform-uppercase {
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .tab-content-l__lc1.col-gap-24 .tab-content-l__lc1-row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
.tab-content-l__lc1.col-gap-24 .tab-content-l__lc1-col {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 48em) {
  .tab-content-l__lc1.col-gap-24 .tab-content-l__lc1-col {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .tab-content-l__lc1.col-gap-24 .tab-content-l__lc1-col:last-child {
    margin-bottom: 0;
  }
}
.tab-content-l__lc1-col.col-20 {
  width: 20%;
}
@media screen and (max-width: 48em) {
  .tab-content-l__lc1-col.col-20 {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .tab-content-l__lc1-col.col-20 {
    width: 100%;
  }
}

.testimonial-d__grid {
  position: relative;
}
.testimonial-d__swiper {
  padding: 0 5rem;
}
.testimonial-d__swiper-slide {
  text-align: center;
}
.testimonial-d__swiper-button-prev:after, .testimonial-d__swiper-button-next:after {
  display: none;
}
.testimonial-d__swiper-button-prev {
  left: 0;
}
.testimonial-d__swiper-button-next {
  right: 0;
}
.testimonial-d__img {
  margin-bottom: 2rem;
}
.testimonial-d__text {
  margin-bottom: 2rem;
}
.testimonial-d__text p {
  color: #121212;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 50.5625em) {
  .testimonial-d__text p {
    font-size: 2rem;
  }
}
.testimonial-d__author {
  margin-bottom: 2rem;
}
.testimonial-d__author p strong {
  font-weight: 600;
}

.two-column-content-d {
  position: relative;
}
.two-column-content-d__row {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
@media screen and (max-width: 67.4375em) {
  .two-column-content-d__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.two-column-content-d__col {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 67.4375em) {
  .two-column-content-d__col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.two-column-content-d__col:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 67.4375em) {
  .two-column-content-d__col.mobile-order-1 {
    order: 1;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 67.4375em) {
  .two-column-content-d__col.mobile-order-2 {
    order: 2;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 67.5em) {
  .two-column-content-d__col.width-55p {
    width: 55%;
  }
}
@media screen and (min-width: 67.5em) {
  .two-column-content-d__col.width-50p {
    width: 50%;
  }
}
@media screen and (min-width: 67.5em) {
  .two-column-content-d__col.width-45p {
    width: 45%;
  }
}
@media screen and (min-width: 67.5em) {
  .two-column-content-d__col.width-35p {
    width: 35%;
  }
}
.two-column-content-d__content {
  margin-bottom: 3rem;
}
.two-column-content-d__content.color-text-white h1,
.two-column-content-d__content.color-text-white h2,
.two-column-content-d__content.color-text-white h3,
.two-column-content-d__content.color-text-white h4,
.two-column-content-d__content.color-text-white h5,
.two-column-content-d__content.color-text-white h6,
.two-column-content-d__content.color-text-white p {
  color: #ffffff;
}
.two-column-content-d__content.color-text-white ol li,
.two-column-content-d__content.color-text-white ul li {
  color: #ffffff;
}
.two-column-content-d__content.font-size-18 li,
.two-column-content-d__content.font-size-18 p {
  font-size: 1.8rem;
}
@media screen and (max-width: 67.5em) {
  .two-column-content-d__content.form-style-free-trial h3 {
    font-size: 2rem;
  }
}
.two-column-content-d__content.form-style-free-trial.color-text-white .hs-richtext.hs-main-font-element > * {
  color: #ffffff;
}
.two-column-content-d__content.form-style-free-trial.color-text-white .hs-form-field > label {
  color: #ffffff;
}
.two-column-content-d__content.form-style-free-trial.color-text-white .hs-form-field input::placeholder {
  color: #121212;
}
.two-column-content-d__content.form-style-free-trial .hbspt-form {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.two-column-content-d__content.form-style-free-trial .hbspt-form .submitted-message {
  color: #00bc00;
  font-size: 1.8rem;
}
@media screen and (max-width: 47.9375em) {
  .two-column-content-d__content.form-style-free-trial .hbspt-form .submitted-message {
    font-size: 1.6rem;
  }
}
.two-column-content-d__content.form-style-free-trial .form-columns-1 .hs-form-field input,
.two-column-content-d__content.form-style-free-trial .form-columns-1 .hs-form-field textarea {
  width: 100% !important;
}
.two-column-content-d__content.form-style-free-trial .form-columns-2 .hs-form-field {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.two-column-content-d__content.form-style-free-trial .hs-richtext.hs-main-font-element > * {
  font-family: "Nunito", serif !important;
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  line-height: 1.3;
  margin-bottom: 1.2rem !important;
}
.two-column-content-d__content.form-style-free-trial .hs-richtext.hs-main-font-element > * span {
  color: inherit !important;
  font: inherit !important;
  font-size: 2.7rem !important;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1.8rem;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field > label {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field > label span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field > label span.hs-form-required {
  color: #f00;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field .input {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  flex: 1 1 0px;
  width: auto;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea {
  background-color: #fff;
  border: 1px solid rgba(48, 48, 48, 0.3);
  border-radius: 2.4rem;
  box-shadow: 0 0 0 transparent;
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  margin-bottom: 0;
  width: 100%;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input:focus,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea:focus {
  box-shadow: 0 0 0 transparent;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input::-webkit-input-placeholder,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input::-webkit-input-placeholder:focus,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea::-webkit-input-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input::-moz-placeholder,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea::-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input::-moz-placeholder:focus,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea::-moz-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input:-ms-input-placeholder,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea:-ms-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input:-ms-input-placeholder:focus,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea:-ms-input-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input:-moz-placeholder,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea:-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field input:-moz-placeholder:focus,
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea:-moz-placeholder:focus {
  box-shadow: 0 0 0 transparent;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field textarea {
  min-height: 15rem;
}
.two-column-content-d__content.form-style-free-trial .hs-form-field .inputs-list {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 9.5rem;
}
@media screen and (max-width: 47.9375em) {
  .two-column-content-d__content.form-style-free-trial .hs-form-field .inputs-list {
    padding-left: 0;
  }
}
.two-column-content-d__content.form-style-free-trial .hs-form-field .inputs-list label {
  color: pink;
  font-size: 1.6rem;
}
@media screen and (max-width: 47.9375em) {
  .two-column-content-d__content.form-style-free-trial .hs-form-field .inputs-list label {
    font-size: 1.4rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.two-column-content-d__content.form-style-free-trial .hs-form-field .inputs-list.hs-error-msgs {
  padding-left: 0;
}
.two-column-content-d__content.form-style-free-trial .hs_error_rollup ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 9.5rem;
}
@media screen and (max-width: 47.9375em) {
  .two-column-content-d__content.form-style-free-trial .hs_error_rollup ul {
    padding-left: 0;
  }
}
.two-column-content-d__content.form-style-free-trial .hs_error_rollup ul label {
  color: pink;
  font-size: 1.6rem;
}
@media screen and (max-width: 47.9375em) {
  .two-column-content-d__content.form-style-free-trial .hs_error_rollup ul label {
    font-size: 1.4rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.two-column-content-d__content.form-style-free-trial .hs_error_rollup ul.hs-error-msgs {
  padding-left: 0;
}
.two-column-content-d__content.form-style-free-trial .hs-error-msgs {
  padding-left: 0;
}
.two-column-content-d__content.form-style-free-trial .hs-submit {
  text-align: right;
}
.two-column-content-d__content.form-style-free-trial .hs-submit input {
  border-radius: 10rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  min-width: 19.5rem;
  padding: 1.5rem 3.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
}
.two-column-content-d__content.form-style-free-trial .hs-submit input:hover {
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .two-column-content-d__content.form-style-free-trial-left {
    padding-right: 10.5rem;
    position: relative;
    max-width: 50rem;
  }
  .two-column-content-d__content.form-style-free-trial-left::before {
    background-color: #fff;
    display: block;
    content: "";
    width: 1px;
    height: 120%;
    position: absolute;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 63.9375em) {
  .two-column-content-d__content.form-style-free-trial-left {
    border-top: 1px solid #ffffff;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .two-column-content-d__content.form-style-free-trial-right {
    padding-left: 10.5rem;
    position: relative;
    max-width: 50rem;
  }
  .two-column-content-d__content.form-style-free-trial-right::before {
    background-color: #fff;
    display: block;
    content: "";
    width: 1px;
    height: 120%;
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 63.9375em) {
  .two-column-content-d__content.form-style-free-trial-right {
    border-top: 1px solid #ffffff;
    padding-top: 3rem;
  }
}
.two-column-content-d__content h1 {
  font-size: 3.6rem;
}
.two-column-content-d__content h1,
.two-column-content-d__content h2,
.two-column-content-d__content h3,
.two-column-content-d__content h4,
.two-column-content-d__content h5,
.two-column-content-d__content h6 {
  margin-bottom: 3rem;
}
.two-column-content-d__content iframe {
  max-width: 100%;
}
.two-column-content-d__content p {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.25;
}
.two-column-content-d__content ol,
.two-column-content-d__content ul {
  margin-bottom: 3rem;
}
.two-column-content-d__content ol li,
.two-column-content-d__content ul li {
  font-size: 2.2rem;
  list-style: none;
}
.two-column-content-d__content > *:last-child {
  margin-bottom: 0;
}
.two-column-content-d__img {
  margin-bottom: 3rem;
}
.two-column-content-d__img:last-child {
  margin-bottom: 0;
}
.two-column-content-d__title {
  color: #00bc00;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.two-column-content-d__title.color-text-white {
  color: #ffffff;
}
.two-column-content-d__title.text-transform-uppercase {
  text-transform: uppercase;
}

.unique-a {
  position: relative;
}
.unique-a__grid {
  padding: 12rem 15% 12rem 10rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 75em) {
  .unique-a__grid {
    padding: 10rem 5rem;
  }
}
@media screen and (max-width: 67.4375em) {
  .unique-a__grid {
    padding: 5rem;
  }
}
.unique-a__cell > * {
  margin-bottom: 10rem;
}
@media screen and (max-width: 67.4375em) {
  .unique-a__cell > * {
    margin-bottom: 5rem;
  }
}
.unique-a__cell > *:last-child {
  margin-bottom: 0;
}
.unique-a__cl-row {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 67.4375em) {
  .unique-a__cl-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.unique-a__cl-col {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 67.5em) {
  .unique-a__cl-col.col-width-40 {
    width: 40%;
  }
}
@media screen and (min-width: 67.5em) {
  .unique-a__cl-col.col-width-60 {
    width: 60%;
  }
}
@media screen and (max-width: 67.4375em) {
  .unique-a__cl-col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5rem;
  }
}
.unique-a__cl-col:last-child {
  margin-bottom: 0;
}
.unique-a__cl-col:last-child .unique-a__cl-col-text::after {
  display: none;
}
.unique-a__cl-col-text {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 67.5em) {
  .unique-a__cl-col-text::after {
    display: block;
    content: "";
    width: 0.2rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: -0.1rem;
  }
}
.unique-a__cl-col-text h2,
.unique-a__cl-col-text h3, .unique-a__text h2,
.unique-a__text h3 {
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.unique-a__cl-col-text p, .unique-a__text p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.unique-a__paint {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.unique-a__img {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
@media screen and (max-width: 75em) {
  .unique-a__img {
    display: none;
  }
}

.unique-cal {
  line-height: 1;
}
.unique-cal.col-gap-90 .unique-cal__items {
  padding: 4.5rem;
}
@media screen and (min-width: 64em) {
  .unique-cal.col-gap-90 .unique-cal__item {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
}
.unique-cal.col-gap-90 .unique-cal__item-col {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 64em) {
  .unique-cal.col-gap-90 .unique-cal__item-col {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .unique-cal.col-gap-90 .unique-cal__item-col:last-child {
    margin-bottom: 0;
  }
}
.unique-cal__tab {
  background: #f3fdfd;
  color: #000;
  font-family: "Nunito", serif;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 1.2rem;
  text-align: center;
  transition: background 0.4s ease 0s, color 0.4s ease 0s;
}
.unique-cal__tab.active {
  background: linear-gradient(90deg, #1890ff 0%, #4edee1 135.07%);
  color: #fff;
}
.unique-cal__item {
  display: none;
}
.unique-cal__item.active {
  display: block;
}
@media screen and (min-width: 64em) {
  .unique-cal__item-col.col-50 {
    width: 50%;
  }
}
.unique-cal__input label {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 50.5625em) {
  .unique-cal__input label {
    text-align: center;
  }
}
.unique-cal__input input {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  padding: 2.5rem 2.5rem 2.5rem 5rem;
}
.unique-cal__input input:focus {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}
.unique-cal__input-text {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  position: relative;
}
.unique-cal__input-prepend {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
}
.unique-cal__dropdown {
  margin-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .unique-cal__dropdown {
    width: 33.3333%;
  }
}
.unique-cal__dropdown label {
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 50.5625em) {
  .unique-cal__dropdown label {
    text-align: center;
  }
}
.unique-cal__dropdown select {
  border-radius: 100px;
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  height: 4.5rem;
  padding: 0.5rem 2.5rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.unique-cal__dropdown select::-ms-expand {
  display: none;
}
.unique-cal__dropdown-select {
  position: relative;
}
.unique-cal__dropdown-select svg {
  width: 1.5rem;
  height: 0.8rem;
  pointer-events: none;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
.unique-cal__slider label {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.unique-cal__slider input {
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
  outline: none;
  width: 100%;
}
.unique-cal__slider input:focus {
  outline: none;
}
.unique-cal__slider input::-webkit-slider-runnable-track {
  background: #d9d9d9;
  border: 0;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.unique-cal__slider input::-webkit-slider-runnable-track:focus {
  background: #f0f0f0;
}
.unique-cal__slider input::-webkit-slider-thumb {
  margin-top: -10px;
  width: 2.5rem;
  height: 2.5rem;
  background: #1890ff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
}
.unique-cal__slider input::-moz-range-track {
  background: #d9d9d9;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.unique-cal__slider input::-moz-range-progress {
  background-color: #1890ff;
}
.unique-cal__slider input::-moz-range-thumb {
  width: 2.5rem;
  height: 2.5rem;
  background: #1890ff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.unique-cal__slider input::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.unique-cal__slider input::-ms-fill-lower {
  background: #1890ff;
  border: 0;
}
.unique-cal__slider input::-ms-fill-lower:focus {
  background: #1890ff;
}
.unique-cal__slider input::-ms-fill-upper {
  background: #d9d9d9;
  border: 0;
}
.unique-cal__slider input::-ms-fill-upper:focus {
  background: #d9d9d9;
}
.unique-cal__slider input::-ms-thumb {
  width: 2.5rem;
  height: 2.5rem;
  background: #1890ff;
  border: 0;
  cursor: pointer;
  margin-top: 0;
}
.unique-cal__slider-top {
  margin-bottom: 1rem;
}
.unique-cal__slider-val {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
}
.unique-cal__slider-bottom {
  margin-top: 1rem;
}
.unique-cal__slider-min, .unique-cal__slider-max {
  color: #d9d9d9;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
}
.unique-cal__total hr {
  border-bottom: 1px solid #ffffff;
  max-width: 31.5rem;
  margin: 1.5rem auto;
}
.unique-cal__total-value {
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 3.6rem;
  font-weight: 600;
}
.unique-cal__total-text {
  color: #ffffff;
  font-family: "Nunito", serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.unique-cal__text p a {
  border-radius: 10rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  min-width: 19.5rem;
  padding: 1.5rem 3.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
}
.unique-cal__text p a:hover {
  text-decoration: none;
}

.divider {
  overflow: hidden;
}

@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-style: normal;
  src: url("fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-style: italic;
  src: url("fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  src: url("fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: italic;
  src: url("fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}
/*# sourceMappingURL=../maps/style.css.map */
