@charset "UTF-8";
.title34 {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: bold;
  color: #00871D;
  letter-spacing: -0.7px;
}
@media (max-width: 768px) {
  .title34 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.title24 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 500;
  color: #5B5A5B;
}

.green-marker li::marker {
  color: #43B02A;
}

.cta-type2 a {
  background-color: #F4F3F3 !important;
  color: #00871D !important;
}

.gred1 {
  background: linear-gradient(90deg, #00501D, #43B02A);
}

.gre-blue {
  background: linear-gradient(90deg, #136EB3, #002C77);
}

.gre-yello {
  background: linear-gradient(90deg, #E2E71F, #FFB81C);
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
}

.desk {
  display: block;
}
@media (max-width: 768px) {
  .desk {
    display: none;
  }
}

@media (max-width: 768px) {
  .mob-br-none br {
    display: none;
  }
}

@media (max-width: 781px) {
  .col-mob-row.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
    width: 50% !important;
    flex-grow: 0 !important;
  }
  .col-mob-row.wp-block-columns {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
}
p a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .mob-mar-0 {
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .mob-mar-bot-0 {
    margin-bottom: 0 !important;
  }
}

.cta-type1 a, .cta-type2 a {
  background-color: #00871D;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.063rem;
  justify-content: center;
  padding: 0 5rem 0 2rem;
  color: #fff;
  font-size: 1.063rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 150ms ease, transform 150ms ease;
}
@media (max-width: 768px) {
  .cta-type1 a, .cta-type2 a {
    font-size: 0.875rem;
    height: 2.875rem;
  }
}
.cta-type1 a::after, .cta-type2 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.063rem;
  background: #e7e42a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>  <path d='M9 6l6 6-6 6' fill='none' stroke='%23117c22' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 25px;
  transition: background-position 150ms ease, filter 150ms ease;
  pointer-events: none;
}
.cta-type1 a:hover, .cta-type2 a:hover {
  filter: brightness(1.02);
}
.cta-type1 a:hover::after, .cta-type2 a:hover::after {
  background-position: calc(50% + 1px) center;
}
.cta-type1 a:active, .cta-type2 a:active {
  transform: translateY(0.5px);
}
.cta-type1 a:focus-visible, .cta-type2 a:focus-visible {
  outline: 2px solid #0a5;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .cta-type1 a, .cta-type2 a {
    transition: none;
  }
  .cta-type1 a::after, .cta-type2 a::after {
    transition: none;
  }
}

.gradient-background {
  background-image: url("../../images/hcp/home-banner-bg-hcp.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1920px) {
  .gradient-background {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .gradient-background {
    background-image: linear-gradient(115deg, #00501D, #43B02A);
  }
}
.gradient-background .banner-type-home {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
}
@media (max-width: 768px) {
  .gradient-background .banner-type-home {
    gap: 0.5rem;
  }
}
.gradient-background .banner-type-home .ban-right-img {
  text-align: center;
}
.gradient-background .banner-type-home .ban-right-img img {
  width: 28.5rem;
}
.gradient-background h1 {
  color: #e0e326;
  text-align: center;
  font-weight: 700;
}
.gradient-background h1 span.big-f {
  font-size: 15rem;
  line-height: 14rem;
}
@media (max-width: 768px) {
  .gradient-background h1 span.big-f {
    font-size: 11rem;
    line-height: 10rem;
  }
}
.gradient-background h1 span.get-txt {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.gradient-background h1 span.get-txt::before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  top: 59%;
  left: -3rem;
  width: 2.25rem;
}
@media (max-width: 768px) {
  .gradient-background h1 span.get-txt::before {
    width: 1.5625rem;
    left: -2rem;
  }
}
.gradient-background h1 span.get-txt::after {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  top: 59%;
  right: -3rem;
  width: 2.25rem;
}
@media (max-width: 768px) {
  .gradient-background h1 span.get-txt::after {
    width: 1.5625rem;
    right: -2rem;
  }
}
@media (max-width: 768px) {
  .gradient-background h1 span.get-txt {
    font-size: 1.875rem;
  }
}
.gradient-background h1 span.ude-txt {
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .gradient-background h1 span.ude-txt {
    font-size: 4rem;
  }
}

.home-sec1 {
  background-color: #F4F3F3;
  padding: 3.125rem 0;
}
@media (max-width: 768px) {
  .home-sec1 {
    padding: 3rem 0 1rem 0;
  }
}
.home-sec1 .container {
  max-width: 63.563rem;
}
.home-sec1 h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #00871D;
}
@media (max-width: 768px) {
  .home-sec1 h2 {
    font-size: 1.438rem;
    margin-bottom: 0;
    line-height: 1.9rem;
  }
}
.home-sec1 ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.375rem;
  padding: 0;
}
@media (max-width: 768px) {
  .home-sec1 ul {
    flex-direction: column;
  }
}
.home-sec1 ul li {
  font-family: "Chantal_Light_Italic";
  font-size: 1.625rem;
  color: #5B5A5B;
  border-right: 1px solid #5B5A5B;
  width: 33%;
  text-align: center;
}
.home-sec1 ul li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .home-sec1 ul li {
    width: 18.75rem;
    border-right: 0;
    border-bottom: 1px solid #c6c5c5;
    font-size: 1.375rem;
    line-height: 3.8rem;
  }
  .home-sec1 ul li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .home-sec1 ul li br {
    display: none;
  }
}

body .home-sec2-boxes .is-layout-flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  body .home-sec2-boxes .is-layout-flex {
    justify-content: center;
    gap: 0;
  }
}

