
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --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;
--blue-1100: #1E3A8A;
--blue-1200: #1E3A8A;
--blue-1300: #1a3465 ;
--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;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--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;
--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;
--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;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-playfairdisplay: 'Playfair Display',serif;
--font-lato: 'Lato',sans-serif;
--font-mavenpro: 'Maven Pro',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;
    /* 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 */
    
    /* Z-index */
    --Test: 1;
  }
  @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;
    }
  }
}


    .dnTEqG {
      gap:0px;
      color:#ffffff;
      height:100%;
      align-items:center;
      justify-content:start;
      background-color:#f8f7f6;
    }

    .zMYNF {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:99;
      position:fixed;
      transition:z-index 175ms ease 0ms , opacity 175ms ease 0ms ;
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      justify-content:center;
      background-color:#00000030;
    }

    .zMYNF.hidden {
      opacity:0;
      z-index:-1;
    }

    .faZNcz {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:0;
      position:absolute;
    }

    .eRicVP {
      z-index:1;
      position:relative;
    }

    .bCElnF {
      color:#999999;
      font-size:11px;
    }

    .dOTvJ {
      color:#a0aec0;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eOILTY {
      display:inline;
    }

    .cDFVim {
      color:#a0aec0;
      display:block;
      font-size:0.875rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cpBzkE {
      gap:0.5rem;
      display:flex;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .cWxlnM {
      color:var(--grey-800, #262626);
      font-size:var(--font-size-lg);
      font-weight:var(--font-weight-normal);
      padding-top:4px;
      padding-bottom:4px;
    }

    .eIcQma {
      gap:1rem;
      display:flex;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .lJusL {
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      background-color:#ededed;
    }

    .chJcPL {
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bLcvQW {
      gap:12px;
      font-size:16px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .eLXVPV {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:flex;
      position:fixed;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

    .dxNrlq {
      color:#4a5568;
      display:block;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bUXqHK {
      color:#000000;
      display:block;
      font-size:1.25rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:-0.025em;
    }

    .eCCgjF {
      width:100%;
      display:block;
      padding:1.5rem;
      position:relative;
      max-width:333px;
      box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      white-space:normal;
      border-style:solid;
      border-width:0px;
      border-radius:0.5rem;
      flex-direction:row;
      background-color:#fff;
    }

    .dDOktt {
      color:var(--grey-800, #262626);
      display:flex;
      align-items:center;
      padding-top:4px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:4px;
      justify-content:center;
    }

    .cedSRi {
      width:320px;
      height:320px;
      align-items:center;
      border-radius:5px;
      justify-content:center;
    }

    @media (min-width: 800px) {
    }

    .pGlpx {
      width:100%;
      height:2.5rem;
      display:flex;
      font-size:0.875rem;
      padding-top:0.5rem;
      border-color:#edf2f7;
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      border-radius:0.375rem;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      background-color:#fff;
      --tw-ring-offset-color:#fff;
    }

    .pGlpx {
      color:#292b2e;
    }

    .pGlpx:focus {
      outline:none;
      box-shadow:0 0 0 2px var(--tw-ring-color);
      --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      --tw-ring-offset-width:2px;
      --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .cvqivi {
      gap:1.5rem;
      width:90%;
      display:flex;
      position:relative;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .fmEkhb {
      top:.5rem;
      right:.5rem;
      width:2rem;
      height:2rem;
      display:flex;
      position:absolute;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:0.375rem;
      flex-direction:row;
      justify-content:center;
    }

    .fmEkhb:hover {
      background-color:#f7fafc;
    }

    .fmEkhb:focus {
      outline:none;
      box-shadow:0 0 0 2px var(--tw-ring-color);
      --tw-ring-color:#edf2f7;
      --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .ISyVf {
      color:var(--grey-800, #262626);
      width:360px;
      display:inline-block;
      font-size:var(--font-size-sm);
      text-align:center;
      font-weight:var(--font-weight-regular);
      padding-top:5px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:5px;
    }

    .fsjhHA {
      color:#858585;
      font-size:11px;
    }

    .gcsWJ {
      gap:8px;
      color:#ffffff;
      width:fit-content;
      cursor:pointer;
      align-items:center;
      padding-top:6px;
      border-color:black;
      border-style:solid;
      border-width:2px;
      padding-left:6px;
      border-radius:5px;
      padding-right:6px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
      background-color:var(--grey-900, #171717);
    }

    .gcsWJ:hover {
      transform:translateY(-1px);
      background-color:var(--blue-500, #3B82F6);
    }

    .gcsWJ:active {
      transform:translateY(0px);
    }

    .dqTWrE {
      gap:32px;
      width:100%;
      min-height:200px;
      align-items:center;
      padding-top:64px;
      flex-direction:row;
      padding-bottom:64px;
      justify-content:center;
      background-color:#ffffff;
      border-top-color:var(--grey-300, #D4D4D4);
      border-top-style:solid;
      border-top-width:1px;
    }

    .bVBXGN {
      color:var(--grey-500, #737373);
      font-family:'Playfair Display';
    }

    .bWQduo {
      color:var(--grey-500, #737373);
      font-size:var(--font-size-2xl);
      font-family:'Playfair Display';
    }

    .fwxPqg {
      gap:8px;
      width:100%;
    }

    .bsjHSu {
      font-weight:var(--font-weight-regular);
      justify-content:center;
    }

    .fxHRs {
      font-family:'Playfair Display';
    }

    .fqbfdi {
      color:var(--grey-900, #171717);
      font-size:var(--font-size-lg);
      font-family:'Playfair Display';
      font-weight:var(--font-weight-semi-bold);
      padding-top:12px;
      padding-bottom:12px;
    }

    .dZkXyH {
      gap:8px;
      width:100%;
      font-size:var(--font-size-xs);
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .skies\:RMFbqcaTuBr-HJFBHLsMC {
      align-items:center;
      justify-content:center;
    }

    .etJreV {
      width:50px;
      cursor:pointer;
      height:50px;
      border-radius:50%;
    }

    .dzJkmv {
      color:var(--grey-800, #262626);
      display:inline-block;
      font-size:var(--font-size-2xl);
      font-weight:var(--font-weight-semi-bold);
    }

    .RBiJq {
      color:#000000;
      width:100%;
      height:2.5rem;
      display:flex;
      font-size:0.875rem;
      padding-top:0.5rem;
      border-color:#edf2f7;
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      border-radius:0.375rem;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      background-color:#fff;
      --tw-ring-offset-color:#fff;
    }

    .RBiJq:focus {
      outline:none;
      box-shadow:0 0 0 2px var(--tw-ring-color);
      --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      --tw-ring-offset-width:2px;
      --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .fFdSKX {
      color:#fff;
      height:2.5rem;
      display:flex;
      font-size:0.875rem;
      align-items:center;
      font-weight:500;
      padding-top:0.5rem;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      border-radius:0.375rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:center;
      background-color:#1a202c;
      transition-duration:150ms;
      transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fFdSKX:hover {
      transform:translateY(-1px);
      background-color:#4a5568;
    }

    .fFdSKX:focus {
      outline:none;
      box-shadow:0 0 0 2px var(--tw-ring-color);
      --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      --tw-ring-offset-width:2px;
      --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .fFdSKX:active {
      transform:translateY(0px);
    }

    .bIKQdZ {
      color:var(--grey-800, #262626);
      width:360px;
      display:inline-block;
      font-size:var(--font-size-sm);
      text-align:center;
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:4px;
    }

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

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

    .KZtmV {
      gap:12px;
      color:var(--grey-700, #404040);
      width:100%;
      align-items:center;
      padding-top:24px;
      padding-bottom:24px;
      justify-content:start;
      background-color:#f8f7f6;
    }

    .erYRvO {
      color:var(--grey-900, #171717);
      font-size:var(--font-size-3xl);
      font-weight:var(--font-weight-semi-bold);
      padding-top:0px;
      padding-bottom:0px;
    }

    .fusyMt {
      gap:24px;
      width:-;
      height:-;
      align-items:center;
      padding-left:36px;
      padding-right:36px;
      flex-direction:row;
      justify-content:space-between;
    }

    .IPRfv {
      gap:4px;
      color:#000000;
      width:100%;
      height:60px;
      display:flex;
      position:relative;
      align-items:center;
      font-family:inherit;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:space-between;
      background-color:#ffffff;
    }

    @media (min-width: 800px) {

    .IPRfv {
      padding-left:40px;
      padding-right:40px;
    }
    }

    .cOvXSe {
      color:var(--grey-700, #404040);
      width:100px;
      cursor:pointer;
      height:x;
      font-size:14px;
      align-items:center;
      font-family:'Maven Pro';
      padding-top:6px;
      border-color:#ffffff;
      border-style:solid;
      border-width:1px;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
      padding-bottom:6px;
      justify-content:center;
      background-color:#ffffff;
    }

    .cOvXSe:hover {
      color:#ffffff;
      align-items:center;
      padding-top:6px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:6px;
      justify-content:center;
      background-color:#1a3466;
    }

    .fhVtXZ {
      color:var(--grey-800, #262626);
      font-size:20px;
      align-items:center;
      font-family:'Playfair Display';
      font-weight:var(--font-weight-semi-bold);
      justify-content:center;
    }

    .fhVtXZ:hover {
      cursor:pointer;
    }

    .elELOO {
      color:var(--grey-800, #262626);
      font-size:12px;
      align-items:center;
      font-family:'Playfair Display';
      font-weight:var(--font-weight-semi-bold);
      justify-content:center;
    }

    .elELOO:hover {
      cursor:pointer;
    }

    .AVYfi {
      color:var(--grey-700, #404040);
      width:105px;
      cursor:pointer;
      height:- ;
      font-size:14px;
      align-items:center;
      font-family:'Maven Pro';
      padding-top:6px;
      border-color:var(--grey-700, #404040);
      border-style:solid;
      border-width:2px;
      padding-left:4px;
      border-radius:5px;
      padding-right:4px;
      padding-bottom:6px;
      justify-content:center;
      background-color:#1a346500;
    }

    .AVYfi:hover {
      color:#ffffff;
      background-color:#1a3466;
    }

    .bonVTf {
      align-items:center;
      justify-content:start;
    }

    .dOpqhk {
      color:var(--grey-900, #171717);
      width:fit-content;
      cursor:pointer;
      align-items:center;
      padding-top:6px;
      border-color:black;
      border-style:solid;
      border-width:2px;
      padding-left:6px;
      border-radius:5px;
      padding-right:6px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:center;
      background-color:#ffffff;
    }

    .dOpqhk:hover {
      color:white;
      transform:translateY(-1px);
      background-color:var(--blue-500, #3B82F6);
    }

    .dOpqhk:active {
      transform:translateY(0px);
    }

    .cgBpEV {
      color:var(--grey-800, #262626);
      font-size:var(--font-size-lg);
      font-weight:var(--font-weight-semi-bold);
    }