
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --slide: #00000006;
--background-light: #F7F6F5;
--text-grey-1: #FAFAFA;
--text-grey-2: #F7F6F5;
--text-grey-3: #EEEEEE;
--text-grey-4: #E8E5E2;
--text-grey-5: #BBBBBB;
--text-grey-6: #707070;
--text-grey-7: #3D3D3D;
--text-main: #222222;
--text-black: #000000;
--text-white: #FFFFFF;
--text-blue: #1490EB;
--text-blue-light: #16B3F3;
--text-placeholder: #E8E5E2;
--elem-blue-hover: #339FEE;
--elem-blue: #1490EB;
--elem-white-hover: #EEE;
--elem-white: #ffffff;
--elem-black: #000000;
--elements-red: #f27b8c;
--elements-red-hover: #ee576d;
--elements-green: #34c185;
--elem-blue-light: #16B3F3;
--elem-blue-light-hover: #04a6e3;
--elem-blue-dark: #04a6e3;
--elements-orange: #e88c37;
--elem-dark-red: #DC143C;
--elem-crem-1: #FEF8F5;
--elem-crem-2: #F5F1E7;
--elem-crem-3: #FBE2D6;
--elem-crem-4: #F0E2DB;
--elem-crem-5: #5A5A5A;
--elem-crem-6: #FFDAC9;
--elem-grey-0: #FCFCFC47;
--elem-grey-1: #FAFAFA;
--elem-grey-light: #f2f2f2;
--elem-grey-2: #F7F6F5;
--elem-grey-3: #EEEEEE;
--elem-grey-4: #E8E5E2;
--elem-grey-5: #F4F4F4;
--elem-grey-6: #BBBBBB;
--elem-grey-7: #707070;
--elem-grey-8: #3D3D3D;
--elem-grey-9: #222222;
--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;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--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-poppins: 'Poppins',sans-serif;

    /* Font size */
    --10px: 0.625rem;
--12px: 0.75rem;
--14px: 0.875rem;
--16px: 1rem;
--18px: 1.125rem;
--20px: 1.25rem;
--30px: 1.875rem;
--60px: 3.75rem;
--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 */
    --s-3px: 0.188rem;
--s-5px: 0.313rem;
--s-7px: 0.438rem;
--s-10px: 0.625rem;
--s-12px: 0.75rem;
--s-14px: 0.875rem;
--s-16px: 1rem;
--s-20px: 1.25rem;
--s-25px: 1.563rem;
--s-30px: 1.875rem;
--s-50px: 3.125rem;
    /* Z-index */
    --level-page: 0;
