:root {
  --font-family-normal: "itc-american-typewriter", serif;
  --font-family-cond: "itc-american-typewriter-cond", serif;
  --ms-text-primary: #333333;
  --ms-text-secondary: #B33534;
  --ms-legal-link: #BE2BBB;
  --ms-text-white: #ffffff;
  --ms-bg-color-1: #D0EAEC;
  --ms-bg-color-2: #F4F8F9;
  --ms-bg-color-3: #FFE4CE;
}

body {
  font-family: var(--font-family-normal);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--ms-text-primary);
}

.main-page {
  max-width: 768px;
  margin-inline: auto;
  overflow-x: hidden;
}

.main-page .main-header {
  background: rgb(165,185,222);
  background: linear-gradient(180deg, rgba(165,185,222,1) 0%, rgba(255,255,255,1) 65%);
  /*background-image: url("../../assets/img/bg/bg-gradiant.png");*/
  background-repeat: repeat-x;
}

@media (min-width: 768px) {
  .header-min-height {
    min-height: 775px;
  }
}

.main-header .main-header-image-block {
  display: none;
}

@media (min-width: 768px) {
  .main-header .main-header-image-block {
    display: block;
    padding: 0 20px 0 50px;
  }
}

@media (min-width: 768px) {
  .main-header .main-header-content-block {
    background-color: transparent;
    padding: 65px 35px 35px 0;
  }
}

@media (min-width: 992px) {
  .main-header .main-header-content-block {
    width: calc(768px - 320px);
  }
}

.text-emphasis-1 {
  font-size: 16px;
  line-height: 17px;
}

.text-emphasis-2 {
  font-size: 16px;
  line-height: 20px;
}

.text-emphasis-3 {
  font-size: 18px;
  line-height: 20px;
}

.text-emphasis-4 {
  font-size: 18px;
  line-height: 22px;
}

.text-emphasis-5 {
  font-size: 16px;
  line-height: 26px;
}

.text-legal {
  font-size: 12px;
  line-height: 14px;
}

.text-color-primary {
  color: var(--md-text-primary);
}

.text-color-secondary {
  color: var(--ms-text-secondary);
  font-weight: bold;
}

.text-color-white {
  color: var(--ms-text-white);
}

.link-legal {
  color: var(--ms-legal-link);
}

.bg-color-1 {
  background-color: var(--ms-bg-color-1);
}

.bg-color-2 {
  background-color: var(--ms-bg-color-2);
}

.bg-color-3 {
  background-color: var(--ms-bg-color-3);
}

.bg-gradient-2 {
  background: rgb(244,248,249);
  background: linear-gradient(180deg, rgba(244,248,249,1) 90%, rgba(255,255,255,1) 100%);
}

.bg-gradient-3 {
  background: rgb(166,192,206);
  background: linear-gradient(55deg, rgba(166,192,206,1) 47%, rgba(255,255,255,1) 89%);
}

.h3, h3 {
  font-size: 26px;
  line-height: 27px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .h3, h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
  }
}

.inner-content-block {
  width: 90%;
  margin-bottom: 50px;
}

