
@layer base {
  
  body, :host {
    /* Color */
      --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;
--brand-primary-color: #31dcb2;
--brand-secondary-color: #6694ff;
--brand-300: #ff6669;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-plusjakartasans: 'Plus Jakarta Sans',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 */
    
  }
  @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;
    }
  }
}

      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .home\:root {
    width:100%;
  height:fit-content;
  background: white;
  min-height:100vh;
  padding-top:10rem;
  padding-bottom:7rem;
  }
      

      
          @media (max-width: 1024px) {
            
  .home\:root {
    padding-top:8rem;
  }
      

          }
          
        
        
      
      
  .BjGc {
    font-size:var(--font-size-xxs);
  }
      

      
        
        
      
      
  .eiDzXA {
    width:100%;
  height:30rem;
  display:flex;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .pVpda {
    color:#718096;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  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);
  }
      

      
  .pVpda:hover {
    color:#1a202c;
  }
      

        
        
      
      
  .pmJlw {
    width:100%;
  display:flex;
  row-gap:1rem;
  z-index:1;
  max-width:80rem;
  background: white;
  column-gap:1rem;
  align-items:center;
  margin-left:auto;
  padding-top:1rem;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1024px) {
            
  .pmJlw {
    display:none;
  background:;
  }
      

          }
          
        
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dvOtPq {
    color:var(--grey-900);
  width:100%;
  display:block;
  font-size:var(--font-size-xs);
  align-items:flex-start;
  font-weight:var(--font-weight-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .qsImz {
    width:1.75rem;
  }
      

      
        
        
      
      
  .eUVkmw {
    color:var(--grey-900);
  width:100%;
  display:flex;
  row-gap:0.5rem;
  background: white;
  box-shadow:0px 4px 12px -6px #00000075;
  column-gap:0.5rem;
  align-items:center;
  padding-top:1rem;
  border-color:var(--grey-100);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

      
          @media (min-width: 1024px) {
            
  .eUVkmw {
    width:400px;
  }
      

          }
          

  
      

        
        
      
      
  .cHcDvL {
    display:block;
  font-size:1.125rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .fGvScQ {
    height:40px;
  display:none;
  }
      

      
          @media (min-width: 1024px) {
            
  .fGvScQ {
    display:block;
  }
      

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

      
        
        
      
      
  .bHhRMl {
    color:#000000;
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  background:;
  column-gap:0.5rem;
  align-items:center;
  padding-top:0.75rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .bHhRMl:hover {
    opacity:0.5;
  background:;
  }
      

        
        
      
      
  .dKaKoY {
    width:100%;
  z-index:1;
  position:relative;
  background: white;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:0.5rem;
  }
      

      
          @media (min-width: 1024px) {
            
  .dKaKoY {
    max-width:80rem;
  background:;
  }
      

          }
          
        
        
      
      
  .ckEvGj {
    width:1.5rem;
  height:1.5rem;
  }
      

      
        
        
      
      
  .flwFGe {
    width:1.25rem;
  }
      

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

      
        
        
      
      
  .dWmJBe {
    font-size:var(--font-size-base);
  text-align:center;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
        
      
      
  .cYdiqJ {
    color:var(--grey-400);
  width:25%;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  background:;
  column-gap:0.5rem;
  align-items:center;
  justify-content:center;
  }
      

      
  .cYdiqJ:hover {
    color:var(--grey-300);
  background:;
  }
      

        
        
      
      
  .eXeVwq {
    width:0.75rem;
  }
      

      
        
        
      
      
  .Wwnbd {
    width:1.25rem;
  height:1.25rem;
  }
      

      
        
        
      
      
  .dQWzwh {
    color:#ffffff;
  width:fit-content;
  cursor:pointer;
  height:2.5rem;
  display:none;
  row-gap:0.5rem;
  font-size:var(--font-size-sm);
  background: var(--brand-primary-color);
  box-shadow:0px 4px 12px -6px #00000075;
  column-gap:0.5rem;
  font-weight:var(--font-weight-bold);
  padding-top:1rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:1rem;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

      
          @media (min-width: 1024px) {
            
  .dQWzwh {
    display:flex;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

          }
          

  .dQWzwh:hover {
    opacity:0.5;
  }
      

        
        
      
      
  .zibhN {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  max-width:80rem;
  background: white;
  column-gap:0.5rem;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:flex-start;
  margin-left:auto;
  margin-right:auto;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1024px) {
            
  
      

          }
          
        
        
      
      
  .dRwJME {
    cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  background:;
  column-gap:0.5rem;
  flex-direction:column;
  transition-duration:150ms;
  transition-property:box-shadow;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dRwJME:hover {
    opacity:0.5;
  }
      


  
      

        
        
      
      
  .fdckwV {
    row-gap:0.5rem;
  column-gap:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
        
      
      
  .dpfpiE {
    width:1rem;
  height:1rem;
  overflow-x:hidden;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
        
      
      
  .cvWCwM {
    color:var(--brand-primary-color);
  width:1.25rem;
  }
      

      
          @media (max-width: 640px) {
            
  .cvWCwM {
    width:0.75rem;
  }
      

          }
          
        
        
      
      
  .GpZEP {
    gap:1rem;
  width:100%;
  display:flex;
  align-items:center;
  padding-top:2rem;
  flex-direction:row;
  justify-content:space-between;
  border-top-color:var(--grey-200);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
          @media (min-width: 640px) {
            
  .GpZEP {
    flex-direction:row;
  }
      

          }
          
        
        
      
      
  .cndAcr {
    color:var(--grey-400);
  width:5rem;
  cursor:pointer;
  height:100%;
  display:flex;
  row-gap:0.5rem;
  background:;
  column-gap:0.5rem;
  align-items:center;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
  .cndAcr:hover {
    color:var(--grey-300);
  background:;
  }
      


  .cndAcr:focus {
    color:#000000;
  border-bottom-color:black;
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

        
        
      
      
  .cDcqJg {
    width:40rem;
  display:flex;
  row-gap:2rem;
  flex-wrap:wrap;
  max-width:100%;
  background: #ffffff;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:2rem;
  align-items:center;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:2rem;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .bqCEed {
    color:var(--grey-400);
  width:25%;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  flex-grow:1;
  background:;
  column-gap:0.5rem;
  align-items:center;
  justify-content:center;
  }
      

      
  .bqCEed:hover {
    color:var(--grey-300);
  background:;
  }
      

        
        
      
      
  .bROZYU {
    width:auto;
  height:15rem;
  background:url("https://toddle.dev/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/toddle:toddle-default-image.jpg/540") scroll padding-box border-box repeat repeat center top / cover;
  min-height:auto;
  overflow-x:hidden;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
          @media (max-width: 640px) {
            
  .bROZYU {
    height:10rem;
  }
      

          }
          
        
        
      
      
  .cznQP {
    width:100%;
  height:30rem;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .cyeHnK {
    width:100%;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (min-width: 1024px) {
            
  .cyeHnK {
    width:auto;
  }
      

          }
          
        
        
      
      
  .eULYgM {
    flex-grow:1;
  font-size:var(--font-size-xxs);
  }
      

      
        
        
      
      
  .eXUijt {
    gap:3rem;
  color:var(--grey-500);
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .buTXXj {
    height:40px;
  display:flex;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

      
          @media (min-width: 1024px) {
            
  .buTXXj {
    display:block;
  }
      

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

      
        
        
      
      
  .fnZOpp {
    color:var(--grey-400);
  width:5rem;
  cursor:pointer;
  height:100%;
  display:flex;
  row-gap:0.5rem;
  animation:2s ease 0ms 1 normal none running animation-empty;
  background:;
  column-gap:0.5rem;
  align-items:center;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
  .fnZOpp:hover {
    color:var(--grey-300);
  background:;
  }
      


  .fnZOpp:focus {
    color:#000000;
  border-bottom-color:black;
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

        
                  @keyframes animation-empty {
                    
                  }
                  
        
      
      
  .dDkArn {
    flex:1  ;
  width:100%;
  display:flex;
  z-index:0;
  overflow-x:hidden;
  flex-direction:column;
  scrollbar-width:none;
  }
      
.dDkArn::-webkit-scrollbar {
  width: 0;
}


      
        
        
      
      
  .eXdlyK {
    cursor:pointer;
  align-items:center;
  justify-content:center;
  flex:1;
  }
      

      
          @media (min-width: 1024px) {
            
  .eXdlyK {
    width:auto;
  }
      

          }
          
        
        
      
      
  .dCaqZd {
    font-size:var(--font-size-sm);
  }
      

      
        
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
        
      
      
  .kOvev {
    left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  row-gap:1.5rem;
  z-index:1000;
  position:fixed;
  max-width:100%;
  background: white;
  box-shadow:2px 0px 4px 0px #00000020;
  column-gap:1.5rem;
  overflow-x:hidden;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1.5em;
  justify-content:center;
  }
      

      
          @media (min-width: 1024px) {
            
  .kOvev {
    display:none;
  }
      

          }
          
        
        
      
      
  .eLMBoH {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .eqVoPV {
    width:100%;
  display:flex;
  overflow-x:scroll;
  overflow-y:hidden;
  align-items:center;
  margin-left:auto;
  margin-right:auto;
  flex-direction:row;
  justify-content:flex-start;
  scrollbar-width:none;
  }
      
.eqVoPV::-webkit-scrollbar {
  width: 0;
}


      
          @media (min-width: 640px) {
            
  .eqVoPV {
    display:flex;
  max-width:80rem;
  align-items:center;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bmaVUY {
    width:2rem;
  height:2rem;
  background:;
  overflow-x:hidden;
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
        
      
      
  .bdvXBE {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  z-index:100000;
  position:fixed;
  background: #ffffff63;
  backdrop-filter:blur(5px);
  }
      

      
        
        
      
      
  .fdiWGt {
    width:100%;
  display:flex;
  max-width:80rem;
  background:;
  margin-left:auto;
  margin-right:auto;
  flex-direction:column;
  scrollbar-width:none;
  }
      
.fdiWGt::-webkit-scrollbar {
  width: 0;
}


      
        
        
      
      
  .czcVJJ {
    width:fit-contentfit-content;
  cursor:pointer;
  height:2.5rem;
  display:none;
  row-gap:0.5rem;
  font-size:var(--font-size-sm);
  background: white;
  box-shadow:0px 4px 12px -6px #00000075;
  column-gap:0.5rem;
  padding-top:1rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:1rem;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

      
          @media (min-width: 1024px) {
            
  .czcVJJ {
    display:flex;
  align-items:center;
  padding-top:0.25rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.25rem;
  justify-content:center;
  }
      

          }
          

  .czcVJJ:hover {
    opacity:0.5;
  }
      

        
        
      
      
  .eJNQI {
    width:100%;
  display:block;
  max-width:80rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .cNJXrb {
    height:inherit;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .jwLGl {
    width:1rem;
  }
      

      
        
        
      
      
  .dzDlbv {
    display:block;
  font-size:1.125rem;
  margin-top:1.5rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .XBcWb {
    width:100%;
  display:block;
  flex-direction:row;
  background-color:#fff;
  }
      

      
          @media (max-width: 1024px) {
            
  .XBcWb {
    display:none;
  }
      

          }
          
        
        
      
      
  .dYZYbu {
    display:flex;
  row-gap:0.5rem;
  font-size:0.875rem;
  column-gap:0.5rem;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .ZVNDu {
    width:100%;
  display:flex;
  row-gap:1rem;
  z-index:2;
  max-width:80rem;
  background: white;
  column-gap:1rem;
  align-items:center;
  margin-left:auto;
  padding-top:1rem;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 1024px) {
            
  .ZVNDu {
    display:none;
  background:;
  }
      

          }
          
        
        
      
      
  .dfYsYc {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  row-gap:1rem;
  z-index:10000;
  position:fixed;
  background: #1717175c;
  column-gap:1rem;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  backdrop-filter:blur(20px);
  justify-content:center;
  }
      

      
        
        
      
      
  .dsvHSb {
    width:100%;
  display:flex;
  row-gap:1rem;
  background: white;
  column-gap:1rem;
  margin-left:auto;
  padding-top:2rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:2rem;
  }
      

      
          @media (min-width: 640px) {
            
  .dsvHSb {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .dsvHSb {
    padding-left:2rem;
  padding-right:2rem;
  }
      

          }
          
        
        
      
      
  .bIdCzD {
    width:90%;
  cursor:pointer;
  display:flex;
  background: var(--grey-100);
  align-items:center;
  padding-top:1rem;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .bIdCzD:hover {
    background: var(--grey-200);
  }
      

        
        
      
      
  .GojsJ {
    gap:2rem;
  display:none;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .GojsJ {
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
      

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

      
        
        
      
      
  .bvIwcU {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .cuxLif {
    top:0px;
  width:100%;
  z-index:2;
  position:fixed;
  }
      

      
        
        
      
      
  .dJXnD {
    top:1rem;
  right:1rem;
  width:2rem;
  cursor:pointer;
  height:2rem;
  display:flex;
  position:absolute;
  background: white;
  box-shadow:0px 2px 4px 0px #00000020;
  align-items:center;
  padding-left:0.5rem;
  padding-right:0.5rem;
  justify-content:center;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
  .dJXnD:hover {
    opacity:0.5;
  }
      

        
        
      
      
  .frijRM {
    display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  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);
  }
      

      
  .frijRM:hover {
    color:#1a202c;
  }
      

        
        
      
      
  .gTRAa {
    width:45%;
  cursor:pointer;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .gTRAa:hover {
    background: var(--grey-100);
  }
      


          @media (max-width: 375px) {
            
  .gTRAa {
    width:100%;
  }
      

          }
          
        
        
      
      
  .KnUHg {
    gap:1.5rem;
  flex:1  ;
  width:100%;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

      
          @media (min-width: 640px) {
            
  .KnUHg {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .KnUHg {
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
      

          }
          
        
        
      
      
  .cuRbVa {
    width:100%;
  height:100vh;
  position:absolute;
  }
      

      
        
        
      
      
  .aHiKj {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .eYGIIf {
    top:0rem;
  right:0rem;
  bottom:0rem;
  row-gap:1.5rem;
  position:absolute;
  background: white;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:1.5rem;
  padding-top:3rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:3rem;
  }
      

      
        
        
      
      
  .cBIlJF {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 1024px) {
            
  .cBIlJF {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .dhxckT {
    flex:1 1 0%;
  color:var(--grey-500);
  display:block;
  font-size:var(--font-size-xs);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (max-width: 640px) {
            
  .dhxckT {
    font-size:var(--font-size-xxs);
  }
      

          }
          
        
        
      
      
  .enyxhB {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1.5rem;
  font-size:var(--font-size-sm);
  max-width:60rem;
  min-width:;
  background: var(--grey-100);
  column-gap:1.5rem;
  min-height:;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .bvZYfC {
    color:#ffffff;
  width:fit-content;
  cursor:pointer;
  background: var(--brand-secondary-color);
  font-weight:700;
  padding-top:0.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

      
  .bvZYfC:hover {
    opacity:0.5;
  }
      

        
        
      