@font-face {
  font-family: Roboto;
  src: url(/home/assets/fonts/Roboto-Regular.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url(/home/assets/fonts/Roboto-Medium.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Roboto;
  src: url(/home/assets/fonts/Roboto-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Roboto;
  src: url(/home/assets/fonts/Roboto-Black.ttf);
  font-weight: 800;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;
}

html {
  scroll-behavior: smooth;
}

.top-container {
  margin: 0 20px;
  z-index: 2;
  position: relative;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 28px;
  background: #a3227d;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.button:hover {
  background-image: linear-gradient(#a3227d, #6c1d5b);
}

.button:active {
  background-color: #6c1d5b;
}

.button--square {
  border-radius: 5px;
}

.stripe {
  background: linear-gradient(270deg, #a3227d 2.41%, #f7a71c 99.05%);
  height: 6px;
  width: 100%;
}

.stripe--secondary {
  background-color: #a3227d;
  height: 6px;
  width: 100%;
}

.text {
  color: #3f4444;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;

  line-height: 1.5;
}

.text sup {
  font-size: 10px;
}

.subtext {
  color: #3f4444;
  font-size: 12px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.mobile-menu {
  background-color: #fff;
  width: 100vw;
  position: fixed;
  z-index: 999;
  display: none;
}

.mobile-list {
  height: calc(100vh - 95px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.mobile-item {
  list-style: none;
  width: 100%;
  flex: 1;
}

.mobile-link:hover {
  background-color: #a3227d;
  color: #fff;
}

.mobile-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #3f4444;
  background-color: #f0f8fd;
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.error {
  color: red;
  font-size: 12px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}

.label {
  color: #3f4444;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.headline {
  color: #06408b;

  font-size: 32px;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}

.headline sup {
  font-size: 12px;
}

.subheadline {
  color: #a3227d;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.subheadline sup {
  font-size: 14px;
}

.highlight {
  font-weight: 700;
}

.highlight--primary {
  color: #a3227d;
}

.highlight--secondary {
  color: #008578;
}

.highlight--ternary {
  color: #ff00ff;
}

.alert {
  border: 1px solid red;
}

.hidden {
  display: none !important;
}

.non-scrollable {
  overflow-y: hidden !important;
}

.aligned-group {
  display: flex;
}

.aligned-group input {
  margin-top: 5px;
}

.graph__list {
  counter-reset: list;
  list-style: none;
}

.graph__list li {
  counter-increment: list;
  position: relative;
}

.graph__list li:before {
  font-size: 8px;
  content: counter(list, lower-alpha);
  position: absolute;
  right: 100%;
}

.navbar {
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.navbar__container {
  display: flex;
  max-width: 1163px;
  margin: auto;
}

.navbar__left {
  padding: 20px 10px;
}

.navbar__logo {
  width: 150px;
  cursor: pointer;
}

.navbar__right {
  flex: 1;
  padding: 20px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 14px;
}

.navbar__list {
  text-align: center;
  padding-left: 110px;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

.navbar__link {
  text-decoration: none;
  color: #3f4444;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.navbar__link:hover {
  padding-bottom: 4px;
  border-bottom: 2px solid #f7a71c;
}

.menu-icon {
  display: none;
  right: 20px;
  top: 30px;
  position: absolute;
  cursor: pointer;
}

.footer {
  display: flex;
  flex-direction: column;
  background: #06408b;
  padding: 44px 64px;
  display: flex;
  gap: 15px;
}

.footer__logo {
  width: 190px;
}

.footer__list {
  display: flex;
  list-style: none;
  gap: 16px;
}

.footer__privacy {
  margin-bottom: 25px;
}

.privacy-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.privacy-icon {
  height: 12px;
}

.footer__list .footer__item {
  border-right: 1px solid #fff;
  padding-right: 18px;
}

.footer__list .footer__item:last-child {
  border-right: none;
}

.footer__link,
.footer__info {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.footer__paragraph {
  font-size: 14px;
  line-height: 20px;
}

.info {
  padding: 0 128px;
}

.info__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 90px;
}

.info h3 {
  color: #a3227d;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.info__title {
  color: #a3227d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.info__description {
  color: #3f4444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.info__footer {
  margin: 60px 0;
  color: #3f4444;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.info__footer .subtext {
  line-height: 14px;
  margin-bottom: 7px;
}

.info__link {
  color: #a3227d;
}

.pinned {
  position: fixed;
  bottom: 5%;
  height: 150px;
  box-shadow: 0px -3px 9px -3px rgba(0, 0, 0, 1);
}

.maximized {
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  transition: transform 0.5s;
  transform: scaleY(1);
  transition: top 0.4s;
  background-color: #fff;
}

.drawer {
  z-index: 100;
}

.drawer__container {
  background-color: #fff;
}

.drawer__toggle {
  display: flex;
  justify-content: space-between;
  padding: 10px 75px 0px;
  color: #a3227d;

  font-size: 18px;
  font-weight: 700;
}

.drawer__content {
  background-color: #fff;
  padding: 12px 75px 25px;
}

.toggle {
  display: flex;
  gap: 6px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  color: #a3227d;
  background-color: #f6ecf4;
  border: none;
  align-items: center;
  cursor: pointer;
}

.toggle--mobile {
  padding: 0;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: none;
}

.caption {
  position: absolute;
  right: 100px;
  bottom: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #3F4444;
}

@media screen and (max-width: 500px) {
  .drawer__toggle {
    font-size: 16px;
  }

  .caption {
    bottom: 20px !important;
    right: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer__list {
    flex-direction: column;
  }

  .footer__list .footer__item {
    border-right: none;
  }

  .info__footer {
    margin: 40px 0 20px;
  }

  .toggle {
    display: none;
  }

  .toggle--mobile {
    display: block;
  }

  .caption {
    bottom: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar__left,
  .navbar__right {
    background-color: #fff;
    padding: 10px;
  }

  .navbar__list {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .info {
    padding: 0 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .drawer__toggle {
    padding: 5px 25px;
  }

  .drawer__content {
    padding: 0px 25px 25px;
  }

  .caption {
    right: 50px;
  }
}

@media screen and (min-height: 768px) {
  .mobile-list {
    height: calc(60vh - 110px);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.75);
  }
}


.isi strong {
  font-weight: 700;
}
.isi__group:not(:last-of-type) {
  margin-bottom: 10px;
}
.isi__subtitle {
  color: #3F4444;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.isi__subtitle--non-transform {
  text-transform: none;
}
.isi__list {
  margin-bottom: 5px;
  padding-left: 20px;
}
.isi__list li {
  color: #3F4444;
  font-size: 16px;
  line-height: 22px;
}
.isi__list li:not(:last-of-type) {
  margin-bottom: 5px;
}
.isi__title {
  color: #A3227D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .isi__title {
    max-width: initial;
  }
}
.isi__paragraph {
  font-weight: 400;
  font-size: 16px;
  color: #3F4444;
  line-height: 22px;
}
.isi__paragraph em,
.isi__paragraph u {
  color: #3F4444;
}
.isi__paragraph--inner {
  font-weight: 400;
  font-size: 16px;
  color: #3F4444;
  line-height: 22px;
}
.isi__paragraph--inner:not(:last-of-type) {
  margin-bottom: 10px;
}
.isi__link {
  color: #A3227D;
  font-weight: 700;
}
.isi__phone-number {
  color: inherit;
  text-decoration: none;
}
.isi__warning-box {
  border: 2px solid rgb(0, 0, 0);
  padding: 12px 7px;
  margin-bottom: 10px;
}
@media screen and (min-width: 425px) {
  .isi__warning-box {
    padding: 12px 10px;
  }
}
.isi__warning-box .isi__subtitle {
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
    .isi__warning-box .isi__subtitle br {
        display: none;
    }
}

.isi__warning-box-paragraph {
  font-weight: 700;
}
.isi__warning-box-paragraph:first-of-type {
  margin-bottom: 5px;
}
.isi__warning-box-list li {
  font-weight: 700;
}
.isi__references {
  margin: 30px 0;
}