--level-input: 2;
--level-input-background: 1;
--level-hero-menu: 10;
--level-over-all: 99;
  }
  @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;
    }
  }
}

      
  .fhCdkf {
    display:flex;
  background:white;
  min-height:100%;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ffPGMN {
    top:0px;
  width:100%;
  z-index:2;
  position:fixed;
  max-width:1920px;
  align-items:center;
  padding-top:var(--s-20px);
  padding-left:var(--s-50px);
  padding-right:var(--s-50px);
  padding-bottom:0rem;
  justify-content:start;
  }
      

      
        
      
      
  .eGxXXR {
    top:0px;
  left:0px;
  width:100%;
  z-index:2;
  position:relative;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eUNzKo {
    cursor:pointer;
  padding-top:var(--s-10px);
  padding-left:var(--s-25px);
  border-radius:16px;
  padding-right:var(--s-25px);
  padding-bottom:var(--s-10px);
  background-color:var(--elem-white, #ffffff);
  }
      

      
        
      
      
  .dLkxFQ {
    flex:1;
  color:var(--text-black, #000000);
  width:100%;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dMEOrN {
    width:100%;
  row-gap:var(--s-50px);
  max-width:1920px;
  column-gap:var(--s-50px);
  min-height:100%;
  align-items:center;
  padding-left:var(--s-20px);
  padding-right:var(--s-20px);
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 868px) {
            
  .dMEOrN {
    gap:0px;
  flex-direction:column-reverse;
  }
      

          }
          
        
      
      
  .cZDOTi {
    flex:1;
  width:100%;
  height:80%;
  row-gap:var(--s-30px);
  column-gap:var(--s-30px);
  align-items:start;
  padding-top:var(--s-50px);
  padding-left:0px;
  padding-right:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1200px) {
            
  .cZDOTi {
    flex:1;
  row-gap:var(--s-20px);
  column-gap:var(--s-20px);
  padding-left:0px;
  padding-right:0px;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .cZDOTi {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 868px) {
            
  .cZDOTi {
    min-height:fit-content;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
      
      
  .biezmH {
    width:100%;
  height:100%;
  object-fit:cover;
  }
      

      
        
      
      
  .blzbHF {
    color:inherit;
  display:inline-block;
  font-size:var(--60px);
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  line-height:125%;
  user-select:none;
  }
      

      
          @media (max-width: 1500px) {
            
  .blzbHF {
    font-size:40px;
  }
      

          }
          
        
      
      
  .DMvIz {
    flex:1;
  width:100%;
  height:100%;
  row-gap:var(--s-30px);
  z-index:1;
  max-width:400px;
  column-gap:var(--s-30px);
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (max-height: 1024px) {
            
  .DMvIz {
    max-height:fit-content;
  align-items:start;
  justify-content:center;
  }
      

          }
          
        
      
      
  .afrQu {
    display:inline-block;
  white-space:normal;
  }
      

      
        
      
      
  .cKcXlv {
    row-gap:var(--s-20px);
  column-gap:var(--s-20px);
  }
      

      
        
      
      
  .dKOldF {
    color:inherit;
  display:inline-block;
  font-size:var(--18px);
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  user-select:none;
  }
      

      
          @media (max-width: 1200px) {
            
  .dKOldF {
    font-size:var(--16px);
  }
      

          }
          
        
      
      
  .fgaBTY {
    width:157px;
  height:100%;
  max-height:940px;
  user-select:none;
  }
      

      
          @media (max-width: 1200px) {
            
  .fgaBTY {
    width:100px;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .fgaBTY {
    width:200px;
  height:200px;
  display:none;
  overflow-x:hidden;
  overflow-y:hidden;
  border-radius:100%;
  }
      

          }
          

          @media (max-width: 868px) {
            
  .fgaBTY {
    width:157px;
  height:80%;
  display:flex;
  border-radius:0px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .bfDLBJ {
    color:inherit;
  display:inline-block;
  font-size:var(--18px);
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  user-select:none;
  }
      

      
          @media (max-width: 1200px) {
            
  .bfDLBJ {
    font-size:16px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fGmEmk {
    flex:1;
  width:100%;
  height:100%;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 868px) {
            
  .fGmEmk {
    min-height:600px;
  }
      

          }
          
        
      
      
  .eaBgew {
    gap:15px;
  width:100%;
  max-width:320px;
  }
      

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

      
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
      
      
  .eINxbm {
    color:var(--text-main, #222222);
  width:100%;
  height:76px;
  font-size:18px;
  box-shadow:0px 0px 1px 1px var(--slide, #00000006);
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  padding-left:30px;
  border-radius:16px;
  padding-right:60px;
  background-color:var(--elem-white, #ffffff);
  }
      

      
  .eINxbm:focus {
    outline-color:var(--elem-blue-light, #16B3F3);
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .erEEa {
    color:var(--text-main, #222222);
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-family:'Poppins';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
  .erEEa:hover {
    text-decoration-line: underline;
  }
      

        
      
      
  .fypgps {
    gap:7px;
  flex-direction:row;
  }
      

      
        
      
      
  .cCcrqD {
    gap:12px;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .eYmsGr {
    color:var(--text-grey-6, #707070);
  display:inline-block;
  font-size:14px;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  padding-left:12px;
  padding-right:12px;
  }
      

      
        
      
      
  .dthsBa {
    color:var(--text-main, #222222);
  display:inline-block;
  font-size:14px;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  user-select:none;
  }
      

      
        
      
      
  .dhuzkt {
    color:var(--text-black, #000000);
  right:3px;
  width:50px;
  cursor:pointer;
  height:70px;
  position:absolute;
  align-items:center;
  justify-content:center;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .dhuzkt:hover {
    background-color:var(--elem-grey-1, #FAFAFA);
  }
      

        
      
      
  .XeWdF {
    gap:7px;
  width:100%;
  }
      

      
        
      
      
  .maqGs {
    width:100%;
  align-items:end;
  justify-content:center;
  }
      

      
        
      
      
  .ca-DIFk {
    color:var(--text-white, #FFFFFF);
  width:100%;
  cursor:pointer;
  height:66px;
  font-size:18px;
  box-shadow:0px 0px 1px 1px var(--slide, #00000006);
  align-items:center;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  user-select:none;
  border-radius:16px;
  justify-content:center;
  background-color:var(--elem-blue-light, #16B3F3);
  }
      

      
  .ca-DIFk:hover {
    background-color:var(--elem-blue-light-hover, #04a6e3);
  }
      

        
      
      
  
      

      
        
      
      
  .dPMHbX {
    color:var(--text-main, #222222);
  width:100%;
  height:76px;
  font-size:18px;
  box-shadow:0px 0px 1px 1px var(--slide, #00000006);
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  padding-left:30px;
  border-radius:16px;
  padding-right:30px;
  background-color:var(--elem-white, #ffffff);
  }
      

      
  .dPMHbX:focus {
    outline-color:var(--elem-blue-light, #16B3F3);
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .cXSrMy {
    color:var(--text-main, #222222);
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-family:'Poppins';
  font-weight:var(--font-weight-semi-bold);
  user-select:none;
  }
      

      
  .cXSrMy:hover {
    text-decoration-line: underline;
  }
      

        
      
      
  
      

      
        
      
      
  .bYxleZ {
    background:var(--elem-white);
  box-shadow:0px 0px 1px 1px var(--slide);
  padding-top:20px;
  padding-left:var(--s-20px);
  border-radius:16px;
  padding-right:var(--s-20px);
  padding-bottom:20px;
  }
      

      
        
      
      
  .cSRhvO {
    width:100%;
  height:fit-content;
  display:flex;
  flex-wrap:wrap;
  flex-direction:column;
  }
      

      
        
      
      
  .cNHMEf {
    width:100%;
  display:flex;
  row-gap:var(--s-5px);
  flex-wrap:wrap;
  font-size:var(--14px);
  column-gap:var(--s-5px);
  font-family:Poppins;
  font-weight:var(--font-weight-regular);
  white-space:pre-wrap;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .ecHKYZ {
    top:-16px;
  left:22px;
  width:30px;
  height:30px;
  position:absolute;
  max-width:30px;
  min-width:30px;
  background:var(--elem-crem-3);
  max-height:30px;
  min-height:30px;
  align-items:center;
  border-radius:100%;
  justify-content:center;
  }
      

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

      
        
      
      
  .tabs__info\:_EH4owiRvxy0kNjxDDS14 {
    width:17px;
  height:17px;
  }
      

      
        
      
      
  .eiSJuo {
    color:var(--elem-crem-5);
  width:22px;
  height:22px;
  max-width:22px;
  min-width:22px;
  max-height:22px;
  min-height:22px;
  align-items:center;
  border-radius:100%;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fjKsCt {
    color:var(--text-white, #FFFFFF);
  width:100%;
  cursor:pointer;
  height:66px;
  font-size:18px;
  box-shadow:0px 0px 1px 1px var(--slide, #00000006);
  align-items:center;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  user-select:none;
  border-radius:16px;
  justify-content:center;
  background-color:var(--elements-green, #34c185);
  }
      

      
  .fjKsCt:hover {
    background-color:#2dad77;
  }
      

        
      
      
  .DCxwi {
    width:100%;
  padding-top:30px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bAYRwv {
    gap:20px;
  width:100%;
  height:100%;
  max-width:450px;
  box-shadow:0px 0px 1px 1px var(--slide, #00000006);
  max-height:95%;
  align-items:center;
  justify-content:center;
  background-color:var(--elem-grey-1, #FAFAFA);
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .bAYRwv.signup {
    width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  border-radius:0px;
  background-color:var(--elem-grey-1, #FAFAFA);
  }
      

        
      
      
  .ewzHHI {
    gap:12px;
  width:100%;
  max-width:320px;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .cmigFd {
    color:var(--text-main, #222222);
  width:100%;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  text-align:right;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  user-select:none;
  }
      

      
  .cmigFd:hover {
    text-decoration-line: underline;
  }
      

        
      
      
  .cAMsDy {
    color:var(--text-main, #222222);
  width:100%;
  height:76px;
  font-size:18px;
  box-shadow:0px 0px 1px 1px var(--slide);
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  padding-left:30px;
  border-radius:16px;
  padding-right:30px;
  background-color:var(--elem-white, #ffffff);
  }
      

      
  .cAMsDy:focus {
    outline-color:var(--elem-blue-light, #16B3F3);
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .ACoaW {
    color:var(--text-grey-6, #707070);
  display:inline-block;
  font-size:30px;
  text-align:center;
  font-family:Poppins;
  font-weight:var(--font-weight-regular);
  line-height:120%;
  }
      

      
        
      
      
  .fyJPBF {
    width:100%;
  padding-bottom:20px;
  }
      

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

      
        
      
      
  .cWaISc {
    gap:7px;
  color:var(--text-main, #222222);
  width:100%;
  cursor:pointer;
  height:66px;
  font-size:var(--14px);
  box-shadow:0px 0px 1px 1px var(--slide, #00000006);
  align-items:center;
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  user-select:none;
  border-radius:16px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--elem-white, #ffffff);
  }
      

      
  
      

        
      
      
  .page-login__form-login\:xx0L_MTINokVipOm9v2w2 {
    color:#0e76a8;
  width:25px;
  height:25px;
  max-width:25px;
  min-width:25px;
  max-height:25px;
  min-height:25px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dIAJkX {
    top:50px;
  right:0px;
  width:100%;
  height:0px;
  display:flex;
  row-gap:5px;
  z-index:99;
  position:fixed;
  column-gap:5px;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bKHPXc {
    display:flex;
  row-gap:5px;
  column-gap:5px;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dhPIo {
    width:30%;
  display:none;
  min-width:80px;
  }
      

      
  .dhPIo.image {
    display:flex;
  }
      

        
      
      
  .dzmdPT {
    width:fit-content;
  animation:3600ms ease 0ms 1 normal forwards running animation-WFjaf;
  max-width:300px;
  translate:0 0 0;
  background:#ffffff;
  box-shadow:0px 2px 4px 0px #00000020;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-direction:row;
  animation-play-state:running;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  }
      

      
  .dzmdPT.mouse-event-hover {
    cursor:pointer;
  animation-play-state:paused;
  }
      


  .dzmdPT.success {
    background:#c4e8cb;
  }
      


  .dzmdPT.fail {
    background:#e8c4c4;
  }
      

        
                  @keyframes animation-WFjaf {
                    
                        0% {
                          translate: 100% 0 0;
                        }
                        

                        7.000000000000001% {
                          translate: -20% 0 0;
                        }
                        

                        9% {
                          translate: -10% 0 0;
                        }
                        

                        83% {
                          translate: -10% 0 0;
                        }
                        

                        92% {
                          translate: 0% 0 0;
                        }
                        

                        100% {
                          translate: 100% 0 0;
                        }
                        
                  }
                  
      
      
  .SAKKp {
    color:var(--text-black);
  font-size:var(--14px);
  font-family:Poppins;
  font-weight:var(--font-weight-semi-bold);
  padding-right:30px;
  }
      

      
  .SAKKp.success {
    color:#242d26;
  }
      


  .SAKKp.fail {
    color:#2d2424;
  }
      

        
      
      
  .duuWsp {
    row-gap:3px;
  column-gap:3px;
  flex-basis:0%;
  flex-shrink:1;
  }
      

      
        
      
      
  .dghopt {
    flex:1;
  width:70%;
  row-gap:10px;
  column-gap:10px;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

      
        
      
      
  .eznKvK {
    color:var(--text-black);
  font-size:var(--14px);
  font-family:Poppins;
  font-weight:var(--font-weight-normal);
  padding-right:30px;
  }
      

      
  .eznKvK.success {
    color:#242d26;
  }
      


  .eznKvK.fail {
    color:#2d2424;
  }
      

        
      
      
  .sjQIa {
    top:-15px;
  right:-15px;
  width:30px;
  cursor:pointer;
  height:30px;
  display:flex;
  position:absolute;
  align-items:center;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  justify-content:center;
  }
      

      
  .sjQIa:hover {
    animation:;
  padding-top:7px;
  padding-left:7px;
  padding-right:7px;
  padding-bottom:7px;
  }
      


  .sjQIa.success {
    color:#415d46;
  }
      


  .sjQIa.fail {
    color:#5d4141;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      