@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 */
.agn-categories-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: start;
  align-items: center;
  margin-top: 1rem;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .agn-categories-tabs {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.agn-categories-tabs .agn-dcard {
  min-width: 0;
  box-shadow: 0 6px 20px 0 rgba(3, 157, 247, 0.1);
  border-radius: 1rem;
  height: 111px;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  padding: 1rem;
  width: 148px;
}
@media screen and (min-width: 768px), print {
  .agn-categories-tabs .agn-dcard {
    width: 282px;
    height: 128px;
    align-items: center;
    padding: 1.5rem;
  }
}
.agn-categories-tabs .agn-dcard agn-image {
  display: contents;
  height: 2rem;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .agn-categories-tabs .agn-dcard agn-image img {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .agn-categories-tabs .agn-dcard agn-image {
    height: 3rem;
    width: 3rem;
  }
}
.agn-categories-tabs .agn-dcard .agn-dcard-label {
  display: flex;
  margin: 0;
}
.agn-categories-tabs .agn-dcard .agn-dcard-label .main-label {
  color: #094771;
  font-family: Manrope-Semibold;
  line-height: 20px;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 768px), print {
  .agn-categories-tabs .agn-dcard .agn-dcard-label .main-label {
    margin: 0;
    margin-left: 1rem;
    line-height: 25.5px;
  }
}

.categories-card-slot {
  margin-left: 4rem;
  border-top: 1px solid #cddae2;
  margin-top: 1rem;
  padding-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.categories-card-slot .card-slot-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categories-card-slot .card-slot-inner .agn-dcard agn-image {
  display: contents;
  height: 2rem;
  width: 2rem;
}
.categories-card-slot .card-slot-inner .card-slot-label {
  width: 12.5rem;
  color: #002b47;
}
.categories-card-slot .card-slot-inner img {
  display: block;
}

.agn-title-container {
  justify-content: flex-start !important;
}

.agn-accordion-card {
  display: none;
  position: relative;
  padding: 22px 1rem 21px 64px;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 6px 20px 0 rgba(3, 157, 247, 0.1);
}
.agn-accordion-card agn-image img {
  position: absolute;
  left: 1rem;
  top: 22px;
  width: 2rem;
  height: 2rem;
}
.agn-accordion-card .agn-accordion-title-description {
  width: calc(100% - 8px) !important;
}
.agn-accordion-card .categories-card-slot {
  margin-left: 0;
}
.agn-accordion-card .categories-card-slot .agn-dcard agn-image {
  display: contents;
  height: 2rem;
  width: 2rem;
}
.agn-accordion-card .agn-accordion-header:after {
  position: absolute;
  top: 31px;
  right: 25px;
}
.agn-accordion-card .accordion-card-cstm-title {
  font-family: Manrope-Semibold;
  line-height: var(--line-height_1_13);
  color: var(--BLACK_002B47);
  font-size: 1rem;
}
.agn-accordion-card .accordion-card-cstm-desc {
  opacity: 0.7;
  line-height: var(--line-height_1_5);
  color: var(--BLACK_002B47);
  font-size: 0.75rem;
}