
  

  
  

  
  
  
  
    


@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;
    }
  }
}


    .eosvwk {
      display:flex;
      background:#F2F1EF;
      align-items:center;
      justify-content:center;
    }

    .WyzdV {
      width:65%;
      display:flex;
      font-size:3em;
      margin-top:70px;
      align-items:flex-start;
      font-family:"Adobe Text Pro";
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .WyzdV {
      width:90%;
      display:flex;
      margin-top:20px;
      flex-direction:column;
    }
    }

    .dHvlgw {
      color:#ffffff;
      width:fit-content;
      cursor:pointer;
      height:35px;
      display:none;
      font-size:1em;
      background:#000000;
      align-items:center;
      font-family:"acumin pro";
      font-weight:var(--font-weight-regular);
      margin-left:15px;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

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

    .uEkYy {
      display:inline;
      font-size:1em;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
      margin-bottom:3px;
    }

    .ccVIao {
      width:100%;
      max-width:1800px;
    }

    .byUCCy {
      width:50%;
      display:flex;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

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

    .exXDTH {
      width:100%;
      bottom:0px;
      height:40px;
      display:flex;
      align-items:flex-end;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 768px) {

    .exXDTH {
      display:flex;
      align-items:flex-start;
      justify-content:flex-start;
    }
    }

    .mlrcO {
      font-size:1em;
      margin-top:20px;
      text-align:left;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
      margin-bottom:20px;
    }

    .bcIsgV {
      width:45%;
      font-size:1rem;
      text-align:right;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
    }

    @media (max-width: 768px) {

    .bcIsgV {
      width:100%;
      margin-top:15px;
      text-align:left;
    }
    }

    .eptXwm {
      width:65%;
      height:fit-content;
      display:flex;
      margin-top:70px;
      align-items:flex-start;
      margin-bottom:50px;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .eptXwm {
      width:90%;
      height:fit-content;
      display:flex;
      margin-top:25px;
      align-items:start;
      margin-bottom:15px;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .eDgNCu {
      font-family:"adobe-text-pro", "Adobe Text Pro";
    }

    .bMPLXP {
      width:50%;
      display:flex;
      align-items:flex-start;
      padding-top:10px;
      padding-bottom:10px;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

    .bMPLXP {
      width:100%;
      margin-top:15px;
    }
    }

    .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;
    }

    .epRyiS {
      margin-left:7px;
      margin-bottom:1px;
    }

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

    .vZlzi {
      width:70%;
      height:100%;
      display:flex;
      object-fit:contain;
      align-items:flex-start;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

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

    .bgQiBC {
      font-size:2em;
      font-family:"adobe-text-pro", "Adobe Text Pro";
      margin-bottom:10px;
    }

    .eacFlx {
      color:#ffffff;
      width:fit-content;
      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-regular);
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .eQSmpn {
      font-size:1em;
      text-align:left;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
      padding-top:2px;
      border-color:#000000;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:2px;
      border-top-left-radius:7px;
      border-top-right-radius:7px;
      border-bottom-left-radius:7px;
      border-bottom-right-radius:7px;
    }

    .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;
    }

    .Buecher\:xxEDzS423EemmSO2Aw22d {
      width:100%;
      height:10vh;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }