
  

  
  

  
  
  
  
    


@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-inter: 'Inter',sans-serif;
--font-playfairdisplay: 'Playfair Display',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;
    }
  }
}

      
  .dmsczw {
    width:100%;
  align-items:center;
  justify-content:start;
  background-color:#000000;
  }
      

      
        
      
      
  .dkXSDd {
    display:flex;
  row-gap:5px;
  column-gap:5px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bkOFDi {
    color:inherit;
  display:inline-block;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .vFyig {
    color:inherit;
  width:100%;
  font-size:inherit;
  text-align:left;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .btHdyp {
    gap:20px;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  white-space:pre-wrap;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eYljNz {
    row-gap:5px;
  overflow:hidden;
  flex-wrap:wrap;
  font-size:var(--font-size-sm);
  max-width:100%;
  box-sizing:border-box;
  column-gap:5px;
  flex-direction:row;
  }
      

      
        
      
      
  .eHruwM {
    gap:4px;
  display:flex;
  align-items:center;
  }
      

      
        
      
      
  .bydIrS {
    left:var(--small);
  position:fixed;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bUzPea {
    left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:auto;
  display:flex;
  opacity:[object Object];
  z-index:4;
  overflow:hidden;
  position:absolute;
  flex-wrap:wrap;
  box-sizing:border-box;
  transition:opacity 0.5s ease-in-out;
  border-radius:0 0 20px 20px;
  flex-direction:column;
  pointer-events:[object Object];
  justify-content:flex-end;
  transition-delay:0.2s;
  }
      

      
        
      
      
  .cmDheQ {
    width:100%;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .uIWtl {
    gap:var(--xsmall);
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  .ebdTGL {
    color:#b0b0b0;
  margin:0px;
  font-size:0.6rem;
  line-height:1;
  white-space:nowrap;
  }
      

      
        
      
      
  .cVridU {
    width:100%;
  filter:brightness(50%);
  transition:all 300ms ease;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
  .cVridU:hover {
    scale:1.05 1.05 1.05;
  transition:all 300ms ease;
  }
      

        
      
      
  .dVSTst {
    width:8px;
  height:8px;
  background:#6ff033;
  border-radius:50%;
  }
      

      
        
      
      
  .buPxlW {
    argin:0 auto;
  width:100%;
  align-items:center;
  justify-content:center;
  }
      

      
  
      

        
      
      
  .efbVms {
    flex:0;
  width:100%;
  overflow:hidden;
  box-sizing:border-box;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  .cPBmbO {
    z-index:;
  align-items:center;
  padding-top:var(--small);
  padding-left:var(--medium);
  padding-right:var(--medium);
  flex-direction:row;
  padding-bottom:var(--small);
  justify-content:space-between;
  }
      

      
        
      
      
  .kAGmb {
    color:#ffffff;
  width:300px;
  cursor:pointer;
  display:flex;
  padding:12px 24px;
  font-size:16px;
  align-items:center;
  font-weight:600;
  border-color:#ffffff;
  border-style:solid;
  border-width:2px;
  margin-right:16px;
  justify-content:center;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
  .kAGmb:hover {
    scale:1.05 1.05 1.05;
  transition:all 300ms ease;
  }
      

        
      
      
  .cSDEUo {
    display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .cpxHYh {
    width:fit-content;
  height:auto;
  display:flex;
  background:#5454546b;
  align-items:center;
  flex-shrink:0;
  padding-top:3px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:3px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .cowccp {
    color:#E5E5E5;
  display:-webkit-box;
  z-index:3;
  overflow:hidden;
  font-size:1.1rem;
  word-wrap:break-word;
  margin-top:0px;
  font-weight:var(--font-weight-semi-bold);
  line-height:1.2;
  margin-bottom:4px;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  }
      

      
        
      
      
  .ePPkil {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  max-width:1200px;
  max-height:700px;
  align-items:center;
  padding-top:29px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:29px;
  justify-content:center;
  background-color:#000000;
  }
      

      
          @media (max-width: 920px) {
            
  .ePPkil {
    padding:20px;
  overflow:hidden;
  position:relative;
  min-height:100vh;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .fgJmFV {
    width:110px;
  height:22px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eNAGDQ {
    width:100%;
  height:fit-content;
  display:flex;
  padding:80px 20px;
  max-width:900px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dAZaUe {
    gap:4px;
  width:100%;
  display:flex;
  overflow:hidden;
  box-sizing:border-box;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:space-between;
  }
      

      
        
      
      
  .bYUQWt {
    gap:12px;
  display:flex;
  flex-wrap:wrap;
  text-align:center;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cJELiM {
    gap:10px;
  width:100%;
  display:flex;
  max-width:380px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 400px) {
            
  .cJELiM {
    flex-wrap:wrap;
  }
      

          }
          
        
      
      
  .dkZXqo {
    gap:8px;
  color:#ffffff;
  display:flex;
  padding:8px 16px;
  background:#1f2123;
  align-items:center;
  border-radius:20px;
  justify-content:center;
  }
      

      
        
      
      
  .kmxBZ {
    color:#7a7a7a;
  display:-webkit-box;
  overflow:hidden;
  font-size:0.58rem;
  word-wrap:break-word;
  margin-top:0px;
  font-weight:var(--font-weight-regular);
  line-height:1.3;
  margin-bottom:4px;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  }
      

      
        
      
      
  .FkhBp {
    left:0px;
  right:0px;
  bottom:0px;
  height:50%;
  position:absolute;
  background:linear-gradient(to top, rgba(0,0,0,0.85) 20%, transparent);
  }
      

      
        
      
      
  .dtBGCM {
    color:#ffffff;
  font-size:18px;
  max-width:600px;
  text-align:center;
  line-height:1.6;
  margin-bottom:24px;
  }
      

      
        
      
      
  .bottfl {
    width:100%;
  display:flex;
  max-width:100%;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .firowA {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  justify-content:center;
  }
      

      
        
      
      
  .eKcXwS {
    width:fit-content;
  height:auto;
  display:flex;
  background:#042653;
  align-items:center;
  flex-shrink:0;
  padding-top:3px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:3px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .evYpLt {
    color:#000000;
  width:300px;
  cursor:pointer;
  display:flex;
  padding:12px 24px;
  animation:breathingEffect 1.5s ease-in-out infinite;
  font-size:16px;
  background:#ffffff;
  box-shadow:0px 0px 45px 2px #084d91;
  transition:all 300ms ease;
  align-items:center;
  font-weight:600;
  border-style:none;
  margin-right:16px;
  border-radius:8px;
  justify-content:center;
  }
      

      
  .evYpLt:hover {
    scale:1.05 1.05 1;
  transition:all 300ms ease;
  }
      

        
      
      
  .EldBb {
    width:100%;
  height:fit-content;
  display:grid;
  grid-gap:15px;
  max-height:fit-content;
  min-height:fit-content;
  grid-template-rows:masonry;
  grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
  }
      

      
        
      
      
  .ehrZlt {
    width:auto;
  height:auto;
  display:flex;
  overflow:hidden;
  position:relative;
  max-width:48%;
  min-width:0px;
  align-items:center;
  flex-shrink:1;
  padding-top:6px;
  padding-left:6px;
  border-radius:4rem;
  padding-right:6px;
  flex-direction:row;
  padding-bottom:6px;
  justify-content:center;
  background-color:#1da1f2a3;
  }
      

      
        
      
      
  .BYwz {
    gap:20px;
  display:flex;
  padding:20px;
  background:transparent;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .fglSyf {
    width:100%;
  height:60px;
  z-index:5;
  align-items:center;
  padding-left:20px;
  padding-right:20px;
  justify-content:center;
  background-color:#000000;
  border-bottom-color:var(--grey-800, #262626);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .EhnVm {
    width:18px;
  height:18px;
  min-width:18px;
  flex-shrink:0;
  }
      

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

      
          @media (max-width: 950px) {
            
  .fvcLdK {
    width:100%;
  filter:brightness(70%);
  }
      

          }
          
        
      
      
  .ejyHgN {
    width:50%;
  display:flex;
  align-items:flex-start;
  padding-left:10px;
  padding-right:10px;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (max-width: 920px) {
            
  .ejyHgN {
    width:100%;
  z-index:2;
  position:relative;
  align-items:center;
  }
      

          }
          
        
      
      
  .dpvWvm {
    left:20px;
  color:#d9d9d9;
  right:20px;
  bottom:20px;
  display:flex;
  position:absolute;
  align-items:center;
  font-family:sans-serif;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dBwhgb {
    color:inherit;
  overflow:hidden;
  font-size:0.6rem;
  min-width:0px;
  flex-shrink:1;
  font-weight:var(--font-weight-semi-bold);
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .cwwHDH {
    color:#ffffff;
  font-size:24px;
  text-align:center;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight:bold;
  }
      

      
        
      
      
  .uHQVn {
    color:#ffffff;
  width:100%;
  font-size:2.5rem;
  max-width:650px;
  text-align:left;
  font-weight:700;
  line-height:1.2;
  margin-bottom:20px;
  }
      

      
          @media (max-width: 920px) {
            
  .uHQVn {
    font-size:2rem;
  text-align:center;
  }
      

          }
          
        
      
      
  .cjnPGi {
    width:100%;
  height:100%;
  display:flex;
  opacity:[object Object];
  z-index:10;
  position:absolute;
  transition:opacity 0.3s ease-out;
  align-items:center;
  border-radius:20px;
  pointer-events:[object Object];
  justify-content:center;
  }
      

      
        
      
      
  .dGTRc {
    display:flex;
  align-items:center;
  margin-bottom:60px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .ccMVEi {
    width:340px;
  height:600px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 10px 30px rgba(0,0,0,0.5);
  }
      

      
          @media (max-width: 920px) {
            
  .ccMVEi {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:1;
  position:absolute;
  border-radius:0px;
  }
      

          }
          
        
      
      
  .cnKnbK {
    gap:6px;
  top:20px;
  color:#ffffff;
  right:20px;
  display:flex;
  position:absolute;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  .ekRJJc {
    color:#ffffff;
  font-size:36px;
  text-align:center;
  font-weight:700;
  margin-bottom:60px;
  }
      

      
          @media (max-width: 768px) {
            
  .ekRJJc {
    font-size:28px;
  margin-bottom:40px;
  }
      

          }
          
        
      
      
  .bZFYJF {
    color:#5079e2;
  margin:0px;
  font-size:0.6rem;
  line-height:1;
  white-space:nowrap;
  }
      

      
        
      
      
  .fdxEmM {
    display:flex;
  position:absolute;
  align-items:center;
  margin-bottom:60px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eXMJVS {
    top:5px;
  flex:22;
  display:none;
  position:relative;
  overflow-x:auto;
  overflow-y:auto;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  background-size:contain;
  background-image:url("");
  background-repeat:space space;
  }
      

      
        
      
      
  .cWIqzq {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:block;
  opacity:[object Object];
  position:absolute;
  object-fit:cover;
  transition:opacity 0.5s ease-in-out;
  border-radius:20px;
  }
      

      
        
      
      
  .bEheYR {
    color:#f59e0b;
  font-size:1rem;
  }
      

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

      
        
      
      
  .btTSYw {
    display:flex;
  align-items:center;
  padding-top:40px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:column;
  padding-bottom:40px;
  justify-content:center;
  background-color:#000000;
  }
      

      
        
      
      
  .biMgSa {
    color:#ffffff;
  font-size:0.9rem;
  font-weight:700;
  letter-spacing:0.5px;
  }
      

      
          @media (max-width: 768px) {
            
  .biMgSa {
    width:70%;
  font-size:0.65rem;
  }
      

          }
          
        
      
      
  .bYoxsm {
    width:14px;
  height:14px;
  min-width:14px;
  flex-shrink:0;
  }
      

      
        
      
      
  .cOuLTq {
    width:100%;
  display:flex;
  overflow:hidden;
  position:relative;
  max-width:100%;
  min-width:100%;
  background:#333333;
  max-height:100%;
  transition:all 300ms ease;
  align-items:center;
  aspect-ratio:3/4;
  border-radius:20px;
  flex-direction:column;
  justify-content:end;
  }
      

      
  
      


  .cOuLTq:hover {
    scale:1.05 1.05 1.05;
  transition:all 300ms ease;
  }
      

        
      
      
  .fbZDxZ {
    gap:4px;
  width:auto;
  height:auto;
  display:flex;
  overflow:hidden;
  position:relative;
  max-width:48%;
  min-width:0px;
  align-items:center;
  flex-shrink:1;
  padding-top:6px;
  padding-left:6px;
  border-radius:4rem;
  padding-right:6px;
  flex-direction:row;
  padding-bottom:6px;
  justify-content:center;
  background-color:#8ea5b45e;
  }
      

      
        
      
      
  .cQLXfC {
    color:var(--color-text-secondary, #A3A3A3);
  display:none;
  }
      

      
        
      
      
  .cRNiML {
    color:#3d9eff;
  }
      

      
        
      
      
  .dgkuOX {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  background-color:#000000;
  }
      

      
        
      
      
  .fxpIzf {
    color:#e94848;
  font-size:14px;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight:600;
  }
      

      
        
      
      
  .ewHfSP {
    gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  .cOCCXW {
    color:#A3A3A3;
  font-size:14px;
  text-align:center;
  }
      

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

      
        
      
      
  .VsXkB {
    width:100%;
  height:auto;
  display:flex;
  row-gap:3px;
  overflow:hidden;
  background:linear-gradient(0deg, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.44) 74%, rgba(0, 0, 0, 0) 92%);
  box-sizing:border-box;
  column-gap:3px;
  max-height:40%;
  padding-top:5px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:flex-end;
  }
      

      
        
      
      
  .cJqTnV {
    width:100%;
  cursor:pointer;
  display:flex;
  padding:18px;
  max-width:380px;
  background:linear-gradient(90deg, #003dc2 0%, #1f53a8 100%);
  align-items:center;
  border-radius:12px;
  justify-content:center;
  }
      

      
        
      
      
  .dceppT {
    color:#A3A3A3;
  font-size:1rem;
  text-align:left;
  line-height:1.6;
  margin-bottom:40px;
  }
      

      
          @media (max-width: 920px) {
            
  .dceppT {
    max-width:500px;
  text-align:center;
  }
      

          }
          
        
      
      
  .tZrgn {
    background-color:#000000;
  }
      

      
        
      
      
  .bDTbpa {
    width:100%;
  display:flex;
  padding:12px 24px;
  flex-wrap:wrap;
  background:linear-gradient(90deg, #b91c1c 0%, #1f2123 100%);
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .bDTbpa {
    padding:12px 16px;
  flex-wrap:nowrap;
  max-width:100%;
  align-items:center;
  font-family:1.3rem;
  justify-content:flex-start;
  }
      

          }
          
        
      