@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
/* -------------------------- Colors -------------------------- */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
: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-weight: 800;
  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 */
body,
* {
  font-family: Manrope;
}

.hide-container {
  display: none;
}

agn-anchor-tag a {
  color: #002b47;
}

.image img {
  display: block;
  height: inherit;
  width: 100%;
}

strong {
  color: #002b47;
  font-weight: 700;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #000000;
  outline: none;
}

.disable-scrollbars {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.disable-scrollbars::-webkit-scrollbar {
  background: transparent;
  /* Chrome/Safari/Webkit */
  width: 0px;
}

.agn-scroll::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  width: 4px;
}

.agn-scroll::-webkit-scrollbar-track,
.agn-scroll::-webkit-scrollbar-thumb {
  border: 1rem solid rgba(255, 255, 255, 0);
}

.agn-scroll::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.agn-scroll::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
}

.agn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .agn-search {
    margin: 0 1.5rem;
  }
}
.agn-search input::placeholder {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.agn-search input:focus,
.agn-search textarea:focus,
.agn-search select:focus {
  outline: none;
  border-color: white;
}
.agn-search__wrapper {
  width: 100%;
}
.agn-search__input {
  border: 1px solid #ffffff;
  width: 100%;
  padding-left: 1rem;
  outline: 0;
  height: 48px;
  font-size: 14px;
  border-radius: 0.5rem;
  box-shadow: 0 8px 40px 0 rgba(112, 144, 176, 0.25);
  background-color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .agn-search__input {
    border: 1px solid #ffffff;
    width: 50%;
    padding: 2px 23px 2px 30px;
    outline: 0;
    height: 64px;
    font-size: 1rem;
    margin: 0;
    border-radius: 0.5rem;
    box-shadow: 0 8px 40px 0 rgba(112, 144, 176, 0.25);
    background-color: #ffffff;
  }
}
.agn-search__button {
  cursor: pointer;
  border: 1px solid #1272e2;
  height: 48px;
  font-size: 1rem;
  margin-left: -45px;
  box-shadow: 0 8px 40px 0 rgba(112, 144, 176, 0.25);
  padding: 13px 15px;
  border-radius: 0.5rem;
  background-image: linear-gradient(39deg, #006bd7 -4%, #0582ff 99%);
}
.agn-search__button .bi-search::before {
  color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .agn-search__button {
    cursor: pointer;
    border: 1px solid #1272e2;
    height: 64px;
    font-size: 1rem;
    margin: 0;
    margin-left: -60px;
    box-shadow: 0 8px 40px 0 rgba(112, 144, 176, 0.25);
    padding: 22px;
    border-radius: 0.5rem;
    background-image: linear-gradient(39deg, #006bd7 -4%, #0582ff 99%);
  }
  .agn-search__button .bi-search::before {
    color: #ffffff;
  }
}
.agn-search__close-button {
  cursor: pointer;
  border: 1px solid #1272e2;
  height: 48px;
  font-size: 1rem;
  margin-left: -45px;
  box-shadow: 0 8px 40px 0 rgba(112, 144, 176, 0.25);
  padding: 13px 15px;
  border-radius: 0.5rem;
  background-image: linear-gradient(39deg, #006bd7 -4%, #0582ff 99%);
}
.agn-search__close-button .bi-x::before {
  color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .agn-search__close-button {
    cursor: pointer;
    border: 1px solid #1272e2;
    height: 64px;
    font-size: 2rem;
    margin: 0;
    margin-left: -60px;
    box-shadow: 0 8px 40px 0 rgba(112, 144, 176, 0.25);
    padding: 10px 14px;
    border-radius: 0.5rem;
    background-image: linear-gradient(39deg, #006bd7 -4%, #0582ff 99%);
  }
  .agn-search__close-button .bi-x::before {
    color: #ffffff;
  }
}
.agn-search__search-result-count {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 1rem;
  color: #1d476e;
  border-right: 1px solid #cddae2;
}
.agn-search__search-result-index {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1rem;
  color: #1d476e;
}
.agn-search .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}
.agn-search.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 8px 40px 0 rgba(112, 144, 176, 0.25);
  background-color: #ffffff;
  margin-top: 0.5rem;
  position: absolute;
  z-index: 5;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .agn-search.active .autocom-box {
    width: 50%;
    margin-top: 1rem;
  }
}
.agn-search .autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 4px;
}
.agn-search.active .autocom-box li {
  display: block;
}
.agn-search .autocom-box li:hover {
  color: #1272e2;
}