
  

  
  

  
  
  
  
    


@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;
--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-sans: '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;
    /* 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;
    }
  }
}

      
  .fCAapU {
    display:flex;
  background:#F2F1EF;
  min-height:100%;
  align-items:center;
  font-family:Acumin Pro;
  justify-content:center;
  }
      

      
        
      
      
  .dHTGkD {
    font-size:3em;
  margin-top:70px;
  text-align:center;
  font-family:"adobe-text-pro", "Adobe Text Pro";
  }
      

      
        
      
      
  .bbnldz {
    width:100%;
  height:fit-content;
  display:flex;
  max-width:1440px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .czVjXC {
    width:45%;
  }
      

      
          @media (max-width: 768px) {
            
  .czVjXC {
    width:90%;
  }
      

          }
          
        
      
      
  .eGcGWk {
    overflow-x:hidden;
  touch-action:none;
  scrollbar-width:none;
  }
      
.eGcGWk::-webkit-scrollbar {
  width: 0;
}


      
          @media (max-width: 768px) {
            
  .eGcGWk {
    height:10vh;
  }
      

          }
          
        
      
      
  .dAqNAY {
    width:46%;
  align-items:center;
  padding-left:40px;
  padding-right:40px;
  flex-direction:row;
  }
      

      
        
      
      
  .vnAam {
    width:165px;
  }
      

      
          @media (max-width: 768px) {
            
  .vnAam {
    width:170px;
  }
      

          }
          
        
      
      
  .bIaCii {
    cursor:pointer;
  font-size:1em;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  padding-left:10px;
  padding-right:10px;
  }
      

      
        
      
      
  .UHiOl {
    width:80%;
  height:55%;
  display:flex;
  align-items:center;
  padding-top:-5vh;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 768px) {
            
  .UHiOl {
    width:90%;
  display:flex;
  margin-top:15vh;
  }
      

          }
          
        
      
      
  .dvJLuX {
    width:12.7%;
  }
      

      
        
      
      
  .dsCVDs {
    width:17%;
  display:flex;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .cRajVS {
    cursor:pointer;
  font-size:1em;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  padding-left:15px;
  padding-right:15px;
  }
      

      
        
      
      
  .bbGDyU {
    width:100%;
  height:100%;
  object-fit:contain;
  }
      

      
        
      
      
  .fGrLff {
    width:fit-content;
  display:none;
  background:#000000;
  margin-top:50px;
  padding-left:20px;
  padding-right:20px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
          @media (max-width: 768px) {
            
  .fGrLff {
    display:flex;
  }
      

          }
          
        
      
      
  .ehCUgh {
    color:#ffffff;
  width:120px;
  cursor:pointer;
  height:35px;
  display:flex;
  font-size:1em;
  background:#000000;
  align-items:center;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-semi-bold);
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .dJquQl {
    width:100%;
  height:90vh;
  display:flex;
  z-index:2000;
  position:fixed;
  animation:0.4s ease 0ms 1 normal none running animation-diMMIZ;
  background:#f2f1eff7;
  margin-top:10vh;
  align-items:center;
  touch-action:none;
  backdrop-filter:blur(20px);
  justify-content:center;
  }
      

      
  .dJquQl.fade-out {
    animation:0.4s ease 0ms 1 normal none running animation-bYaTlz;
  }
      


          @media (max-width: 768px) {
            
  .dJquQl {
    display:flex;
  margin-top:10vh;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
                  @keyframes animation-bYaTlz {
                    
                        0% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 0;
                        }
                        
                  }
                  

                  @keyframes animation-diMMIZ {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .bDUyLj {
    width:24.3%;
  align-items:center;
  padding-left:40px;
  padding-right:40px;
  flex-direction:row;
  }
      

      
        
      
      
  .TymZW {
    width:30px;
  cursor:pointer;
  height:28px;
  object-fit:contain;
  }
      

      
        
      
      
  .TSWiB {
    width:50%;
  cursor:pointer;
  font-size:1.5em;
  text-align:center;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-regular);
  padding-top:15px;
  padding-bottom:15px;
  border-bottom-color:#d9d9d9;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .djwBwy {
    width:50%;
  cursor:pointer;
  display:flex;
  font-size:1.5em;
  text-align:center;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-regular);
  padding-top:15px;
  padding-bottom:15px;
  border-bottom-color:#d9d9d9;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .etezas {
    top:0px;
  width:100%;
  height:10vh;
  display:flex;
  z-index:1000;
  position:fixed;
  max-width:1800px;
  background:#F2F1EF;
  align-items:center;
  padding-top:20px;
  padding-left:35px;
  padding-right:35px;
  flex-direction:row;
  padding-bottom:20px;
  backdrop-filter:blur(10px);
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .etezas {
    display:none;
  }
      

          }
          
        
      
      
  .HujnX {
    top:0px;
  width:100%;
  height:10vh;
  display:flex;
  z-index:1000;
  position:fixed;
  max-width:1800px;
  background:#f2f1eff7;
  align-items:center;
  padding-top:20px;
  padding-left:15px;
  padding-right:17px;
  flex-direction:row;
  padding-bottom:20px;
  backdrop-filter:blur(10px);
  justify-content:space-between;
  }
      

      
          @media (min-width: 768px) {
            
  .HujnX {
    display:none;
  }
      

          }
          
        
      
      
  .ZNzXy {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  height:fit-content;
  font-size:1.2em;
  text-align:center;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-semi-bold);
  padding-top:10px;
  margin-bottom:3px;
  padding-bottom:10px;
  }
      

      
        
      
      
  .cDwYvH {
    width:30px;
  cursor:pointer;
  height:30px;
  object-fit:contain;
  }
      

      
        
      
      
  .dNLeJw {
    width:fit-content;
  flex-direction:row;
  }
      

      
        
      
      
  .aookl {
    cursor:pointer;
  display:flex;
  font-size:1em;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  padding-left:10px;
  padding-right:10px;
  }
      

      
        
      
      
  .dgLIgw {
    font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-semi-bold);
  margin-bottom:3.5px;
  }
      

      
        
      
      
  .HomePage\:4mZ5kdSRgjpZATGkPEuNH {
    width:100%;
  display:flex;
  z-index:2000;
  position:fixed;
  align-items:center;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 768px) {
            
  
      

          }
          
        
      
      
  .bmYEnc {
    color:#ffffff;
  cursor:pointer;
  height:fit-content;
  display:block;
  font-size:1em;
  align-items:center;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-semi-bold);
  line-height:1px;
  padding-top:15px;
  padding-left:20px;
  margin-bottom:3.5px;
  padding-right:20px;
  padding-bottom:15px;
  justify-content:center;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
        
      
      
  .eeIrzA {
    width:60%;
  max-width:800px;
  }
      

      
          @media (max-width: 768px) {
            
  .eeIrzA {
    width:90%;
  }
      

          }
          
        
      
      
  .fytvvO {
    color:#ffffff;
  cursor:pointer;
  height:37px;
  display:flex;
  font-size:1em;
  background:#000000;
  align-items:center;
  font-family:"acumin pro";
  font-weight:var(--font-weight-semi-bold);
  padding-left:20px;
  padding-right:20px;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .bPqjGr {
    display:inline;
  font-size:1em;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-semi-bold);
  margin-bottom:3.5px;
  }
      

      
        
      
      
  .buCXFb {
    font-size:3em;
  margin-top:90px;
  text-align:center;
  font-family:"adobe-text-pro", "Adobe Text Pro";
  }
      

      
          @media (max-width: 768px) {
            
  .buCXFb {
    margin-top:60px;
  }
      

          }
          
        
      
      
  .dUkyik {
    width:45%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .dUkyik {
    width:80%;
  }
      

          }
          
        
      
      
  .AbiWb {
    width:100%;
  height:40vh;
  display:flex;
  max-width:1800px;
  margin-top:80px;
  align-items:center;
  margin-bottom:30px;
  flex-direction:row;
  justify-content:space-between;
  border-top-color:#d9d9d9;
  border-top-style:solid;
  border-top-width:.4px;
  }
      

      
          @media (max-width: 768px) {
            
  .AbiWb {
    width:100%;
  height:min-content;
  display:flex;
  margin-top:15px;
  align-items:center;
  margin-left:0px;
  padding-top:0px;
  margin-right:0px;
  padding-left:10%;
  margin-bottom:60px;
  padding-right:10%;
  flex-direction:column;
  padding-bottom:0px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .eifPjU {
    color:#3d3d3d;
  cursor:pointer;
  font-size:1em;
  margin-top:0x;
  text-align:right;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  padding-top:10px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:10px;
  }
      

      
          @media (max-width: 768px) {
            
  .eifPjU {
    display:none;
  }
      

          }
          
        
      
      
  .bCPzmI {
    cursor:pointer;
  margin-left:7px;
  margin-right:7px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .NpUHG {
    width:40%;
  height:30vh;
  display:flex;
  margin-top:30px;
  align-items:flex-start;
  margin-left:45px;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .NpUHG {
    width:fit-content;
  height:fit-content;
  display:flex;
  margin-top:45px;
  text-align:center;
  align-items:center;
  margin-left:0%;
  margin-right:0%;
  justify-content:center;
  }
      

          }
          
        
      
      
  .fHwzrj {
    width:40%;
  height:30vh;
  display:flex;
  margin-top:30px;
  align-items:flex-end;
  margin-right:45px;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .fHwzrj {
    width:fit-content;
  height:fit-content;
  margin-top:40px;
  margin-left:0px;
  margin-right:0px;
  }
      

          }
          
        
      
      
  .cBotgT {
    color:#3d3d3d;
  cursor:pointer;
  display:flex;
  font-size:1em;
  margin-top:0x;
  text-align:right;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  padding-top:10px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:10px;
  }
      

      
          @media (max-width: 768px) {
            
  .cBotgT {
    display:none;
  }
      

          }
          
        
      
      
  .fynFZT {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 768px) {
            
  .fynFZT {
    margin-left:0px;
  margin-right:0px;
  }
      

          }
          
        
      
      
  .dngPQC {
    color:#3d3d3d;
  font-size:1em;
  margin-top:0x;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  padding-top:15px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:25px;
  }
      

      
        
      
      
  .hRidR {
    color:#3d3d3d;
  font-size:1em;
  margin-top:0x;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  line-height:.8em;
  padding-top:20px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:20px;
  }
      

      
          @media (max-width: 768px) {
            
  .hRidR {
    display:flex;
  text-align:center;
  align-items:center;
  justify-content:center;
  }
      

          }
          
        
      
      
  .fvBuxn {
    cursor:pointer;
  display:flex;
  margin-left:7px;
  margin-right:7px;
  }
      

      
        
      
      
  .weITE {
    cursor:wait;
  display:none;
  margin-left:10px;
  margin-right:7px;
  }
      

      
        
      
      
  .eROyIA {
    margin-bottom:20px;
  }
      

      
        
      
      
  .bANVYw {
    color:#3b3b3b;
  font-size:1em;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-regular);
  padding-left:5px;
  padding-right:5px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .buXIKu {
    width:40%;
  }
      

      
          @media (max-width: 768px) {
            
  .buXIKu {
    width:80%;
  }
      

          }
          
        
      
      
  .fyTxMm {
    width:45%;
  cursor:pointer;
  height:100%;
  object-fit:cover;
  margin-left:10px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
          @media (max-width: 768px) {
            
  .fyTxMm {
    width:100%;
  height:min-content;
  margin-left:0px;
  }
      

          }
          
        
      
      
  .cSShRh {
    width:100%;
  display:flex;
  max-width:1440px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bFpzvA {
    width:60%;
  height:100%;
  object-fit:cover;
  margin-left:10px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
          @media (max-width: 768px) {
            
  .bFpzvA {
    width:100%;
  height:min-content;
  margin-top:15px;
  margin-left:0px;
  }
      

          }
          
        
      
      
  .uZzOI {
    width:45%;
  display:flex;
  align-items:center;
  padding-top:20px;
  flex-direction:column;
  padding-bottom:20px;
  justify-content:space-between;
  }
      

      
        
      
      
  .UqkDv {
    width:60%;
  height:45vh;
  display:flex;
  margin-top:15px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .UqkDv {
    width:90%;
  }
      

          }
          
        
      
      
  .eTvSPz {
    width:100%;
  height:10vh;
  display:flex;
  z-index:2000;
  position:relative;
  align-items:center;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 768px) {
            
  .eTvSPz {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .cowTMA {
    width:40%;
  cursor:wait;
  display:none;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .cowTMA {
    width:90%;
  display:none;
  }
      

          }
          
        
      
      
  .fePvBy {
    width:350px;
  height:40px;
  display:flex;
  font-size:1em;
  max-width:100%;
  background:#ffffff;
  align-items:flex-start;
  font-family:"acumin pro";
  font-weight:var(--font-weight-light);
  padding-left:15px;
  margin-bottom:20px;
  padding-right:15px;
  justify-content:flex-start;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
  }
      

      
        
      
      
  .csRWU {
    width:350px;
  height:40px;
  display:flex;
  font-size:1em;
  max-width:100%;
  background:#ffffff;
  align-items:flex-start;
  font-family:"acumin pro";
  font-weight:var(--font-weight-light);
  padding-left:15px;
  margin-bottom:40px;
  padding-right:15px;
  justify-content:flex-start;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
  }
      

      
        
      
      
  .dGbZRi {
    width:70%;
  font-size:1em;
  margin-top:0x;
  text-align:center;
  font-family:"Acumin Pro";
  font-weight:var(--font-weight-light);
  margin-bottom:45px;
  }
      

      
          @media (max-width: 768px) {
            
  .dGbZRi {
    font-size:1.2em;
  }
      

          }
          
        
      
      
  .PhzKI {
    color:#ffffff;
  width:fit-content;
  cursor:wait;
  display:flex;
  font-size:1em;
  background:#000000;
  align-items:center;
  font-family:"acumin pro";
  font-weight:var(--font-weight-semi-bold);
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .DvIog {
    font-size:3em;
  margin-top:90px;
  text-align:center;
  font-family:"Adobe Text Pro";
  margin-bottom:40px;
  }
      

      
        
      
      
  .HomePage\:SMhrO6CFIEKis09F0uIl_ {
    max-width:1000px;
  }
      

      
        
      
      
  .bbziqj {
    width:60%;
  height:45vh;
  display:flex;
  margin-top:60px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .bbziqj {
    width:90%;
  height:fit-content;
  display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .btoeMK {
    width:45%;
  display:flex;
  align-items:center;
  padding-top:20px;
  flex-direction:column;
  padding-bottom:20px;
  justify-content:space-between;
  }
      

      
          @media (max-width: 768px) {
            
  .btoeMK {
    width:90%;
  }
      

          }
          
        
      
      
  .dYJaFl {
    font-size:1em;
  margin-top:0x;
  text-align:center;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  margin-bottom:25px;
  }
      

      
          @media (max-width: 768px) {
            
  .dYJaFl {
    font-size:1.2em;
  }
      

          }
          
        
      
      
  .djUkGl {
    height:35px;
  display:flex;
  background:#000000;
  align-items:center;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .etZNes {
    width:52%;
  padding-top:60px;
  flex-direction:row;
  padding-bottom:60px;
  justify-content:space-between;
  }
      

      
          @media (max-width: 768px) {
            
  .etZNes {
    width:90%;
  display:flex;
  align-items:center;
  padding-top:50px;
  flex-direction:column;
  padding-bottom:50px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .eiuRLu {
    font-size:1em;
  margin-top:0x;
  text-align:left;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  }
      

      
          @media (max-width: 768px) {
            
  .eiuRLu {
    width:100%;
  font-size:1.2em;
  text-align:center;
  margin-bottom:20px;
  }
      

          }
          
        
      
      
  .cNCyiB {
    width:70%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cIAkHM {
    width:30%;
  font-size:1em;
  margin-top:25px;
  text-align:center;
  font-family:"acumin-pro", "Acumin Pro";
  font-weight:var(--font-weight-light);
  margin-bottom:25px;
  }
      

      
          @media (max-width: 768px) {
            
  .cIAkHM {
    width:60%;
  margin-top:30px;
  }
      

          }
          
        
      
      
  .bVvkDz {
    width:85%;
  height:40vh;
  display:flex;
  max-width:1200px;
  margin-top:45px;
  align-items:center;
  margin-bottom:30px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .bVvkDz {
    width:90%;
  height:fit-content;
  display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .cyLBQy {
    width:45%;
  cursor:pointer;
  height:100%;
  row-gap:0undefined;
  column-gap:0undefined;
  object-fit:cover;
  margin-right:10px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
          @media (max-width: 768px) {
            
  .cyLBQy {
    width:100%;
  height:min-content;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:15px;
  }
      

          }
          
        
      
      
  .bjToSG {
    width:40%;
  height:100%;
  row-gap:0undefined;
  column-gap:0undefined;
  object-fit:contain;
  margin-right:10px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
          @media (max-width: 768px) {
            
  .bjToSG {
    width:90%;
  margin-right:0px;
  }
      

          }
          
        
      