@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-footer-wrapper {
  position: relative;
  z-index: 3;
}
.agn-footer-wrapper .agn-footer {
  background-color: #b3e4fd;
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .agn-footer-wrapper .agn-footer {
    padding: 2.5rem 5rem;
  }
}
.agn-footer-wrapper .agn-footer-row-01 {
  display: grid;
  grid-template-areas: "FOOTER_FOLLOW_US" "FOOTER_NOTICE" "FOOTER_ADDRESS";
  grid-template-columns: 100%;
}
@media screen and (min-width: 768px), print {
  .agn-footer-wrapper .agn-footer-row-01 {
    background-color: #cddae2;
    grid-column-gap: 1.5px;
    grid-template-areas: "FOOTER_NOTICE FOOTER_FOLLOW_US" "FOOTER_NOTICE FOOTER_ADDRESS";
    grid-template-columns: 50% 50%;
    margin-bottom: 6.5rem;
  }
}
.agn-footer-wrapper agn-footer-follow-us {
  display: block;
  grid-area: FOOTER_FOLLOW_US;
}
@media screen and (min-width: 768px), print {
  .agn-footer-wrapper agn-footer-follow-us {
    background-color: #b3e4fd;
    padding-left: 2.5rem;
  }
}
.agn-footer-wrapper .agn-footer-notice {
  grid-area: FOOTER_NOTICE;
  margin: 3rem 2rem 0;
}
@media screen and (min-width: 768px), print {
  .agn-footer-wrapper .agn-footer-notice {
    margin: 0;
    padding-right: 40px;
    background-color: #b3e4fd;
  }
}
.agn-footer-wrapper .agn-footer-notice > div {
  max-width: 563px;
}
.agn-footer-wrapper .agn-footer-notice p {
  color: #022b47;
  font-family: Manrope-Semibold;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .agn-footer-wrapper .agn-footer-notice p {
    font-family: Manrope;
    font-size: 0.875rem;
    line-height: 21px;
    text-align: left;
  }
}
.agn-footer-wrapper .footer-address {
  grid-area: FOOTER_ADDRESS;
  margin: 1.5rem 2rem 53px;
}
@media screen and (min-width: 768px), print {
  .agn-footer-wrapper .footer-address {
    padding: 2rem 2.5rem 0;
    margin: 0;
    background-color: #b3e4fd;
  }
}
.agn-footer-wrapper .footer-address p {
  color: #022b47;
  font-family: Manrope;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
}
.agn-footer-wrapper .footer-address p strong {
  font-family: Manrope-Semibold;
}
.agn-footer-wrapper .footer-address p a {
  color: #022b47;
}
@media screen and (min-width: 768px), print {
  .agn-footer-wrapper .footer-address p {
    font-size: 0.875rem;
    line-height: 21px;
    text-align: left;
  }
}