
  

  
  

  
  
  
  
    


@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;
--drf-white: #FFFFFF;
--drf-primary: #242E54;
--drf-primary-low: #242e547a;
--drf-primary-25: #F8F8F8;
--purple-1500: #22839540;
--drf-grey: #E9EAEE;
--drf-link-color: #5E1E96;
--drf-select: #FBECF3;
--drf-link-light: #efe9f5;
--gad-secondary: #CE3E84;
--gad-fonts: #151A30;
--gad-button-light: #F8F8F8;
--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;
--LoopRX-primary: #242E54;
--LoopRX-bgclr-light: #E9EFFF;
--LoopRX-grey: #F8F8F8;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-orbitron: 'Orbitron',sans-serif;
--font-sharetechmono: 'Share Tech Mono',monospace;
--font-Sofia Sans: 'Sofia Sans',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;
    }
  }
}


    .drOoEU {
      flex:1;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      justify-content:space-between;
      background-color:var(--drf-white, #FFFFFF);
    }

    .LrLuB {
      width:100%;
      height:auto;
      align-items:center;
      justify-content:start;
      border-top-left-radius:17px;
      border-top-right-radius:17px;
      border-bottom-left-radius:17px;
      border-bottom-right-radius:17px;
    }

    .NuEsF {
      width:100%;
      height:fit-content;
      opacity:1;
      z-index:999;
      position:relative;
      transition:translate 300ms ease 300ms normal, opacity 300ms ease 300ms normal, z-index 300ms ease 300ms normal;
      align-items:center;
      border-radius:17px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .NuEsF {
      align-items:center;
      padding-bottom:20px;
      justify-content:start;
    }
    }

    .NuEsF {
      
    @starting-style {
      opacity:0;
    }
    }

    .Retail-Screen-2\:-1VtU0hU8ndlBo5vcRyLN {
      padding-left:20px;
      padding-right:20px;
    }

    .eunWwu {
      width:100%;
      background:#323f4f0d;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fbiiuA {
      color:#323F4F;
      font-size:30px;
      line-height:120%;
    }

    .GaCKt {
      font-family:'SofiaPro';
      font-weight:400;
    }

    .RsZno {
      background:white;
      padding-top:12px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bFdQPL {
      color:var(--drf-primary, #242E54);
      font-size:12px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:400;
      line-height:130%;
    }

    .radio_label\:cgnYOb8W5g_6dKxBEn8bp {
      color:#323f4f80;
    }

    .lYqnu {
      gap:10px;
      color:var(--drf-primary, #228395);
      width:100%;
      cursor:pointer;
      height:fit-content;
      display:flex;
      padding-top:16px;
      border-color:var(--drf-primary-25, #22839540);
      border-style:solid;
      border-width:0.5px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
      background-color:var(--gad-button-light, #F8F8F8);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .lYqnu.selected {
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:1px;
      background-color:var(--drf-select, #F4FAFB);
    }

    @media (max-width: 550px) {

    .lYqnu {
      align-items:start;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
    }
    }

    .lYqnu.noneOfThese {
      color:#323f4f80;
    }

    .lYqnu.none_selected {
      color:#242e54;
    }

    .eJhZge {
      flex:1;
      font-size:16px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:400;
      line-height:120%;
      flex-direction:column;
    }

    .fxHiLu {
      gap:10px;
      flex:1;
      min-width:0px;
    }

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

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

    .Retail-Screen-2\:-RUwVZgU9BIXypFTPrAJn {
      flex:1;
    }

    .dpxWBq {
      color:var(--drf-primary, #242E54);
      display:flex;
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:var(--font-weight-normal);
      flex-direction:row;
    }

    .dTrwCV {
      gap:10px;
      color:var(--drf-primary, #242E54);
      width:fit-content;
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-family:'SofiaPro', sans-serif;;
      font-weight:500;
      line-height:23.4px;
      padding-top:16px;
      border-color:var(--drf-primary, #242E54);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      border-radius:50px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:start;
      background-color:var(--drf-white, #FFFFFF);
    }

    .JvZIa {
      display:none;
    }

    .dEDaAE {
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:400;
      line-height:150%;
    }

    .euezPm {
      color:var(--Text-Color);
      font-weight:var(--font-weight-normal);
    }

    .cqpJsI {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .ddXSSI {
      color:var(--drf-primary, #228395);
      font-size:20px;
      line-height:130%;
    }

    .fAzhom {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      justify-content:center;
    }

    .eTTemw {
      color:var(--drf-primary);
      font-size:20px;
      line-height:130%;
    }

    .IMcdC {
      font-size:12px;
    }

    .dAsNnu {
      color:var(--drf-primary, #242E54);
      display:flex;
      row-gap:6px;
      font-size:14px;
      column-gap:6px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:var(--font-weight-normal);
      flex-direction:row;
    }

    .Retail-Screen-2\:01VdZPqxqh2-gfhUje3OD {
      font-size:12px;
    }

    .Retail-Screen-2\:07Y6l7xMw7NGYhoXaScYi {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bsTfFx {
      color:var(--drf-primary, #242E54);
      font-size:14px;
      font-weight:var(--font-weight-normal);
    }

    .ogpjV {
      gap:10px;
      width:100%;
    }

    .AFCau {
      gap:24px;
      width:100%;
    }

    .eFcDeA {
      width:100%;
      row-gap:20px;
      column-gap:20px;
    }

    .cpUGDs {
      width:100%;
      row-gap:40px;
      max-width:600px;
      column-gap:40px;
      align-items:start;
      justify-content:center;
    }

    .cNCLOz {
      gap:24px;
      width:100%;
      flex-direction:row;
    }

    .bBKYwB {
      gap:8px;
      flex:1;
      row-gap:4px;
      min-width:0px;
      column-gap:4px;
    }

    .bSjqos {
      color:#D91212;
      display:inline;
      font-size:8px;
      font-family:inherit;
      font-weight:inherit;
      line-height:inherit;
    }

    .ftOziq {
      color:#D91212;
      row-gap:6px;
      background:#d912121a;
      column-gap:6px;
      align-items:center;
      padding-top:6px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cUhbKq {
      min-width:0px;
    }

    .cUhbKq.class {
      border-color:#fa0000;
      border-style:solid;
      border-width:1px;
      background-color:var(--red-400, #F87171);
    }

    .csVCKF {
      flex:1;
      color:var(--drf-primary, #228395);
      height:11px;
      font-size:18px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:400;
      line-height:23.4px;
      padding-top:16px;
      border-color:#d4d4d4;
      border-style:solid;
      border-width:1px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .csVCKF::placeholder {
      color:var(--drf-primary-low, #0A4D5A80);
    }

    .csVCKF:focus-visible {
      border-color:var(--drf-primary, #242E54);
      border-style:solid;
      border-width:1px;
    }

    .Retail-Screen-2\:0_kFjxyZD6F9KNzqQ2yAB {
      flex:1;
    }

    .Retail-Screen-2\:0_zdloN73TWEWN5MkH8bZ {
      flex:1;
    }

    .kEWJm {
      color:#D91212;
      font-size:8px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:400;
      line-height:130%;
    }

    .cHimcl {
      color:var(--drf-primary, #228395);
      font-size:20px;
      font-family:Inter;
      font-weight:normal;
      line-height:130%;
    }

    .bsFHFy {
      gap:20px;
    }

    .dUaTep {
      gap:8px;
      flex:1;
      min-width:0px;
    }

    .dwOEhF {
      gap:12px;
    }

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

    .ddPpMm {
      gap:10px;
      width:100%;
      flex-direction:column;
    }

    .esgPKI {
      font-size:20px;
      font-family:20;
      line-height:130%;
      margin-bottom:40px;
    }

    .bKCpba {
      width:auto;
      height:auto;
      display:flex;
      background:#e6e6e6;
      margin-top:50px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .coIlcp {
      color:var(--Colours-Primary, #122B50);
      font-size:20px;
      font-style:normal;
      font-weight:400;
      line-height:120%;
    }

    .cokMwN {
      font-family:'SofiaPro', sans-serif;;
    }

    .Retail-Screen-2\:1Na2uMl2tc3H21gca7o7a {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .davHfN {
      gap:12px;
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eSeNnW {
      font-size:36px;
      font-weight:var(--font-weight-bold);
    }

    .dUhvJY {
      row-gap:10px;
      column-gap:10px;
    }

    .Retail-Screen-2\:1f3NJapWlDXWfIu8WDbDa {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .bxdxeK {
      font-size:16px;
    }

    .Retail-Screen-2\:1kswiSCv473KDeCcE1rdk {
      flex:1;
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bfluPa {
      color:var(--drf-primary, #228395);
      font-size:30px;
      font-family:'SofiaPro', sans-serif;;
      line-height:130%;
    }

    .coTzcL {
      flex:1;
      row-gap:4px;
      min-width:0px;
      column-gap:4px;
    }

    .dIhFGB {
      width:20px;
      height:20px;
      display:flex;
      align-items:flex-start;
      accent-color:#323F4F;
      border-color:black;
      border-style:solid;
      border-width:1px;
      justify-content:flex-start;
    }

    .Retail-Screen-2\:2JOCx9pmINopmMTT9MHr9 {
      row-gap:40px;
      column-gap:40px;
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:2KbcCVDLH_i_IWUc-Guph {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .gqznK {
      display:flex;
      row-gap:20px;
      font-size:14px;
      column-gap:20px;
      font-weight:400;
      line-height:130%;
    }

    .etxUsc {
      flex:1;
      color:var(--drf-primary, #242E54);
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-normal);
    }

    .eAmLUE {
      width:100%;
      row-gap:40px;
      column-gap:40px;
    }

    .dBCokC {
      width:100%;
      display:none;
    }

    .besptX {
      width:100%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
    }

    .Akeib {
      width:100%;
      height:100%;
      display:flex;
      z-index:2009;
      position:absolute;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:#0000002e;
    }

    .dtWWEw {
      gap:10px;
      color:var(--drf-primary, #242E54);
      width:100%;
      cursor:pointer;
      display:flex;
      font-size:18px;
      align-items:center;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:23.4px;
      padding-top:16px;
      border-color:var(--drf-primary, #242E54);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      border-radius:50px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .eHEriv {
      color:#242E54;
      font-size:18px;
      font-weight:900;
      line-height:100%;
      margin-right:3px;
    }

    .fpMwbr {
      color:#242E54;
      font-size:54px;
      font-weight:450;
      line-height:100%;
    }

    .qVXym {
      color:#242E54;
      font-size:18px;
      font-weight:900;
      line-height:100%;
      margin-right:4px;
    }

    .djraLb {
      color:#242E54;
      font-size:18px;
      font-weight:900;
      line-height:100%;
    }

    .cRVYZU {
      gap:10px;
      color:var(--drf-white, #FFFFFF);
      width:100%;
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:23.4px;
      padding-top:16px;
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      border-radius:50px;
      margin-bottom:10px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:center;
      background-color:var(--gad-secondary, #CE3E84);
    }

    .bNyslz {
      width:auto;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .vacaF {
      color:#242E54;
      font-size:12px;
      font-weight:700;
      line-height:100%;
    }

    .pyFZv {
      width:317px;
      display:flex;
      background:#ffffff;
      align-items:center;
      justify-content:center;
    }

    .cYgwzQ {
      display:flex;
      row-gap:6px;
      column-gap:6px;
      margin-bottom:24px;
      flex-direction:row;
    }

    .RdBxP {
      width:auto;
      display:flex;
      row-gap:2px;
      column-gap:2px;
      flex-direction:row;
    }

    .tIKBL {
      flex:1;
      color:#242E54;
      display:flex;
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:normal;
      flex-direction:column;
    }

    .beujBY {
      background:white;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .hcSXG {
      color:var(--drf-primary, #228395);
      font-size:18px;
      margin-top:16px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:normal;
      margin-bottom:24px;
    }

    .fpRvFR {
      width:100%;
      cursor:pointer;
      height:100%;
      position:fixed;
    }

    .esVkuW {
      width:317px;
      height:148px;
      display:flex;
      row-gap:10px;
      background:#E9EFFF;
      column-gap:10px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:center;
      border-top-left-radius:11.59px;
      border-top-right-radius:11.59px;
      border-bottom-left-radius:11.59px;
      border-bottom-right-radius:11.59px;
    }

    .bbkaxc {
      color:#242E54;
      font-size:18px;
      font-weight:900;
      line-height:100%;
      padding-right:5px;
    }

    .fdPVnG {
      flex:1;
      color:var(--drf-primary, #242E54);
      font-size:12px;
      line-height:130%;
    }

    .cijMSk {
      width:100%;
      row-gap:40px;
      flex-grow:1;
      max-width:600px;
      column-gap:40px;
      align-items:start;
      justify-content:center;
    }

    .ewiLbM {
      width:100%;
      display:flex;
      background:url(<path-to-image>) lightgray 50% / contain no-repeat, #FFF;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      border-radius:20px;
      justify-content:center;
    }

    .cCYXsI {
      width:100%;
    }

    .Retail-Screen-2\:3jlzxdc2d0Qx5uYFglDrw {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .pAgga {
      color:#fc971d;
    }

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

    .Retail-Screen-2\:4-DRBbkCQHE0jOpI93pnZ {
      flex:1;
    }

    .bfDinR {
      gap:12px;
      width:100%;
    }

    .Retail-Screen-2\:4CyYjLESucYeI5nUZ7lYB {
      flex:1;
    }

    .Retail-Screen-2\:4EN5eDUzHgZ_HWAixhgKp {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .ehvrcC {
      color:#D91212;
      font-size:12px;
      font-weight:400;
      line-height:130%;
    }

    .Retail-Screen-2\:4hk6HcKanIUllA3oWYybG {
      padding-left:20px;
      padding-right:20px;
    }

    .Retail-Screen-2\:4kYrNBy51sT7AKMeJt-OI {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:4vas6_XANqyVWG_6Yhjh_ {
      flex:1;
    }

    .Retail-Screen-2\:4wRU7DSp5Nqh4-iqfvMJv {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .bKdyKJ {
      font-weight:inherit;
    }

    .dKPAIp {
      color:var(--drf-primary, #228395);
      font-size:20px;
      font-weight:normal;
      line-height:130%;
    }

    .dmglck {
      font-size:20px;
      line-height:130%;
      margin-bottom:40px;
    }

    .eDMbTF {
      color:#F04186;
      display:flex;
      font-size:50px;
      background:#323F4F;
      align-items:center;
      font-family:tt-commons-pro;
      padding-top:30px;
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
      justify-content:center;
      border-top-left-radius:16px;
      border-top-right-radius:16px;
      border-bottom-left-radius:16px;
      border-bottom-right-radius:16px;
    }

    .Retail-Screen-2\:5jV_Rzk_5MJupatSC0S11 {
      flex:1;
    }

    .btinQg {
      gap:8px;
      color:var(--drf-white, #FFFFFF);
      width:var(--Width);
      cursor:pointer;
      display:flex;
      flex-wrap:wrap;
      font-size:16px;
      background:#323F4F;
      align-items:center;
      font-family:SofiaPro, sans-serif;;
      font-weight:400;
      line-height:normal;
      padding-top:20px;
      padding-left:30px;
      border-radius:40px;
      padding-right:30px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:center;
    }

    .btinQg.outline {
      color:var(--gad-secondary, #CE3E84);
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:1px;
      background-color:var(--drf-white, #FFFFFF);
    }

    .btinQg.disabled {
      cursor:no-drop;
      opacity:0.3;
    }

    @media (max-height: 550px) {

    .btinQg {
      font-size:16px;
    }
    }

    .egxzmW {
      flex:1;
      color:#f4f4f4;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      font-size:16px;
      min-width:0px;
      text-align:center;
      font-family:'SofiaPro', sans-serif;;
      font-weight:400;
      line-height:normal;
    }

    .bRjwkn {
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .Retail-Screen-2\:66m9_CfYZtVlvQpSphxcQ {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .cUlnfF {
      color:var(--drf-primary, #228395);
      font-size:30px;
      line-height:130%;
    }

    .cbRHmP {
      gap:10px;
    }

    .eRFOER {
      gap:8px;
      flex:1;
      color:var(--drf-white, #FFFFFF);
      height:106px;
      align-items:center;
      border-radius:8px;
      justify-content:center;
      background-color:var(--drf-primary, #242E54);
    }

    .ebcKQC {
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
      line-height:130%;
    }

    .AKngW {
      width:100%;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      margin-top:30px;
    }

    .dKWMdM {
      font-size:14px;
    }

    .sagUY {
      flex:1;
      width:100%;
      height:100%;
      opacity:0;
      z-index:100;
      position:absolute;
      background:#477ab8;
    }

    .boLvdT {
      color:drf;
      display:flex;
      row-gap:15px;
      font-size:14px;
      column-gap:15px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:var(--font-weight-regular);
      flex-direction:column;
    }

    .cYWCry {
      color:var(--drf-primary, #242E54);
      display:flex;
      row-gap:4px;
      font-size:12px;
      column-gap:4px;
      font-weight:var(--font-weight-normal);
      line-height:130%;
      flex-direction:row;
    }

    .Retail-Screen-2\:7JicwUFmnfgCOFPHPeomQ {
      flex:1;
    }

    .dLtuwH {
      width:100%;
      flex-direction:row;
    }

    .mHEEr {
      color:var(--drf-primary, #242E54);
      display:flex;
      row-gap:4px;
      font-size:14px;
      column-gap:4px;
      font-weight:var(--font-weight-normal);
      flex-direction:row;
    }

    .Retail-Screen-2\:7cTAH3WLC5IcNOInvLdnw {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 550px) {

    .Retail-Screen-2\:7cTAH3WLC5IcNOInvLdnw {
      padding-top:10vh;
    }
    }

    .eGbegx {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bjAoEr {
      gap:10px;
      width:100%;
      margin-top:20px;
      margin-bottom:20px;
    }

    .pblIm {
      flex:1;
      color:var(--drf-primary, #242E54);
      display:flex;
      row-gap:6px;
      font-size:12px;
      column-gap:6px;
      font-weight:var(--font-weight-normal);
      line-height:130%;
      flex-direction:row;
    }

    .bKtFVN {
      width:100%;
      row-gap:20px;
      flex-grow:1;
      max-width:600px;
      column-gap:20px;
      align-items:start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dZfJRY {
      row-gap:20px;
      column-gap:20px;
    }

    .dOkcHH {
      display:flex;
      row-gap:40px;
      column-gap:40px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .ftrUOs {
      color:#1773FE;
      cursor:pointer;
      display:flex;
      row-gap:4px;
      font-size:12px;
      column-gap:4px;
      flex-direction:row;
    }

    .Retail-Screen-2\:8YPNuda97iGZDqPSDS8pt {
      width:100%;
    }

    .Retail-Screen-2\:8ZpwMGV62jgNdPX8OYMun {
      width:100%;
    }

    .dHsJTN {
      gap:24px;
      width:100%;
      max-width:600px;
      align-items:start;
      padding-left:0px;
      padding-right:0px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .bKPVXG {
      width:100%;
      display:none;
      margin-top:24px;
    }

    .crOvqa {
      color:#D91212;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .FOqFU {
      width:100%;
      row-gap:40px;
      flex-grow:1;
      max-width:600px;
      column-gap:40px;
      align-items:start;
      justify-content:center;
    }

    .famAFx {
      color:var(--drf-primary);
      font-size:14px;
      line-height:130%;
    }

    .eNwkTK {
      color:#323f4f80;
      font-size:14px;
      font-weight:400;
      line-height:120%;
    }

    .boKZuf {
      gap:24px;
      width:100%;
      max-width:600px;
      align-items:start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

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

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

    .GLgxK {
      gap:10px;
      width:100%;
      flex-direction:row;
    }

    .Retail-Screen-2\:9s23fXsd5gOhdY_E3s-9O {
      flex:1;
    }

    .Retail-Screen-2\:Ab6LmiXkLAKv7fQW2mj18 {
      flex:1;
    }

    .eMVKhj {
      gap:10px;
      color:var(--drf-primary, #228395);
      width:100%;
      z-index:100;
      font-size:18px;
      background:#F8F8F8;
      align-items:center;
      font-weight:500;
      line-height:23.4px;
      padding-top:40px;
      border-color:var(--drf-primary-25, #22839540);
      border-style:solid;
      border-width:1px;
      padding-left:40px;
      border-radius:6px;
      padding-right:40px;
      flex-direction:row;
      padding-bottom:40px;
      justify-content:center;
    }

    .dtuBoF {
      width:100%;
      display:flex;
      row-gap:20px;
      flex-grow:1;
      max-width:600px;
      column-gap:20px;
      align-items:flex-start;
      justify-content:center;
    }

    .cnljOe {
      color:var(--Color);
    }

    .eYhdRO {
      font-size:16px;
      font-style:normal;
      font-family:'SofiaPro';
      font-weight:normal;
      line-height:150%;
    }

    .fxfMAw {
      width:100%;
      object-fit:cover;
      border-radius:16px;
    }

    .Retail-Screen-2\:B021HqmC6wEwuYyCj6Gcc {
      flex:1;
    }

    .cLdaXq {
      color:var(--drf-primary, #242E54);
      width:100%;
      height:192px;
      font-size:16px;
      font-weight:var(--font-weight-normal);
      padding-top:20px;
      padding-left:20px;
      border-radius:6px;
      padding-right:20px;
      padding-bottom:20px;
      background-color:var(--gad-button-light, #F8F8F8);
    }

    .cLdaXq::placeholder {
      color:#242e54a3;
      font-size:16px;
      font-weight:var(--font-weight-normal);
    }

    .FmiQv {
      width:100%;
      display:flex;
      row-gap:4px;
      column-gap:4px;
    }

    .bAqRQl {
      gap:24px;
      width:100%;
      max-width:600px;
    }

    .Retail-Screen-2\:BXYc29kIE040y6Ucfn5Dy {
      width:100%;
    }

    .FwGVl {
      flex:1;
      width:100%;
      row-gap:20px;
      column-gap:20px;
      flex-direction:column;
    }

    .PJVFI {
      top:59px;
      width:100%;
      z-index:10;
      position:absolute;
      box-shadow:1px 4px 8px 0px #00000044;
      max-height:50vh;
      overflow-x:clip;
      overflow-y:auto;
      border-radius:6px;
      background-color:var(--drf-white, #fff);
    }

    .Retail-Screen-2\:BeVdO0SKHtJ2Auz-L02Up {
      width:100%;
    }

    .cImnHb {
      color:#D91212;
      display:flex;
      row-gap:6px;
      background:#d912121a;
      column-gap:6px;
      align-items:center;
      padding-top:6px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .Retail-Screen-2\:BpX4Da97dX1pjg_yNH2vO {
      flex:1;
    }

    .zpiDu {
      font-size:20px;
      font-family:20;
      line-height:130%;
    }

    .fiGpSL {
      display:flex;
      row-gap:20px;
      font-size:20px;
      column-gap:20px;
      line-height:130%;
      margin-bottom:40px;
    }

    .Retail-Screen-2\:DUJVFmGq7a5qmmKQML7Gy {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:D_EUAy30ICpR4KpPCxpf0 {
      font-family:'SofiaPro', sans-serif;;
    }

    .reNoK {
      color:#242e5480;
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
      line-height:130%;
    }

    .fpVvYd {
      gap:24px;
      width:100%;
      height:auto;
      display:flex;
      flex-grow:1;
      overflow-y:auto;
      align-items:center;
      padding-top:30px;
      padding-bottom:30px;
      justify-content:flex-start;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .fpVvYd {
      align-items:start;
      justify-content:start;
    }
    }

    .Retail-Screen-2\:EgqRfehQ0O_wciRmiYlgV {
      flex:1;
    }

    .Retail-Screen-2\:EiG-iDTZKC8HpyuogeTO6 {
      flex:1;
    }

    .bFUlCp {
      gap:10px;
      color:var(--drf-primary, #228395);
      z-index:100;
      font-size:18px;
      background:#F8F8F8;
      align-items:center;
      font-weight:500;
      line-height:23.4px;
      padding-top:40px;
      border-color:var(--drf-primary-25, #22839540);
      border-style:solid;
      border-width:1px;
      padding-left:40px;
      border-radius:6px;
      padding-right:40px;
      flex-direction:row;
      padding-bottom:40px;
      justify-content:center;
    }

    .fmfmEH {
      font-size:12px;
      font-weight:400;
      line-height:130%;
    }

    .Retail-Screen-2\:EqBDqhNZQOs3UBjdmccdO {
      width:100%;
    }

    .ddyPLB {
      gap:12px;
      color:var(--drf-primary);
      font-size:20px;
      line-height:130%;
    }

    .dPVCmV {
      color:#989ea6;
      font-size:14px;
      line-height:130%;
    }

    .Retail-Screen-2\:FoEl2iq9ODRNliTz4aljP {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .elFenU {
      font-weight:var(--font-weight-normal);
    }

    .Retail-Screen-2\:G461v4RuFEVsj-7tdPRXp {
      flex:1;
    }

    .Retail-Screen-2\:GD-8FH4kXMTgMiHWTNr12 {
      width:100%;
    }

    .bGxNrp {
      color:var(--drf-primary, #228395);
      font-size:20px;
      font-family:'SofiaPro', sans-serif;;
      line-height:130%;
    }

    .cZRHwk {
      font-size:18px;
    }

    .UjfTq {
      flex:1;
      color:#F04186;
      display:flex;
      font-size:14px;
      min-width:0px;
      text-align:right;
      font-weight:400;
      line-height:120%;
    }

    .Retail-Screen-2\:GbdUj_TRrIjLUF6buAYVa {
      font-family:'SofiaPro', sans-serif;;
    }

    .FQbWE {
      gap:12px;
      flex:1;
      color:var(--drf-primary, #242E54);
      height:106px;
      align-items:center;
      padding-top:16px;
      border-radius:8px;
      padding-bottom:16px;
      justify-content:center;
      background-color:var(--gad-button-light, #F8F8F8);
    }

    .cognrA {
      display:flex;
      row-gap:10px;
      position:relative;
      column-gap:10px;
    }

    .Retail-Screen-2\:H3AUP3eLsDP8niLTW0O25 {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .TIlzN {
      flex:1;
      color:var(--drf-primary, #242E54);
      font-size:12px;
      line-height:120%;
    }

    .bpevkL {
      width:100%;
      display:flex;
      row-gap:30px;
      column-gap:30px;
    }

    .Retail-Screen-2\:IBE4O6r0aLyT409iaC12A {
      flex:1;
    }

    .WYDFi {
      width:317px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .Retail-Screen-2\:IWlGV0k4gBvrR5Xu0tdt8 {
      flex:1;
    }

    .cXZpKM {
      font-family:'SofiaPro', sans-serif;;
      padding-left:3.5px;
      padding-right:3.5px;
    }

    .eaHLkV {
      color:var(--drf-primary, #242E54);
      height:40px;
      font-size:14px;
      align-items:center;
      font-weight:400;
      padding-left:30px;
      padding-right:30px;
      flex-direction:row;
      justify-content:start;
    }

    .DwAVM {
      left:0px;
      width:80px;
      height:80px;
      display:none;
      z-index:2000;
      position:fixed;
      background-color:#194de1;
    }

    .DwAVM.hide {
      display:none;
    }

    .Retail-Screen-2\:JUL2hWt3igg5u3YwDK4c6 {
      flex:1;
    }

    .Retail-Screen-2\:JVoOsidVu6NrOVUNsRrHY {
      width:100%;
    }

    .bQsJSV {
      flex:1;
      width:100%;
      row-gap:20px;
      flex-grow:1;
      max-width:600px;
      column-gap:20px;
      align-items:start;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .Retail-Screen-2\:JrgbslpFaBodsL8Nr2Tnm {
      flex:1;
    }

    .fglHxy {
      width:100%;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .Retail-Screen-2\:KKWU1qKN8qTJ7ZyzBjcbq {
      flex:1;
    }

    .caYCyq {
      flex:1;
      color:var(--drf-primary, #242E54);
      display:flex;
      row-gap:4px;
      font-size:12px;
      column-gap:4px;
      line-height:130%;
      flex-direction:row;
    }

    .Retail-Screen-2\:Kh69ynJXhqIeVEjhrzA71 {
      width:100%;
    }

    .cTrFdl {
      display:flex;
      row-gap:10px;
      max-width:800px;
      align-self:stretch;
      background:var(--Background, #F4F4F4);
      column-gap:10px;
      align-items:flex-start;
      padding-top:16px;
      padding-left:16px;
      border-radius:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:flex-end;
    }

    .Retail-Screen-2\:LPmBXUFjl63vp6xvu3Wac {
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      justify-content:center;
    }

    .bbfRyd {
      width:50px;
      height:50px;
      display:flex;
      align-items:center;
      margin-bottom:10px;
      justify-content:center;
    }

    .Retail-Screen-2\:L_wabLElSbT_L6wuNDjyc {
      flex:1;
    }

    .diBulU {
      color:var(--drf-primary, #242E54);
      display:flex;
      row-gap:4px;
      font-size:14px;
      column-gap:4px;
      align-items:center;
      font-weight:var(--font-weight-normal);
      flex-direction:row;
      justify-content:flex-start;
    }

    .Retail-Screen-2\:MNcRvlKV8P1njoROjUvhz {
      flex:1;
    }

    .cWqaej {
      width:100%;
      display:flex;
      row-gap:40px;
      flex-grow:1;
      max-width:600px;
      column-gap:40px;
      align-items:flex-start;
      justify-content:center;
    }

    .Retail-Screen-2\:MWwpRAP_t1SDZwkdof6Gn {
      width:100%;
    }

    .titmK {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      text-decoration-line:underline;
    }

    .bAoZYD {
      width:20px;
      height:20px;
      display:flex;
      align-items:flex-start;
      accent-color:#323F4F;
      border-color:black;
      border-style:solid;
      border-width:1px;
      justify-content:flex-start;
      border-top-left-radius:20px;
      border-top-right-radius:20px;
      border-bottom-left-radius:20px;
      border-bottom-right-radius:20px;
    }

    .eEeNUJ {
      gap:24px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:flex-start;
      justify-content:center;
    }

    .Retail-Screen-2\:N9hLWAXP2tEjoj0H7Te_v {
      flex:1;
    }

    .cESrLP {
      width:100%;
      row-gap:20px;
      flex-grow:1;
      max-width:600px;
      column-gap:20px;
      align-items:start;
      padding-left:0px;
      padding-right:0px;
      justify-content:center;
    }

    .efKoGK {
      gap:10px;
      flex:1;
      width:100%;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .djQmkN {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dmndtq {
      color:#353B4580;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      font-size:14px;
      font-weight:500;
      line-height:130%;
      flex-direction:column;
    }

    @media (max-width: 570px) {

    .dmndtq {
      width:80%;
    }
    }

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

    .Retail-Screen-2\:O83CAa2KHOdpqMnwxU8tR {
      flex:1;
    }

    .Retail-Screen-2\:ODCTKuElVlUz3lWXDOQnU {
      flex:1;
    }

    .fbtyFD {
      flex:1;
      width:100%;
      align-items:center;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .fbtyFD {
      align-items:center;
      justify-content:start;
    }
    }

    .Retail-Screen-2\:OLLhBH5pfikCSda-WFGsx {
      flex:1;
    }

    .fpPHwj {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      padding-left:0px;
      padding-right:0px;
      justify-content:center;
    }

    .cbKtxo {
      width:100%;
      max-width:600px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .Retail-Screen-2\:Odzs44WoN6Yaf4PUabMEy {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dLmwcg {
      color:var(--drf-primary, #228395);
      font-size:20px;
      font-family:20;
      font-weight:400;
      line-height:130%;
    }

    .Retail-Screen-2\:OhunZX8T2HrcbrjJxUsQg {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:Ot8HMa4EPiLfiljHNd2I0 {
      flex:1;
    }

    .PpVse {
      top:18.5vh;
      right:0px;
      height:38px;
      z-index:1000;
      position:fixed;
      overflow-y:clip;
    }

    .cErgSA {
      top:40px;
      right:30px;
      display:flex;
      opacity:0;
      position:absolute;
      min-width:200px;
      min-height:40px;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      padding-left:15px;
      border-radius:5px;
      padding-right:15px;
      flex-direction:column;
      justify-content:center;
      background-color:#CE1515;
    }

    .cErgSA.notificationError {
      top:0px;
      right:30px;
      opacity:1;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      justify-content:center;
    }

    .dpEPqv {
      top:40px;
      color:#ffffff;
      right:30px;
      opacity:0;
      position:absolute;
      min-width:200px;
      background:#323F4F;
      min-height:40px;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      padding-top:10px;
      padding-left:15px;
      border-radius:5px;
      padding-right:15px;
      padding-bottom:10px;
      justify-content:center;
    }

    .dpEPqv.notificationSuccess {
      top:0px;
      right:30px;
      opacity:1;
      transition:all 300ms ease 0ms normal;
    }

    .fjSbN {
      color:#ffffff;
      font-size:14px;
      white-space:nowrap;
    }

    .dEhuTB {
      color:#323f4f80;
      font-size:12px;
      font-weight:400;
      line-height:130%;
    }

    .dhwXPl {
      width:100%;
      display:flex;
      row-gap:30px;
      column-gap:30px;
      align-items:center;
      justify-content:center;
    }

    .Retail-Screen-2\:PIvba1t3MV0157to7jdui {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 550px) {

    .Retail-Screen-2\:PIvba1t3MV0157to7jdui {
      padding-top:10vh;
    }
    }

    .dPMiEW {
      gap:10px;
      flex:1;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .Retail-Screen-2\:POzZF9BGiDhH6UJXuX2L- {
      flex:1;
    }

    .Retail-Screen-2\:PhFqvBt9sV3EI5szIOah3 {
      flex:1;
    }

    .Retail-Screen-2\:PjFQKgnE9C4EpU4uInjPz {
      flex:1;
    }

    .Retail-Screen-2\:PvxYeTJ_g7MF2n198DaRs {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:QH3NfIg2q9S-Hul6V8wJu {
      flex:1;
    }

    .ciKuAI {
      display:flex;
      row-gap:4px;
      flex-wrap:wrap;
      column-gap:4px;
      flex-direction:row;
    }

    .Retail-Screen-2\:QU6trjac8AGx5-xqvd57T {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dtIMeq {
      gap:24px;
      width:100%;
      max-width:600px;
      align-items:start;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .cDDlbi {
      flex:1;
      color:var(--drf-primary, #242E54);
      font-size:12px;
      line-height:130%;
    }

    .Retail-Screen-2\:RZ_biPb_z7U1A5J9Gc8vI {
      width:100%;
    }

    .bvrPOQ {
      flex:1;
      color:var(--drf-primary, #242E54);
      display:flex;
      row-gap:6px;
      font-size:14px;
      column-gap:6px;
      font-weight:var(--font-weight-normal);
      line-height:130%;
      flex-direction:row;
    }

    .dpEFA {
      color:#fc971d;
      display:flex;
      row-gap:6px;
      background:#d976121a;
      column-gap:6px;
      align-items:center;
      padding-top:6px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bTpOsa {
      font-size:20px;
      font-family:'SofiaPro';
      font-weight:normal;
      line-height:130%;
      margin-bottom:40px;
    }

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

    .bFpGuW {
      gap:10px;
      flex:1;
      width:100%;
      flex-direction:row;
    }

    .djWoiX {
      gap:24px;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .Retail-Screen-2\:S4fok9bRsr2yuLaX0NLWV {
      flex:1;
    }

    .Retail-Screen-2\:SABTfUineYUdtfFPb58wL {
      flex:1;
    }

    .eTJrnV {
      color:#989ea6;
      font-family:'SofiaPro', sans-serif;;
    }

    .blAsum {
      flex:1;
      color:#242E54;
      display:flex;
      row-gap:4px;
      min-width:0px;
      background:#ffffff;
      column-gap:4px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    .ezgwlF {
      width:100%;
      height:100%;
      row-gap:40px;
      column-gap:40px;
    }

    .cnZhwt {
      width:100%;
      background:#f9f9f9;
      object-fit:contain;
    }

    @media (max-width: 500px) {

    .cnZhwt {
      width:100%;
    }
    }

    .bNbccV {
      gap:8px;
      flex:1;
      width:100%;
      row-gap:4px;
      min-width:0px;
      column-gap:4px;
    }

    .cRghrk {
      color:var(--drf-primary, #228395);
      font-size:20px;
      font-weight:400;
      line-height:130%;
    }

    .eHiMoU {
      color:#323f4f80;
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
      line-height:130%;
    }

    .jUMgh {
      display:flex;
      row-gap:28px;
      column-gap:28px;
      padding-top:16px;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .SHrbl {
      color:#242e5480;
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
    }

    .PIhNu {
      width:100%;
      height:100%;
      display:flex;
      position:relative;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .eHxJnD {
      display:flex;
      padding:16px;
      row-gap:10px;
      max-width:800px;
      align-self:stretch;
      column-gap:10px;
      align-items:flex-start;
      border-radius:16px;
      flex-direction:column;
      justify-content:flex-end;
    }

    .dQilft {
      width:100%;
      row-gap:20px;
      column-gap:20px;
      flex-direction:column;
    }

    .ekYPDZ {
      display:inline;
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
      line-height:130%;
    }

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

    .Retail-Screen-2\:WZMYPr69GX53xmoMKiEtm {
      width:100%;
    }

    .fcnPHE {
      row-gap:40px;
      column-gap:40px;
    }

    .czdaIy {
      flex:1;
      color:var(--drf-primary, #228395);
      height:11px;
      display:flex;
      font-size:18px;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/slimmr:arrow-down.svg/public") scroll border-box padding-box no-repeat no-repeat right 16px center / auto auto;
      align-items:center;
      font-family:CircularStd, sans-serif;
      font-weight:400;
      line-height:23.4px;
      padding-top:12px;
      border-color:#323f4f80;
      border-style:solid;
      border-width:1px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:space-between;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .czdaIy::placeholder {
      color:var(--drf-primary-low, #0A4D5A80);
    }

    .czdaIy:focus-visible {
      border-color:var(--drf-primary, #242E54);
      border-style:solid;
      border-width:1px;
    }

    .Retail-Screen-2\:XWdjEoZRYXGw64bOMIWAa {
      width:fit-content;
    }

    .mfGqr {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      z-index:2009;
      position:absolute;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:#0000002e;
    }

    .fDQyYP {
      :;
      color:var(--drf-primary);
      cursor:pointer;
      height:40px;
      font-size:16px;
      background:#E9EFFF;
      align-items:center;
      font-weight:400;
      padding-top:10px;
      padding-left:30px;
      border-radius:6px;
      padding-right:30px;
      padding-bottom:10px;
      justify-content:center;
    }

    .ezmHuG {
      :;
      color:#F4FAFB;
      cursor:pointer;
      height:40px;
      font-size:16px;
      background:var(--gad-secondary);
      align-items:center;
      font-weight:400;
      padding-top:10px;
      border-radius:6px;
      padding-bottom:10px;
      justify-content:center;
    }

    .bnyQcW {
      width:100%;
      cursor:pointer;
      height:100%;
      position:absolute;
    }

    .bCSyll {
      width:100%;
      row-gap:10px;
      column-gap:10px;
      flex-direction:column;
    }

    .cjDNnj {
      color:var(--drf-primary);
      font-size:14px;
      font-weight:500;
    }

    .CotdC {
      color:var(--gb-main, #005EB8);
      row-gap:10px;
      max-width:400px;
      background:#F8F8F8;
      column-gap:10px;
      align-items:center;
      padding-top:30px;
      padding-left:40px;
      padding-right:40px;
      padding-bottom:30px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fAuxhp {
      row-gap:10px;
      font-size:20px;
      column-gap:10px;
      align-items:center;
      font-weight:400;
      justify-content:center;
    }

    .Retail-Screen-2\:Y4267N4kE_s9QDkvUua8j {
      width:100%;
    }

    @media (max-width: 400px) {

    .Retail-Screen-2\:YB6-aXdqu1Yu-It-Qc6TR {
      width:100%;
    }
    }

    .Retail-Screen-2\:YJffO59vUb4HKsRvb3n6e {
      flex:1;
    }

    .mMtiq {
      display:none;
      position:relative;
      flex-direction:row;
    }

    .Retail-Screen-2\:YkYwPe2gXA4wK33zsp2Sr {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bhleZQ {
      width:100%;
      row-gap:20px;
      flex-grow:1;
      max-width:600px;
      column-gap:20px;
      align-items:start;
      justify-content:center;
    }

    .Retail-Screen-2\:ZSasqBESCoMcy71ZkORrf {
      width:100%;
    }

    .eWTJnQ {
      row-gap:4px;
      column-gap:4px;
    }

    .Retail-Screen-2\:ZZK7vVIE3OYIL_7RQNFhY {
      flex:1;
    }

    .bLfids {
      top:20px;
      color:var(--drf-primary);
      border:1px solid rgba(50, 63, 79, 0.20);
      position:sticky;
      font-size:14px;
      background:var(--Beige, #FBF6F4);
      font-weight:400;
      line-height:150%;
      padding-top:16px;
      padding-left:16px;
      border-radius:8px;
      padding-right:16px;
      padding-bottom:16px;
    }

    .Retail-Screen-2\:ZsthDjh8qwnOhcxfiDCps {
      width:100%;
      height:100%;
      padding-top:20px;
    }

    .Retail-Screen-2\:_24rrQIa5wCfpyjKHCZst {
      flex:1;
    }

    .Retail-Screen-2\:_4zVGDzcBDYz6CQRB0LOW {
      width:100%;
    }

    .enHeqX {
      color:var(--drf-primary, #228395);
      font-size:30px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:400;
      line-height:120%;
    }

    .Retail-Screen-2\:_DPLubgphpjEfJ89w2nHe {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:_SbzeqyQxthq-qYw17vdt {
      flex:1;
    }

    .Retail-Screen-2\:_XLeU9QGmisXP_e6JJaeZ {
      flex:1;
    }

    .Retail-Screen-2\:_jDwcIAAjx9l95TspVpjL {
      flex:1;
    }

    .dEYloQ {
      height:100%;
      opacity:1;
      background-color:var(--drf-blue, #004BA8);
    }

    .cBTCgU {
      flex:1;
      color:var(--drf-primary, #242E54);
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:400;
    }

    .dYMRJQ {
      gap:12px;
      background:#fafafa;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cekjB {
      width:100%;
      max-width:600px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:space-between;
    }

    .cCwRUK {
      color:var(--drf-primary, #228395);
      font-size:20px;
      font-family:'SofiaPro', sans-serif;;
      line-height:120%;
    }

    .ciZZgM {
      width:100%;
      display:flex;
      min-height:90vh;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .Retail-Screen-2\:bJ8BoAsNnPjeOPtMfnp2o {
      flex:1;
    }

    .Retail-Screen-2\:ba4EWTmXI_nrJuGRQLp-d {
      flex:1;
    }

    .cVVTMN {
      width:100%;
      row-gap:20px;
      max-width:600px;
      column-gap:20px;
    }

    .cRQkUi {
      gap:5px;
      flex-direction:row;
    }

    .dutupV {
      gap:24px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:flex-start;
      padding-top:40px;
      padding-bottom:0px;
      justify-content:center;
    }

    .EIbxY {
      flex:1;
      color:var(--drf-primary, #242E54);
      font-size:14px;
      line-height:130%;
    }

    .Retail-Screen-2\:cqthhWUR5P4WqBXIVVdYd {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:cuPOlkNZ_auIV9P5o6hqc {
      align-items:center;
      padding-top:50px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:50px;
      justify-content:center;
    }

    .bfnbgK {
      color:#ffffff;
      font-size:20px;
      line-height:130%;
    }

    .PGqkW {
      color:#989ea6;
      font-family:'SofiaPro', sans-serif;
    }

    .dqCTxC {
      cursor:pointer;
      display:flex;
      flex-direction:column;
      background-color:var(--drf-white, #fff);
    }

    .dqCTxC:hover {
      color:var(--drf-white, #FFFFFF);
      cursor:pointer;
      background-color:var(--drf-primary-low, #242e547a);
    }

    .fzaRoE {
      flex:1;
      display:flex;
      font-size:14px;
      min-width:0px;
      font-weight:400;
      line-height:120%;
    }

    .Retail-Screen-2\:f4F2rjCJP53b72dxGO1js {
      width:100%;
    }

    .eKVzIH {
      display:flex;
      row-gap:4px;
      column-gap:4px;
    }

    .Retail-Screen-2\:g9FATxVwY8cr2ZVmL70Ab {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:gD_8PGsIn6lnnoDdDrvP5 {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .cAnBOt {
      gap:24px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:flex-start;
      padding-top:0px;
      padding-bottom:20px;
      justify-content:center;
    }

    .dOeXLG {
      flex:1;
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
      line-height:130%;
    }

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

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

    .etougm {
      font-family:'SofiaPro';
      font-weight:normal;
    }

    .Retail-Screen-2\:hbS6tk0o2r2p_QtTBq5QT {
      width:100%;
    }

    .eDVuEC {
      min-width:0px;
    }

    .cbqcXd {
      flex:1;
      color:var(--drf-primary);
      width:100%;
      row-gap:20px;
      column-gap:20px;
      flex-direction:column;
    }

    .Retail-Screen-2\:hqBSBO7aXdpx5Pvi3LP5E {
      flex:1;
    }

    .Retail-Screen-2\:i1IzmnVrqTDItW1KqImV3 {
      flex:1;
    }

    .eNQQbB {
      width:100%;
      row-gap:40px;
      max-width:600px;
      column-gap:40px;
    }

    .Retail-Screen-2\:izCbViuQnyydUHvTS6SQm {
      flex:1;
    }

    .Retail-Screen-2\:j4ySSWCYp1vTln-U0cGTC {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:j58QuVDSLA4veUjClf1T4 {
      flex:1;
    }

    .Retail-Screen-2\:jCY6IkzEsUEgBkW9b5mLA {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:jPZbWZtY_9xS9bBijaOjC {
      flex:1;
    }

    .Retail-Screen-2\:j_2vaFs6TqNfSUa40LG38 {
      flex:1;
    }

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

    .cdAECB {
      gap:12px;
      flex:1;
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ftiYfp {
      flex:1;
      color:var(--drf-primary);
      font-size:14px;
      line-height:130%;
    }

    .Retail-Screen-2\:kncj9k-yGLl6x7lXfft3y {
      flex:1;
    }

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

    .Retail-Screen-2\:l4b4-zL6Q-NwrMwMbmk6U {
      flex:1;
    }

    .feDKkx {
      color:var(--drf-primary);
      font-size:12px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:normal;
      line-height:130%;
    }

    .Retail-Screen-2\:lEXz6UlPVmOWjsZdnHWeI {
      flex:1;
    }

    .Retail-Screen-2\:lhdH5Gz319cMD40CPCdCd {
      width:100%;
    }

    .Retail-Screen-2\:lra0YNLnzAoPe7OHWf8KV {
      width:100%;
    }

    .Retail-Screen-2\:lyaAoJ_aHPShujxvIubHz {
      flex:1;
    }

    .Retail-Screen-2\:mIAmNnUS0iYZygmSRGjYg {
      flex:1;
    }

    .dfUSwm {
      color:var(--drf-primary);
      font-size:12px;
      font-family:'SofiaPro', sans-serif;;
      line-height:130%;
    }

    .Retail-Screen-2\:n4ZwRLddXDJbDDE3b2_0t {
      font-size:12px;
    }

    .chChsU {
      display:flex;
      row-gap:4px;
      column-gap:4px;
      flex-direction:row;
    }

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

    .Retail-Screen-2\:n_fGvDLyjmTtWKZWm1Wjd {
      flex:1;
    }

    .dJjjuT {
      color:var(--drf-primary, #228395);
      font-size:20px;
      font-family:'SofiaPro';
      line-height:130%;
    }

    .dFeDtq {
      color:var(--drf-primary, #228395);
      font-size:30px;
      font-family:'SofiaPro';
      font-weight:normal;
      line-height:39px;
    }

    .Retail-Screen-2\:oAQAT1y6SsWzlYNMuSFGp {
      width:100%;
    }

    .Retail-Screen-2\:oUJvltwWy6ROFwf7TH_YE {
      flex:1;
    }

    .Retail-Screen-2\:oWbxFb_dXBVf0KREeX1Yx {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:oboawsgzrjitlGvEEVl5b {
      flex:1;
    }

    .eMndxt {
      gap:24px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:flex-start;
      padding-top:40px;
      padding-bottom:40px;
      justify-content:center;
    }

    .Retail-Screen-2\:p6Bms2AUM5BlTCy5EVoVx {
      width:100%;
    }

    .Retail-Screen-2\:pGJrsnN8fMeSqOkV74HcA {
      flex:1;
    }

    .cmtdwB {
      width:100%;
      row-gap:40px;
      flex-grow:1;
      max-width:600px;
      column-gap:40px;
      align-items:start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:pbahl3hCPkpyJYoQRECzw {
      width:100%;
    }

    .czVlOO {
      color:var(--drf-primary);
      width:100%;
      display:flex;
      row-gap:40px;
      max-width:600px;
      column-gap:40px;
      align-items:center;
      justify-content:center;
    }

    .Retail-Screen-2\:qE4uvHXlIvWNx4YD5waSS {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .eILLAj {
      gap:24px;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .eILLAj {
      align-items:start;
      justify-content:start;
    }
    }

    .bglzbj {
      gap:10px;
      width:100%;
      font-family:'SofiaPro', sans-serif;;
      flex-direction:column;
    }

    .Retail-Screen-2\:rK_UhCYU_me0nvAPBHWch {
      flex:1;
    }

    .Retail-Screen-2\:s20NX3nZ7x9v7fC1Gov08 {
      flex:1;
    }

    .dASaBo {
      gap:24px;
      color:var(--drf-primary);
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      justify-content:center;
    }

    .XXtfS {
      width:100%;
      display:flex;
      row-gap:8px;
      font-size:14px;
      column-gap:8px;
      line-height:130%;
    }

    .eApJed {
      width:100%;
      row-gap:30px;
      flex-grow:1;
      max-width:600px;
      column-gap:30px;
      align-items:start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .eLLYfL {
      top:0px;
      width:100%;
      height:10vh;
      display:flex;
      opacity:1;
      z-index:2000;
      position:relative;
      transition:all 300ms ease 300ms;
      align-items:center;
      outline-style:none;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 550px) {
    }

    .eLLYfL {
      
    @starting-style {
      opacity:0;
      transition:all 300ms ease 300ms ;
    }
    }

    .diFHKA {
      width:100%;
      height:5px;
      position:relative;
      max-width:600px;
      overflow-x:clip;
      transition:all 300ms ease 0ms ;
      align-items:start;
      border-radius:50px;
      justify-content:center;
      background-color:var(--gad-grey, #E9EAEE);
    }

    .bAWViR {
      width:var(--Progressbar);
      height:100%;
      background:var(--drf-primary);
      transition:all 500ms ease 0ms ;
      border-radius:50px;
    }

    .Retail-Screen-2\:tjFmWbZIlTYtGy7W66crL {
      width:100%;
    }

    .dJVzoP {
      gap:24px;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .dJVzoP {
      align-items:start;
      justify-content:start;
    }
    }

    .dsUrI {
      width:100%;
      display:flex;
      row-gap:40px;
      max-width:600px;
      column-gap:40px;
    }

    .elTAwE {
      color:#323F4F;
      font-size:30px;
      text-align:center;
      line-height:120%;
    }

    .dEVEgL {
      width:100%;
      display:flex;
      row-gap:40px;
      column-gap:40px;
    }

    .sGwzU {
      width:100%;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      flex-direction:row;
    }

    .bzqcaL {
      font-size:20px;
      font-family:20;
    }

    .bENcHt {
      display:flex;
      row-gap:8px;
      column-gap:8px;
    }

    .Retail-Screen-2\:vL0WgfSG7vVkgDxleVlQb {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .uGxPG {
      color:#323f4f80;
      font-size:14px;
      line-height:120%;
    }

    .fqsqnS {
      gap:12px;
      display:none;
      background:#fafafa;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .Retail-Screen-2\:wH3dOFEn6GhejsI1oHEjt {
      flex:1;
    }

    .Retail-Screen-2\:wKbOJTxEz7a89ZS31zG_Y {
      flex:1;
    }

    .Retail-Screen-2\:whdhP2db1POXpD9cqxETa {
      display:flex;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:flex-start;
    }

    .cgsCkE {
      width:100%;
      row-gap:20px;
      flex-grow:1;
      font-size:30px;
      max-width:600px;
      column-gap:20px;
      align-items:start;
      line-height:130%;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .cenGNy {
      color:var(--gad-fonts);
      font-size:20px;
      line-height:130%;
    }

    .Retail-Screen-2\:xDb0ZjX8Qar7RvyqnKVru {
      width:100%;
    }

    .Retail-Screen-2\:xJo3S2fbusuEHuOpYVWsj {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .cODWtH {
      flex:1;
      color:var(--drf-primary, #228395);
      display:flex;
      font-size:14px;
      font-family:'SofiaPro', sans-serif;;
      font-weight:400;
      line-height:120%;
      flex-direction:column;
    }

    .Retail-Screen-2\:xiRdfJw9gaA9Jzmkdlqpz {
      flex:1;
    }

    .Retail-Screen-2\:yyPnO8UtdhyG3lanr_3X4 {
      flex:1;
    }

    .DPExr {
      width:100%;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      flex-direction:column;
      justify-content:space-between;
    }

    .fCzagR {
      width:100%;
      display:flex;
      row-gap:0px;
      flex-grow:1;
      max-width:600px;
      column-gap:0px;
      align-items:flex-start;
      padding-top:20px;
      padding-bottom:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:zn_CSAPCQ8qUPDvHloyGF {
      flex:1;
    }

    .dCHJuQ {
      width:100%;
      height:100%;
      opacity:1;
      background-color:var(--drf-blue, #004BA8);
    }

    .Retail-Screen-2\:zvWd5Oro83-qgnSuaFN5D {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dXuzIH {
      width:100%;
      height:8vh;
      align-items:center;
      justify-content:center;
    }

    .dRLxwp {
      width:100%;
      height:8vh;
      background-color:var(--drf-primary, #242E54);
    }