<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**display: flex�澆捆**/
/** 銝餉蓬撅�銝� ----justify-content: center **/
/** 銝餉蓬銝斤垢撖寥��------- justify-content: space-between **/
/** 銝餉蓬end撖寥�� -----justify-content: flex-end**/
/** 銝餉蓬start撖寥�� ------justify-content: start**/
/** 靘扯蓬撅�銝� ------align-items: center**/
/**靘扯蓬start撖寥�� -----align-items: start**/
/** 靘扯蓬摨閖�典笆朣� ------align-items: flex-end**/
/** 靘扯蓬���𧋦�抅蝥踹笆朣� -----align-items: baseline**/
/** 靘扯蓬銝𠹺�见笆朣𣂼僎�唍皛� ------align-items: stretch**/
/** 銝餉蓬隞𦒘�𠰴�銝� -------flex-direction: column**/
/** 銝餉蓬隞𦒘�见�銝� ------flex-direction: column-reverse**/
/** 銝餉蓬隞𤾸椰���𢰧 -------flex-direction: row**/
/** 銝餉蓬隞𤾸𢰧��撌� -------flex-direction: row-reverse**/
/** �糓�炏��霈詨�𣂼��蝝牐撓蝻� ------flex-grow: 1**/
/** 摮𣂼��蝝删��遬蝷箸活摨�------- order: 1**/
/**PC憭湧�典�閖��**/
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  padding: 0 7.5rem;
  background-color: #ffffff;
  white-space: nowrap;
}
.logo_img {
  display: block;
  /*width: 13rem; */
  height: auto;
  width: auto;
  max-height: 3.2rem;
}
@media screen and (max-width: 430px) {
  .logo_img {
    max-width: 13rem;
  }
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 700px;
}
nav #frm_search {
  margin-left: auto;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav &gt; li &gt; a {
  font-size: 1.125rem;
}

.nav-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
.nav-btn img {
  /*margin-right: 15px;*/
}
.print_icon {
  width: 23px;
}
.print_icon_search {
  width: 18px;
}
.print_icon_share {
  width: 15px;
}
.nav-btn span {
  font-size: 1.125rem;
  margin-right: 15px;
}
.nav-btn_text {
  cursor: pointer;
}
/**reference_Framework**/
.banner {
  display: block;
  width: 100%;
}
.registering {
  position: relative;
}
.absolute {
  position: absolute;
  top: 367px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .absolute {
    top: 450px;
  }
}