.section-header {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-header.line-gradiant {
  background-image: url("../../assets/img/line-gradiant.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

@media (min-width: 768px) {
  .section-header.line-gradiant {
    background-position: center;
  }
}

.section-hero {
  position: relative;
  min-height: 482px;
  display: block;
  align-items: center;
  justify-content: end;
}

@media (min-width: 768px) {
  .section-hero {
    position: relative;
    min-height: 482px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
}

.section-hero-analysis {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: start;
}

@media (min-width: 768px) {
  .section-hero-analysis {
    min-height: 520px;
  }
}

.section-hero .hero-bg {
  position: relative;
  width: 100%;
  height: 256px;
  background-image: url("../../assets/img/bg/bg-blood-sample.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-hero .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/bg/bg-blood-sample.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
}

.section-hero-analysis .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/bg/bg-circles.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.section-hero .hero-content {
  position: relative;
  width: 100%;
  padding: 19px;
  z-index: 1;
}

@media (min-width: 768px) {
  .section-hero .hero-content {
    position: absolute;
    width: 272px;
    min-height: 482px;
    margin-right: 0px;
    padding: 52px 15px 10px 30px;
    z-index: 1;
  }
}

.section-hero-analysis .hero-content {
  position: absolute;
  width: 100%;
  min-height: 100%;
  padding-top: 25px;
  z-index: 1;
}

@media (min-width: 768px) {
  .section-hero-analysis .hero-content {
    position: absolute;
    width: 500px;
    height: 482px;
    padding-top: 0;
    margin-left: 20px;
    z-index: 1;
  }
}

.section-content {
  padding: 20px;
  text-align: center;
}

.section-content-icons {
  border-bottom: 1px solid var(--ms-text-primary);
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-inline: 20px;
}

.section-content-icons:last-child {
  border-bottom: 0;
}

.text-shadow {
  text-shadow: 1px 2px 1px var(--ms-text-primary);
}

.circle-block {
  background-image: url("../../assets/img/bg/bg-circle.svg");
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: 80%;
  width: 370px;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .circle-block {
    background-image: url("../../assets/img/bg/bg-circle.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 387px;
    height: 387px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.circle-block .content-block {
  width: 250px;
  height: 250px;
  text-align: center;
}

@media (min-width: 768px) {
  .circle-block .content-block {
    width: 224px;
    height: 249px;
    text-align: center;
  }
}

.risk-factor-block {
  display: block;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .risk-factor-block {
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.risk-factor-block .content-block {
  padding-top: 45px;
}

.icon-lg {
  width: 73px;
}

.line-gradiant.sm {
  height: 20px;
  background-image: url("../../assets/img/line-gradiant.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .treatment-block {
    max-width: 375px;
  }
}

.transfusion-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .transfusion-block {
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
  }
}

.transfusion-block .image-block {
  position: absolute;
  top: -30px;
  /*left: 50%;*/
  /*margin-left: -25px;*/
}

@media (min-width: 768px) {
  .transfusion-block .image-block {
    position: absolute;
    top: 0;
    left: -3px;
  }
}

.transfusion-block .content-block {
  padding: 60px 20px 20px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .transfusion-block .content-block {
    padding: 15px 20px 15px 40px;
    margin-bottom: 0;
    text-align: left;
  }
}

.main-header-content-block {
  background-color: var(--bs-white);
  padding: 20px;
}

.main-header .main-header-hero-sm {
  display: flex;
  align-items: end;
  justify-content: start;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .main-header .main-header-hero-sm {
    display: none;
  }
}

.main-header-hero-sm .hero-image-block {
  height: 485px;
}

.main-header-hero-sm .hero-content-block {
  position: absolute;
  left: 130px;
  bottom: 20px;
  max-width: 240px;
  z-index: 6;
}

@media (min-width: 576px) {
  .main-header-hero-sm .hero-content-block {
    max-width: 380px;
  }
}

.main-header-hero-sm .hero-overlay-block {
  background-image: url("../../assets/img/img-bottom-fade.png");
  height: 121px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 5;
}

/* Anemia Icons */

.anemia-icons-block {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .anemia-icons-block {
    justify-content: space-between;
  }
}

.anemia-icons-block span {
  width: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .anemia-icons-block span {
    width: 33.3%;
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .anemia-icons-block span {
    width: 20%;
    display: inline-block;
  }
}

.anemia-icons-block span:last-child {
  width: 100%;
}

@media (min-width: 992px) {
  .anemia-icons-block span:last-child {
    width: auto;
  }
}

/* Leukopenia Icons */

.leukopenia-icons-block {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .leukopenia-icons-block {
    display: flex;
    justify-content: space-between;
  }
}

.leukopenia-icons-block span {
  width: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .leukopenia-icons-block span {
    width: 33.3%;
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .leukopenia-icons-block span {
    width: 20%;
    display: inline-block;
  }
}

.leukopenia-icons-block span:last-child {
  width: 100%;
}

@media (min-width: 992px) {
  .leukopenia-icons-block span:last-child {
    width: auto;
  }
}

/* Neutropenia Icons */

.neutropenia-icons-block {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .neutropenia-icons-block {
    display: flex;
    justify-content: space-between;
  }
}

.neutropenia-icons-block span {
  width: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .neutropenia-icons-block span {
    width: 33.3%;
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .neutropenia-icons-block span {
    width: 20%;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .neutropenia-icons-block span:last-child {
    width: auto;
  }
}

/* Trombocitopenia Icons */

.trombocitopenia-icons-block {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .trombocitopenia-icons-block {
    display: flex;
    justify-content: space-between;
  }
}

.trombocitopenia-icons-block span {
  width: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .trombocitopenia-icons-block span {
    width: 33.3%;
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .trombocitopenia-icons-block span {
    width: 33.3%;
    display: flex;
    justify-content: space-between;
  }
}

.trombocitopenia-icons-block span:nth-child(3), .trombocitopenia-icons-block span:nth-child(4), .trombocitopenia-icons-block span:nth-child(5) {
  width: 100%;
}

@media (min-width: 992px) {
  .trombocitopenia-icons-block span:nth-child(3), .trombocitopenia-icons-block span:nth-child(4), .trombocitopenia-icons-block span:nth-child(5) {
    width: 33.3%;
  }
}

@media (min-width: 992px) {
  .trombocitopenia-icons-block span:last-child {
    width: auto;
  }
}

span img {
}

.hero-content.mobile h3 {
  padding-inline: 50px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .hero-content h3 {
    padding-inline: 0;
  }
}

@media (min-width: 768px) {
  .text-emphasis-2.text-strong-break strong {
    display: inline;
  }
}

.text-emphasis-2.text-strong-break strong {
  display: block;
}

.ul-anormal-cells {
  padding-left: 16px;
}

.text-emphasis-6 {
  font-size: 15px;
  line-height: 18px;
}

