@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
/* -------------------------- Colors -------------------------- */
:root,
:host {
  --line-height_0_73: 0.73;
  --line-height_1_13: 1.13;
  --line-height_1_17: 1.17;
  --line-height_1_29: 1.29;
  --line-height_1_27: 1.27;
  --line-height_1_33: 1.33;
  --line-height_1_38: 1.38;
  --line-height_1_43: 1.43;
  --line-height_1_5: 1.5;
  --line-height_1_57: 1.57;
  --line-height_1_67: 1.67;
  --line-height_1_78: 1.78;
  --RGBA_1: rgba(0, 103, 120, 0.15);
  --RGBA_2: rgba(0, 103, 120, 0.9);
  --RGBA_3: rgba(104, 137, 155, 0.33);
  --RGBA_4: rgba(38, 133, 245, 0.28);
  --RGBA_5: rgba(0, 0, 0, 0);
  --RGBA_6: rgba(255, 255, 255, 0.6);
  --RGBA_7: rgba(0, 0, 0, 0.29);
  --RGBA_8: rgba(0, 0, 0, 0.2);
  --RGBA_9: rgba(255, 255, 255, 0);
  --RGBA_10: rgba(112, 144, 176, 0.2);
  --RGBA_11: rgba(194, 225, 245, 0);
  --RGBA_12: rgba(0, 0, 0, 0.08);
}

/* -------------------------- Colors -------------------------- */
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("/assets/fonts/Manrope-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-ExtraBold";
  src: url("/assets/fonts/Manrope-ExtraBold.ttf");
  font-family: Manrope-ExtraBold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-ExtraLight";
  src: url("/assets/fonts/Manrope-ExtraLight.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Light";
  src: url("/assets/fonts/Manrope-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Medium";
  src: url("/assets/fonts/Manrope-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("/assets/fonts/Manrope-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
/* Bulma Utilities */
:root {
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

@media screen and (min-width: 768px), print {
  .agn-stepper {
    max-width: 1000px;
    margin: 2rem auto 0;
  }
  .agn-stepper__container {
    display: flex;
  }
  .agn-stepper__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
  }
  .agn-stepper__item:before {
    --size: 3rem;
    content: "";
    display: block;
    width: clamp(1.5rem, 5vw, 3rem);
    height: clamp(1.5rem, 5vw, 3rem);
    border-radius: 50%;
    background-color: #1272E2;
    margin: 0 auto 1rem;
    margin-top: -4px;
    margin-bottom: -20px;
  }
  .agn-stepper__item:not(:last-child):after {
    content: "";
    position: relative;
    top: calc(clamp(1.5rem, 5vw, 3rem) / 2);
    width: calc(100% - clamp(1.5rem, 5vw, 3rem) - clamp(0.25rem, 2vw, 0.5rem) * -3);
    left: calc(50% + clamp(1.5rem, 5vw, 3rem) / 10 + clamp(0.25rem, 2vw, 0.5rem));
    height: 8px;
    background-color: #1272E2;
    order: -1;
    margin-top: -8px;
  }
  .agn-stepper__title {
    font-family: Manrope-Bold;
    font-size: clamp(1rem, 4vw, 1.25rem);
    margin-bottom: 0.5rem;
    color: #ffffff;
    position: relative;
    top: -15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .agn-stepper__title {
    top: -20px;
  }
}
@media screen and (min-width: 768px), print {
  .agn-stepper__desc {
    color: #094771;
    font-family: Manrope-Semibold;
    font-size: clamp(0.85rem, 2vw, 1rem);
    padding-left: clamp(0.25rem, 2vw, 0.5rem);
    padding-right: clamp(0.25rem, 2vw, 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .agn-stepper-horizontal {
    max-width: 1000px;
    margin: 2rem 1.5rem 0;
  }
  .agn-stepper-horizontal .agn-stepper__container {
    display: flex;
  }
  .agn-stepper-horizontal .agn-stepper__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
  }
  .agn-stepper-horizontal .agn-stepper__item:before {
    --size: 3rem;
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #1272E2;
    margin: 0 auto 1rem;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
    margin-top: -10px;
  }
  .agn-stepper-horizontal .agn-stepper__item:not(:last-child):after {
    content: "";
    position: relative;
    width: calc(100% - clamp(1.5rem, 5vw, 3rem) - clamp(0.25rem, 2vw, 0.5rem) * -3);
    left: calc(50% + clamp(1.5rem, 5vw, 3rem) / 10 + clamp(0.25rem, 2vw, 0.5rem));
    height: 8px;
    background-color: #1272E2;
    order: -1;
    margin-top: -8px;
    top: 14px !important;
  }
  .agn-stepper-horizontal .agn-stepper__title {
    font-family: Manrope-Bold;
    margin-bottom: 0.5rem;
    color: #ffffff;
    position: relative;
    top: -10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) {
  .agn-stepper-horizontal .agn-stepper__title {
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .agn-stepper-horizontal .agn-stepper__desc {
    color: #094771;
    font-family: Manrope-Semibold;
    font-size: clamp(0.85rem, 2vw, 1rem);
    padding-left: clamp(0.25rem, 2vw, 0.5rem);
    padding-right: clamp(0.25rem, 2vw, 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .agn-stepper-vertical {
    padding: 0 28px;
    max-width: 360px;
    margin: 2rem auto 0;
  }
  .agn-stepper-vertical .agn-stepper__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding-bottom: 40px;
  }
  .agn-stepper-vertical .agn-stepper__item:before {
    content: "";
    flex: 0 0 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #006bd7;
    position: relative;
  }
  .agn-stepper-vertical .agn-stepper__item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(30px + var(--spacing));
    bottom: -10px;
    transform: translateX(0.8823529412rem);
    width: 3.5px;
    background-color: #006bd7;
  }
  .agn-stepper-vertical .agn-stepper__title {
    font-family: Manrope-Bold;
    margin-bottom: clamp(0.85rem, 2vmax, 1rem);
    position: absolute;
    top: 15px;
    left: 13px;
    color: #fff;
    font-size: 12px;
  }
  .agn-stepper-vertical .agn-stepper__desc {
    color: grey;
    font-size: 12px;
  }
}