.before {
  overflow: hidden;
}
.before:before {
  content: '';
  display: block;
  width: 120%;
  height: 0px;
  border: 70px solid #f5556f;
  border-radius: 100%;
  margin: 0 -10%;
  background-color: #f5556f;
}
.box {
  padding-bottom: 100px;
  /* margin-top: -70px; */
  margin-top: -100px;
  background-color: #f5556f;
  overflow: hidden;
}
.pdf_before:before {
  content: '';
  display: block;
  width: 120%;
  height: 0px;
  border: 70px solid white;
  border-radius: 100%;
  margin: 0 -10%;
  background-color: white;
}
.pdf_box {
  padding-bottom: 100px;
  /* margin-top: -70px; */
  margin-top: -100px;
  background-color: white;
  overflow: hidden;
}
.title {
  text-align: center;
  font-size: 51px;
  color: #ffffff;
}
.reference_Framework_listbox {
  margin-top: 58px;
  margin-left: 80px;
  margin-right: 80px;
}
.reference_Framework_listbox_li {
  display: block;
  padding: 8px;
  padding-right: 20px;
  margin-bottom: 26px;
  border-radius: 45px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.reference_Framework_listbox_li_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 45px;
}
.reference_Framework_listbox_li_item_icon {
  width: 5rem;
  height: 5rem;
}
.reference_Framework_listbox_li_item_p {
  width: 19.375rem;
  font-size: 1.25rem;
  color: #cf3e56;
}
.reference_Framework_listbox_li_item_p.sum-charts-lcpc {
  font-size: 1.1rem;
}
.gray_bg {
  overflow: hidden;
  margin-top: -70px;
}
.gray_bg:before {
  border: 50px solid #f3f4fa;
}
.contact {
  margin-top: -70px;
  background-color: #f3f4fa;
}
.contact_title {
  text-align: center;
  font-size: 54px;
  color: #cf3e56;
}
.contact_p {
  margin: 54px 0;
  text-align: center;
  color: #cf3e56;
  font-size: 24px;
}
.contact_item {
  width: 548px;
  margin: 0 auto;
  padding-bottom: 196px;
}
.contact_item p {
  font-size: 1.125rem;
}
.contact_item_list {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #bebebe;
}
.contact_item_list_end {
  width: 278px;
}
/**diabetes_Care**/
.diabetes {
  margin-top: 33px;
}
.diabetes_titlebox {
  margin-bottom: 25px;
}
.diabetes_title_img {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}
.diabetes_title_text {
  text-align: center;
  color: #b24f4f;
  font-size: 32px;
}
.notice {
  /*display: flex;*/
  display: table;
  align-items: center;
  position: relative;
  /*width: 22rem;*/
  width: auto;
  height: 4.0625rem;
  margin: 0 auto;
}
.notice_img {
  position: absolute;
  top: 0;
  width: 4.0625rem;
  height: 4.0625rem;
  left: 0;
}
.notice_text {
  /*display: flex;*/
  display: inline-block;
  justify-content: center;
  align-items: center;
  /*width: 21.5rem;*/
  width: auto;
  height: 2.8125rem;
  border-radius: 23px;
  background-color: #333333;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding-left: 5rem;
  padding-right: 2rem;
  margin-top: 10px;
  line-height: 2.8125rem;
}
.diabetes_option {
  margin-top: -70px;
  background-color: #f3f4fa;
  overflow: hidden;
}
.diabetes_option_content {
  max-width: 58.1875rem;
  width: 95%;
  padding-bottom: 100px;
  margin: 0 auto;
}
.diabetes_option_content_list {
  padding: 0 6rem;
  margin: 2.0625rem 0;
  border-bottom: 1px dashed #bebebe;
}
.core_doc {
  width: 100%;
  text-align: center;
}
.diabetes_option_content_listitem {
  position: relative;

  display: -webkit-box;
  /** �����𧋦霂剜��: Safari, iOS, Android browser, older WebKit browsers. **/
  display: -moz-box;
  /** �����𧋦霂剜��: Firefox (buggy) **/
  display: -ms-flexbox;
  /** 瘛瑕����𧋦霂剜��: IE 10 **/
  display: -webkit-flex;
  /** �鰵���𧋦霂剜��: Chrome 21+ **/
  display: flex;
  /** �鰵���𧋦霂剜��: Opera 12.1, Firefox 22+ **/
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 10px;
  margin-bottom: 33px;
  border-radius: 23px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.5rem;
  color: #333333;
  /*cursor: pointer;*/
}
.diabetes_option_content_listitem.disabled {
  background-color: #eeeeee;
  pointer-events: none;
}
.diabetes_option_content_listitem.disabled input {
  visibility: hidden;
}
.diabetes_option_content_listitem_p {
  width: 302px;
  font-size: 1.125rem;
  line-height: 120% !important;
  cursor: pointer;
}
.Centered {
  width: 50%;
  margin: 0 auto;
}
.diabetes_option_content_listnone {
  border-bottom: none;
}
.diabetes_option_content_btnitem {
  justify-content: center;
  background-color: #cf3e56;
}
.diabetes_option_content_btnitem_p {
  color: #ffffff;
  font-size: 1.125rem;
  cursor: pointer;
}
.white_bg {
  overflow: hidden;
  margin-top: -70px;
}
.white_bg:before {
  border: 70px solid #ffffff;
}
.foot_box {
  overflow: hidden;
  margin-top: -70px;
  background-color: #ffffff;
}
/**about_Us**/
.container_box {
  padding: 0 10%;
}
.about_Us_title {
  font-size: 3.375rem;
  color: #ffffff;
  text-align: center;
}
.about_Us_content {
  margin-left: 3.375rem;
  margin-right: 3.375rem;
  margin-top: 3.125rem;
  background-color: #ffffff;
  border-radius: 45px;
  padding: 4rem;
}
.about_Us_content p,
.about_Us_content ul {
  font-size: 1.125rem;
  color: #333333;
  line-height: 2.5rem;
}
.about_Us_content_p {
  margin-bottom: 3.8125rem;
}
.f_bg {
  margin-top: -45px;
}
.f_bg::before {
  border-width: 30px;
}
/**pdf_viewer**/
.pdf_viewer_box {
  padding: 0;
}
.pdf_viewer_title_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdf_viewer_title_span {
  flex: 1;
}
.pdf_viewer_title {
  flex: 1;
}
.pdf_viewer_title_t {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}
.pdf_viewer_title_img {
  width: 2.525rem;
  height: 2.525rem;
}
.pdf_viewer_title_h {
  text-align: center;
  font-size: 2rem;
  color: #f5556f;
}
.pdf_viewer_title_p {
  /* font-size: 1.5rem; */
  font-size: 2rem;
  color: #f5556f;
}
.pdf_viewer_img_box {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pdf_viewer_img {
  width: 20px;
  height: 22px;
  margin-right: 6px;
}
.pdf_viewer_content_box {
  position: relative;
  /* margin-top: 3rem; */
  /* padding: 3rem 8.4375rem; */
  background-color: white;
  /* border-radius: 45px; */
  overflow: hidden;
	padding: 0;
	border-radius: 0px;
	margin-top: 15px;
	image-rendering: pixelated;
}
.pdf_viewer_content_img {
  display: block;
  width: 100%;
}
.pdf_viewer_pc,
.pdf_viewer_phon {
  display: none;
  position: absolute;
  top: 200px;
  width: 100%;
}
/**option**/
.option_box {
  display: none;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  background-color: #f5556f;
  border-radius: 23px;
  overflow-y: auto;
}
.show_option_box {
  display: none;
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  background-color: #f5556f;
  border-radius: 23px;
  overflow-y: auto;
}
.option_box_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.option_box_content {
  padding: 1.5rem 0;
}
.option_box_title_t {
  width: 263px;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  color: #ffffff;
}
.option_box_text_t {
  width: 90%;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  color: #ffffff;
}
.option_box_title &gt; img {
  width: 15px;
}
.option_box_content_item {
  margin-top: 4.375rem;
}
.option_box_content_item:first-of-type {
  margin-top: 0;
}
.option_box_content_item_h {
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0.9375rem;
}
.option_box_content_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 1.5rem;
  margin-bottom: 0.875rem;
  background-color: #ffffff;
  border-radius: 23px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.option_box_content_list p {
  font-size: 1.125rem;
  line-height: 120%;
  cursor: pointer;
}
.option_box_content_list img {
  min-height: 12px;
}
.option_box_content_btn {
  padding-top: 1.5rem;
  border-top: 1px dashed #ffffff;
}
/**preventiveCare_for_Older_Adults**/
.diabetes_option_content_listitem .preventiveCare_for_Older_img {
  position: absolute;
  top: -9px;
  left: -0.9375rem;
  width: 4.0625rem;
}
/**collectionofTwo-pageSummaryCharts**/
.collectionofTwo_phone_img_list_box {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 4.0625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1220px) {
  .collectionofTwo_phone_img_list_box {
    padding-left: 0;
  }
}
.collectionofTwo_phone_img_list_box_img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 4.0625rem;
  margin-right: -50px;
  z-index: 10;
}
.collectionofTwo_phone_img_list_box_img_listitem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* min-height: 50px; */
  min-height: 65px;
  background-color: #ffffff;
  /* padding: 0.75rem 0.9375rem; */
  padding: 0.9375rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 23px;
  cursor: pointer;
}
.collectionofTwo_phone_img_list_box_img_listitem_p {
  font-size: 1.125rem;
  width: 14.875rem;
  margin-left: 3.25rem;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: -5px;
}
/**��鈭�**/
.social-share {
  width: 20px;
  height: 20px;
}
.social-share .icon-wechat {
  position: relative;
  display: block;
  background-image: url(../img/weChat_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
/**�𤣰撅飃con**/
.add,
.add_Immunisation,
.add_Development,
.add_Childhood,
.add_PhysicalGrowth,
.add_Parent,
.show_option_add,
.add_Assessment,
.add_Elderly,
.add_Dental,
.add_Visual,
.add_Cognitive,
.add_CommonMentalHealth {
  width: 15px;
}
/**PC摨閖��**/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 730px;
  padding-bottom: 75px;
  margin: 0 auto;
}
.footer_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_text p {
  font-size: 1.125rem;
  padding: 32px 0;
  margin-right: 20px;
}
@media screen and (max-width: 1176px) {
  .head {
    padding: 0 2.5rem;
  }
}
/**��滚�𥪜�誩躹���**/
.pc_box {
  display: block;
}
.phone_box {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_box {
    display: none;
  }
  .phone_box {
    display: block;
  }
  .stripe_bg {
    background-image: url(../img/stripe_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .stripe_bg.phone_pdf_viewer {
    background: none;
  }
}
/**��滚�𥪜�誩仍��**/
.phone_head {
  display: none;
}
.btn_submit_input {
  padding-bottom: 5px;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  -webkit-appearance: none;
  min-width: 160px;
}
@media screen and (max-width: 1000px) {
  .pc_head {
    display: none;
  }
  .phone_head {
    display: block;
  }
  .phone_head_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.125rem;
    padding: 0 0.9375rem;
  }
  /**��滚�𥪜�𤩺𡂝撅�**/
  .phone_drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 11;
    overflow-y: auto;
  }
  .phone_drawer_content {
    padding: 1.75rem;
  }
  .phone_drawer_content_close {
    float: right;
  }
  .phone_drawer_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #bebebe;
  }
  .phone_drawer_list a {
    display: block;
    width: 100%;
    padding: 2.375rem 0;
  }
  .phone_drawer_list_p {
    font-size: 1.25rem;
    color: #333333;
  }
  .phone_drawer_ra {
    margin-top: 3.75rem;
  }
  .phone_drawer_btn {
    align-items: center;
  }
  .nav-btn_textbox {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  .nav-btn_textbox span {
    padding: 8px;
  }

  .phone_drawer_share {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .phone_drawer_share &gt; * {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 1rem;
  }
  .phone_drawer_share_img {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
  }
  .btn_submit_search {
    border: none;
    background-color: #ffffff;
  }
}
/**��滚�𥪜�誩�𡑒”**/
@media screen and (max-width: 1000px) {
  .shallowOrange_bg {
    overflow: hidden;
  }
  .shallowOrange_bg:before {
    border: 55px solid #fcede5;
  }
  .phone_phone {
    margin-top: -70px;
    padding: 0 0.9375rem;
    padding-bottom: 5.75rem;
    background-color: #fcede5;
  }
  .phone_phone_title_img {
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
  }
  .phone_option_content_listitem_tp {
    flex: 1;
    text-align: left;
    font-size: 1.125rem;
    margin-left: 2.75rem;
    line-height: 1;
  }
  .phone_phone_title_p {
    font-size: 1.875rem;
    color: #cf3e56;
    text-align: center;
  }
  .shallowgray_bg {
    overflow: hidden;
    margin-top: -70px;
  }
  .shallowgray_bg:before {
    border: 55px solid #fafafa;
  }
  .core_box {
    padding: 0 0.9375rem;
    padding-bottom: 5.125rem;
    margin-top: -70px;
    background-color: #fafafa;
  }
  .core_box_list {
    padding-bottom: 2.5rem;
    border-bottom: 1px dashed #bebebe;
  }
  .phone_phone_img_list {
    position: relative;
    margin-top: 0.9375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 4.0625rem;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
  .phone_phone_img_list .option_box {
    margin-left: -1.25rem;
  }
  .phone_phone_img {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 4.0625rem;
  }
  .phone_option_content_list {
    margin: 0;
    padding: 1.875rem 0;
  }
  .phone_option_content_listitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;
    padding: 0.5rem 0.9375rem;
    margin-bottom: 1.25rem;
    border-radius: 23px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 1.5rem;
    color: #333333;
    width: 100%;
  }
  .phone_option_content_listitem.disabled {
    background-color: #eeeeee;
    pointer-events: none;
  }
  .phone_option_content_listitem.disabled input {
    visibility: hidden;
  }
  .phone_option_content_listitem_p {
    font-size: 1.125rem;
    line-height: 120% !important;
  }
  .phone_option_content_list .phone_option_content_listitem:last-of-type {
    margin-bottom: 0;
  }
  .phone_option_content_btnitem {
    justify-content: center;
    background-color: #cf3e56;
  }
  .phone_option_content_btnitem_p {
    color: #ffffff;
    font-size: 1.125rem;
    cursor: pointer;
  }
}
/**��滚�𥪜�蓤eference_Framework**/
@media screen and (max-width: 1000px) {
  .phone_reference_Framework {
    padding: 0 0.9375rem;
    padding-top: 2.5625rem;
  }
  .phone_reference_Framework_title {
    text-align: center;
    font-size: 1.625rem;
    color: #ffffff;
  }
  .reference_Framework_listbox {
    padding-top: 1.875rem;
    padding-bottom: 5.85rem;
    margin: 0;
  }
  .reference_Framework_listbox_li_item_p {
    width: auto;
  }
  .reference_Framework_listbox_li_item_icon {
    width: 4rem;
    height: 4rem;
  }
  .phone_reference_Framework_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .phone_reference_Framework_box p {
    margin-left: 0.9375rem;
    font-size: 1.125rem;
  }
}
/**��滚�𥪜�𥯤bout_Us**/
@media screen and (max-width: 1000px) {
  .phone_about_Us_box {
    padding-top: 1.25rem;
    padding-bottom: 7.875rem;
  }
  .phone_about_Us_title {
    padding-bottom: 1.25rem;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
  }
  .phone_about_Us_content {
    padding: 2.25rem;
    margin: 0 0.9375rem;
    border-radius: 45px;
    background-color: #ffffff;
  }
  .phone_about_Us_content p,
  .phone_about_Us_content ul {
    line-height: 1.5rem;
    font-size: 1.15rem;
  }
  .phone_about_Us_content_p {
    margin-bottom: 16px;
    color: #333333;
    text-align: justify;
  }
}
/**��滚�𥪜�䒠df_viewer**/
@media screen and (max-width: 1000px) {
  .phone_pdf_viewer {
    overflow: hidden;
  }
  .pdf_viewer_content_box_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
  .pdf_viewer_content_box {
    /* padding: 1.8375rem 1rem; */
    padding: 0;
    margin: 0 0.5rem;
    margin-bottom: 5.875rem;
    border-radius: 23px;
  }
  .phone_pdf_viewer_title {
    text-align: center;
    color: #333333;
  }
  .phone_pdf_viewer_title_h {
    font-size: 1.25rem;
  }
  .phone_pdf_viewer_title_p {
    font-size: 1rem;
  }
  .pdf_viewer_share_box {
    position: fixed;
    top: 10.125rem;
    right: 2.25rem;
    left: 2.25rem;
    padding: 0.9375rem;
    border-radius: 23px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: none;
    z-index: 99999;
  }
  .pdf_viewer_share_title_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .pdf_viewer_share_title_p {
    text-align: center;
    color: #cf3e56;
    font-size: 1.25rem;
  }
  .pdf_viewer_share_content_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 8rem;
    margin: 0 auto;
    margin-top: 2.125rem;
    padding-bottom: 3.125rem;
  }
  .pdf_viewer_share_content_box img {
    width: 38px;
  }
  .share_white {
    width: 20px;
  }
  .qrcode img {
    width: 100%;
  }
  #qrcodes canvas {
  }
  #qrcodes img {
    width: 100px;
    height: 100px;
  }
}
/**��滚�𥪜�䒠df_viewer**/
@media screen and (min-width: 768px) {
  .pdf_viewer_content_box_box {
    margin-top: 3.9375rem;
  }
}
/**��滚�𥪜�㷓ollectionofTwo-pageSummaryCharts**/
@media screen and (max-width: 1000px) {
  .collectionofTwo_phone_img_list_box {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 4.0625rem;
    margin-bottom: 1.25rem;
  }
  .collectionofTwo_phone_img_list_box_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.0625rem;
  }
  .collectionofTwo_phone_img_list_box_img_listitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 50px;
    background-color: #ffffff;
    padding: 0.75rem 0.9375rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 23px;
  }
  .collectionofTwo_phone_img_list_box_img_listitem_p {
    /* width: 13.875rem; */
    width: 100%;
    margin-left: 3.25rem;
    line-height: 1;
  }
}
/**��滚�𥪜�檧ducationalResources**/
@media screen and (max-width: 1000px) {
  .educationalResources_bg {
    margin-top: 0;
  }
  .educationalResources_phone {
    margin-top: -70px;
    padding: 0 0.9375rem;
    padding-bottom: 5.75rem;
    background-color: #fafafa;
  }
  .educationalResources_box {
    margin-top: -70px;
    padding: 0 0.9375rem;
    padding-bottom: 5.75rem;
    background-color: #f5556f;
  }
  .educationalResources_bg_bg {
    margin-top: -70px;
  }
  .educationalResources_content {
    padding: 0.9375rem;
    margin-bottom: 1.875rem;
    background-color: #ffffff;
    border-radius: 30px;
  }
  .educationalResources_content_title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .educationalResources_content_title_img {
    width: 2.75rem;
    height: 2.75rem;
  }
  .educationalResources_content_title_p {
    font-size: 1.125rem;
    margin-left: 0.625rem;
    color: #cf3e56;
  }
  .educationalResources_content_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0;
  }
  .educationalResources_content_list img:first-child {
    width: 3.75rem;
  }
  .educationalResources_content_list_p {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    font-size: 1.125rem;
    color: #333333;
  }
  .educationalResources_border {
    border-bottom: 1px dashed #bebebe;
  }
  .videos_box {
    padding: 3.125rem 0;
  }
  .videos_box_title {
    font-size: 1.125rem;
    color: #cf3e56;
    text-align: center;
  }
  .videos_box_list {
    font-size: 1.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.5rem;
  }
}
/**��滚�𥪜�𥲑itemap**/
@media screen and (max-width: 1000px) {
  .phone_sitemap_title {
    font-size: 2.375rem;
  }
  .phone_sitemap_content {
    padding: 2.255rem;
    padding-bottom: 20.625rem;
    margin-top: 1.25rem;
  }
}
/**��滚�𥪜�誩�鈭怠撕蝒埈甅撘�**/
@media screen and (max-width: 1000px) {
  .qrcode {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
  }
  .qrcode_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/**��滚�𥪜�誩�閖��**/
.pc_footer {
  display: flex;
}
.phone_footer {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_footer {
    display: none;
  }
  .phone_footer {
    font-size: 1.125rem;
    display: block;
    margin-top: -70px;
  }
  .footer_bg {
    overflow: hidden;
    margin-top: -70px;
  }
  .footer_bg:before {
    border: 55px solid #ffffff;
  }
  .phone_footer_text {
    display: flex;
    justify-content: center;
  }
  .phone_footer_text p {
    margin-right: 0.9375rem;
  }
  .phone_footer_text p:last-child {
    margin-right: 0;
  }
  .phone_footer_p {
    text-align: center;
  }
  .phone_footer_img {
    display: block;
    width: 4.9375rem;
    height: 1.75rem;
    margin: 0 auto;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

a.notice_text:hover,
a.notice_text:focus {
  color: #ffffff;
}
.option_box_content_list:hover,
.option_box_content_list:focus,
.collectionofTwo_phone_img_list_box_img_listitem:hover,
.collectionofTwo_phone_img_list_box_img_listitem:focus,
.diabetes_option_content_listitem:hover,
.diabetes_option_content_listitem:focus {
  background: #eeeeee;
}

.diabetes_option_content_btnitem:hover,
.diabetes_option_content_btnitem:focus {
  background-color: #cf3e56;
}

#skiptargetholder {
  display: block;
  margin: 0 auto;
  max-height: 0;
}

.skip-link {
  position: relative;
  z-index: 1001;
}

.diabetes_care_7 {
  height: 59px;
}
.skip-link__link {
  display: -moz-inline-stack;
  display: block;
  margin: 0;
  max-height: 0;
  color: #fff;
  position: absolute;
  top: -5000px;
  left: -5000px;
}
.skip-link__link:focus {
  max-height: 1920px;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: underline;
  left: 45%;
  top: 0;
  background-color: #eeeeee;
  color: #000000;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media print {
  a[href]:after {
    content: none;
  }
}
</pre></body></html>