
  

  
  

  
  
  
  
    


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


    .bPRfDK {
      width:100%;
      height:100%;
      background:white;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .pkyYv {
      width:19px;
      height:19px;
      opacity:0.4;
      position:absolute;
      flex-shrink:0;
    }

    .btrllV {
      color:#00000066;
      width:inherit;
      border:none;
      height:100%;
      outline:none;
      font-size:medium;
      background:transparent;
      padding-top:15px;
      padding-left:26px;
      padding-bottom:15px;
    }

    .cSlSOi {
      color:var(--grey-600);
      border:none;
      cursor:pointer;
      padding:0px;
      font-size:small;
      background:transparent;
      margin-top:10px;
    }

    .bXRdsU {
      cursor:pointer;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
    }

    .bSBoKt {
      width:100%;
      display:flex;
      background:white;
      align-items:center;
      padding-right:12px;
      flex-direction:row;
      border-bottom-color:#00000026;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .cBBdiu {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      max-height:300px;
      overflow-y:auto;
      flex-direction:column;
    }

    .bZKkEz {
      width:100%;
      object-fit:cover;
      flex-shrink:0;
      aspect-ratio:1 / 1;
      scroll-snap-align:center;
    }

    .bUJRMW {
      color:#00000099;
      margin-top:30px;
      font-weight:normal;
    }

    .bOggkS {
      top:5px;
      left:5px;
      color:white;
      width:fit-content;
      display:inline;
      position:absolute;
      font-size:small;
      background:#fe0645;
      font-family:inherit;
      font-weight:inherit;
      padding-top:6px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:6px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cKIzGw {
      width:100%;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dFHjbZ {
      flex:1;
      display:flex;
      row-gap:20px;
      column-gap:20px;
    }

    .dRgVzw {
      color:white;
      height:48px;
      display:flex;
      font-size:small;
      align-items:center;
      justify-content:center;
    }

    .ekScrX {
      color:black;
      margin-top:10px;
      font-weight:bold;
    }

    .dTDyOO {
      width:100%;
      height:125px;
      object-fit:cover;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eRpQXf {
      width:20px;
      height:20px;
    }

    .mdvXv {
      width:18px;
      height:18px;
    }

    .bJegVY {
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .dbnbZs {
      color:black;
      display:flex;
      row-gap:5px;
      font-size:large;
      column-gap:5px;
      font-weight:var(--font-weight-semi-bold);
      flex-direction:row;
    }

    .faSPsK {
      color:var(--grey-500);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      text-decoration-line:line-through;
    }

    .bQcXI {
      display:flex;
      row-gap:20px;
      flex-wrap:wrap;
      column-gap:20px;
      flex-direction:row;
    }

    .cCYXsI {
      width:100%;
    }

    .bVrAbW {
      display:flex;
      row-gap:10px;
      max-width:30%;
      min-width:30%;
      column-gap:10px;
    }

    @media (max-width: 992px) {

    .bVrAbW {
      max-width:100%;
      min-width:100%;
    }
    }

    .czygfA {
      font-size:x-large;
      font-weight:var(--font-weight-semi-bold);
    }

    .ciFsKg {
      display:flex;
      row-gap:3px;
      column-gap:3px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .ekWFey {
      color:black;
      margin-top:10px;
    }

    .bmAtpv {
      flex:1;
      width:auto;
      height:48px;
      display:flex;
      background:black;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fsYYA {
      width:80%;
      display:flex;
      row-gap:10%;
      flex-wrap:wrap;
      column-gap:10%;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 992px) {

    .fsYYA {
      width:100%;
    }
    }

    .BpxnM {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .lCudQ {
      color:black;
      height:48px;
      display:flex;
      font-size:small;
      align-items:center;
      justify-content:center;
    }

    .dUcCpY {
      width:fit-content;
      display:flex;
      row-gap:10px;
      background:#f2f2f4;
      column-gap:10px;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fEycKP {
      width:16px;
      height:16px;
    }

    .fBvJqZ {
      font-size:large;
      font-weight:bold;
    }

    .aMldd {
      flex:1 1 0%;
      height:82px;
      display:flex;
      max-width:150px;
      min-width:150px;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 992px) {

    .aMldd {
      height:62px;
      max-width:50%;
      min-width:40%;
    }
    }

    .dORSQI {
      display:flex;
      align-items:center;
      padding-top:10px;
      flex-direction:row;
      justify-content:space-between;
    }

    .eqwCPL {
      width:100%;
      height:auto;
      object-fit:cover;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cITnxI {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:10px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .czTSkO {
      flex:1;
      display:flex;
      max-width:30%;
      min-width:30%;
      flex-shrink:0;
    }

    @media (max-width: 992px) {

    .czTSkO {
      max-width:50%;
      min-width:40%;
    }
    }

    .cSIdHS {
      height:34px;
      display:flex;
      row-gap:10px;
      background:#F2F2F4;
      column-gap:10px;
      align-items:center;
      padding-left:10px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .edGvie {
      width:100%;
      display:flex;
      row-gap:10px;
      max-width:100%;
      column-gap:10px;
      align-items:center;
      padding-top:20px;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:center;
    }

    @media (max-width: 992px) {

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

    .bVZSVe {
      flex:1;
      width:100%;
      height:48px;
      display:flex;
      background:black;
      margin-top:20px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .fhErlQ {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      overflow-x:auto;
      flex-direction:row;
    }

    .dEDZAQ {
      width:30px;
      height:30px;
      display:flex;
      background:#f7f7f7;
      align-items:center;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .drmuEg {
      flex:1 1 0%;
      display:flex;
      max-width:25%;
      min-width:20%;
    }

    @media (max-width: 992px) {

    .drmuEg {
      max-width:50%;
    }
    }

    .bLRrjO {
      font-size:small;
    }

    .elBOQA {
      top:10px;
      right:10px;
      position:absolute;
    }

    .elBOQA.isFavorite {
      opacity:1;
    }

    .cGLhxL {
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:center;
    }

    @media (min-width: 992px) {

    .cGLhxL {
      display:none;
    }
    }

    .egVSQl {
      color:#00000099;
      font-weight:normal;
    }

    .cJqzUs {
      flex:1;
      display:flex;
      row-gap:10px;
      max-width:40%;
      column-gap:10px;
      flex-shrink:0;
    }

    @media (max-width: 992px) {

    .cJqzUs {
      width:100%;
      height:auto;
      max-width:100%;
    }
    }

    .eBHvb {
      width:200px;
      cursor:pointer;
      flex-shrink:0;
      scroll-snap-align:start;
    }

    @media (max-width: 992px) {

    .eBHvb {
      width:min-content;
      max-width:50%;
      min-width:30%;
    }
    }

    .feCKfg {
      font-size:x-large;
      font-weight:bold;
    }

    .dIoRel {
      flex:1;
      display:flex;
      max-width:25%;
      min-width:20%;
      flex-shrink:0;
    }

    @media (max-width: 992px) {

    .dIoRel {
      max-width:50%;
      min-width:40%;
    }
    }

    .TktWx {
      display:flex;
      row-gap:10px;
      column-gap:10px;
    }

    .euCiRH {
      color:var(--grey-600);
    }

    .eAAztT {
      width:70px;
      height:70px;
    }

    .dLNsbX {
      flex:1;
      width:auto;
      height:48px;
      display:flex;
      background:black;
      max-height:48px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ehOuie {
      margin-top:15px;
    }

    .aFXvp {
      display:flex;
      font-size:x-large;
      text-align:center;
      align-items:center;
      padding-bottom:20px;
      justify-content:center;
    }

    .bFwCVx {
      top:5px;
      right:5px;
      width:30px;
      height:30px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .exyYVd {
      width:20px;
      height:20px;
      display:flex;
      background:white;
      align-items:center;
      justify-content:center;
    }

    .cFhFtn {
      color:var(--grey-500);
      cursor:pointer;
      font-size:medium;
    }

    .cFhFtn.CurrentState {
      color:black;
      text-decoration-line:underline;
    }

    .cVrbFl {
      color:var(--grey-600);
      margin-top:10px;
    }

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

    @media (max-width: 992px) {

    .eJaNTG {
      display:flex;
      row-gap:10px;
      flex-wrap:wrap;
      column-gap:10px;
      align-items:flex-start;
      padding-left:20px;
      flex-direction:row;
      justify-content:center;
    }
    }

    .mWqBX {
      display:flex;
      row-gap:10px;
      flex-grow:2;
      max-width:30%;
      column-gap:10px;
      flex-basis:0%;
      flex-shrink:0;
    }

    @media (max-width: 992px) {

    .mWqBX {
      width:100%;
      max-width:100%;
      flex-shrink:1;
    }
    }

    .FoMbg {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      flex-direction:row;
    }

    .RgdEF {
      width:12px;
      height:12px;
    }

    .fizxTF {
      display:flex;
      row-gap:10px;
      max-width:500px;
      column-gap:10px;
    }

    .eAuUG {
      color:black;
      font-size:medium;
      margin-top:10px;
    }

    .cYjyf {
      flex:1;
      color:black;
      width:auto;
      height:48px;
      display:flex;
      background:#f2f2f4;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eponmP {
      padding-right:5px;
    }

    .juIdF {
      padding-left:20px;
      padding-right:20px;
    }

    .zqYpK {
      width:30px;
      height:30px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

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

    @media (max-width: 992px) {

    .dGhNqk {
      width:100%;
      display:flex;
      flex-direction:column;
    }
    }

    .fFbkku {
      width:100%;
      height:fit-content;
      display:flex;
      overflow-x:auto;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      scroll-snap-type:x mandatory;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eAxbwj {
      padding-top:60px;
    }

    .bJoJjr {
      flex:1;
      width:auto;
      height:48px;
      display:flex;
      background:black;
      margin-top:20px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fumAQo {
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 992px) {

    .fumAQo {
      display:none;
    }
    }

    .erTlnn {
      color:black;
      display:flex;
      row-gap:5px;
      column-gap:5px;
      margin-top:10px;
      font-weight:bold;
      flex-direction:row;
    }

    .dGBqqM {
      width:80%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      flex-direction:row;
    }

    @media (max-width: 992px) {

    .dGBqqM {
      width:100%;
      display:flex;
      flex-direction:column;
    }
    }

    .eFDfag {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-top:30px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:30px;
      justify-content:center;
    }

    .fHuhbx {
      top:0px;
      width:100%;
      height:auto;
      display:flex;
      position:fixed;
      background:white;
      min-height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:space-between;
      border-bottom-color:#00000026;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .czJPgf {
      color:black;
      font-size:medium;
    }

    @media (max-width: 992px) {

    .czJPgf {
      font-size:small;
    }
    }

    .cNdSFm {
      color:black;
      font-size:small;
      margin-top:10px;
      font-weight:var(--font-weight-semi-bold);
    }

    @media (max-width: 992px) {

    .cNdSFm {
      font-size:x-small;
    }
    }

    .fppdmO {
      display:flex;
      text-align:center;
      align-items:center;
      justify-content:flex-start;
    }

    .dsPTlJ {
      color:white;
      height:34px;
      display:flex;
      font-size:small;
      background:black;
      text-align:center;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      justify-content:center;
      border-top-right-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fGmCAM {
      width:30px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .oRWfi {
      width:100px;
      height:100px;
      margin:0 auto;
      object-fit:cover;
      flex-shrink:0;
      aspect-ratio:1 / 1;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bOXgPd {
      display:flex;
      row-gap:10px;
      max-width:100%;
      column-gap:10px;
      overflow-x:auto;
      overflow-y:hidden;
      flex-direction:row;
      scroll-padding:10px;
      scroll-behavior:smooth;
      scroll-snap-type:x proximity;
    }

    .fHAMos {
      flex:1;
      width:auto;
      height:48px;
      display:flex;
      background:#F2F2F4;
      max-height:48px;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .epRWMc {
      width:100%;
      height:60px;
      display:flex;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:space-between;
    }

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

    .dYJghS {
      color:black;
      height:48px;
      max-height:48px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .CuDbI {
      width:100%;
      height:100%;
      display:flex;
      position:fixed;
      background:white;
    }

    .LuPVk {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:30px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:30px;
    }

    .ePDGwh {
      height:48px;
      display:flex;
      row-gap:10px;
      background:#F2F2F4;
      column-gap:10px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bpWplS {
      display:flex;
      align-items:center;
      padding-top:50px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:50px;
      justify-content:center;
      border-top-color:#00000026;
      border-top-style:solid;
      border-top-width:1px;
    }

    .cnFYcJ {
      width:30px;
      height:30px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    @media (min-width: 992px) {

    .cnFYcJ {
      display:none;
    }
    }

    .cohwFh {
      font-weight:bold;
    }

    .OUILs {
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .osvSQ {
      width:100%;
      height:48px;
      font-size:medium;
      background:white;
      padding-top:12px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:12px;
      vertical-align:middle;
    }

    .btZUKT {
      width:100%;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bxhpPz {
      height:48px;
      text-align:left;
    }

    .dvktTH {
      display:flex;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
    }

    .dxlvFF {
      display:flex;
      margin-top:10px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .dxNwrF {
      width:120px;
      height:40px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
    }

    .dffvSd {
      width:260px;
      cursor:pointer;
      flex-shrink:0;
      scroll-snap-align:start;
    }

    .dffvSd.FirstItem {
      width:280px;
      padding-left:20px;
    }

    .ctHVZH.selectedST {
      color:white;
    }

    .XpxDS {
      color:white;
      font-size:small;
    }

    .ccDsur {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:50px;
    }

    .bFAyrh {
      width:100%;
      display:flex;
      row-gap:15px;
      column-gap:15px;
      overflow-x:auto;
      padding-top:20px;
      flex-direction:row;
      scroll-snap-type:x mandatory;
    }

    .dcSbrr {
      color:var(--grey-600);
      font-size:small;
      margin-top:10px;
    }

    .fgoznd {
      display:flex;
      opacity:0.7;
      flex-direction:row;
    }

    .fgoznd.selectedImg {
      opacity:1;
    }

    .cQNlVM {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .fdWnWw {
      color:black;
      font-size:small;
      margin-top:10px;
    }

    .boXmbb {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-top:30px;
      padding-left:20px;
      padding-right:20px;
      justify-content:flex-start;
    }

    .bDWrKk {
      display:flex;
      row-gap:10%;
      column-gap:10%;
      align-items:center;
      padding-top:60px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:60px;
      justify-content:center;
    }

    .HTDes {
      width:100%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 992px) {

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

    .bQRfhh {
      width:100%;
      display:flex;
      min-height:60px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:space-between;
    }

    .cSGHRf {
      display:flex;
      row-gap:20px;
      flex-wrap:wrap;
      max-width:60%;
      min-width:60%;
      column-gap:20px;
      flex-direction:row;
    }

    @media (max-width: 992px) {

    .cSGHRf {
      width:100%;
      max-width:100%;
      min-width:100%;
    }
    }

    .fdtwRj {
      display:flex;
      font-size:large;
      text-align:center;
      align-items:center;
      font-weight:bold;
      justify-content:flex-start;
    }

    .kCGtg {
      width:50px;
      height:50px;
      display:flex;
      align-items:center;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .kCGtg.selectedST {
      background:black;
      border-color:black;
      border-style:solid;
      border-width:1px;
    }

    .bPzivh {
      font-size:medium;
      font-weight:var(--font-weight-semi-bold);
    }

    .flYoNh {
      height:48px;
    }

    .dxWGCX {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      margin-top:20px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }