
@layer base {
  
  body, :host {
    /* Color */
      --White: #ffffff;
--Black: #080808ff;
--Primarypurple: #A811DA;
--primaryText: #140618ff;
--Sectext: #737373ff;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
  /* Fonts */
    --font-notosans: 'Noto Sans',sans-serif;
--font-plusjakartasans: 'Plus Jakarta Sans',sans-serif;
--font-labrada: 'Labrada',serif;
--font-abel: 'Abel',sans-serif;
--font-inter: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
--html-block-font-size: 15px;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --space-half: 0.5rem;
--space-one: 1rem;
--space-onehalf: 1.5rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bvlHf {
    width:100%;
  height:100&;
  font-size:40px;
  min-height:100%;
  align-items:center;
  background-size:100% 100%;
  justify-content:center;
  scroll-behavior:smooth;
  scrollbar-width:none;
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/authorwizard:sign-in.webp/full");
  }
      
.bvlHf::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .bwQmIY {
    color:var(--primaryText, #140618ff);
  display:inline-block;
  font-size:30px;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
      
      
  .dSspsa {
    display:flex;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .bndMmR {
    gap:48px;
  width:611px;
  border:1px solid #BEBEBE;
  opacity:1;
  max-width:90%;
  box-shadow:0px 4px 4px 0px #00000040;;
  max-height:90%;
  transition:opacity 1000ms ease 0ms normal;
  align-items:center;
  padding-top:48px;
  padding-left:56px;
  border-radius:32px;
  padding-right:56px;
  padding-bottom:48px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
          @media (max-width: 582.9px) {
            
  .bndMmR {
    padding-left:25px;
  padding-right:25px;
  }
      

          }
          

  .bndMmR {
    @starting-style {
            opacity:0;
          }
  }
      

        
      
      
  .dTVqLX {
    color:var(--primaryText, #140618ff);
  width:100%;
  cursor:text;
  height:53px;
  font-size:14px;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-left:16px;
  border-radius:4px;
  outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  padding-right:8px;
  justify-content:center;
  background-color:#E7ECFB;
  }
      

      
  .dTVqLX:focus {
    font-size:14px;
  font-weight:700;
  outline-color:var(--Primarypurple, #A811DA);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .bTTwni {
    gap:17px;
  width:100%;
  }
      

      
        
      
      
  .dSnDnN {
    gap:24px;
  width:100%;
  height:-;
  align-items:center;
  padding-top:0px;
  justify-content:center;
  }
      

      
        
      
      
  .czmeKW {
    color:var(--Primarypurple, #A811DA);
  font-size:14px;
  }
      

      
        
      
      
  .cUpbLy {
    font-size:19px;
  font-family:'Plus Jakarta Sans';
  font-weight:400;
  letter-spacing:0.07em;;
  }
      

      
        
      
      
  .eRmlKd {
    gap:4px;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bfFWi {
    gap:24px;
  width:100%;
  height:-;
  max-width:423px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cDhkAS {
    color:var(--blue-600);
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eFiNJJ {
    max-width:220px;
  }
      

      
        
      
      
  .djribR {
    gap:15px;
  width:240px;
  cursor:pointer;
  height:100%;
  font-size:24px;
  align-items:center;
  font-family:'Noto Sans';
  font-weight:600;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dXQfIU {
    cursor:pointer;
  font-size:14.76px;;
  text-align:left;;
  font-weight:400;;
  line-height:34.51px;;
  letter-spacing:0.07em;;
  text-decoration-line: underline;
  }
      

      
        
      
      
  .dHUeCP {
    color:#002f99;
  font-size:20px;
  font-family:inherit;
  text-decoration-line:;
  }
      

      
        
      
      
  .KVWDJ {
    gap:48px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .cVWDZl {
    gap:23px;
  width:100%;
  height:-;
  align-items:center;
  padding-top:0px;
  justify-content:start;
  }
      

      
        
      
      
  .ePCUhG {
    gap:8px;
  font-size:40px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  justify-content:start;
  }
      

      
        
      
      
  .WOowK {
    font-size:14.76px;;
  text-align:left;;
  font-weight:400;;
  line-height:34.51px;;
  letter-spacing:0.07em;;
  }
      

      
        
      
      
  .ftouiR {
    color:var(--primaryText, #140618ff);
  font-size:14px;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eJYFMA {
    width:100%;
  max-width:80%;
  }
      

      
        
      
      
  .dpYjMk {
    gap:25px;
  opacity:1;
  z-index:99;
  position:absolute;
  transition:opacity 500ms ease 0ms normal;
  align-items:center;
  padding-top:25px;
  border-color:var(--Sectext, #737373ff);
  border-style:solid;
  border-width:1px;
  padding-left:25px;
  border-radius:5px;
  padding-right:25px;
  padding-bottom:25px;
  justify-content:start;
  background-color:#f5f5f5;
  }
      

      
  .dpYjMk {
    @starting-style {
            opacity:0;
          }
  }
      

        
      
      
  .cWbujY {
    font-size:19px;
  font-family:inherit;
  font-weight:400;
  letter-spacing:0.07em;;
  }
      

      
        
      
      
  .eIEcT {
    gap:4px;
  width:100%;
  flex-wrap:wrap;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .kgcMF {
    width:100%;
  height:-;
  align-items:center;
  padding-left:-;
  border-radius:16px;
  padding-right:-;
  justify-content:center;
  }
      

      
        
      
      
  .csZfkG {
    color:var(--primaryText, #140618ff);
  display:inline-block;
  font-size:inherit;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
      
      
  .dCjRLO {
    font-size:inherit;
  font-family:inherit;
  font-weight:900;
  }
      

      
        
      
      
  .DjsYd {
    gap:16px;
  height:-;
  align-items:center;
  padding-top:0px;
  justify-content:start;
  }
      

      
        
      
      
  .YklGs {
    opacity:1;
  font-size:19px;
  transition:opacity 500ms ease 0ms normal;
  font-family:'Plus Jakarta Sans';
  font-weight:400;
  letter-spacing:0.07em;;
  }
      

      
  .YklGs {
    @starting-style {
            opacity:0;
          }
  }
      

        
      
      
  .bXubHi {
    color:var(--Sectext, #737373ff);
  font-size:14px;
  font-family:inherit;
  font-weight:500;
  }
      

      
        
      
      
  .cNFOBC {
    color:#fffffffc;
  width:80%;
  cursor:pointer;
  height:55px;
  font-size:19px;
  max-width:345px;
  background:linear-gradient(180deg, #01A4CD 0.23%, #0025AE 100.23%);;
  align-items:center;
  font-family:'Inter';
  font-weight:700;
  letter-spacing:0.07em;;
  justify-content:center;
  }
      

      
  .cNFOBC:hover {
    transition:background-color 100ms ease-in 100ms;
  background-color:#f0d0fbff;
  }
      


  .cNFOBC:active {
    color:var(--White, #ffffff);
  background-color:var(--Primarypurple, #A811DA);
  }
      

        
      
      
  .diyEwS {
    color:var(--blue-600, #2563EB);
  width:100%;
  font-size:14px;
  align-items:end;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:6px;
  padding-bottom:6px;
  justify-content:center;
  text-decoration-line: underline;
  }
      

      
        
      
      
  .cwRqMm {
    color:#2753F5;;
  width:fit-content;
  cursor:pointer;
  display:inline-block;
  position:relative;
  font-size:14.76px;
  font-style:normal;;
  font-weight:400;;
  letter-spacing:0.07em;;
  text-decoration-line:underline;;
  }
      

      
        
      
      
  .etTzUl {
    color:var(--blue-600, #2563EB);
  font-size:14px;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  }
      

      
        
      
      
  .dpUzwS {
    color:var(--red-500, #EF4444);
  font-size:18px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .eJRsmp {
    color:#104adb;
  display:inline-block;
  opacity:1;
  font-size:20px;
  transition:color 800ms ease 0ms normal;
  font-family:'Inter';
  font-weight:600;
  }
      

      
  .eJRsmp {
    @starting-style {
            opacity:0;
          }
  }
      

        
      