@media (min-width: 782px) {
  .home-sec2-boxes .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .f-b-unset .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset;
    flex-grow: unset;
  }
}
.home-sec2-boxes {
  padding: 9.75rem 0;
}
@media (max-width: 768px) {
  .home-sec2-boxes {
    padding: 8rem 0 2.8rem 0;
    background: linear-gradient(to bottom, #ffffff, #f7f7f7 100%);
  }
}
.home-sec2-boxes h3 {
  color: #e0e326;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home-sec2-boxes h3 {
    font-size: 1.375rem;
  }
}
.home-sec2-boxes a {
  color: #e0e326;
  text-decoration: underline;
}
.home-sec2-boxes .explore-link a {
  position: relative;
  font-size: 1.25rem;
  padding-right: 1.2rem;
}
@media (max-width: 768px) {
  .home-sec2-boxes .explore-link a {
    font-size: 0.938rem;
  }
}
.home-sec2-boxes .explore-link a::after {
  content: "→";
  margin-left: 0.5rem;
  text-decoration: none;
  color: inherit;
  position: absolute;
  font-size: 1.35rem;
  font-weight: 900;
}
.home-sec2-boxes .home-box {
  background-image: linear-gradient(115deg, #00501D, #43B02A);
  width: 27.75rem;
  text-align: center;
  padding: 3.063rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .home-sec2-boxes .home-box {
    padding: 2.063rem 0;
    max-width: 400px;
    margin-bottom: 2.5rem;
    gap: 0;
  }
  .home-sec2-boxes .home-box:last-child {
    margin-bottom: 0;
  }
}
.home-sec2-boxes .home-box p {
  font-size: 1.25rem;
  line-height: 1.438rem;
}
@media (max-width: 768px) {
  .home-sec2-boxes .home-box p {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0 1rem;
  }
  .home-sec2-boxes .home-box p br {
    display: none;
  }
}
.home-sec2-boxes .home-box p:first-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .home-sec2-boxes .home-box p:first-of-type {
    margin-bottom: 1.4rem;
  }
}
.home-sec2-boxes .home-box figure {
  height: 6rem;
}
.home-sec2-boxes .home-box1 p,
.home-sec2-boxes .home-box3 p {
  color: #fff;
}
.home-sec2-boxes .home-box1 {
  position: relative;
}
.home-sec2-boxes .home-box1 figure {
  position: relative;
  height: 6rem;
}
.home-sec2-boxes .home-box1 figure img {
  position: absolute;
  width: 16.75rem;
  top: -9rem;
  left: 21%;
}
@media (max-width: 768px) {
  .home-sec2-boxes .home-box1 figure img {
    width: 15rem;
    left: calc(50% - 7.5rem);
    top: -8rem;
  }
}
.home-sec2-boxes .home-box2 {
  background: linear-gradient(115deg, #e6e4e4, #f8f8f8);
}
.home-sec2-boxes .home-box2 h3,
.home-sec2-boxes .home-box2 a {
  color: #00871D;
}
.home-sec2-boxes .home-box2 img {
  width: 5rem;
}
.home-sec2-boxes .home-box3 img {
  width: 5.5rem;
}

.home-last {
  background: -moz-linear-gradient(top, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  background: -webkit-linear-gradient(top, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  background: linear-gradient(to bottom, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  padding: 0 0 7rem 0;
}
@media (max-width: 768px) {
  .home-last {
    padding: 0 0 3rem 0;
    background: linear-gradient(to bottom, #f7f7f7, #F4F3F3 100%);
  }
}
.home-last .box-img img {
  width: 20.25rem;
}
@media (max-width: 768px) {
  .home-last .box-img img {
    width: 19rem;
  }
}
.home-last .container {
  width: 47.125rem;
}
.home-last p {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .home-last p {
    font-size: 1.063rem;
    margin-bottom: 1.875rem;
  }
}
.home-last p sup {
  top: -0.4em;
}

body .home-last .is-layout-flex {
  display: flex;
  align-items: center !important;
  justify-content: space-around;
  width: 47.125rem;
}
@media (max-width: 768px) {
  body .home-last .is-layout-flex {
    text-align: center;
    width: auto;
    max-width: 100%;
    gap: 1rem;
  }
  body .home-last .is-layout-flex br {
    display: none;
  }
}

/* ------------- Variables ------------- */
/* ------------- Base ------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

.hcp-resources-filters-intro {
  box-sizing: border-box;
  max-width: 81.625rem;
  margin: 0 auto 1rem;
  padding: 0 16px;
}

/* ------------- Layout ------------- */
.layout {
  max-width: 81.625rem !important;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 15.125rem 1fr;
  gap: 4.4375rem;
}
@media (max-width: 960px) {
  .layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .layout {
    display: block;
    gap: 0;
    padding: 0 24px;
  }
}
.layout {
  /* ------------- Filters ------------- */
}
.layout .filters {
  position: sticky;
  top: 12px;
  align-self: start;
  background: #fff;
  border-top: 1px solid #F4F3F3;
}
@media (max-width: 960px) {
  .layout .filters {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .layout .filters {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
.layout .filters__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #F4F3F3;
}
.layout .filters__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.layout .filters__clear {
  background: transparent;
  border: 0;
  color: #11843a;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
}
.layout .filters__clear:hover {
  background: #daf2e3;
}
.layout .filter-group {
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 767px) {
  .layout .filter-group {
    border: none;
    margin-right: 9px;
  }
}
.layout .filter-group:last-child {
  border-bottom: 0;
}
.layout .filter-group .filter-group__label {
  font-size: 1.0625rem;
  letter-spacing: -0.1px;
  color: #5B5A5B;
}
@media screen and (max-width: 767px) {
  .layout .filter-group .filter-group__label {
    font-size: 13px;
    white-space: nowrap;
    font-weight: normal;
  }
}
.layout .filter-group__header {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
}
.layout .filter-group__header:focus-visible {
  outline: none;
}
@media screen and (max-width: 767px) {
  .layout .filter-group__header {
    padding: 10px 9px;
    background-color: #F4F3F3;
    border: 1px solid #5B5A5B;
    border-radius: 3px;
  }
}
.layout .filter-group__header .chev {
  display: inline-flex;
  color: #5c5c5c;
  transition: transform 0.2s ease;
}
.layout .filter-group .filter-group__header .chev {
  transform: rotate(180deg);
}
.layout .filter-group.is-open .filter-group__header .chev {
  transform: rotate(0deg);
}
.layout .filter-group__body {
  padding: 0 0 1.875rem 0;
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .layout .filter-group__body {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #328721;
    border-radius: 3px;
    padding: 12px 11px;
    -webkit-box-shadow: 4px 7px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 7px 15px 0 rgba(0, 0, 0, 0.15);
    gap: 0;
    width: 87.2% !important;
    left: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .layout .layout .filter-group.is-open .filter-group__header[aria-expanded=true] {
    border-color: #43B02A;
  }
}
@media screen and (max-width: 767px) {
  .layout .layout .filter-group.is-open .filter-group__header[aria-expanded=true] .chev {
    color: #43B02A;
  }
}
.layout .check {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .layout .check {
    border-bottom: 1px solid #F4F3F3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .layout .check:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.layout .check input[type=checkbox] {
  width: 1.0625rem;
  height: 1.0625rem;
  accent-color: #11843a;
  appearance: none;
  -webkit-appearance: none;
  visibility: hidden;
  position: absolute;
}
.layout .check input[type=checkbox]:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.3rem;
  background-image: url(../../images/hcp/check-mark-white.svg);
  background-size: cover;
  width: 0.625rem;
  height: 0.5625rem;
  background-repeat: no-repeat;
}
.layout .check input[type=checkbox]:checked ~ span:before {
  background: #5B5A5B;
}
.layout .check span {
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: -0.1px;
  color: #5B5A5B;
  position: relative;
  padding-left: 1.625rem;
}
@media screen and (max-width: 767px) {
  .layout .check span {
    font-size: 0.8375rem;
  }
}
.layout .check span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #5B5A5B;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 3px;
}
.layout {
  /* ------------- Header bar ------------- */
}
.layout .collection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00501d+0,00871d+100 */
  background: linear-gradient(to right, #00501d 0%, #00871d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 767px) {
  .layout .collection-header {
    padding: 12px 15px;
  }
}
.layout .collection-header__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .layout .collection-header__title {
    font-size: 1.0625rem;
  }
  .layout .collection-header__title .small-txt {
    display: none;
  }
}
.layout .collection-header__title img {
  position: absolute;
  right: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .layout .collection-header__title img {
    width: 20px;
    height: 20px;
  }
}
.layout .collection-header__title.collapsed img {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.layout .results {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.layout .section-toggle {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.layout .section-toggle:focus-visible {
  outline: none;
  border: none;
}
.layout {
  /* ------------- Cards ------------- */
}
.layout .card-grid-wrap[data-collapsible][data-collapsed=true] .card-grid {
  display: none;
}
.layout .card-grid {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.125rem;
}
@media (max-width: 960px) {
  .layout .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .layout .card-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .layout .card-grid {
    margin-top: 1.5625rem;
    display: block;
  }
}
.layout .doc-card {
  position: relative;
  padding: 18px 0 37px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  grid-template-rows: auto auto auto 1fr auto auto;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e4e4+0,f9f9f9+100 */
  background: linear-gradient(to bottom, #e6e4e4 0%, #f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.layout .doc-card:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .layout .doc-card {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .layout .doc-card:last-child {
    margin-bottom: 0;
  }
}
.layout .doc-card__thumb {
  position: relative;
  width: 100%;
  padding-top: 60.7%;
}
@media screen and (max-width: 767px) {
  .layout .doc-card__thumb {
    padding: 0;
  }
}
.layout .doc-card__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .layout .doc-card__thumb-img {
    position: static;
    width: auto;
  }
}
.layout .doc-card__pdf {
  position: absolute;
  top: 0;
  right: 0;
  background: #00871D;
  color: #fff;
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.layout .doc-card__video {
  color: #5B5A5B;
  background-color: #E2E71F;
}
.layout .doc-card__form {
  background-color: #002C77;
}
.layout .doc-card__title {
  margin: 6px 0 5px 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #5B5A5B;
  text-align: center;
  line-height: 1.2;
}
.layout .doc-card__desc {
  margin: 0;
  color: #3d3d3d;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.42;
}
.layout .doc-card__desc p {
  margin-bottom: 0.625rem !important;
  font-size: 0.9375rem;
}
.layout .doc-card__desc p:last-child {
  margin-bottom: 0;
}
.layout .doc-card__actions {
  display: flex;
  place-items: center;
  margin: 1.25rem auto 0 auto;
  align-items: flex-end;
  justify-content: space-around;
}
@media screen and (min-width: 1400px) and (max-width: 1679.99px) {
  .layout .doc-card__actions.cta-type1 a {
    font-size: 13px;
  }
}
.layout .btn {
  --btn-h: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: var(--btn-h);
  padding: 0 14px 0 16px;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.2px;
}
.layout .btn--download {
  color: #fff;
  background: #11843a;
  position: relative;
  overflow: hidden;
}
.layout .btn--download .btn__icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: calc(var(--btn-h));
  margin-right: -14px; /* pulls icon box to the right edge */
  background: #29b35b;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: transform 0.18s ease;
}
.layout .btn--download:hover .btn__icon {
  transform: translateX(2px);
}
.layout .btn--download:hover {
  background: #0b6b25;
}
.layout .doc-card__chips {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
}
.layout .chip {
  display: inline-flex;
  align-items: center;
  padding: 11px 20px;
  font-size: 15px;
  border-radius: 0;
  line-height: 1;
  border: 0;
  font-weight: 500;
  border-radius: 50px;
  background-color: #F4F3F3;
  color: #5B5A5B;
}
@media screen and (max-width: 767px) {
  .layout .chip {
    padding: 15px 10px;
    margin-right: 8px;
  }
}
.layout .chip.chip--action {
  padding: 11px 17px;
  background-color: #5B5A5B;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .layout .chip.chip--action {
    padding: 15px 9px;
  }
}
.layout .chip.chip--action .chip__label {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .layout .chip.chip--action .chip__label {
    font-size: 11px;
  }
}
.layout .no-results {
  margin: 24px 0;
  color: #3d3d3d;
  background: #f6f7f8;
  border: 1px dashed #d8d8d8;
  border-radius: 6px;
  padding: 12px 14px;
}

.accordion-item {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .accordion-item {
    margin-bottom: 3.125rem;
  }
}

/* ---------- Tokens ---------- */
:root {
  --tf-gap: 12px;
  --tf-pad-y: 8px;
  --tf-pad-x: 14px;
  --tf-radius: 24px;
  --tf-bg: #ffffff;
  --tf-border: #e6e8ec;
  --tf-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  --tf-text: #111827;
  --tf-muted: #6b7280;
  --tf-accent: #2563eb;
  --tf-accent-contrast: #ffffff;
  --tf-chip-bg: #f3f4f6;
  --tf-chip-text: #111827;
  --tf-chip-hover: #e5e7eb;
  --tf-clear-bg: #111827;
  --tf-clear-text: #ffffff;
  --tf-clear-hover: #0b1220;
  --tf-focus: 2px solid #94c2ff;
}

/* ---------- Container ---------- */
.top-filters {
  position: relative;
}

main[aria-busy=false] .top-filters {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  main[aria-busy=false] .top-filters {
    margin-bottom: 2.1875rem;
  }
}

.top-filters__scroller {
  display: flex;
  gap: var(--tf-gap);
  align-items: center;
  overflow-x: auto; /* horizontal scroll */
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
  scroll-snap-type: x proximity;
}
@media screen and (max-width: 767px) {
  .top-filters__scroller {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
  }
}

/* Scrollbar (WebKit) */
.top-filters__scroller::-webkit-scrollbar {
  height: 8px;
}

.top-filters__scroller::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
}

.top-filters__scroller::-webkit-scrollbar-track {
  background: transparent;
}

/* groups */
.top-filters__group {
  display: flex;
  gap: var(--tf-gap);
  align-items: center;
  flex: 0 0 auto; /* don’t stretch—content width */
}

.top-filters__group--left {
  padding-left: 4px;
}

.top-filters__group--right {
  display: inline-flex;
}

/* ---------- Chips ---------- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--tf-pad-y) var(--tf-pad-x);
  border-radius: var(--tf-radius);
  white-space: nowrap;
  line-height: 1;
  scroll-snap-align: start;
  box-shadow: var(--tf-shadow);
  border: 1px solid var(--tf-border);
  user-select: none;
}

/* Action chip: "Clear all filters" */
.chip--action {
  background: var(--tf-clear-bg);
  color: var(--tf-clear-text);
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
}

.chip--action:hover {
  background: var(--tf-clear-hover);
}

.chip--action:focus-visible {
  outline: var(--tf-focus);
  outline-offset: 2px;
}

/* Filter chip (with remove) */
.chip--filter {
  background: var(--tf-chip-bg);
  color: var(--tf-chip-text);
}

.chip--filter:hover {
  background: var(--tf-chip-hover);
}

.chip--filter:focus-within {
  outline: var(--tf-focus);
  outline-offset: 2px;
}

/* label text */
.chip__label {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.2px;
}

/* remove button */
.chip__remove {
  border: 0;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  background-color: transparent;
  margin-left: 6px;
}
.chip__remove span img {
  width: 9px;
}

/* ---------- Fade edges (optional, for overflow hint) ---------- */
.top-filters__fade {
  position: absolute;
  inset-block: 0;
  width: 36px;
  pointer-events: none;
  background: linear-gradient(to right, var(--tf-bg), rgba(255, 255, 255, 0));
}

.top-filters__fade--left {
  left: 0;
  transform: scaleX(1);
}

.top-filters__fade--right {
  right: 0;
  transform: scaleX(-1);
  background: linear-gradient(to left, var(--tf-bg), rgba(255, 255, 255, 0));
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 640px) {
  .chip__label {
    font-size: 13px;
  }
}
.resources-ban {
  background-image: url(../../images/hcp/overview-ban.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.4rem 0;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .resources-ban {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00501d+1,43b02a+100 */
    background: linear-gradient(135deg, #00501d 1%, #43b02a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.resources-ban h2 {
  font-size: 2.625rem;
  line-height: 1.23;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 767px) {
  .resources-ban h2 {
    font-size: 2.0625rem;
  }
}

.prd-text-area {
  padding: 4.375rem 0 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .prd-text-area {
    padding: 3.125rem 0 2.1875rem 0;
  }
}

.doc-card-wrapper {
  padding: 0 1.8125rem;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .doc-card-wrapper {
    justify-content: center;
  }
}

.small-txt {
  font-size: 0.9375rem;
  line-height: 1.53;
  letter-spacing: -0.1px;
  font-weight: normal;
  margin-left: 4px;
}

.layout ul.doc-card__chips li {
  font-size: 10px;
  letter-spacing: -0.1px;
  background-color: #5B5A5B;
  border-radius: 0;
  color: #fff;
  padding: 5px 9px;
}
.layout ul.doc-card__chips li:nth-child(2) {
  background-color: #D6D2D2;
  color: #5B5A5B;
}
@media screen and (max-width: 767px) {
  .layout ul.doc-card__chips li {
    margin-right: 0;
  }
}

.res-banner-diagonal.banner-diagonal .banner-text.left-banner-text {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .res-banner-diagonal.banner-diagonal .banner-text.left-banner-text {
    text-align: center;
    padding: 0 1.5rem;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    padding-top: 3.1rem;
  }
}
.res-banner-diagonal.banner-diagonal .banner-text.left-banner-text h2 {
  z-index: 1;
  width: 100%;
  max-width: 300px;
  margin-left: 15rem;
  font-size: 2.625rem;
  max-width: 345px;
}
@media screen and (max-width: 767px) {
  .res-banner-diagonal.banner-diagonal .banner-text.left-banner-text h2 {
    margin: 0;
    color: #00871D !important;
    line-height: 1.2424;
    font-size: 2.0625rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.res-banner-diagonal.banner-diagonal .banner-text.left-banner-text .cta-type2 {
  width: 100%;
  max-width: 345px;
  margin-left: 15rem;
}
@media screen and (max-width: 767px) {
  .res-banner-diagonal.banner-diagonal .banner-text.left-banner-text .cta-type2 {
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}
.res-banner-diagonal.banner-diagonal .banner-text.left-banner-text .cta-type2 a {
  padding-left: 2.1875rem;
  padding-right: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .res-banner-diagonal.banner-diagonal .banner-text.left-banner-text:before {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .res-banner-diagonal.banner-diagonal .is-layout-flex {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .resources-ban .banner-left-txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .res-banner-diagonal.banner-diagonal {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .res-banner-diagonal.banner-diagonal .wp-block-group__inner-container.is-layout-constrained {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .res-banner-diagonal.banner-diagonal .wp-block-columns.is-layout-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    min-height: clamp(17.5rem, 28vw, 26.25rem);
  }
  .res-banner-diagonal.banner-diagonal .wp-block-column {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
  .res-banner-diagonal.banner-diagonal .wp-block-column .wp-block-image,
  .res-banner-diagonal.banner-diagonal .wp-block-column figure {
    height: 100%;
    margin: 0;
    min-height: clamp(17.5rem, 28vw, 26.25rem);
  }
  .res-banner-diagonal.banner-diagonal .wp-block-column figure img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(17.5rem, 28vw, 26.25rem);
    object-fit: cover;
  }
}

.hcp-filter-popup-backdrop {
  display: none;
}

.filter-group:not(.is-open) .filter-group__body {
  display: none;
}

.accordion-collapse span.small-txt {
  font-size: 11px;
  line-height: 1.5;
  padding-top: 10px;
  margin-left: 0;
  display: inline-block;
  color: #5B5A5B;
}
@media screen and (min-width: 768px) {
  .accordion-collapse span.small-txt {
    display: none;
  }
}

#hcp-cat-collapse-1 .small-txt {
  display: none;
}

@media screen and (max-width: 767px) {
  .prd-text-area br {
    display: none;
  }
  .wp-block-group.resources-ban .wp-block-columns {
    gap: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .full-section-finder .text-decoration-underline {
    text-decoration: none !important;
  }
}

.why-sec1 {
  text-align: center;
  padding: 4.813rem 0;
  width: 64.313rem;
}
@media (max-width: 768px) {
  .why-sec1 {
    width: 100%;
    padding: 3.125rem 0;
  }
}
@media (max-width: 768px) {
  .why-sec1 p br {
    display: none;
  }
}
.why-sec1 .why-sec1-row {
  margin-top: 2.5rem;
}
.why-sec1 .why-sec1-row .wp-block-image {
  margin-bottom: 1.25rem;
}
.why-sec1 .why-sec1-row .wp-block-image img {
  width: 4.375rem;
  height: 4.375rem;
}
@media (max-width: 768px) {
  .why-sec1 .why-sec1-row {
    gap: 0;
  }
  .why-sec1 .why-sec1-row .wp-block-column {
    margin-bottom: 2.5rem;
  }
  .why-sec1 .why-sec1-row .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

.full-section {
  background-image: url("../../images/hcp/bg-why-full.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem 0 1rem 0;
  height: 22.125rem;
}
@media (max-width: 768px) {
  .full-section {
    height: auto;
    text-align: center;
    padding: 2.5rem 0 3rem 0;
    background-image: unset;
    background: linear-gradient(134deg, #00501D, #43B02A);
  }
}
.full-section .wp-block-columns-is-layout-flex {
  display: flex;
  align-items: center !important;
  gap: 5.5rem;
}
@media (max-width: 768px) {
  .full-section .wp-block-columns-is-layout-flex {
    gap: 0;
  }
}
.full-section .img-box {
  text-align: right !important;
}
.full-section .img-box img {
  width: 30.25rem;
}
@media (max-width: 768px) {
  .full-section .img-box img {
    left: -3rem;
    position: relative;
  }
}
.full-section h3 {
  color: #fff;
  font-size: 2.625rem;
  line-height: 3.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .full-section h3 {
    font-size: 2.063rem;
    line-height: 2.563rem;
    margin-bottom: 1.5625rem;
  }
  .full-section h3 br {
    display: none;
  }
}
.full-section h3 span {
  color: #e0e326;
}
@media (max-width: 768px) {
  .why-full1 .wp-block-columns {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .why-full1 .wp-block-columns .img-box {
    margin-bottom: 1.25rem;
  }
}

.gray-sec {
  background-color: #f2f2f2;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .gray-sec {
    padding: 3.125rem 0;
  }
}
.gray-sec .wp-block-columns-is-layout-flex h3 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #00871D;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .gray-sec .wp-block-columns-is-layout-flex h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 0.9rem;
  }
  .gray-sec .wp-block-columns-is-layout-flex h3 br {
    display: none;
  }
}

.full-section-banner {
  background-color: #08821f;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
}

.banner-diagonal {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .banner-diagonal {
    padding: 2rem 0 0 0;
  }
}
.banner-diagonal figure {
  margin: 0;
}
.banner-diagonal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .banner-diagonal img {
    z-index: 1;
    position: relative;
  }
}
.banner-diagonal .is-layout-flex {
  gap: 0;
  position: static;
}
@media (max-width: 768px) {
  .banner-diagonal .is-layout-flex {
    flex-direction: column;
  }
}
.banner-diagonal .banner-text {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-diagonal .banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  height: 100%;
  background: linear-gradient(90deg, #00501D, #43B02A);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .banner-diagonal .banner-text::before {
    width: 100%;
    clip-path: none;
    z-index: 0;
    padding: 0 1.5rem;
  }
}
.banner-diagonal .banner-text .banner-left-txt {
  color: #fff;
  position: relative;
  z-index: 2;
}
.banner-diagonal .banner-text h1 {
  color: #e2e71f;
  font-family: "Chantal_Light_Italic";
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 400;
}
.banner-diagonal .banner-text h1 sup {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
}
@media (max-width: 768px) {
  .banner-diagonal .banner-text h1 {
    text-align: center;
    font-size: 1.625rem;
  }
}
.banner-diagonal .banner-text p {
  color: #fff;
  font-size: 2.625rem;
  line-height: 3.25rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.banner-diagonal .banner-text p sup {
  font-weight: 400;
}
@media (max-width: 768px) {
  .banner-diagonal .banner-text p {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0 1.2rem;
  }
  .banner-diagonal .banner-text p br {
    display: none;
  }
}
.banner-diagonal .portrals {
  font-size: 0.8125rem;
  color: #5B5A5B;
  position: absolute;
  right: 8.163rem;
  bottom: 1rem;
}
@media (max-width: 768px) {
  .banner-diagonal .portrals {
    display: none;
  }
}

.avg-length .container {
  width: 72.25rem;
  max-width: unset;
}
.avg-length .avg-desk-gap {
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .avg-length .avg-desk-gap {
    margin-bottom: 0;
  }
}
.avg-length .wp-block-columns {
  gap: 12.5rem;
}
@media (max-width: 768px) {
  .avg-length .wp-block-columns {
    gap: 0;
  }
}
.avg-length .wp-block-columns ul {
  padding-left: 1rem;
}
.avg-length .wp-block-columns ul li {
  font-size: 1.063rem;
  line-height: 1.438rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .avg-length .wp-block-columns ul {
    margin-bottom: 2rem;
  }
}

.febrile {
  text-align: center;
  padding: 4.75rem 0;
  width: 88.75rem;
}
@media (max-width: 768px) {
  .febrile {
    padding: 3.75rem 0 3.125rem 0;
    width: 100%;
  }
}
.febrile h4 {
  font-size: 1.5rem;
  color: #5B5A5B;
  margin: 2.813rem 0 1.5625rem 0;
}
.febrile h3 {
  margin-bottom: 3.125rem;
}
.febrile h3 sup {
  font-weight: 400;
  font-size: 0.6em;
}
.febrile .h3-2nd {
  margin-bottom: 1.5625rem;
}
.febrile .febrile-box {
  width: fit-content;
  gap: 9.125rem;
  justify-content: center;
  margin: 0 auto 4.875rem auto;
  text-align: left;
}
@media (max-width: 768px) {
  .febrile .febrile-box {
    gap: 0;
    margin-bottom: 2.813rem;
  }
}
@media (max-width: 768px) {
  .febrile .febrile-box .wp-block-column {
    margin-bottom: 1.875rem;
    text-align: center;
  }
  .febrile .febrile-box .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.febrile .febrile-box h3 {
  font-size: 3.75rem;
  line-height: 2.625rem;
}
@media (max-width: 768px) {
  .febrile .febrile-box h3 {
    font-size: 3.125rem;
    line-height: 2.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .febrile .febrile-box p br {
    display: none;
  }
}
.febrile .green-boxes {
  display: flex;
  width: fit-content;
  gap: 3.25rem;
  justify-content: center;
  margin: 0 auto 1.75rem auto;
}
@media (max-width: 768px) {
  .febrile .green-boxes {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .febrile .green-boxes .wp-block-column {
    margin-bottom: 2.25rem;
  }
  .febrile .green-boxes .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.febrile .green-boxes .gred1 {
  padding: 3.125rem 2.125rem;
  width: 31.688rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .febrile .green-boxes .gred1 {
    padding: 2.25rem 1.75rem;
  }
}
@media (max-width: 768px) {
  .febrile .green-boxes .gred1 {
    width: 100%;
  }
}
.febrile .green-boxes .gred1 img {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1.25rem;
}
.febrile .green-boxes .gred1 h3 {
  color: #fff;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .febrile .green-boxes .gred1 h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.febrile .green-boxes .gred1 p {
  color: #fff;
}
.febrile .small-txt-box {
  text-align: left;
  margin-top: 2rem;
}

.how-udenyca-works {
  text-align: center;
  padding: 4.375rem 0;
}
@media (max-width: 768px) {
  .how-udenyca-works {
    padding: 3.125rem 0;
  }
}
.how-udenyca-works h4 {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .how-udenyca-works h4 {
    margin-bottom: 0.75rem;
  }
}
.how-udenyca-works .boxes-how {
  display: flex;
  width: fit-content;
  gap: 3.25rem;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .how-udenyca-works .boxes-how {
    gap: 1.25rem;
  }
}
.how-udenyca-works .boxes-how img {
  height: 3.125rem;
  width: 3.125rem;
  margin-bottom: 0.938rem;
  margin-top: 0.938rem;
}

.why-dia h3 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  z-index: 9;
}
@media (max-width: 768px) {
  .why-dia h3 {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.43rem;
  }
  .why-dia h3 br {
    display: none;
  }
}
.why-dia h3 span {
  color: #e0e326;
}
.why-dia .portrals {
  bottom: 0.5rem;
}
@media (max-width: 768px) {
  .why-dia {
    padding: 4.375rem 1.5rem;
  }
}

.why-confirmed {
  width: 65.5rem;
  padding: 4.375rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .why-confirmed {
    padding: 2.813rem 0;
  }
}
.why-confirmed h3 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .why-confirmed h3 {
    margin-bottom: 1.875rem;
  }
}
.why-confirmed h3 sup {
  font-weight: 400;
  font-size: 0.6em;
}
.why-confirmed img {
  width: 56.438rem;
  margin-bottom: 0.625rem;
}
.why-confirmed p {
  text-align: center;
}
.why-confirmed p small {
  font-size: 0.8125rem;
  line-height: 1rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .why-confirmed p small {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
  .why-confirmed p small br {
    display: none;
  }
}
@media (max-width: 768px) {
  .why-confirmed p {
    margin-top: 15px;
  }
}

.last3admin {
  background-image: url("../../images/hcp/why-bg2.jpg");
  padding: 0;
  height: auto;
}
@media (max-width: 768px) {
  .last3admin {
    background: linear-gradient(149deg, #00501D, #43B02A);
  }
}
@media (max-width: 768px) {
  .last3admin .container {
    padding: 1.875rem 2.063rem 2.813rem 2.063rem;
  }
}
.last3admin .wp-block-columns-is-layout-flex {
  gap: 4.375rem;
}
@media (max-width: 781px) {
  .last3admin .wp-block-columns-is-layout-flex {
    gap: 0.625rem;
  }
}
.last3admin h3 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  z-index: 9;
}
@media (max-width: 768px) {
  .last3admin h3 {
    font-size: 2.063rem;
    line-height: 2.563rem;
  }
}
.last3admin h3 span {
  color: #e0e326;
}
.last3admin img {
  width: 37.188rem;
}

.approval-backed {
  width: 57.438rem;
}
.approval-backed .title24 {
  margin-bottom: 1.375rem;
}
@media (max-width: 781px) {
  .approval-backed .title24 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.approval-backed p:first-of-type {
  margin-bottom: 1.25rem;
}
.approval-backed ul {
  padding-left: 1rem;
}
.approval-backed ul li {
  font-size: 1.063rem;
  line-height: 1.438rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 781px) {
  .approval-backed ul li {
    font-size: 0.938rem;
    line-height: 1.1875rem;
  }
}

.overview-ban {
  background-image: url(../../images/hcp/overview-ban.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .overview-ban {
    background-image: unset;
    background: linear-gradient(120deg, #00501D, #43B02A);
  }
}
.overview-ban .container {
  width: 65rem;
}
.overview-ban .wp-block-columns {
  align-items: center !important;
}
.overview-ban .wp-block-columns figure {
  text-align: right;
}
.overview-ban .wp-block-columns figure img {
  width: auto;
  height: 21rem;
}
@media (max-width: 768px) {
  .overview-ban .wp-block-columns figure img {
    width: auto;
    height: auto;
  }
}
.overview-ban h1 {
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .overview-ban h1 {
    text-align: center;
    font-size: 1.625rem;
  }
}
.overview-ban h2 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.3px;
}
@media (max-width: 768px) {
  .overview-ban h2 {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.563rem;
  }
}

.overview-full-section {
  background-image: url("../../images/hcp/overview-bg2.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .overview-full-section {
    background-image: unset;
    background: linear-gradient(120deg, #00501D, #43B02A);
  }
}
.overview-full-section .wp-block-columns-is-layout-flex {
  display: flex;
  align-items: center !important;
  gap: 5.5rem;
  height: 17.438rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .overview-full-section .wp-block-columns-is-layout-flex {
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 4.375rem 0;
  }
  .overview-full-section .wp-block-columns-is-layout-flex .wp-block-column {
    margin-bottom: 2.25rem;
    text-align: center;
  }
  .overview-full-section .wp-block-columns-is-layout-flex .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.overview-full-section .img-box {
  text-align: right !important;
}
.overview-full-section .img-box img {
  width: 30.25rem;
}
.overview-full-section h3 {
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 3.25rem;
}
@media (max-width: 768px) {
  .overview-full-section h3 {
    font-size: 2.063rem;
    line-height: 2.43rem;
    text-align: center;
  }
}
.overview-full-section h3 span {
  color: #e0e326;
}
.overview-full-section h3 sup {
  font-size: 0.4em;
  top: -1.2em;
}

.admistration-3box {
  padding: 4.375rem 0;
  text-align: center;
  gap: 3.438rem;
  width: 80rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .admistration-3box {
    padding: 3rem 0;
    gap: 0;
  }
  .admistration-3box .wp-block-column {
    margin-bottom: 1.625rem;
    text-align: center;
  }
  .admistration-3box .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.admistration-3box > .wp-block-column {
  background: #F4F3F3;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.24);
}
.admistration-3box .eq-height {
  min-height: 8.375rem;
}
@media (max-width: 768px) {
  .admistration-3box .eq-height {
    min-height: auto;
    margin-bottom: 1.75rem;
  }
}
.admistration-3box .gray-bg {
  background: #F4F3F3;
  padding: 2.5rem 3rem 3.125rem 3rem;
}
@media (max-width: 768px) {
  .admistration-3box .gray-bg {
    padding: 2.188rem 1.375rem;
  }
}
.admistration-3box .gray-bg h5 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #00871D;
  font-weight: bold;
  margin-bottom: 1.475rem;
}
@media (max-width: 768px) {
  .admistration-3box .gray-bg h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.8rem;
  }
  .admistration-3box .gray-bg h5 br {
    display: none;
  }
}
.admistration-3box .gray-bg p {
  font-size: 1.063rem;
  color: #5B5A5B;
  border-bottom: 1px solid rgba(171, 165, 165, 0.5);
  margin-bottom: 0;
  padding: 0.875rem 0;
}
.admistration-3box .gray-bg p:last-child {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .admistration-3box .gray-bg p:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .admistration-3box .gray-bg p br {
    display: none;
  }
}
.admistration-3box .gray-bg p small {
  display: block;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media (max-width: 768px) {
  .admistration-3box .gray-bg p small {
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .admistration-3box h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 0;
  }
}
.admistration-3box h3.text-styler {
  margin-bottom: 0.5rem;
}
.admistration-3box h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .admistration-3box h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.75rem;
  }
}
.admistration-3box p {
  font-size: 1.25rem;
  line-height: 1.438rem;
  color: #fff;
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  .admistration-3box p {
    font-size: 0.938rem !important;
    line-height: 1.25rem;
  }
}
.admistration-3box .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
}
@media (max-width: 768px) {
  .admistration-3box .wp-block-image {
    height: auto;
  }
}
.admistration-3box .gre-blue {
  padding: 0 1.8rem 2.75rem 1.8rem;
}
@media (max-width: 768px) {
  .admistration-3box .gre-blue {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.admistration-3box .gre-blue img {
  height: 10rem;
  width: auto;
}
.admistration-3box .gre-blue .wp-block-image {
  padding: 1.5625rem 0 1.25rem 0;
}
.admistration-3box .gred1 {
  background: linear-gradient(90deg, #43B02A, #00501D);
  padding: 0 2.5rem 2.75rem 2.5rem;
}
@media (max-width: 768px) {
  .admistration-3box .gred1 {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.admistration-3box .gred1 img {
  height: auto;
  width: 100%;
}
.admistration-3box .gred1 .wp-block-image {
  padding: 3.125rem 0 2.813rem 0;
}
.admistration-3box .gre-yello {
  padding: 0 2rem 2.75rem 2rem;
}
@media (max-width: 768px) {
  .admistration-3box .gre-yello {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.admistration-3box .gre-yello img {
  height: auto;
  width: 19rem;
}
.admistration-3box .gre-yello h4, .admistration-3box .gre-yello p {
  color: #5B5A5B;
}
.admistration-3box .gre-yello h3 {
  color: #00871D;
}
@media (max-width: 768px) {
  .admistration-3box .gre-yello .wp-block-image {
    padding: 3.188rem 0 2.8rem 0;
  }
}

@media (max-width: 768px) {
  .on-body-ban .is-layout-flex {
    display: block;
  }
}
@media (max-width: 768px) {
  .on-body-ban {
    padding: 2rem 0 0 0;
  }
}
.on-body-ban figure {
  margin: 0;
}
.on-body-ban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .on-body-ban img {
    z-index: 1;
    position: relative;
  }
}
.on-body-ban .ban-icon {
  width: 1.9375rem;
  height: 3.75rem;
}
.on-body-ban .banner-text {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.on-body-ban .banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  height: 100%;
  background: linear-gradient(90deg, #136EB3, #002C77);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text::before {
    width: 100%;
    height: 70%;
    clip-path: none;
    z-index: 0;
    padding: 0 1.5rem;
  }
}
.on-body-ban .banner-text .banner-left-txt {
  color: #fff;
  position: relative;
  z-index: 2;
}
.on-body-ban .banner-text .banner-left-txt p sup {
  font-weight: 400;
  font-size: 0.6em;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .banner-left-txt p sup {
    font-size: 0.5em;
  }
}
.on-body-ban .banner-text .ban-icon-txt {
  align-items: center !important;
  justify-content: flex-start;
  gap: 1.375rem;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .ban-icon-txt {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap !important;
    flex-direction: row;
    width: 16rem;
    margin: 0 auto;
    gap: 0;
  }
}
.on-body-ban .banner-text .ban-icon-txt .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .ban-icon-txt .wp-block-column {
    flex-basis: auto !important;
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .ban-icon-txt img {
    height: 3.125rem;
    width: auto;
  }
}
.on-body-ban .banner-text .ban-icon-txt p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.438rem;
  font-weight: 400;
  font-style: italic;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .ban-icon-txt p {
    text-align: left;
    font-size: 0.938rem;
    line-height: 1.1875rem;
  }
  .on-body-ban .banner-text .ban-icon-txt p br {
    display: none;
  }
}

.admin-links ul {
  padding: 0;
  margin: 1.25rem auto 0 auto;
  width: fit-content;
}
.admin-links ul li {
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid rgba(172, 172, 172, 0.5058823529);
}
.admin-links ul li.active a {
  text-decoration: none;
  font-weight: bold;
  color: #5B5A5B;
}
@media (max-width: 768px) {
  .admin-links ul li {
    margin-right: 0.11rem;
  }
}
.admin-links ul li:last-child {
  border-right: none;
}
.admin-links ul li a {
  color: #00871D;
  margin-right: 0;
  padding-right: 8px;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 0.813rem;
  text-decoration: underline;
  display: block;
}
@media (max-width: 768px) {
  .admin-links ul li a {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
}
.admin-links ul li a:hover {
  text-decoration: none;
  color: #5B5A5B;
}

.on-body-sec1 {
  padding: 3.375rem 0 4.375rem 0;
}
@media (max-width: 768px) {
  .on-body-sec1 {
    padding: 1.875rem 0 3.125rem 0;
  }
}
.on-body-sec1 img {
  width: 62.813rem;
}
.on-body-sec1 h3 {
  text-align: center;
  margin: 2.625rem 0;
}
@media (max-width: 768px) {
  .on-body-sec1 .ob-sec1p small {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    text-align: left;
    display: inline-block;
  }
}

.wp-block-list.pointers {
  display: none;
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .wp-block-list.pointers {
    display: block;
  }
}
.wp-block-list.pointers li {
  position: relative;
  margin: 1rem 0;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #333;
  text-align: left;
  letter-spacing: -0.2px;
}
.wp-block-list.pointers li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #2e7d32;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.wp-block-list.pointers li strong {
  color: #2e7d32;
  font-weight: 600;
}

.onbody-tbl table {
  margin: 0 auto;
  width: 56.43rem !important;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.063rem;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .onbody-tbl table {
    width: auto !important;
    border-bottom: 1px solid #F4F3F3;
  }
}
.onbody-tbl table tr:first-child td {
  background-color: #136EB3;
  color: #fff;
  border: 1px solid #136EB3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .onbody-tbl table tr:first-child td:first-child {
    display: none;
  }
}
.onbody-tbl table tr:first-child td td {
  font-weight: 600;
  text-align: center;
  padding: 1rem 2rem;
}
.onbody-tbl table td {
  padding: 1rem 2rem;
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.4;
  border: 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .onbody-tbl table td {
    border-color: #F4F3F3;
  }
}
.onbody-tbl table tr:nth-child(even) {
  background-color: #F4F3F3;
}
.onbody-tbl table tr:nth-child(odd) {
  background-color: #fff;
}
.onbody-tbl table td:first-child {
  font-weight: 600;
  width: 22%;
  vertical-align: middle;
}
.onbody-tbl table td:nth-child(2) strong {
  color: #136EB3;
}
@media (max-width: 768px) {
  .onbody-tbl table td {
    padding: 0.75rem;
    width: 50%;
    background: #fff;
    font-size: 0.875rem;
  }
  .onbody-tbl table td span {
    display: inline-block;
  }
  .onbody-tbl table td:first-child {
    display: block;
    width: 100%;
    background: #F4F3F3;
  }
  .onbody-tbl table td br {
    display: none;
  }
  .onbody-tbl table td:nth-child(odd) {
    border-right: 0;
  }
  .onbody-tbl table tr {
    display: block;
    border: none;
  }
}

.help4-sec {
  text-align: center;
}
.help4-sec h2 {
  margin-bottom: 1.2rem;
}
.help4-sec h2 sup {
  font-weight: 400;
}
@media (max-width: 768px) {
  .help4-sec h2 {
    margin-bottom: 1rem;
  }
}
.help4-sec p:first-of-type {
  margin-bottom: 2.813rem;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .help4-sec p:first-of-type {
    font-size: 1.063rem;
    margin-bottom: 2rem;
  }
  .help4-sec p:first-of-type br {
    display: none;
  }
}
.help4-sec .container {
  width: 65rem;
  max-width: 100%;
}
.help4-sec .help-box {
  gap: 10rem;
}
@media (max-width: 768px) {
  .help4-sec .help-box {
    gap: 0;
  }
}
.help4-sec .help-box p {
  text-align: center;
  margin: 1rem 0 2.188rem 3.25rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .help4-sec .help-box p {
    margin: 1rem 0 2.188rem 1rem;
    font-size: 0.938rem;
  }
}
.blue-sec {
  background: linear-gradient(90deg, #136EB3, #002C77);
  padding: 4.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .blue-sec {
    padding: 2.813rem 0;
  }
}
.blue-sec h3 {
  color: #E2E71F;
  margin-bottom: 1.875rem;
}
.blue-sec p {
  color: #fff;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .blue-sec p {
    margin-bottom: 1.875rem;
  }
}

.vedio-sec {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .vedio-sec .vdMobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .vedio-sec .vdMobile .vdMobileCl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .vedio-sec .vdMobile .vdMobileCl .customRatio {
    --bs-aspect-ratio: 56.257143%;
  }
}
.vedio-sec iframe {
  width: 100%;
}

.customRatio {
  --bs-aspect-ratio: 48.257143%;
  flex-basis: unset;
  flex-grow: unset;
}

.ratio {
  width: 100%;
  position: relative;
}

.ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100% ;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75% ;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25% ;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571% ;
}

@media (max-width: 768px) {
  .ratio-21x9 {
    --bs-aspect-ratio: 58% !important;
  }
}
.box2-sec {
  background-color: #f2f2f2;
  padding: 4rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .box2-sec {
    padding: 3.125rem 0;
  }
}
.box2-sec .flex-unset {
  gap: 8.125rem;
}
@media (max-width: 768px) {
  .box2-sec .flex-unset {
    gap: 0;
  }
  .box2-sec .flex-unset .wp-block-column {
    margin-bottom: 2.063rem;
  }
  .box2-sec .flex-unset .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.box2-sec .flex-unset h3 {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .box2-sec {
    gap: 1.625rem;
  }
}
.box2-sec .eq-height {
  min-height: 5.375rem;
}
@media (max-width: 768px) {
  .box2-sec .eq-height {
    min-height: auto;
    margin-bottom: 1.75rem;
    max-width: 16rem;
    margin-left: auto;
    margin-right: auto;
  }
  .box2-sec .eq-height br {
    display: none;
  }
}
.box2-sec .title34 {
  margin-bottom: 2.188rem;
}
@media (max-width: 768px) {
  .box2-sec .title34 {
    margin-bottom: 2.063rem;
  }
}
@media (max-width: 768px) {
  .box2-sec .flex-unset h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 0;
  }
}
.box2-sec h4 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .box2-sec h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.125rem;
  }
}
.box2-sec p {
  font-size: 1.063rem;
  line-height: 1.438rem;
  color: #fff;
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  .box2-sec p {
    font-size: 0.938rem;
    line-height: 1.25rem;
  }
}
.box2-sec .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
}
@media (max-width: 768px) {
  .box2-sec .wp-block-image {
    height: auto;
  }
}
.box2-sec .gre-blue {
  padding: 0 2.375rem 2.75rem 2.375rem;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .box2-sec .gre-blue {
    padding: 0 1rem 2.063rem 1rem;
  }
}
.box2-sec .gre-blue img {
  height: 10rem;
  width: auto;
}
.box2-sec .gre-blue .wp-block-image {
  padding: 1.5625rem 0 1.25rem 0;
}
@media (max-width: 768px) {
  .box2-sec .gre-blue .eq-height {
    max-width: 14rem;
  }
  .box2-sec .gre-blue .cta-type2 a {
    padding: 0 4rem 0 1rem;
  }
}
.box2-sec .gred1 {
  padding: 0 2rem 2.75rem 2rem;
  background: linear-gradient(90deg, #43B02A, #00501D);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .box2-sec .gred1 {
    padding: 0 1.2rem 2.063rem 1.2rem;
  }
}
.box2-sec .gred1 img {
  height: 3.813rem;
  width: auto;
}
.box2-sec .gred1 .wp-block-image {
  padding: 3.125rem 0 2.813rem 0;
}
.box2-sec .gred1 h3 {
  color: #e2e71f;
}
@media (max-width: 768px) {
  .box2-sec .gred1 .cta-type2 a {
    padding: 0 4.5rem 0 1.5rem;
  }
}
.box2-sec .gre-yello {
  padding: 0 2rem 2.75rem 2rem;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .box2-sec .gre-yello {
    padding: 0 0.6rem 2.063rem 0.6rem;
  }
}
@media (max-width: 768px) {
  .box2-sec .gre-yello .cta-type2 a {
    padding: 0 4rem 0 1rem;
  }
}
.box2-sec .gre-yello img {
  height: 6.75rem;
  width: auto;
}
.box2-sec .gre-yello h4,
.box2-sec .gre-yello p {
  color: #5B5A5B;
}
.box2-sec .gre-yello h3 {
  color: #00871D;
}
@media (max-width: 768px) {
  .box2-sec .gre-yello .wp-block-image {
    padding: 3.188rem 0 2.8rem 0;
  }
}

@media (max-width: 768px) {
  .autoinjector-baner {
    padding: 2rem 0 0 0;
  }
}
.autoinjector-baner figure {
  margin: 0;
}
.autoinjector-baner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .autoinjector-baner img {
    z-index: 1;
    position: relative;
  }
}
.autoinjector-baner .ban-icon {
  width: 3.75rem;
  height: 3.75rem;
}
@media (max-width: 768px) {
  .autoinjector-baner .ban-icon {
    width: 4.375rem;
    height: 3.125rem;
  }
}
.autoinjector-baner .banner-text {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autoinjector-baner .banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  height: 100%;
  background: linear-gradient(90deg, #43B02A, #00871D);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .autoinjector-baner .banner-text::before {
    width: 100%;
    height: 70%;
    clip-path: none;
    z-index: 0;
    padding: 0 1.5rem;
  }
}
.autoinjector-baner .banner-text .banner-left-txt {
  color: #fff;
  position: relative;
  z-index: 2;
}
.autoinjector-baner .banner-text .ban-icon-txt {
  align-items: center !important;
  justify-content: flex-start;
  gap: 1.375rem;
}
@media (max-width: 768px) {
  .autoinjector-baner .banner-text .ban-icon-txt {
    justify-content: center;
    flex-wrap: nowrap !important;
    flex-direction: row;
    width: 21.563rem;
    margin: 0 auto;
    gap: 0;
  }
}
.autoinjector-baner .banner-text .ban-icon-txt .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
@media (max-width: 768px) {
  .autoinjector-baner .banner-text .ban-icon-txt .wp-block-column {
    flex-basis: auto !important;
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .autoinjector-baner .banner-text .ban-icon-txt img {
    height: 2.813rem;
    width: auto;
  }
}
.autoinjector-baner .banner-text .ban-icon-txt p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.438rem;
  font-weight: 400;
  font-style: italic;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .autoinjector-baner .banner-text .ban-icon-txt p {
    text-align: left;
    font-size: 0.938rem;
    line-height: 1.1875rem;
    padding: 0 0 0 1rem;
  }
  .autoinjector-baner .banner-text .ban-icon-txt p br {
    display: none;
  }
}

.green-rev-sec {
  background: linear-gradient(90deg, #43B02A, #00871D);
}

.auto-sec1 {
  padding: 3.375rem 0 4.375rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .auto-sec1 {
    padding: 2.5rem 0 1.75rem 0;
  }
}
.auto-sec1 img {
  width: 40.313rem;
}

.auto-icon-section {
  background-color: #00871D;
  padding: 4.375rem 0;
}
.auto-icon-section .container {
  text-align: center;
}
.auto-icon-section .container p {
  color: #fff;
}
@media (max-width: 768px) {
  .auto-icon-section .container p br {
    display: none;
  }
}
.auto-icon-section .container img {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1.375rem;
}
@media (max-width: 768px) {
  .auto-icon-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex: 0 0 45% !important;
    max-width: 45% !important;
  }
  .auto-icon-section .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 0;
  }
  .auto-icon-section .wp-block-columns .wp-block-column:nth-child(odd) {
    margin-right: 10%;
  }
  .auto-icon-section .wp-block-columns .wp-block-column {
    margin-bottom: 1.875rem;
  }
  .auto-icon-section .wp-block-columns .auto-icon-3, .auto-icon-section .wp-block-columns .auto-icon-4 {
    margin-bottom: 0 !important;
  }
}

.simple-sec {
  text-align: center;
}
.simple-sec h2 {
  margin-bottom: 1.2rem;
}
.simple-sec h2 sup {
  font-weight: 400;
}
@media (max-width: 768px) {
  .simple-sec h2 {
    margin-bottom: 1rem;
  }
}
.simple-sec p:first-of-type {
  margin-bottom: 4.375rem;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .simple-sec p:first-of-type {
    font-size: 1.063rem;
    margin-bottom: 2rem;
  }
  .simple-sec p:first-of-type br {
    display: none;
  }
}
.simple-sec .container {
  width: 65rem;
  max-width: 100%;
}
.simple-sec .simple-box {
  gap: 10rem;
}
@media (max-width: 768px) {
  .simple-sec .simple-box {
    gap: 0;
  }
  .simple-sec .simple-box .wp-block-column {
    margin-bottom: 2.188rem;
    text-align: center;
  }
  .simple-sec .simple-box .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.simple-sec .simple-box p {
  text-align: center;
  margin: 1rem 0 0 3rem;
  font-weight: 400;
  font-size: 1.063rem;
}
@media (max-width: 768px) {
  .simple-sec .simple-box p {
    margin: 1rem 0 0 1.625rem;
    font-size: 0.938rem;
  }
}
.simple-sec .simple-box1 {
  align-items: center !important;
  justify-content: center;
  margin: 0 auto 4.375rem auto;
  gap: 0;
  width: 38.37rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .simple-sec .simple-box1 {
    margin: 0 auto 2.5rem auto;
    width: 16.25rem;
  }
  .simple-sec .simple-box1 .wp-block-column {
    margin-bottom: 0;
  }
}
.simple-sec .simple-box1 p {
  text-align: left;
}
@media (max-width: 768px) {
  .simple-sec .simple-box1 p {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  .simple-sec .simple-box1 p br {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .wp-block-list.pointers-auto {
    padding: 0;
    margin-top: 2.813rem;
  }
}
.autoinjector-box .eq-height {
  min-height: 3.125rem;
}
@media (max-width: 768px) {
  .autoinjector-box .eq-height {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .prefiled-banner {
    padding: 2rem 0 0 0;
  }
}
.prefiled-banner figure {
  margin: 0;
}
@media (max-width: 768px) {
  .prefiled-banner .is-layout-flex {
    display: block;
  }
}
.prefiled-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .prefiled-banner img {
    z-index: 1;
    position: relative;
  }
}
.prefiled-banner .ban-icon {
  width: 3.75rem;
  height: 3.75rem;
}
@media (max-width: 768px) {
  .prefiled-banner .ban-icon {
    width: 4.375rem;
    height: 3.125rem;
  }
}
.prefiled-banner .banner-text {
  color: #5B5A5B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prefiled-banner .banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  height: 100%;
  background: linear-gradient(90deg, #E2E71F, #FFB81C);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .prefiled-banner .banner-text::before {
    width: 100%;
    height: 70%;
    clip-path: none;
    z-index: 0;
    padding: 0 1.5rem;
    background: linear-gradient(126deg, #E2E71F 0%, #FFB81C 55%);
  }
}
.prefiled-banner .banner-text h1 {
  color: #00871D;
}
.prefiled-banner .banner-text p {
  color: #5B5A5B;
}
@media (max-width: 768px) {
  .prefiled-banner .banner-text p {
    padding: 0 1rem;
  }
}
.prefiled-banner .banner-text .banner-left-txt {
  color: #fff;
  position: relative;
  z-index: 2;
}
.prefiled-banner .banner-text .ban-icon-txt {
  align-items: center !important;
  justify-content: flex-start;
  gap: 1.375rem;
}
@media (max-width: 768px) {
  .prefiled-banner .banner-text .ban-icon-txt {
    justify-content: center;
    flex-wrap: nowrap !important;
    flex-direction: row;
    width: 17.938rem;
    margin: 0 auto;
    gap: 0;
    display: flex;
  }
}
.prefiled-banner .banner-text .ban-icon-txt .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
@media (max-width: 768px) {
  .prefiled-banner .banner-text .ban-icon-txt .wp-block-column {
    flex-basis: auto !important;
    width: fit-content !important;
  }
}
.prefiled-banner .banner-text .ban-icon-txt .wp-block-column figure {
  width: 2.813rem;
}
.prefiled-banner .banner-text .ban-icon-txt img {
  height: auto;
  width: auto;
}
@media (max-width: 768px) {
  .prefiled-banner .banner-text .ban-icon-txt img {
    height: 3.125rem;
    width: 2.125rem;
  }
}
.prefiled-banner .banner-text .ban-icon-txt p {
  color: #5B5A5B;
  font-size: 1.25rem;
  line-height: 1.438rem;
  font-weight: 400;
  font-style: italic;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .prefiled-banner .banner-text .ban-icon-txt p {
    text-align: left;
    font-size: 0.938rem;
    line-height: 1.1875rem;
    padding: 0 0 0 1rem;
  }
  .prefiled-banner .banner-text .ban-icon-txt p br {
    display: none;
  }
}

.prefiled-sec1 {
  padding: 3.375rem 0 4.375rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .prefiled-sec1 {
    padding: 2.5rem 0 1.75rem 0;
  }
}
.prefiled-sec1 .container {
  width: 51rem;
  text-align: left;
}
.prefiled-sec1 img {
  width: 47.37rem;
  margin-bottom: 3.4375rem;
}
@media (max-width: 768px) {
  .prefiled-sec1 img {
    margin-bottom: 0.938rem;
  }
}
@media (max-width: 768px) {
  .prefiled-sec1 .wp-block-list.pointers {
    padding: 0;
    margin-bottom: 1.875rem;
  }
}

.prifiled-ban2 {
  background-image: url("../../images/hcp/prifiled-ban2.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7rem 0;
}
@media screen and (min-width: 1720px) {
  .prifiled-ban2 {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .prifiled-ban2 {
    background-image: url("../../images/hcp/prifiled-ban2-mob.jpg");
    padding: 3.125rem 0;
    padding-bottom: 71%;
    background-size: cover;
    background-position: top center;
  }
}
.prifiled-ban2 .container {
  width: 80.625rem;
}
.prifiled-ban2 .container h2 {
  width: 27.813rem;
  margin-bottom: 0.938rem;
}
@media (max-width: 768px) {
  .prifiled-ban2 .container h2 {
    width: 12.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.6875rem;
  }
  .prifiled-ban2 .container h2 br {
    display: none;
  }
}
.prifiled-ban2 .container h2 span {
  color: #5B5A5B;
}
.prifiled-ban2 .container .wp-block-columns {
  align-items: center !important;
}
@media (max-width: 768px) {
  .prifiled-ban2 .container .wp-block-columns {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0;
    align-items: flex-start !important;
  }
  .prifiled-ban2 .container .wp-block-columns > .wp-block-column:first-child {
    flex: 0 0 auto !important;
    width: auto !important;
  }
  .prifiled-ban2 .container .wp-block-columns > .wp-block-column:last-child {
    flex: 1 1 0 !important;
    min-width: 0;
    word-wrap: break-word;
    margin-left: 1.5rem;
  }
  .prifiled-ban2 .container .wp-block-columns p {
    font-size: 0.688rem;
  }
}
.prifiled-ban2 .container .wp-block-image img {
  width: 10rem;
}
@media (max-width: 768px) {
  .prifiled-ban2 .container .wp-block-image img {
    width: 4.375rem;
  }
}
.prifiled-ban2 .portrals {
  position: absolute;
  right: 7rem;
  bottom: 0.5rem;
}
@media (max-width: 768px) {
  .prifiled-ban2 .portrals {
    display: none;
  }
}

@media (max-width: 768px) {
  .wp-block-list.pointers-auto {
    padding: 0;
    margin-top: 2.813rem;
  }
}
.pricing-ban {
  background-image: url(../../images/hcp/overview-ban.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .pricing-ban {
    background-image: unset;
    background: linear-gradient(120deg, #00501D, #43B02A);
    padding: 2.5rem 0;
  }
}
.pricing-ban .container {
  width: 76.5rem;
}
.pricing-ban .wp-block-columns {
  align-items: center !important;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pricing-ban .wp-block-columns {
    gap: 0;
  }
}
.pricing-ban .wp-block-columns figure {
  text-align: right;
}
.pricing-ban .wp-block-columns figure img {
  width: auto;
  height: 25.7rem;
}
@media (max-width: 768px) {
  .pricing-ban .wp-block-columns figure img {
    width: 110%;
    height: auto;
    max-width: unset;
    margin-left: -3%;
  }
}
.pricing-ban h1 {
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .pricing-ban h1 {
    text-align: center;
    font-size: 1.625rem;
  }
}
.pricing-ban h2 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.pricing-ban h2 span {
  color: #E2E71F;
}
@media (max-width: 768px) {
  .pricing-ban h2 {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.563rem;
    margin-bottom: 0;
  }
  .pricing-ban h2 br {
    display: none;
  }
}

.why-pricing-sec1 {
  text-align: center;
  padding: 4.375rem 0;
  width: 54.563rem;
}
@media (max-width: 768px) {
  .why-pricing-sec1 {
    padding: 2.5rem 0;
  }
  .why-pricing-sec1 .price-sec1-row {
    gap: 0;
  }
  .why-pricing-sec1 .price-sec1-row .wp-block-column {
    margin-bottom: 2rem;
    text-align: center;
  }
  .why-pricing-sec1 .price-sec1-row .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.why-pricing-sec1 h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #5B5A5B;
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .why-pricing-sec1 h4 {
    margin-bottom: 1.875rem;
  }
}
.why-pricing-sec1 figure {
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .why-pricing-sec1 figure {
    margin-bottom: 0.625rem;
  }
}
.why-pricing-sec1 p strong {
  color: #00871D;
}

.accord-pricing .container {
  width: 49.25rem;
  max-width: unset;
}
@media (max-width: 768px) {
  .accord-pricing .container {
    padding-left: 3.125rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 768px) {
  .accord-pricing .container .wp-block-columns {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .accord-pricing .container .wp-block-columns ul {
    padding-left: 0.8rem;
    margin-bottom: 0;
  }
}
.accord-pricing .container .wp-block-columns ul li {
  font-size: 1.063rem;
}
@media (max-width: 768px) {
  .accord-pricing .container .wp-block-columns ul li {
    font-size: 0.938rem;
    line-height: 1.1875rem;
    padding-left: 0;
    text-indent: -0.2rem;
  }
  .accord-pricing .container .wp-block-columns ul li br {
    display: none;
  }
}
.accord-pricing .container .wp-block-columns ul li::marker {
  position: relative !important;
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-top: -0.2rem;
}
.accord-pricing .container:last-child .wp-block-column {
  border-top: 1px solid #ABA5A5;
  margin-top: 2.5rem;
  padding-top: 1.875rem;
}
@media (max-width: 768px) {
  .accord-pricing .container:last-child .wp-block-column {
    margin-top: 1.875rem;
  }
}
.accord-pricing .container h3 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #5B5A5B;
}
@media (max-width: 768px) {
  .accord-pricing .container h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.accord-pricing .container ul li {
  color: #5B5A5B;
}
@media (max-width: 768px) {
  .accord-pricing .container p br {
    display: none;
  }
}

.full-section-price {
  padding: 4.375rem 0 5rem 0;
  background: linear-gradient(134deg, #00501D, #43B02A);
}
@media (max-width: 768px) {
  .full-section-price {
    padding: 3.75rem 0 3.75rem 0;
  }
}
.full-section-price .container {
  width: 41.563rem;
}
@media (max-width: 768px) {
  .full-section-price .container {
    text-align: center;
  }
  .full-section-price .container br {
    display: none;
  }
}
.full-section-price .container h4 {
  font-size: 1.25rem;
  line-height: 1.438rem;
  color: #fff;
  font-weight: 500;
  margin-top: 0.75rem;
  margin-bottom: 0.938rem;
}
@media (max-width: 768px) {
  .full-section-price .container h4 {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
  .full-section-price .container h4 br {
    display: none;
  }
}
.full-section-price .container h4 strong {
  color: #E2E71F;
  font-weight: 500;
}
.full-section-price .container p {
  color: #fff;
}
.full-section-price .container p a {
  color: #E2E71F;
}
.full-section-price .container img {
  width: 7.5rem;
  height: 7.5rem;
}
.full-section-price .container .wp-block-columns {
  gap: 4.5rem;
}
@media (max-width: 768px) {
  .full-section-price .container .wp-block-columns {
    gap: 0;
  }
  .full-section-price .container .wp-block-columns .wp-block-column {
    margin-bottom: 2rem;
    text-align: center;
  }
  .full-section-price .container .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

.billing-coding {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  width: 57.938rem;
}
@media (max-width: 768px) {
  .billing-coding {
    padding-top: 3.125rem;
  }
}
.billing-coding h3 {
  text-align: center;
  margin-bottom: 1.375rem;
}
@media (max-width: 768px) {
  .billing-coding h3 {
    margin-bottom: 0.938rem;
  }
}
.billing-coding p:nth-of-type(1) {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .billing-coding p:nth-of-type(1) {
    font-size: 0.938rem;
    line-height: 1.25rem;
    padding: 0 1rem;
  }
}
.billing-coding p a {
  color: #00871D;
  text-decoration: underline;
}
.billing-coding table {
  margin-top: 2.5rem;
}
.billing-coding .wp-block-table {
  margin: 1.5rem 0;
  overflow-x: auto;
}
.billing-coding .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #5B5A5B;
}
.billing-coding .wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}
.billing-coding .wp-block-table table th,
.billing-coding .wp-block-table table td {
  padding: 0.8125rem 2.25rem;
  border: 0;
  text-align: left;
  vertical-align: top;
  letter-spacing: -0.2px;
}
.billing-coding .wp-block-table table th:nth-child(1),
.billing-coding .wp-block-table table td:nth-child(1) {
  width: 15.375rem;
}
@media (max-width: 768px) {
  .billing-coding .wp-block-table table th:nth-child(1),
  .billing-coding .wp-block-table table td:nth-child(1) {
    width: 7.313rem;
    padding: 0.5rem 0 0.5rem 1.2rem;
  }
}
.billing-coding .wp-block-table table th {
  background-color: #f5f5f5;
  font-weight: 600;
}
.billing-coding .wp-block-table table tbody tr.gray-row {
  color: #fff;
  background-color: rgba(91, 90, 91, 0.75);
}
.billing-coding .wp-block-table table tbody tr:nth-child(1) {
  background-color: #00871D;
  color: #fff;
  font-weight: bold;
}
.billing-coding .wp-block-table table tbody tr:nth-child(even) {
  background-color: #F4F3F3;
}
.billing-coding .wp-block-table table tbody tr:nth-child(5), .billing-coding .wp-block-table table tbody tr:nth-child(7) {
  background-color: rgba(91, 90, 91, 0.75);
  color: #fff;
  font-weight: bold;
}
.billing-coding .wp-block-table table tr.white-row {
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .billing-coding .wp-block-table table {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .billing-coding .wp-block-table table th,
  .billing-coding .wp-block-table table td {
    padding: 0.5rem;
    vertical-align: text-bottom;
    line-height: 1.1875rem;
  }
  .billing-coding .wp-block-table table th br,
  .billing-coding .wp-block-table table td br {
    display: none;
  }
}

.pricing-last-full {
  background-image: url("../../images/hcp/pricing-bg2.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 0 2.188rem 0;
}
@media (max-width: 768px) {
  .pricing-last-full {
    height: auto;
    text-align: center;
    padding: 2.5rem 0 3rem 0;
    background-image: unset;
    background: linear-gradient(134deg, #00501D, #43B02A);
  }
}
.pricing-last-full .container {
  width: 57.938rem;
}
.pricing-last-full .container h3 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .pricing-last-full .container h3 {
    font-size: 2.063rem;
    line-height: 2.563rem;
  }
}
.pricing-last-full .wp-block-columns-is-layout-flex {
  display: flex;
  align-items: center !important;
  gap: 6.5rem;
}
@media (max-width: 768px) {
  .pricing-last-full .wp-block-columns-is-layout-flex {
    gap: 1.2rem;
    flex-direction: column-reverse;
  }
}
.pricing-last-full .img-box {
  text-align: right !important;
}
.pricing-last-full .img-box img {
  width: 22rem;
}

.about-ban {
  background-image: url(../../images/hcp/about-accord-ban.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.813rem 0;
}
@media (max-width: 768px) {
  .about-ban {
    background-image: url(../../images/hcp/about-ban-mob.jpg);
    padding: 2.5rem 0;
  }
}
.about-ban .wp-block-columns {
  align-items: center !important;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-ban .wp-block-columns {
    gap: 0;
  }
}
.about-ban .wp-block-columns .wp-block-column {
  width: 36.313rem;
}
.about-ban h1 {
  text-align: left;
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #5B5A5B;
}
@media (max-width: 768px) {
  .about-ban h1 {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.563rem;
  }
}
.about-ban p {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (max-width: 768px) {
  .about-ban p {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 0;
    visibility: hidden;
  }
  .about-ban p br {
    display: none;
  }
}

.about-ban-mob {
  display: none !important;
}
@media (max-width: 768px) {
  .about-ban-mob {
    display: block !important;
    background: #F4F3F3;
    padding: 1.875rem;
    text-align: center;
  }
}

.about-sec1 {
  text-align: center;
  padding: 4.375rem 3.125rem !important;
  width: 75rem;
}
@media (max-width: 768px) {
  .about-sec1 {
    padding: 2.813rem 0;
  }
}
.about-sec1 .wp-block-columns {
  gap: 10.5rem;
}
@media (max-width: 768px) {
  .about-sec1 .wp-block-columns {
    gap: 0;
  }
  .about-sec1 .wp-block-columns .wp-block-column {
    margin-bottom: 2.188rem;
  }
  .about-sec1 .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.about-sec1 .wp-block-columns img {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .about-sec1 .wp-block-columns img {
    margin-bottom: 0.938rem;
  }
}
.about-sec1 h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #5B5A5B;
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .about-sec1 h4 {
    margin-bottom: 1.875rem;
  }
}
.about-sec1 p strong {
  color: #5B5A5B;
}

.about-accord-gray .container {
  width: 65.313rem;
}
@media (max-width: 768px) {
  .about-accord-gray .container {
    padding: 0 2.063rem !important;
  }
}
.about-accord-gray .container .wp-block-columns {
  gap: 16.25rem;
}
@media (max-width: 768px) {
  .about-accord-gray .container .wp-block-columns {
    gap: 0;
  }
}
.about-accord-gray .container .wp-block-columns h3 {
  font-size: 4rem;
  line-height: 4rem;
  color: #00AEEF;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .about-accord-gray .container .wp-block-columns h3 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1.6875rem;
  }
  .about-accord-gray .container .wp-block-columns h3 br {
    display: block;
  }
}
.about-accord-gray .container .wp-block-columns p {
  margin-bottom: 2.25rem;
}
.about-accord-gray .container .wp-block-columns .img-intas img {
  width: 6rem;
  height: auto;
}
@media (max-width: 768px) {
  .about-accord-gray .container .wp-block-columns .img-intas img {
    width: 5rem;
    margin-bottom: 2.813rem;
  }
}
.about-accord-gray .container .wp-block-columns .img85 img {
  height: 5.625rem;
  width: auto;
  margin-bottom: 1.75rem;
  margin-top: 1.25rem;
}
.about-accord-gray .container .wp-block-columns .accord-logo img {
  width: 17.938rem;
  height: auto;
}

.about-last3admin {
  background-image: url("../../images/hcp/bg-about-last.jpg");
  padding: 2.188rem 0;
  height: auto;
}
@media (max-width: 768px) {
  .about-last3admin {
    background: linear-gradient(149deg, #00501D, #43B02A);
  }
}
.about-last3admin .container {
  width: 65.875rem;
}
@media (max-width: 768px) {
  .about-last3admin .container {
    padding: 1.25rem 2.063rem 1rem 2.063rem;
  }
}
.about-last3admin .wp-block-columns-is-layout-flex {
  gap: 6rem;
}
@media (max-width: 781px) {
  .about-last3admin .wp-block-columns-is-layout-flex {
    gap: 0;
  }
  .about-last3admin .wp-block-columns-is-layout-flex .wp-block-column {
    margin-bottom: 2.25rem;
  }
  .about-last3admin .wp-block-columns-is-layout-flex .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.about-last3admin h3 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  z-index: 9;
}
@media (max-width: 768px) {
  .about-last3admin h3 {
    font-size: 2.063rem;
    line-height: 2.563rem;
  }
  .about-last3admin h3 br {
    display: block;
  }
}
.about-last3admin h3 span {
  color: #e0e326;
}
.about-last3admin .wp-block-image {
  text-align: center;
}
.about-last3admin .wp-block-image img {
  width: 18.625rem;
}

@media (max-width: 768px) {
  .coverage-info-ban {
    padding: 2rem 0 0 0;
  }
}
.coverage-info-ban figure {
  margin: 0;
}
.coverage-info-ban .portrals {
  bottom: 1.5rem;
}
.coverage-info-ban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .coverage-info-ban img {
    z-index: 1;
    position: relative;
  }
}
.coverage-info-ban .wp-block-columns .coverage-info-icon {
  text-align: left;
}
@media (max-width: 768px) {
  .coverage-info-ban .wp-block-columns .coverage-info-icon {
    text-align: center;
  }
}
.coverage-info-ban .wp-block-columns .coverage-info-icon img {
  width: 27rem;
  height: auto;
}
@media (max-width: 768px) {
  .coverage-info-ban .wp-block-columns .coverage-info-icon img {
    width: 20.625rem;
  }
}
.coverage-info-ban .banner-text {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .coverage-info-ban .banner-text {
    padding: 0 2rem;
  }
}
.coverage-info-ban .banner-text::before {
  content: "";
}
@media (max-width: 768px) {
  .coverage-info-ban .banner-text::before {
    width: 100%;
    height: 70%;
    clip-path: none;
    z-index: 0;
    padding: 0 1.5rem;
  }
}
.coverage-info-ban .banner-text h1 {
  text-align: left;
  font-weight: 400;
  margin-left: 3.125rem;
  margin-bottom: 1.25rem;
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .coverage-info-ban .banner-text h1 {
    text-align: center;
    font-size: 1.625rem;
    margin-left: 0;
  }
}
.coverage-info-ban .banner-text h2 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.3px;
  margin-left: 3.125rem;
}
.coverage-info-ban .banner-text h2 span {
  color: #E2E71F;
}
.coverage-info-ban .banner-text h2 sup {
  font-weight: 400;
  font-size: 0.5em;
  top: -0.8em;
}
@media (max-width: 768px) {
  .coverage-info-ban .banner-text h2 {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.563rem;
    margin-left: auto;
    margin-bottom: 0;
  }
  .coverage-info-ban .banner-text h2 br {
    display: none;
  }
}

.coverage-info-sec1 {
  text-align: center;
  padding: 4.375rem 0;
  width: 63.5rem;
}
@media (max-width: 768px) {
  .coverage-info-sec1 {
    padding: 3.125rem 0;
  }
  .coverage-info-sec1 .wp-block-columns {
    gap: 0;
  }
  .coverage-info-sec1 .wp-block-columns .wp-block-column {
    margin-bottom: 2rem;
    text-align: center;
  }
  .coverage-info-sec1 .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.coverage-info-sec1 h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #5B5A5B;
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .coverage-info-sec1 h4 {
    margin-bottom: 1.875rem;
  }
}
.coverage-info-sec1 figure {
  margin-bottom: 1.125rem;
}
.coverage-info-sec1 figure img {
  width: 4.375rem;
}
@media (max-width: 768px) {
  .coverage-info-sec1 figure {
    margin-bottom: 0.938rem;
  }
}
.info-gray-sec .container {
  max-width: unset;
}
@media (max-width: 768px) {
  .info-gray-sec .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 768px) {
  .info-gray-sec .container .wp-block-columns {
    gap: 0;
  }
  .info-gray-sec .container .wp-block-columns .wp-block-column {
    margin-bottom: 2.188rem;
  }
  .info-gray-sec .container .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.info-gray-sec .container .wp-block-columns ul {
  padding-left: 1rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .info-gray-sec .container .wp-block-columns ul {
    padding-left: 0.8rem;
    margin-bottom: 0;
  }
}
.info-gray-sec .container .wp-block-columns ul li {
  color: #5B5A5B;
  font-size: 1.063rem;
}
@media (max-width: 768px) {
  .info-gray-sec .container .wp-block-columns ul li {
    font-size: 0.938rem;
    line-height: 1.1875rem;
    padding-left: 0;
    text-indent: -0.2rem;
    margin-bottom: 0.75rem;
  }
  .info-gray-sec .container .wp-block-columns ul li br {
    display: none;
  }
}
.info-gray-sec .container .wp-block-columns ul li::marker {
  position: relative !important;
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-top: -0.2rem;
}
.info-gray-sec .container .info-para1 {
  padding-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .info-gray-sec .container .info-para1 {
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
  }
}
.info-gray-sec .container .info-bor-top {
  border-top: 1px solid #ccc;
  padding-top: 1.25rem;
}
@media (max-width: 768px) {
  .info-gray-sec .container .info-bor-top {
    padding-top: 1.25rem;
  }
}
.info-gray-sec .container h3 {
  font-size: 1.625rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .info-gray-sec .container h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
.info-gray-sec .container p small {
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .info-gray-sec .container p br {
    display: none;
  }
}

.full-section-coverage {
  padding: 4.375rem 0 5rem 0;
  background: linear-gradient(134deg, #00501D, #43B02A);
}
@media (max-width: 768px) {
  .full-section-coverage {
    padding: 3.75rem 0 3.75rem 0;
  }
}
.full-section-coverage .container {
  width: 63.125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .full-section-coverage .container br {
    display: none;
  }
}
.full-section-coverage .container h3 {
  color: #fff;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .full-section-coverage .container h3 {
    margin-top: 0;
    margin-bottom: 2.188rem;
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
  .full-section-coverage .container h3 br {
    display: none;
  }
}
.full-section-coverage .container p {
  color: #fff;
}
.full-section-coverage .container p a {
  color: #E2E71F;
}
.full-section-coverage .container .wp-block-columns {
  gap: 4.5rem;
}
@media (max-width: 768px) {
  .full-section-coverage .container .wp-block-columns {
    gap: 1.875rem;
  }
}

.accord-cares-info {
  padding: 5rem 0 3.125rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .accord-cares-info {
    padding: 3.75rem 0 1.875rem 0;
  }
}
.accord-cares-info img {
  width: 8.875rem;
  height: auto;
  margin-bottom: 2.25rem;
}
.accord-cares-info h4 {
  color: #5B5A5B;
}
@media (max-width: 768px) {
  .accord-cares-info h4 {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .accord-cares-info h4 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .info-copay {
    padding: 0 1.5rem;
  }
}
.info-copay .container {
  width: 63.5rem;
  background-color: #F4F3F3;
  align-items: center !important;
  padding: 2.5rem 0;
  margin-bottom: 4.375rem;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  .info-copay .container {
    margin-top: 1.875rem;
    margin-bottom: 3.75rem;
    padding-top: 0;
    gap: 0;
    padding-bottom: 2.188rem;
  }
  .info-copay .container .wp-block-column {
    margin-bottom: 1.875rem;
  }
  .info-copay .container .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.info-copay .container figure {
  margin-left: -4rem;
}
@media (max-width: 768px) {
  .info-copay .container figure {
    margin-left: unset;
    margin-top: -2.813rem;
    position: relative;
  }
}
.info-copay .container figure img {
  position: relative;
  width: 20.438rem;
}
.info-copay .container ul {
  padding-left: 1rem;
}
.info-copay .container ul li {
  font-size: 1.063rem;
  line-height: 1.438rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .info-copay .container ul li {
    font-size: 0.938rem;
  }
  .info-copay .container ul li br {
    display: none;
  }
}
.info-copay .container ul li strong {
  color: #00871D;
}
@media (max-width: 768px) {
  .info-copay .container ul li strong {
    font-size: 1.063rem;
  }
}
@media (max-width: 768px) {
  .info-copay .container .txt-med {
    font-size: 1.063rem;
  }
  .info-copay .container .txt-med br {
    display: none;
  }
}

.other-offer {
  padding-bottom: 3.75rem;
  width: 75.75rem;
}
@media (max-width: 768px) {
  .other-offer {
    padding-bottom: 1.875rem;
  }
}
.other-offer h4 {
  color: #5B5A5B;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .other-offer h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5625rem;
  }
}
.other-offer .offer-sec-icon {
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .other-offer .offer-sec-icon {
    flex-wrap: wrap !important;
    gap: 0;
  }
}
.other-offer .offer-sec-icon img {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1.375rem;
}
@media (max-width: 768px) {
  .other-offer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex: 0 0 45% !important;
    max-width: 45% !important;
  }
  .other-offer .wp-block-column:nth-child(odd) {
    margin-right: 10%;
  }
  .other-offer .wp-block-column {
    margin-bottom: 1.875rem;
  }
}

.accord-address {
  background-image: url(../../images/hcp/accord-add-img.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.125rem 0 3.125rem 0;
}
.accord-address .container {
  width: 62.875rem;
}
@media (max-width: 768px) {
  .accord-address {
    background-image: url(../../images/hcp/mob-cov-info.jpg);
    padding-bottom: 95%;
    background-size: cover;
    background-position: top center;
  }
  .accord-address .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.accord-address h4 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .accord-address h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .accord-address h4 br {
    display: none;
  }
}
.accord-address .address-head {
  font-size: 1.25rem;
}
.accord-address .address-head strong {
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .accord-address .address-head {
    font-size: 1.063rem;
    line-height: 1.25rem;
    max-width: 18.375rem;
  }
  .accord-address .address-head br {
    display: none;
  }
}
@media (max-width: 768px) {
  .accord-address .contact-detail {
    font-size: 0.938rem;
    line-height: 1.488rem;
  }
}
.accord-address .contact-detail strong {
  display: inline-block;
  width: 3.75rem;
}
@media (max-width: 768px) {
  .accord-address .contact-detail strong {
    max-width: 19.375rem;
  }
}

.cinfo-text-sec {
  padding: 2.5rem 0;
}
.cinfo-text-sec .container {
  width: 79.625rem;
}
@media (max-width: 768px) {
  .cinfo-text-sec .container p {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.coverage-info-last-full {
  background: linear-gradient(134deg, #00501D, #43B02A);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 0 2.188rem 0;
}
@media (max-width: 768px) {
  .coverage-info-last-full {
    height: auto;
    text-align: center;
    padding: 2.5rem 0 3rem 0;
  }
}
.coverage-info-last-full .container {
  width: 58.313rem;
}
.coverage-info-last-full .container h3 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .coverage-info-last-full .container h3 {
    font-size: 2.063rem;
    line-height: 2.563rem;
  }
}
.coverage-info-last-full .wp-block-columns-is-layout-flex {
  display: flex;
  align-items: center !important;
  gap: 0;
}
@media (max-width: 768px) {
  .coverage-info-last-full .wp-block-columns-is-layout-flex {
    gap: 1.2rem;
    flex-direction: column-reverse;
  }
}
.coverage-info-last-full figure {
  text-align: left !important;
}
@media (max-width: 768px) {
  .coverage-info-last-full figure {
    margin: 0 -1.5rem;
  }
}
.coverage-info-last-full figure img {
  width: 31.125rem;
  margin-left: -3rem;
}
@media (max-width: 768px) {
  .coverage-info-last-full figure img {
    margin-left: -2rem;
  }
}

.no-link-dsk {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .no-link-dsk {
    text-decoration: underline;
    color: #00871D;
    pointer-events: auto;
  }
}

.coverage-finder-ban {
  background-image: url(../../images/hcp/overview-ban.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .coverage-finder-ban {
    background-image: unset;
    background: linear-gradient(120deg, #00501D, #43B02A);
  }
}
.coverage-finder-ban .container {
  width: 65rem;
}
.coverage-finder-ban .wp-block-columns {
  align-items: center !important;
}
.coverage-finder-ban .wp-block-columns figure {
  text-align: right;
}
.coverage-finder-ban .wp-block-columns figure img {
  width: auto;
  height: 21rem;
}
@media (max-width: 768px) {
  .coverage-finder-ban .wp-block-columns figure img {
    width: auto;
    height: auto;
  }
}
.coverage-finder-ban h1 {
  text-align: left;
  color: #fff;
  font-size: 2.625rem;
  line-height: 3.25rem;
}
.coverage-finder-ban h1 sup {
  font-weight: 400;
}
@media (max-width: 768px) {
  .coverage-finder-ban h1 {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.5rem;
  }
}

.find-coverage {
  padding: 4.375rem 0 1.375rem 0;
}
.find-coverage h2 {
  color: #00871D;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .find-coverage {
    padding: 3.125rem 0 2.188rem 0;
  }
}
.find-coverage .container {
  width: 63.5rem;
}
.find-coverage p {
  font-size: 1.063rem;
  line-height: 1.438rem;
  margin-bottom: 0.625rem;
}
.find-coverage p a {
  color: #5B5A5B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .find-coverage p a {
    color: #00871D;
    font-weight: 500;
    text-decoration: underline;
  }
}

.full-section-finder {
  padding: 4.375rem 0 5rem 0;
  background: linear-gradient(134deg, #00501D, #43B02A);
}
@media (max-width: 768px) {
  .full-section-finder {
    padding: 3.125rem 0 3.125rem 0;
  }
}
.full-section-finder .container {
  width: 47.5rem;
}
@media (max-width: 768px) {
  .full-section-finder .container {
    text-align: center;
    width: auto;
    padding: 0 1rem !important;
  }
  .full-section-finder .container br {
    display: none;
  }
}
.full-section-finder .container h2 {
  color: #00871D !important;
}
.full-section-finder .container h3 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .full-section-finder .container h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
  .full-section-finder .container h3 br {
    display: none;
  }
}
.full-section-finder .container h3 strong {
  color: #E2E71F;
  font-weight: 500;
}
.full-section-finder .container p {
  color: #fff;
}
.full-section-finder .container p strong {
  color: #E2E71F;
}
@media (max-width: 768px) {
  .full-section-finder .container p {
    font-size: 0.938rem;
    line-height: 1.1875rem;
  }
}
.full-section-finder .container img {
  width: 5rem;
  height: 5rem;
}
.full-section-finder .container .wp-block-columns {
  gap: 3.4375rem;
  align-items: center !important;
}
@media (max-width: 768px) {
  .full-section-finder .container .wp-block-columns {
    gap: 0;
    justify-content: center;
  }
  .full-section-finder .container .wp-block-columns .wp-block-column {
    margin-bottom: 1.75rem;
    text-align: center;
  }
  .full-section-finder .container .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.full-section-finder .container .wp-block-columns .wp-block-column:nth-child(1) {
  width: 5rem !important;
  flex-basis: 5rem !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
}

.formSection-print {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  width: 57rem;
  max-width: 100%;
  background-color: #dde5ee;
  position: relative;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  margin-right: 0;
  margin-left: auto;
  top: 0;
  margin-bottom: 0.6rem;
  z-index: 9;
}
@media screen and (max-width: 576px) {
  .formSection-print {
    padding: 3rem 0 1rem 0;
    top: -2.3rem;
    margin-bottom: 1rem;
    margin-top: -2.5rem;
  }
}
.formSection-print {
  position: relative;
}
.formSection-print::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 2rem solid #dde5ee;
  border-left: 1.34375rem solid rgba(0, 0, 0, 0);
  border-right: 1.34375rem solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -2rem;
  right: 2.95rem;
}
@media screen and (max-width: 576px) {
  .formSection-print::before {
    right: calc(50% - 35px);
    top: -2rem;
    border-left: 1.8125rem solid transparent;
    border-right: 1.8125rem solid transparent;
    border-bottom: 2.0625rem solid #dde5ee;
  }
}
.formSection-print span.closeformSection {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  font-size: 2.5rem;
  color: #00871d;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.formSection-print .textDanger {
  color: #FF0000 !important;
  font-style: italic;
}
.formSection-print input {
  border-color: #fff;
  height: 4.53rem;
  padding: 1rem 1rem 1rem 1.8rem;
  font-size: 1.25rem;
}
.formSection-print input:-webkit-autofill {
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}
.formSection-print input:autofill {
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}
.formSection-print .asterisk input {
  color: #2f2f2f;
  background-image: url("../../images/asterisk.png");
  background-position: 1.3rem 1.6rem;
  background-repeat: no-repeat;
  background-size: 0.5rem;
}
.formSection-print .has-data input {
  background-image: none;
}
.formSection-print .wpcf7-not-valid-tip {
  display: none;
}
.formSection-print .wpcf7-not-valid {
  border-color: #FF0000 !important;
  border-width: 2px !important;
}
.formSection-print .btn-submit-wrap {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.formSection-print .btn-submit {
  background: #00871D;
  text-transform: capitalize;
  color: #fff !important;
  height: 3.12rem;
  padding: 0 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.formSection-print .btn-submit:hover {
  background: #00871D;
  color: #fff !important;
}
.formSection-print .gChaptchaRow {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
  max-width: 100%;
  gap: 2rem;
  height: 5rem;
}
@media screen and (max-width: 991px) {
  .formSection-print .gChaptchaRow {
    flex-direction: column;
    margin-top: 0;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.formSection-print .boxChek {
  width: calc(100% - 19rem) !important;
  margin-top: 0;
}
@media screen and (max-width: 1380px) {
  .formSection-print .boxChek {
    width: calc(100% - 22rem) !important;
  }
}
@media screen and (max-width: 991px) {
  .formSection-print .boxChek {
    width: auto !important;
  }
}
.formSection-print .gChaptcha {
  width: 19rem;
  margin-top: 0;
}
@media screen and (max-width: 1380px) {
  .formSection-print .gChaptcha {
    transform: scale(0.6907);
    transform-origin: center top;
    width: 22.5rem;
  }
}
@media screen and (max-width: 991px) {
  .formSection-print .gChaptcha {
    width: auto;
    transform: unset;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 360px) {
  .formSection-print .gChaptcha {
    width: auto;
    transform: scale(0.93);
  }
}
.formSection-print .FormMain {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .formSection-print .FormMain {
    flex-direction: column;
    gap: 0;
  }
}
.formSection-print .FormMain .formRow {
  display: flex;
  gap: 2rem;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .formSection-print .FormMain .formRow {
    flex-direction: column;
    gap: 0;
  }
}
.formSection-print .FormMain .formRow .formCol {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .formSection-print .FormMain .formRow .formCol {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .formSection-print .FormMain .formRow:last-child {
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .formContainer {
    padding: 0 1rem;
  }
}
.formContainer form input.form-control {
  color: #5B5A5B;
  font-weight: 500;
  border-radius: 0;
  height: 4.53rem;
  padding: 1rem 1rem 1rem 1.8rem;
  font-size: 1.25rem;
}
.formContainer form input.form-control::placeholder {
  color: #5B5A5B !important;
}
.formContainer form input.form-control::-webkit-input-placeholder {
  color: #5B5A5B !important;
}
.formContainer form input.form-control:-ms-input-placeholder {
  color: #5B5A5B !important;
}
.formContainer form input.form-control::-ms-input-placeholder {
  color: #5B5A5B !important;
}

.recaptchaContainer .textDanger {
  text-align: right;
  clear: both;
}
@media screen and (max-width: 991px) {
  .recaptchaContainer .textDanger {
    text-align: left;
  }
}
.recaptchaContainer .endChild {
  float: right;
}
@media screen and (max-width: 991px) {
  .recaptchaContainer .endChild {
    float: none;
  }
}

.formSection-print .custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  font-size: 1rem;
  line-height: 1.1;
  color: #333;
  max-width: 43.5rem;
}
@media screen and (max-width: 991px) {
  .formSection-print .custom-checkbox {
    gap: 0;
  }
}

.formSection-req .custom-checkbox {
  max-width: 62.56rem;
  gap: 1rem;
}

.formSection-print .custom-checkbox span {
  font-weight: 600;
  color: #2F2F2F;
  margin: 0;
  background: transparent;
}
.formSection-print .custom-checkbox span.wpcf7-list-item-label {
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  label.form-check-label span.d-flex {
    margin-left: 1rem;
  }
}

.formSection-req .custom-checkbox span {
  font-size: 0.875rem;
  font-weight: 400;
}

.formSection-req .custom-checkbox span a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}

.formSection-print .custom-checkbox input[type=checkbox] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #00871d;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  /* margin-right: 1rem; */
}

.formSection-req .custom-checkbox input[type=checkbox] {
  margin-top: 0rem;
}

.formSection-print .custom-checkbox input[type=checkbox]:checked {
  background-color: #00871d;
  appearance: none;
  background-image: url(../../images/check-box.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem !important;
  background-size: 80%;
  background-position: center;
}

.formSection-print .custom-checkbox input[type=checkbox]:checked::after {
  content: "";
  background-image: url(../../images/check-box.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem !important;
  z-index: 99;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cf-footer .cta-type1 {
  width: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  .cf-footer .cta-type1 {
    margin: auto;
  }
}
.cf-footer .cta-type1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.875rem;
  background: #e7e42a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>  <path d='M9 6l6 6-6 6' fill='none' stroke='%23117c22' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 25px;
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: center;
  transition: background-position 150ms ease, filter 150ms ease;
  pointer-events: none;
}
.cf-footer .cta-type1:hover {
  filter: brightness(1.02);
}
.cf-footer .cta-type1:hover::after {
  background-position: calc(50% + 1px) center;
}
.cf-footer .cta-type1:active {
  transform: translateY(0.5px);
}
.cf-footer .cta-type1:focus-visible {
  outline: 2px solid #0a5;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .cf-footer .cta-type1 {
    transition: none;
  }
  .cf-footer .cta-type1::after {
    transition: none;
  }
}
.cf-footer .cta-type1 button[type=button] {
  font-size: 1.875rem;
  background-color: transparent;
  color: #fff !important;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  background-color: #00871D;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.063rem;
  justify-content: center;
  padding: 0 5rem 0 2rem;
  color: #fff;
  font-size: 1.063rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 150ms ease, transform 150ms ease;
}
@media (max-width: 768px) {
  .cf-footer .cta-type1 button[type=button] {
    font-size: 0.875rem;
    height: 2.875rem;
  }
}
.cf-footer .cta-type1 button[type=button] {
  cursor: pointer;
  margin: 0 auto !important;
  text-transform: uppercase;
  letter-spacing: 0.45px;
}

.request-rap {
  background-color: #F4F3F3;
  padding: 4.375rem 0;
  width: 100%;
  min-height: calc(100vh - 13.125rem);
}
@media (max-width: 768px) {
  .request-rap {
    padding: 3.125rem 0;
  }
}
@media (max-width: 768px) {
  .request-rap .req-chk-lable {
    margin-left: 0.5rem;
  }
}
.request-rap .container {
  width: 83rem;
  margin: 0 auto;
  max-width: unset !important;
}
@media (max-width: 768px) {
  .request-rap .container {
    width: 100%;
    padding: 0 1rem;
  }
}
.request-rap .container .form-inputs {
  width: 60rem;
  max-width: 100%;
  margin: 0 auto;
}
.request-rap .container .wpcf7-not-valid-tip {
  display: none;
}
.request-rap .container .formrow {
  display: flex;
  gap: 2rem;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .request-rap .container .formrow {
    flex-direction: column;
    gap: 0;
  }
}
.request-rap .container .formrow .formcol {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .request-rap .container .formrow .formcol {
    width: 100%;
  }
}
.request-rap .container .formrow .formcol8 {
  width: 76%;
}
@media screen and (max-width: 991px) {
  .request-rap .container .formrow .formcol8 {
    width: 100%;
  }
}
.request-rap .container .formrow .formcol4 {
  width: 23%;
}
@media screen and (max-width: 991px) {
  .request-rap .container .formrow .formcol4 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .request-rap .container .formrow:last-child {
    gap: 0;
  }
}
.request-rap .container .formrow-chk {
  display: flex;
  gap: 0;
  justify-content: flex-start;
}
.request-rap .container.thank-boxes {
  width: 72.5rem;
  display: none;
}
.request-rap .form-head-sec {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .request-rap .form-head-sec {
    margin-bottom: 1.875rem;
  }
}
.request-rap .form-head-sec .rap-p2 {
  font-style: italic;
  text-align: center;
}
.request-rap .form-heading {
  margin-bottom: 1.375rem;
  text-align: center;
}
.request-rap .form-heading.form-sub-title {
  font-size: 1.375rem;
}
.request-rap .errormsg {
  font-size: 1.25rem;
  color: #FF0202;
}
.request-rap .form-sub-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.request-rap span.wpcf7-form-control-wrap {
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .request-rap span.wpcf7-form-control-wrap {
    margin-right: 0;
  }
}
.request-rap span.wpcf7-form-control-wrap input,
.request-rap span.wpcf7-form-control-wrap select {
  background-color: #fff;
  width: 100%;
  font-size: 1.375rem;
  padding: 0 1.5rem 0 2rem;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #2f2f2f;
  border: 1px solid #328721 !important;
  border-radius: 0;
  outline: none;
  margin-bottom: 1.75rem;
}
.request-rap span.wpcf7-form-control-wrap input.wpcf7-not-valid,
.request-rap span.wpcf7-form-control-wrap select.wpcf7-not-valid {
  border: 1px solid #FF0202 !important;
}
.request-rap span.wpcf7-form-control-wrap.asterisk input,
.request-rap span.wpcf7-form-control-wrap.asterisk select {
  background-image: url("../../images/asterisk-g.png");
  background-repeat: no-repeat;
  background-position: 1.3rem 0.8rem;
  background-size: 0.6rem;
  color: #5B5A5B !important;
}
.request-rap span.wpcf7-form-control-wrap.asterisk input.wpcf7-not-valid,
.request-rap span.wpcf7-form-control-wrap.asterisk select.wpcf7-not-valid {
  background-image: url("../../images/asterisk-g.png");
}
.request-rap span.wpcf7-form-control-wrap.asterisk input.has-data,
.request-rap span.wpcf7-form-control-wrap.asterisk select.has-data {
  background-image: none;
}
.request-rap span.wpcf7-form-control-wrap.asterisk input::placeholder,
.request-rap span.wpcf7-form-control-wrap.asterisk select::placeholder {
  color: #5B5A5B !important;
}
.request-rap span.wpcf7-form-control-wrap.asterisk.has-data input {
  background-image: none;
}
.request-rap span.wpcf7-form-control-wrap.asterisk.has-data select {
  background-image: none;
}
.request-rap span.wpcf7-form-control-wrap select {
  padding-right: 3rem;
}
.request-rap span.wpcf7-form-control-wrap select option {
  color: #000 !important;
}
.request-rap span.wpcf7-form-control-wrap input[type=number], .request-rap span.wpcf7-form-control-wrap input::placeholder {
  color: #5B5A5B !important;
}
.request-rap .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.request-rap .wpcf7-response-output {
  font-size: 1.5rem;
}
.request-rap .wpcf7-not-valid-tip {
  color: #ff1000;
  position: relative;
  top: -1rem;
}

.required {
  margin-bottom: 1.625rem;
  font-size: 0.8125rem;
}
.required span {
  color: #00871D;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}

.agreement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .agreement {
    gap: 0;
  }
}
.agreement a {
  color: #00871D;
  text-decoration: underline;
}
.agreement span {
  font-size: 0.8125rem;
  line-height: 1rem;
  height: 1rem;
  cursor: pointer;
}
.agreement span.wpcf7-form-control-wrap input[type=checkbox] {
  margin: 0;
  cursor: pointer;
  appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #00871d;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin-top: -0.2rem;
}
.agreement span.wpcf7-form-control-wrap input[type=checkbox]:checked {
  background-color: #00871d;
  appearance: none;
  background-image: url(../../images/check-box.svg);
  background-repeat: no-repeat;
  background-size: 1rem !important;
  background-size: 80%;
  background-position: center;
}
.agreement span.wpcf7-form-control-wrap .req-chk-lable {
  cursor: pointer;
}
.agreement label {
  display: flex;
  align-items: center;
}
.agreement label .wpcf7-list-item-label {
  width: 2.31rem;
  height: 2.31rem;
  display: none;
  position: relative;
}
.agreement label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0.37rem;
  top: 0.5rem;
  width: 1.625rem;
  height: 1.25rem;
  z-index: 2;
}
.agreement label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2.31rem;
  width: 2.31rem;
  background-color: #fff;
  border: 1px solid #f36c23;
  border-radius: 2px;
  z-index: 1;
}
.agreement label input[type=checkbox]:checked ~ span::after {
  background-color: #fff;
  border-color: #fff;
  background-image: url("../osvyrti/assets/images/checkmark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem 1.25rem;
}
.agreement .html-label {
  font-size: 1.25rem !important;
  line-height: 1.2;
  padding-left: 1.5rem;
  color: #fff;
  font-weight: 500;
}
.agreement .html-label a {
  color: #fff;
}

.recaptcha-row {
  margin-bottom: 2.813rem;
}

form.wpcf7-form .cta-type1 {
  width: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  form.wpcf7-form .cta-type1 {
    margin: auto;
  }
}
form.wpcf7-form .cta-type1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.063rem;
  background: #e7e42a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>  <path d='M9 6l6 6-6 6' fill='none' stroke='%23117c22' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 25px;
  transition: background-position 150ms ease, filter 150ms ease;
  pointer-events: none;
}
form.wpcf7-form .cta-type1:hover {
  filter: brightness(1.02);
}
form.wpcf7-form .cta-type1:hover::after {
  background-position: calc(50% + 1px) center;
}
form.wpcf7-form .cta-type1:active {
  transform: translateY(0.5px);
}
form.wpcf7-form .cta-type1:focus-visible {
  outline: 2px solid #0a5;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  form.wpcf7-form .cta-type1 {
    transition: none;
  }
  form.wpcf7-form .cta-type1::after {
    transition: none;
  }
}
form.wpcf7-form .cta-type1 input[type=submit] {
  font-size: 1.875rem;
  background-color: transparent;
  color: #fff !important;
  font-weight: 700;
  padding: 1.2rem 5.6rem;
  border-radius: 0;
  border: 0;
  background-color: #00871D;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.063rem;
  justify-content: center;
  padding: 0 5rem 0 2rem;
  color: #fff;
  font-size: 1.063rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 150ms ease, transform 150ms ease;
}
@media (max-width: 768px) {
  form.wpcf7-form .cta-type1 input[type=submit] {
    font-size: 0.875rem;
    height: 2.875rem;
  }
}
form.wpcf7-form .cta-type1 input[type=submit] {
  cursor: pointer;
  margin: 0 auto !important;
  text-transform: uppercase;
  letter-spacing: 0.45px;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 32%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #85c442;
  opacity: 0.75;
  border-radius: 100%;
  visibility: hidden;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #fbfbfc;
  animation: spin 1s linear infinite;
}

.request-rap span.wpcf7-form-control select {
  padding: 1.5rem 3rem 1.5rem 1.7rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #5B5A5B;
}

@media (max-width: 768px) {
  .contact-osvyrti {
    padding-top: 4.06rem;
    padding-bottom: 5.37rem;
  }
  .form-heading {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
  .form-sub-title {
    font-size: 1rem;
    text-align: center;
  }
  .request-rap span.wpcf7-form-control-wrap input {
    padding: 0 1.7rem;
  }
  .request-rap span.wpcf7-form-control select {
    padding: 1.5rem 3rem 1.5rem 1.7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .request-rap span.wpcf7-form-control-wrap.asterisk input, .request-rap span.wpcf7-form-control-wrap.asterisk select {
    background-position: 1.3rem 0.9rem;
    background-size: 0.4rem;
  }
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #5B5A5B;
}

.custom-select:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  background-image: url("../../images/showmorevector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2375rem;
  height: 0.675rem;
  position: absolute;
  right: 1.2rem;
  transform: translateY(-50%);
  top: 50% !important;
}

body .thank-boxes .is-layout-flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  body .thank-boxes .is-layout-flex {
    justify-content: center;
    gap: 0;
  }
  body .thank-boxes .is-layout-flex p {
    font-size: 0.838rem;
  }
}

@media (min-width: 782px) {
  .thank-boxes .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .f-b-unset .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset;
    flex-grow: unset;
  }
}
.thank-boxes h2 {
  margin-bottom: 0.938rem;
}
.thank-boxes h3 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 1.875rem;
  min-height: 6.313rem;
}
@media (max-width: 768px) {
  .thank-boxes h3 {
    font-size: 1.75rem;
    min-height: auto;
  }
}
.thank-boxes .thank-box-row {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .thank-boxes .thank-box-row {
    margin-top: 2.188rem;
  }
}
.thank-boxes .thank-box {
  background-image: linear-gradient(115deg, #00501D, #43B02A);
  width: 27.75rem;
  text-align: center;
  padding: 3.125rem 2.813rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .thank-boxes .thank-box {
    padding: 2.063rem 1.75rem;
    max-width: 400px;
    margin-bottom: 2.5rem;
    gap: 0;
  }
  .thank-boxes .thank-box:last-child {
    margin-bottom: 0;
  }
}
.thank-boxes .thank-box p {
  font-size: 1.25rem;
  line-height: 1.438rem;
}
@media (max-width: 768px) {
  .thank-boxes .thank-box p {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0 1rem;
  }
  .thank-boxes .thank-box p br {
    display: none;
  }
}
.thank-boxes .thank-box1 p,
.thank-boxes .thank-box3 p {
  color: #fff;
}
.thank-boxes .thank-box1 {
  position: relative;
}
.thank-boxes .thank-box2 {
  background: linear-gradient(115deg, #e6e4e4, #f8f8f8);
}
.thank-boxes .thank-box2 h3 {
  color: #00871D;
}

/*# sourceMappingURL=hcp-styles.css.map */
