@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-weight: normal;
  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 */
.margin-top-2 {
  margin-top: 2rem !important;
}

.agn-blue-header .header-desktop {
  background-color: unset;
  background-image: linear-gradient(94deg, #006bd7 -7%, #0582ff 102%);
}
.agn-blue-header .header-desktop .header-container {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 16px;
}
.agn-blue-header .header-desktop .header-container .header-tabs__title,
.agn-blue-header .header-desktop .header-container .header-tabs__desc,
.agn-blue-header .header-desktop .header-container .header-tabs {
  color: #ffffff;
}
.agn-blue-header .header-desktop .header-container .header-login-button .user-icon {
  background-image: url("/assets/images/icons/user-icon-blue.svg");
  filter: none;
}
.agn-blue-header .header-desktop .header-container .header-buy-button .agn-primary-button,
.agn-blue-header .header-desktop .header-container .header-login-button .agn-primary-button {
  background-image: unset;
  background-color: #ffffff;
}
.agn-blue-header .header-desktop .header-container .header-buy-button .agn-primary-button .agn-primary-button-title,
.agn-blue-header .header-desktop .header-container .header-login-button .agn-primary-button .agn-primary-button-title {
  color: #1272e2;
}
.agn-blue-header .agn-hamburger-menu {
  display: flex;
  background-color: unset;
  background-image: linear-gradient(94deg, #006bd7 -7%, #0582ff 102%);
}
.agn-blue-header .agn-hamburger-menu .agn-hamburger-header {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0.5rem;
  width: 100%;
}
.agn-blue-header .agn-hamburger-menu .agn-hamburger-header .agn-hamburger-login a {
  color: #ffffff;
}
.agn-blue-header .icon {
  filter: brightness(0) invert(1);
}

agn-blue-header .agn-diagonal-background.is-bottom:after {
  background-color: unset;
  background-image: linear-gradient(75deg, #006bd7 5%, #0582ff 97%);
  box-shadow: 0 9px 17px 0 rgba(38, 133, 245, 0.28);
  height: 256px;
  top: -80px;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  agn-blue-header .agn-diagonal-background.is-bottom:after {
    height: 340px;
    top: -100px;
  }
}