/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: $yuvezzi-black;
 * $body-color: $gray-100;
 */
.isi-section {
  background-color: #fff;
  padding: 24px 0 16px;
  position: relative;
  transition: all 0.3s ease;
}
.isi-section .yuvezzi-text__title {
  color: #2F415B;
}
.isi-section .yuvezzi-text__paragraph {
  font-size: 24px;
}
@media (max-width: 768px) {
  .isi-section .yuvezzi-text__paragraph {
    font-size: 18px;
  }
}
.isi-section .yuvezzi-text__paragraph li {
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .isi-section .yuvezzi-text__paragraph li {
    font-size: 18px !important;
    line-height: normal !important;
  }
}
.isi-section .yuvezzi-text__paragraph li::marker {
  font-size: medium;
}
.isi-section .yuvezzi-text__paragraph li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .isi-section {
    padding: 24px 0 16px;
  }
}
.isi-section .isi-section-dtc {
  font-size: 22px;
  line-height: 140%;
}
@media only screen and (max-width: 991.98px) {
  .isi-section .isi-section-dtc {
    font-size: 18px;
  }
}
.isi-section .isi-section-dtc .yuvezzi-text__title {
  font-size: 30px;
  line-height: 125%;
}
@media only screen and (max-width: 991.98px) {
  .isi-section .isi-section-dtc .yuvezzi-text__title {
    font-size: 20px;
    line-height: 100%;
  }
}
.isi-section .isi-section-dtc .yuvezzi-text__subtitle {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .isi-section .isi-section-dtc .yuvezzi-text {
    font-size: 20px;
    line-height: 100%;
  }
}
.isi-section__collapse {
  background-color: #ab0b7b;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -46px;
  right: 14px;
  border-radius: 0 0 8px 8px;
}
.isi-section__collapse img {
  width: 16px;
  height: 16px;
}
.isi-section__collapse img.minus-icon {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.isi-section__collapse:hover {
  background-color: #9a3485;
}
.isi-section__content {
  font-family: "Figtree", sans-serif;
  max-height: auto;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.isi-section__content.is-collapsed {
  max-height: 145px;
}
@media (max-width: 768px) {
  .isi-section__content.is-collapsed {
    max-height: 136px;
  }
}
.isi-section__text {
  color: #A50776;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
}
.isi-section__text p {
  margin-bottom: 0.75rem;
}
.isi-section__text a {
  color: #A50776;
  text-decoration: underline;
}
.isi-section__text a:hover {
  color: #A50776;
}
.isi-section .isi-section__collapse {
  top: 0;
}
.isi-section--variant-dtc-2 .yuvezzi-text__title {
  color: #2F415B;
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}
.isi-section--variant-dtc-2 .yuvezzi-text__paragraph p {
  color: #1a1a1a;
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.isi-section--variant-dtc-2.isi-section-sticky .isi-section__content {
  padding-top: 16px;
  max-height: 118px;
}
@media only screen and (min-width: 992px) and (max-width: 1399.98px) {
  .isi-section--variant-dtc-2.isi-section-sticky .isi-section__content {
    max-height: 125px;
  }
}
@media only screen and (max-width: 991.98px) {
  .isi-section--variant-dtc-2.isi-section-sticky .isi-section__content {
    max-height: 132px;
  }
}
.isi-section--variant-dtc-2.isi-section-sticky .yuvezzi-text__title {
  line-height: 140%;
  font-size: 22px;
}
@media only screen and (max-width: 991.98px) {
  .isi-section--variant-dtc-2.isi-section-sticky .yuvezzi-text__title {
    font-size: 24px;
  }
}
.isi-section--variant-dtc-2.isi-section-sticky .yuvezzi-text__paragraph p {
  line-height: 150%;
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 1399.98px) {
  .isi-section--variant-dtc-2.isi-section-sticky .yuvezzi-text__paragraph p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .isi-section--variant-dtc-2.isi-section-sticky .yuvezzi-text__paragraph p {
    font-size: 18px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 991.98px) {
  .isi-section--variant-dtc-2.isi-section-sticky {
    height: 132px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .isi-section--variant-dtc-2 {
    padding: 0 16px;
  }
  .isi-section--variant-dtc-2 .container {
    padding: 0;
  }
}

.isi-section-sticky {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px 0;
  height: 139px !important;
  overflow: hidden;
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .isi-section-sticky {
    padding-top: 1px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .isi-section-sticky {
    padding-top: 1px !important;
    height: 120px !important;
  }
  .isi-section-sticky .yuvezzi-text__title {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 28px !important;
  }
  .isi-section-sticky .yuvezzi-text__subtitle {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
  }
}
@media (max-width: 767.98px) {
  .isi-section-sticky {
    height: 116px;
    padding: 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .isi-section-sticky {
    height: 116px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .isi-section-sticky {
    height: 100px;
  }
}
.isi-section-sticky .container {
  width: 100%;
  padding: 0 13px;
}
.isi-section-sticky .yuvezzi-text {
  font-family: "Figrtree", sans-serif;
}
.isi-section-sticky .yuvezzi-text__heading1 {
  margin-bottom: 0;
}
.isi-section-sticky .yuvezzi-text__title {
  margin-bottom: 0;
}
.isi-section-sticky .yuvezzi-text__title .reference-bold-word {
  color: #2f415b;
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}
@media (max-width: 768px) {
  .isi-section-sticky .yuvezzi-text__title .reference-bold-word {
    font-size: 24px;
    line-height: 28px;
  }
}
.isi-section-sticky .yuvezzi-text__subtitle {
  margin-bottom: 0;
}
.isi-section-sticky .yuvezzi-text__subtitle .reference-bold-word {
  color: #000;
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .isi-section-sticky .yuvezzi-text__subtitle .reference-bold-word {
    font-size: 18px;
    line-height: normal;
  }
}
.isi-section-sticky .yuvezzi-text__paragraph {
  margin-bottom: 0;
}
.isi-section-sticky .yuvezzi-text__paragraph .main-content {
  color: #000;
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .isi-section-sticky .yuvezzi-text__paragraph .main-content {
    font-size: 18px;
    line-height: normal;
  }
}
.isi-section-sticky .yuvezzi-text__references {
  margin-bottom: 0;
}
.isi-section-sticky .isi-section__content {
  max-height: 94px;
  padding-top: 24px;
  font-family: "Figtree", sans-serif;
}
@media only screen and (max-width: 991.98px) {
  .isi-section-sticky .isi-section__content {
    padding-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .isi-section-sticky .isi-section__content {
    max-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .isi-section-sticky .isi-section__content {
    max-height: 130px !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .isi-section-sticky .isi-section__content {
    max-height: 135px;
  }
}
@media (min-width: 1400px) {
  .isi-section-sticky .isi-section__content {
    max-height: 172px;
  }
}
.isi-section-sticky .isi-section__collapse {
  background-color: #ab0b7b;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 8px;
  border-radius: 0 0 8px 8px;
}
.isi-section-sticky .isi-section__collapse img {
  width: 16px;
  height: 16px;
}
.isi-section-sticky .isi-section__collapse:hover {
  background-color: #9a3485;
}
.isi-section-sticky .isi-section__text {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
}
.isi-section-sticky .isi-section__text p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .isi-section-sticky .isi-section__text p {
    font-size: 18px;
    line-height: normal;
  }
}

.isi-section-overlay {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  height: 100vh;
  overflow-y: auto;
  padding: 60px 0 20px;
}
.isi-section-overlay .isi-section__content {
  max-height: none;
  padding: 20px;
  font-family: "Figtree", sans-serif;
}
.isi-section-overlay .isi-section__collapse {
  background-color: #ab0b7b;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  right: 20px;
  border-radius: 0 0 8px 8px;
}
.isi-section-overlay .isi-section__collapse img {
  width: 16px;
  height: 16px;
}
.isi-section-overlay .isi-section__collapse:hover {
  background-color: #9a3485;
}
.isi-section-overlay .isi-section__text {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
}
.isi-section-overlay .isi-section__text p {
  margin-bottom: 0.75rem;
}
.isi-section-overlay .isi-section__text a {
  color: #2F415B;
  text-decoration: underline;
}
.isi-section-overlay .isi-section__text a:hover {
  color: #b83d9e;
}

.block--ep-yuvezzi-isiblock-dtc .isi-section__content.is-collapsed {
  max-height: 136px;
}
@media (max-width: 767.98px) {
  .block--ep-yuvezzi-isiblock-dtc .isi-section__content.is-collapsed {
    max-height: 132px;
  }
}

.isi-section-sticky.dtc-isi-section .isi-section__text h3 {
  font-size: 22px;
}
.isi-section-sticky.dtc-isi-section .isi-section__text .yuvezzi-text__paragraph p {
  color: var(--Black, #000);
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
}

.dtc-isi-section .isi-section__text h3 {
  font-size: 22px;
}
.dtc-isi-section .isi-section__text .yuvezzi-text__paragraph p {
  color: var(--Black, #000);
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
}

.isi-section--variant-dtc-2 {
  padding-top: 16px;
}
@media only screen and (max-width: 991.98px) {
  .isi-section--variant-dtc-2 .isi-section__content .isi-section__text .yuvezzi-text__title {
    font-size: 21px;
    padding-right: 35px;
  }
}

/*# sourceMappingURL=isi-section.css.map*/