
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --brand_card_hover: #F8F9FC;
--background_page: #FFF;
--background_grey: #F6F6F6;
--background_grey_dark: #E9ECF3;
--border_light: #E3E3E3;
--border_dark: #BABCC2;
--brand_primary: #1A52D3;
--brand_hover: #2867F6;
--brand_bg: #1A52D31A;
--brand_disabled: #A3BAED;
--text_primary: #1D2939;
--text_secondary: #646E82;
--text_tertiary: #BDBDBD;
--success: #18A359;
--success_hover: #1ac76b;
--success_bg: #18A3591A;
--warning: #E9B110;
--warning_hover: #f8c020;
--warning-bg: #E9B1101A;
--danger-100: #DC2626;
--danger_hover: #EF4444;
--danger_bg: #dc26261a;
    /* 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;
    }
  }
}

      
  .ctdGSd {
    color:var(--text_primary, #1D2939);
  width:100%;
  height:100%;
  align-items:end;
  flex-direction:column;
  justify-content:center;
  background-color:var(--background_page, #FFF);
  }
      

      
        
      
      
  .eZFXMe {
    row-gap:18px;
  column-gap:18px;
  }
      

      
  .eZFXMe.multipage {
    min-height:364px;
  }
      

        
      
      
  .cqYVqg {
    width:100%;
  height:100%;
  display:flex;
  z-index:999;
  position:absolute;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  background-color:var(--background_page, #FFF);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cOosOk {
    color:var(--brand_primary, #1A52D3);
  }
      

      
        
      
      
  
      

      
        
      
      
  .tlgKG {
    gap:5px;
  width:100%;
  height:40px;
  align-items:center;
  padding-left:5px;
  border-radius:10px;
  padding-right:5px;
  flex-direction:row;
  justify-content:start;
  background-color:var(--background_grey, #F6F6F6);
  }
      

      
        
      
      
  .cwNxly {
    color:var(--text_primary, #1D2939);
  display:block;
  font-size:var(--font-size-sm);
  max-width:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  white-space:nowrap;
  padding-left:12px;
  padding-right:12px;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .cJbaQS {
    flex:1;
  cursor:pointer;
  height:30px;
  transition:all 300ms ease;
  align-items:center;
  border-radius:10px;
  justify-content:center;
  }
      

      
  .cJbaQS.active {
    cursor:default;
  box-shadow:0px 1px 4px 0px #0000001A;
  transition:all 300ms ease;
  align-items:center;
  justify-content:center;
  background-color:var(--background_page, #FFF);
  }
      

        
      
      
  
      

      
        
      
      
  .cbFspz {
    width:100%;
  height:fit_content;
  row-gap:6px;
  column-gap:6px;
  background-color:var(--background_page, #FFF);
  }
      

      
        
      
      
  .cmkTeS {
    left:1px;
  color:var(--danger, #EF4444);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cgwWrL {
    gap:4px;
  cursor:text;
  background:white;
  transition:box-shadow 250ms ease 0ms normal;
  align-items:center;
  border-color:#BABCC2;
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .cgwWrL.no_icons {
    background:white;
  padding-left:0px;
  padding-right:0px;
  }
      


  .cgwWrL:focus-within {
    box-shadow:0px 0px 0px 4px #F1F1F1, 0px 1px 2px 0px #2424240D;
  }
      


  .cgwWrL.invalid {
    box-shadow:0px 0px 0px 4px #FFF0F0, 0px 1px 2px 0px #2424240D;
  border-color:var(--danger, #EF4444);
  border-style:solid;
  border-width:1px;
  }
      


  .cgwWrL.disabled {
    background:#F6F6F6;
  }
      

        
      
      
  .fiaeUQ {
    flex:8;
  color:var(--value_cond_color);
  width:100%;
  height:38px;
  font-size:var(--font-size-sm);
  font-weight:400;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  }
      

      
  .fiaeUQ.disabled {
    color:var(--value_cond_color);
  cursor:default;
  pointer-events:none;
  }
      

        
      
      
  .ebxljG {
    color:var(--text_primary, #1D2939);
  }
      

      
        
      
      
  .dWFVtu {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dodHgr {
    color:var(--text_primary, #1D2939);
  font-size:var(--font-size-sm);
  margin-top:8px;
  font-weight:400;
  }
      

      
        
      
      
  .ejxnqu {
    color:var(--danger, #EF4444);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bGmYJn {
    color:var(--text_secondary, #646E82);
  }
      

      
  .bGmYJn.invalid {
    color:var(--danger, #EF4444);
  }
      

        
      
      
  .fvMKmH {
    width:16px;
  height:16px;
  display:flex;
  align-items:flex-start;
  padding-bottom:2px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eXnXBU {
    gap:8px;
  flex:1  ;
  width:100%;
  }
      

      
        
      
      
  .eyCEN {
    width:90%;
  display:flex;
  z-index:1;
  max-width:500px;
  background: white;
  align-items:center;
  padding-top:64px;
  padding-left:36px;
  padding-right:36px;
  padding-bottom:64px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
          @media (max-width: 800px) {
            
  .eyCEN {
    display:flex;
  box-shadow:0px 2px 4px 0px #00000020;
  align-items:center;
  padding-top:24px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:24px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .cmfTzg {
    color:var(--text_secondary);
  height:90px;
  display:flex;
  font-size:var(--font-size-sm);
  background: var(--background_grey);
  margin-top:18px;
  align-items:center;
  font-weight:500;
  margin-bottom:18px;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eFwGiB {
    width:100%;
  row-gap:12px;
  column-gap:12px;
  }
      

      
        
      
      
  .dIhSbX {
    width:100%;
  display:flex;
  flex-direction:row;
  background-color:var(--background_page, #FFF);
  }
      

      
        
      
      
  .eYYlxz {
    color:var(--text_primary, #1D2939);
  width:30px;
  cursor:pointer;
  height:30px;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .eYYlxz:hover {
    background-color:var(--brand_card_hover, #F8F9FC);
  }
      

        
      
      
  .bznqLT {
    width:30px;
  cursor:pointer;
  height:30px;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .bznqLT:hover {
    background-color:var(--brand_card_hover, #F8F9FC);
  }
      

        
      
      
  .ffTDNv {
    color:var(--background_page, #FFF);
  width:30px;
  cursor:pointer;
  height:30px;
  align-items:center;
  border-color:var(--brand_primary, #1A52D3);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  background-color:var(--brand_primary, #1A52D3);
  }
      

      
        
      
      
  .eRFnnT {
    color:var(--text_tertiary, #BDBDBD);
  width:30px;
  height:30px;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .eRFnnT:hover {
    background-color:var(--brand_card_hover, #F8F9FC);
  }
      


  .eRFnnT.valid {
    color:var(--text_primary, #1D2939);
  cursor:pointer;
  }
      

        
      
      
  .IBIAj {
    color:var(--text_tertiary, #BDBDBD);
  width:30px;
  height:30px;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .IBIAj.valid {
    color:var(--text_primary, #1D2939);
  cursor:pointer;
  background-color:var(--background_page, #FFF);
  }
      


  .IBIAj.valid:hover {
    background-color:var(--brand_card_hover, #F8F9FC);
  }
      

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

      
        
      
      
  .SxVIS {
    color:inherit;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .EOuIi {
    width:30px;
  cursor:pointer;
  height:30px;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .EOuIi:hover {
    background-color:var(--brand_card_hover, #F8F9FC);
  }
      


  .EOuIi.current {
    color:var(--background_page, #FFF);
  cursor:default;
  border-color:var(--brand_primary, #1A52D3);
  border-style:solid;
  border-width:1px;
  background-color:var(--brand_primary, #1A52D3);
  }
      

        
      
      
  .fvyXoU {
    color:var(--background_page, #FFF);
  width:30px;
  height:30px;
  align-items:center;
  border-color:var(--brand_primary, #1A52D3);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  background-color:var(--brand_primary, #1A52D3);
  }
      

      
        
      
      
  .bLXou {
    color:var(--text_primary, #1D2939);
  width:30px;
  cursor:pointer;
  height:30px;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  }
      

      
        
      
      
  .bIhOQB {
    gap:6px;
  flex-direction:row;
  }
      

      
        
      
      
  .dlHWXl {
    color:inherit;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bDVFRu {
    width:50%;
  height:100%;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/chocolate_ben_quadinaros_irrelevant_sa_fish:Image(1).png/full") no-repeat no-repeat center center / contain var(--background_grey, #F6F6F6);
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .bDVFRu {
    width:100%;
  z-index:0;
  position:absolute;
  }
      

          }
          
        
      
      
  .bJXWlP {
    color:var(--text_secondary);
  height:90px;
  display:flex;
  font-size:var(--font-size-sm);
  background: var(--background_grey);
  align-items:center;
  font-weight:500;
  margin-bottom:18px;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
      
      
  .ZCkPd {
    width:100%;
  height:fit-content;
  position:relative;
  transition:width 300ms ease 0ms normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  .location\:PQALpZHg_tFpeG9XRv32B {
    top:24px;
  left:24px;
  width:225px;
  z-index:5;
  position:absolute;
  }
      

      
        
      
      
  .fDAqph {
    flex:1  ;
  height:100%;
  max-width:100%;
  }
      

      
        
      
      
  .fzKdyd {
    width:100%;
  cursor:pointer;
  min-height:57px;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  border-radius:6px;
  flex-direction:row;
  }
      

      
  .fzKdyd:hover {
    border-color:var(--brand_disabled_or_border, #A3BAED);
  border-style:solid;
  border-width:1px;
  background-color:var(--brand_card_hover, #F8F9FC);
  }
      


  .fzKdyd.selected {
    border-color:var(--brand_primary, #1A52D3);
  border-style:solid;
  border-width:1px;
  background-color:var(--brand_card_hover, #F8F9FC);
  }
      

        
      
      
  .jqXLk {
    width:fit-content;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .bvvghW {
    color:var(--background_page, #FFF);
  position:relative;
  }
      

      
        
      
      
  .EYZQr {
    color:var(--background_page, #FFF);
  position:relative;
  }
      

      
  .EYZQr.hover {
    color:var(--text_tertiary, #BDBDBD);
  background-color:var(--brand_card_hover, #F8F9FC);
  }
      


  .EYZQr.selected {
    color:var(--brand_primary, #1A52D3);
  }
      

        
      
      
  .cPeePh {
    position:relative;
  }
      

      
        
      
      
  .bhnrOC {
    color:var(--text_tertiary, #BDBDBD);
  }
      

      
  .bhnrOC.selected {
    color:var(--brand_primary, #1A52D3);
  }
      

        
      
      
  .title_description_box_radio\:6cV6M7nQXjO1S5lidXtMl {
    width:60px;
  }
      

      
        
      
      
  .dHXCyt {
    color:var(--text_primary);
  width:100%;
  overflow:hidden;
  font-size:var(--font-size-base);
  object-fit:;
  text-align:left;
  font-family:inherit;
  font-weight:600;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .eUHtlp {
    gap:2px;
  flex:1  ;
  max-width:calc(100% - 60px);
  align-items:start;
  padding-top:8px;
  padding-left:16px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
      
      
  .clWqFt {
    color:var(--text_secondary, #646E82);
  width:100%;
  overflow:hidden;
  font-size:var(--font-size-sm);
  object-fit:;
  text-align:left;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cFHEuw {
    display:flex;
  flex-grow:1;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .cFHEuw {
    display:flex;
  align-items:center;
  padding-top:82px;
  justify-content:center;
  }
      

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

      
        
      
      
  .emITDk {
    color:var(--text_primary);
  font-size:2rem;
  max-width:100%;
  min-height:44px;
  text-align:left;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 400px) and (min-height: 700px) {
            
  .emITDk {
    font-size:9vw;
  }
      

          }
          

          @media (max-height: 700px) {
            
  .emITDk {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ejmIJz {
    width:90%;
  row-gap:12px;
  column-gap:12px;
  }
      

      
          @media (max-width: 800px) {
            
  .ejmIJz {
    row-gap:12px;
  column-gap:12px;
  }
      

          }
          
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .btn_primary_new\:root {
    color:white;
  width:fit-content;
  cursor:default;
  height:44px;
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-base);
  background: var(--brand_primary);
  column-gap:4px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-weight:600;
  padding-left:20px;
  outline-color:#00000000;
  outline-style:solid;
  outline-width:2px;
  padding-right:20px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .btn_primary_new\:root:hover {
    cursor:pointer;
  background: var(--brand_hover);
  }
      


  .btn_primary_new\:root:focus-visible {
    background: var(--brand_hover);
  outline-color:#0c42bb;
  outline-style:solid;
  outline-width:3px;
  outline-offset:1px;
  }
      


  .btn_primary_new\:root.disabled {
    cursor:default;
  opacity:0.5;
  background: var(--brand_primary);
  }
      

        
      
      
  .cxydES {
    width:24px;
  height:24px;
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .drOGBE {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--text_tertiary);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  .cgRFVc {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--text_tertiary);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dKaZWl {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  background: var(--brand_primary);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .btn_primary_new\:_Zn9zWQr3E_1KV7KRj8aK {
    width:400px;
  }
      

      
        
      
      
  .location\:vJKvvloF3Qg0ha7R-BQCw {
    width:100%;
  height:40px;
  }
      

      
        
      
      
  .location\:zSbptX2bD5loNZz0Jm_Wc {
    border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      