@font-face { font-family: PPObjectSans; src: url("http://trycreate.co/cdn/shop/t/102/assets/PPObjectSans-Medium.otf?v=98042222674442969501737654474") format("opentype"); font-weight: 500; font-style: normal; }@font-face { font-family: PPObjectSans; src: url("http://trycreate.co/cdn/shop/t/102/assets/PPObjectSans-Regular.otf?v=107903534303236053581737654476") format("opentype"); font-weight: 400; font-style: normal; }@font-face { font-family: PPObjectSans; src: url("http://trycreate.co/cdn/shop/t/102/assets/PPObjectSans-Light.otf?v=15250291698540712531737654472") format("opentype"); font-weight: 300; font-style: normal; }@font-face { font-family: PPObjectSans; src: url("http://trycreate.co/cdn/shop/t/102/assets/PPObjectSans-Thin.otf?v=11263872700249530581737654480") format("opentype"); font-weight: 100; font-style: normal; }@font-face { font-family: PPObjectSans; src: url("http://trycreate.co/cdn/shop/t/102/assets/PPObjectSans-Semibold.otf?v=145973453454738717271737654478") format("opentype"); font-weight: 600; font-style: normal; }@font-face { font-family: PPObjectSans; src: url("http://trycreate.co/cdn/shop/t/102/assets/PPObjectSans-Bold.otf?v=135403399948501969011737654468") format("opentype"); font-weight: 700; font-style: normal; }@font-face { font-family: Inter; font-weight: 400; font-style: normal; font-display: fallback; src: url("http://trycreate.co/cdn/fonts/inter/inter_n4.481bd4d19704ca98fb1d3abd50c668b6962860a2.woff2?h1=dHJ5Y3JlYXRlLmNv&amp;h2=dHJ5Y3JlYXRlLTgwOC5hY2NvdW50Lm15c2hvcGlmeS5jb20&amp;hmac=203e4f253b8d838092b8e4f547dfbe0156ece7f61cd8bf6defa7d2fed486b7a2") format("woff2"), url("http://trycreate.co/cdn/fonts/inter/inter_n4.5a356a4c1877691cd26008ee4a5c7ada675c80ce.woff?h1=dHJ5Y3JlYXRlLmNv&amp;h2=dHJ5Y3JlYXRlLTgwOC5hY2NvdW50Lm15c2hvcGlmeS5jb20&amp;hmac=5da740abf6b9671ba9f2d83b1eecb0a229efee366ca1ab311c62492558bd9b5b") format("woff"); }@font-face { font-family: Inter; font-weight: 500; font-style: normal; font-display: fallback; src: url("http://trycreate.co/cdn/fonts/inter/inter_n5.4e013095af5df852d965c6d0d5c22626d12ca9b1.woff2?h1=dHJ5Y3JlYXRlLmNv&amp;h2=dHJ5Y3JlYXRlLTgwOC5hY2NvdW50Lm15c2hvcGlmeS5jb20&amp;hmac=7f72c4f7a54f1154b4cdfc1c7b35de68e45307bc6546c7ab63b3e8c15a12d35a") format("woff2"), url("http://trycreate.co/cdn/fonts/inter/inter_n5.a68b7118da8e36cefdfa5a16eb3ccd7b79151b88.woff?h1=dHJ5Y3JlYXRlLmNv&amp;h2=dHJ5Y3JlYXRlLTgwOC5hY2NvdW50Lm15c2hvcGlmeS5jb20&amp;hmac=e51fb5c7d395a9771dc029ac99d7fac49ed892fd965ca5b5d9121cd7f96ae35a") format("woff"); }@font-face { font-family: Inter; font-weight: 700; font-style: normal; font-display: fallback; src: url("http://trycreate.co/cdn/fonts/inter/inter_n7.50ef4139896edec0637fde057914fbf7e3a8d56e.woff2?h1=dHJ5Y3JlYXRlLmNv&amp;h2=dHJ5Y3JlYXRlLTgwOC5hY2NvdW50Lm15c2hvcGlmeS5jb20&amp;hmac=c9e64b9eb00bf4fe3ad77d4546965cf9722173b4dbc8bf98c32edaf0a3d03906") format("woff2"), url("http://trycreate.co/cdn/fonts/inter/inter_n7.194c3d3f64efd8e4c82bbbe83dc84f5893fd9087.woff?h1=dHJ5Y3JlYXRlLmNv&amp;h2=dHJ5Y3JlYXRlLTgwOC5hY2NvdW50Lm15c2hvcGlmeS5jb20&amp;hmac=4ad803368ad1121d18e53cc283ae828aa427b0d88f80b9a8107f86c31ddccf61") format("woff"); }@keyframes replo-marquee { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(
      calc(
        var(--replo-marquee-width, 100%) * -1 /
          var(--replo-marquee-repetitions, 20)
      )
    ); }
}@keyframes alchemy-marquee-left { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(
      calc(
        var(--replo-marquee-width, 100%) * -1 /
          var(--replo-marquee-repetitions, 20)
      )
    ); }
}@keyframes alchemy-marquee-right { 
  0% { transform: translateX(-50%); }
  100% { transform: translateX(
      calc(
        -50% + var(--replo-marquee-width, 100%) / var(--replo-marquee-repetitions, 20)
      )
    ); }
}@keyframes alchemy-fade { 
  0% { opacity: var(--initial-opacity); }
  100% { opacity: var(--final-opacity); }
}@keyframes alchemy-slide-y { 
  0% { opacity: var(--initial-opacity); transform: translateY(var(--offset)); }
  100% { opacity: var(--final-opacity); transform: translateY(0px); }
}@keyframes alchemy-slide-x { 
  0% { opacity: var(--initial-opacity); transform: translateX(var(--offset)); }
  100% { opacity: var(--final-opacity); transform: translateX(0px); }
}@keyframes alchemy-flip-y { 
  0% { opacity: var(--initial-opacity); transform: rotateY(var(--angle)); }
  100% { opacity: var(--final-opacity); transform: rotateY(0deg); }
}@keyframes alchemy-flip-x { 
  0% { opacity: var(--initial-opacity); transform: rotateX(var(--angle)); }
  100% { opacity: var(--final-opacity); transform: rotateX(0deg); }
}@keyframes alchemy-grow { 
  0% { opacity: var(--initial-opacity); transform: scale(var(--initial-scale)); }
  100% { opacity: var(--final-opacity); transform: scale(var(--final-scale)); }
}@keyframes alchemy-spin { 
  0% { opacity: var(--initial-opacity); transform: rotate(var(--initial-angle)); }
  100% { opacity: var(--final-opacity); transform: rotate(var(--final-angle)); }
}@keyframes alchemy-fly-y { 
  0% { opacity: var(--initial-opacity); transform: translateY(var(--offset)) scale(0); }
  100% { opacity: var(--final-opacity); transform: translateY(0px) scale(1); }
}@keyframes alchemy-fly-x { 
  0% { opacity: var(--initial-opacity); transform: translateX(var(--offset)) scale(0); }
  100% { opacity: var(--final-opacity); transform: translateX(0px) scale(1); }
}@keyframes alchemy-drop { 
  0% { opacity: var(--initial-opacity); transform: translateY(var(--offset)); }
  100% { opacity: var(--final-opacity); transform: translateY(0px); }
}@keyframes replo-spin { 
  100% { transform: rotate(360deg); }
}@keyframes shimmer { 
  100% { mask-position: left center; }
}@keyframes slideDown { 
  0% { height: 0px; }
  100% { height: var(--radix-collapsible-content-height); }
}@keyframes slideUp { 
  0% { height: var(--radix-collapsible-content-height); }
  100% { height: 0px; }
}img, video, iframe, hr, a, button { max-width: 100%; }.top-logo { display: flex; align-items: center; justify-content: center; padding: 20px; }.navbar,.shopify-section-group-header-group, header, [data-site-header], #header:not(#replo-fullpage-element #header),#shopify-buyer-consent.hidden { display: none; }:root { --font-header-weight: 400; --font-body-weight: 400; --font-body-weight-bold: 500; --font-button-weight: 700; --font-head-family: Inter, sans-serif; --font-body-family: Inter, sans-serif; --font-button-family: Inter, sans-serif; --font-heading-scale: 1; --font-body-scale: 1.05; --font-button-scale: 1; --card-image-background: #ffffff; --offer-text: #3180e2; --bg-sale-badge-color: #333333; --bg-soldout-badge-color: #9f9f9f; --text-sale-badge-color: #ffffff; --text-soldout-badge-color: #ffffff; --container-width: 1400px; --object-fit: cover; --COLOR-TRANSPARENT: rgba(255, 255, 255, 0); --clr-17: #171717; --clr-2c: #2c2c2c; --clr-84: #848484; --clr-6f: #6f6f6f; --clr-73: #737373; --COLOR-DARK-GRAY: #e6dfd4; --COLOR-LIGHT-GRAY: #c4c4c4; --COLOR-A7: #a7a7a7; --COLOR-AB: #ababab; --COLOR-B8: #b8b8b8; --COLOR-E5: #e5e5e5; --COLOR-EB: #ebebeb; --COLOR-DE: #dedede; --COLOR-D3: #d3d3d3; --COLOR-DB: #dbdbdb; --COLOR-3A: #3a3a3a; --COLOR-D4: #d4d4d4; --COLOR-D9: #d9d9d9; --COLOR-EE: #eeeeee; --COLOR-CA: #cacaca; --COLOR-CB: #cbcbcb; --COLOR-E9: #e9e9e9; --COLOR-E6: #e6e6e6; --COLOR-98: #989898; --COLOR-ED: #ededed; --COLOR-RED: #ba3e38; --COLOR-F4: #f4f4f4; --COLOR-LIGHT-RED: #fdf1f1; --COLOR-LIGHT-GREEN: #e6feeb; --COLOR-GREEN: #469b49; --COLOR-CYAN-BLUE: #08f; --black: #000000; --white: #ffffff; --svg-background: 35, 35, 35; --error-background-color: #fdf1f1; --error-text-color: #ba3e38; --success-background-color: #e6feeb; --success-text-color: #469b49; --button-border-radius: 6px; --input-border-radius: 6px; --block-border-radius: 6px; --menu-drawer-border-radius: 0px; --sticky-announcement-enabled: 0; --sticky-header-enabled: 1; }#shopify-section-sections--24117146190196__announcement-bar { position: relative; top: 0px; z-index: 7; }.section-header-header-group ~ #shopify-section-sections--24117146190196__announcement-bar { z-index: 5; }.enable-animation .marquee__content-sections--24117146190196__announcement-bar { animation: 30s linear 0s infinite normal none running scroll; }#shopify-section-sections--24117146190196__header { position: sticky; z-index: 6; top: 0px; left: 0px; right: 0px; }.section-annoucement-bar ~ #shopify-section-sections--24117146190196__header { top: calc(
    var(--sticky-announcement-enabled, 0) * var(--announcement-height, 0px)
  ); z-index: 6; }.logo { height: auto; width: 140px; object-fit: contain; }cart-drawer-component { display: none; }:not(#\ ):not(#\ ).r-1tdorqi { color: rgb(51, 51, 51); display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; font-family: Arial, " sans-serif"; flex-direction: column; justify-content: center; background-color: rgb(255, 255, 255); background-image: none; }:not(#\ ):not(#\ ).r-1yetewe-wrap { display: flex; align-self: stretch; justify-content: center; flex-direction: column; background-image: linear-gradient(rgb(200, 226, 224) 23.2673%, rgb(255, 255, 255) 100%); border-top-color: rgb(51, 51, 51); }:not(#\ ):not(#\ ).r-1yetewe { display: flex; gap: 56px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 96px 40px; background-size: 100%; justify-content: center; border-top-style: solid; border-top-width: 1px; }:not(#\ ):not(#\ ).r-cyrioq { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-ec1sh2 { display: flex; gap: 16px; position: relative; flex: 1 1 0px; max-width: 400px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ).r-102xq0n { font-size: 36px; font-weight: 700; line-height: 36px; }:not(#\ ):not(#\ ).r-102xq0n,:not(#\ ):not(#\ ).r-8k0562 { align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-8k0562 { font-size: 16px; font-weight: 400; line-height: 22px; letter-spacing: 0.4px; }:not(#\ ):not(#\ ).r-pg95jc { background-color: rgb(51, 51, 51); }:not(#\ ):not(#\ ).r-pg95jc,:not(#\ ):not(#\ ):not(#\ ).r-1md1nrc { color: rgb(255, 255, 255); width: 100%; cursor: pointer; display: flex; max-width: 328px; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; padding: 13px; background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1md1nrc { background-color: rgb(57, 128, 128); }:not(#\ ):not(#\ ).r-4g9z3w { color: rgb(255, 255, 255); flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 22px; overflow-wrap: break-word; text-transform: uppercase; }:not(#\ ):not(#\ ).r-g9imen { display: flex; gap: 5px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-19gcx18 { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ).r-f4debq { fill: rgb(51, 51, 51); width: 13px; height: 13px; }:not(#\ ):not(#\ ).r-14kfqrd { font-size: 14px; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 15px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1i20z8 { width: calc(
    100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
  ); gap: 60px; max-width: 1440px; align-self: auto; padding: 60px 40px; flex-direction: column; }:not(#\ ):not(#\ ).r-1i20z8,:not(#\ ):not(#\ ).r-qufj3j { display: flex; position: relative; min-width: auto; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-qufj3j { gap: 56px; max-width: 100%; align-self: stretch; }:not(#\ ):not(#\ ).r-119np1b { display: flex; gap: 16px; position: relative; flex: 1 1 0px; max-width: 100%; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ).r-1fj5jy9 { font-size: 36px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 36px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-a9vw49 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-argw5u { display: flex; gap: 56px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-1ozjmvb { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 270px; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-nz7hh6 { display: flex; gap: 16px; position: relative; flex: 1 1 0px; max-width: 100%; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ).r-1anu049 { font-size: 36px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 36px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1cbngxy { gap: 56px; min-width: auto; flex-basis: auto; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1cbngxy,:not(#\ ):not(#\ ).r-5xxfwm { display: flex; position: relative; max-width: 100%; align-self: stretch; min-height: auto; justify-content: center; }:not(#\ ):not(#\ ).r-5xxfwm { gap: 16px; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-items: flex-start; flex-direction: column; }:not(#\ ):not(#\ ).r-11j9c51 { font-size: 36px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 36px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1qumagh { overflow: hidden; position: relative; flex: 1 1 0px; max-width: 544px; min-width: var(--replo-flex-min-dimension, 0px); object-fit: scale-down; }:not(#\ ):not(#\ ).r-1fymzh2 { width: 100%; height: 100%; display: flex; position: relative; object-fit: inherit; object-position: inherit; }:not(#\ ):not(#\ ).r-jkaacv { width: 100%; height: 100%; object-fit: var(--rof, inherit); object-position: var(--rop, inherit); }:not(#\ ):not(#\ ).r-hcv6ze,:not(#\ ):not(#\ ).r-djo9kc { inset: 0px; width: 100%; cursor: pointer; height: 100%; position: absolute; }:not(#\ ):not(#\ ).r-djo9kc,:not(#\ ):not(#\ ).r-m9wwlw { display: flex; align-items: center; justify-content: center; }:not(#\ ):not(#\ ).r-m9wwlw { gap: 56px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1k4h7b { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1q2rpyx { display: flex; gap: 16px; position: relative; flex: 1 1 0px; max-width: 100%; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ).r-efle95 { font-size: 36px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 36px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1y4n322 { gap: 56px; min-width: auto; flex-basis: auto; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1y4n322,:not(#\ ):not(#\ ).r-15n6ovo { display: flex; position: relative; max-width: 100%; align-self: stretch; min-height: auto; justify-content: center; }:not(#\ ):not(#\ ).r-15n6ovo { gap: 32px; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-items: flex-start; flex-direction: column; }:not(#\ ):not(#\ ).r-5viyp8 { font-size: 36px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 36px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-mf5y2w { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 16px; flex-direction: column; justify-content: flex-start; background-color: rgb(232, 255, 134); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ).r-1t5lsof { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ).r-qjt14w { fill: rgb(51, 51, 51); width: 14px; height: 14px; }:not(#\ ):not(#\ ).r-1igcc1c { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-16gpvs { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ).r-9rvxnk { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-1a196ap { font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-11ld02f { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-y9wr8h { color: rgb(0, 0, 0); display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; font-family: Arial, " sans-serif"; padding: 60px 40px 80px; flex-direction: column; justify-content: center; background-color: rgb(200, 226, 224); background-image: none; }:not(#\ ):not(#\ ).r-1vwljao { font-size: 48px; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 48px; letter-spacing: -2px; }:not(#\ ):not(#\ ).r-1vwljao,:not(#\ ):not(#\ ).r-qo9ihn { align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-qo9ihn { font-size: 16px; font-weight: 600; line-height: 18px; }:not(#\ ):not(#\ ).r-13pm5bj { margin-top: 12px; margin-bottom: 20px; }:not(#\ ):not(#\ ).r-13pm5bj,:not(#\ ):not(#\ ).r-1l55rxr { width: calc(
    100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
  ); font-size: 20px; max-width: 500px; align-self: auto; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 26px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-1l55rxr { text-decoration: underline; }:not(#\ ):not(#\ ).r-1abyzou { width: calc(
    100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
  ); display: flex; position: relative; align-self: auto; flex-basis: auto; flex-shrink: 0; flex-direction: column; padding-bottom: 12px; }:not(#\ ):not(#\ ).r-1cffae1 { gap: 25px; align-self: stretch; flex-basis: auto; flex-shrink: 0; padding: 1.5% 3%; margin-bottom: 2%; background-color: rgb(255, 242, 210); }:not(#\ ):not(#\ ).r-1cffae1,:not(#\ ):not(#\ ).r-1wb494z { display: flex; overflow: hidden; position: relative; align-items: center; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ).r-1wb494z { gap: 12px; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); padding: 15px; flex-direction: column; background-color: rgb(255, 252, 248); }:not(#\ ):not(#\ ):not(#\ ).r-1tzaagj { background-color: rgb(245, 126, 37); }:not(#\ ):not(#\ ):not(#\ ).r-1tzaagj,:not(#\ ):not(#\ ):not(#\ ).r-j4vk0m { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ):not(#\ ).r-j4vk0m { background-color: rgb(242, 113, 21); }:not(#\ ):not(#\ ).r-1sgtf1e { color: rgb(245, 126, 37); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; overflow-wrap: break-word; }.r-1tzaagj :not(#\ ):not(#\ ).r-1sgtf1e { text-decoration: underline; }.r-1tzaagj :not(#\ ):not(#\ ).r-1sgtf1e,.r-j4vk0m :not(#\ ):not(#\ ).r-1sgtf1e { color: rgb(255, 255, 255); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ):not(#\ ).r-mb2q5o { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-color: rgb(255, 252, 248); background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ).r-mb2q5o:hover { background-color: rgb(19, 47, 40); }:not(#\ ):not(#\ ).r-mb2q5o:hover p { color: rgb(255, 255, 255); }.r-1tzaagj :not(#\ ):not(#\ ).r-mb2q5o { background-color: rgb(245, 126, 37); }.r-1tzaagj :not(#\ ):not(#\ ).r-mb2q5o,:not(#\ ):not(#\ ):not(#\ ).r-rd82tx { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ):not(#\ ).r-rd82tx { background-color: rgb(32, 92, 56); }:not(#\ ):not(#\ ):not(#\ ).r-1atcopf { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-color: rgb(17, 65, 36); background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ).r-11xz1dw { overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-11xz1dw,.r-1tzaagj :not(#\ ):not(#\ ).r-11xz1dw { color: rgb(32, 92, 56); flex: 1 1 auto; font-size: 18px; align-self: stretch; transition: inherit; font-weight: 600; line-height: 26px; }.r-1tzaagj :not(#\ ):not(#\ ).r-11xz1dw { text-decoration: underline; }.r-rd82tx :not(#\ ):not(#\ ).r-11xz1dw { text-decoration: underline; background-color: rgb(32, 92, 56); background-image: none; }.r-rd82tx :not(#\ ):not(#\ ).r-11xz1dw,.r-1atcopf :not(#\ ):not(#\ ).r-11xz1dw { color: rgb(255, 255, 255); flex: 1 1 auto; font-size: 18px; align-self: stretch; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ):not(#\ ).r-1h81kph { min-height: auto; background-color: rgb(255, 251, 243); }:not(#\ ):not(#\ ).r-1h81kph,.r-rd82tx :not(#\ ):not(#\ ).r-1h81kph { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }.r-rd82tx :not(#\ ):not(#\ ).r-1h81kph { background-color: rgb(245, 126, 37); }:not(#\ ):not(#\ ):not(#\ ).r-brnwu9,:not(#\ ):not(#\ ):not(#\ ).r-byxu01 { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-color: rgb(176, 133, 195); background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ).r-3jb5bn { overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-3jb5bn,.r-rd82tx :not(#\ ):not(#\ ).r-3jb5bn { color: rgb(176, 133, 195); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; }.r-rd82tx :not(#\ ):not(#\ ).r-3jb5bn { text-decoration: underline; }.r-brnwu9 :not(#\ ):not(#\ ).r-3jb5bn { text-decoration: underline; }.r-brnwu9 :not(#\ ):not(#\ ).r-3jb5bn,.r-byxu01 :not(#\ ):not(#\ ).r-3jb5bn { color: rgb(255, 255, 255); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ):not(#\ ).r-nmvbxh { display: flex; position: relative; flex-basis: auto; flex-shrink: 0; flex-direction: column; }:not(#\ ):not(#\ ).r-w33jup { gap: 12px; align-self: stretch; align-items: center; padding: 15px; flex-direction: column; }:not(#\ ):not(#\ ).r-w33jup,:not(#\ ):not(#\ ).r-2h2bl6 { display: flex; position: relative; min-width: auto; flex-basis: auto; min-height: auto; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-2h2bl6 { width: 100%; gap: 24px; align-items: flex-start; grid-template-columns: repeat(3, minmax(0px, 1fr)); }:not(#\ ):not(#\ ).r-1ohvj7w { display: contents; }:not(#\ ):not(#\ ).r-yjwz2l { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-zzoqf { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-18dda3o { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-hley3q { height: 400px; display: flex; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-2jr6f3 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-fcbru1 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-3sa840 { top: 20px; left: 20px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; overflow-wrap: break-word; background-color: rgb(251, 174, 66); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ).r-5bii2s { padding-left: 36px; padding-right: 36px; padding-bottom: 40px; }:not(#\ ):not(#\ ).r-5bii2s,:not(#\ ):not(#\ ).r-1ozgel1 { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ).r-5bii2s,:not(#\ ):not(#\ ).r-1ozgel1,:not(#\ ):not(#\ ).r-13fqhzo { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-13fqhzo { gap: 8px; }:not(#\ ):not(#\ ).r-1j2d6n4 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1uwp48h { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-47a8f7 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1p5f9ry { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1p1hb3u { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-186p5us { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-pmyn4p { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-y1jzs4 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-13cajx1 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-10qy3d0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1i1990v { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1kazf5d { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-nz70d3 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-f6b25f { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1nkdtl1 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1il5n42 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-h2vnhc { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1txfxi9 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1pcn40w { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-xqfw6t { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-ytiv3q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-11ql5hf { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-6t02h4 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1g8qp4m { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1pdspnu { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1yo15uq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1hr7i7t { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1dr62t4 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-tolcgx { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-lv6te5 { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 24px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-1dmilzf { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-xi7d1i { color: rgb(0, 0, 0); }:not(#\ ):not(#\ ).r-xi7d1i,:not(#\ ):not(#\ ).r-13la92z { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-13la92z { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-3te81s { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-n2rlxm { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-1esf5k { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-rkb0te { font-weight: 700; }:not(#\ ):not(#\ ).r-rkb0te,:not(#\ ):not(#\ ).r-1coawpj { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-1coawpj { font-weight: 400; }:not(#\ ):not(#\ ).r-18cljxd { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-1ugwsl2 { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ).r-shaa3q { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; min-width: auto; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-gn511c,:not(#\ ):not(#\ ):not(#\ ).r-1cxegdl { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ).r-ieh5zm { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; transition: inherit; align-items: center; }:not(#\ ):not(#\ ).r-1nd0yd1 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; transform: scale(1.25); max-height: 100%; min-height: 100%; object-fit: cover; transition: inherit; }:not(#\ ):not(#\ ).r-1po7vfc { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1hzcuds { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 20px 24px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-ufygz6 { height: 321px; display: flex; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1qhzj2 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: contain; }:not(#\ ):not(#\ ).r-150ow3l { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1bbabiv { flex: 1 1 auto; padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ).r-1bbabiv,:not(#\ ):not(#\ ).r-81b5j5 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-81b5j5 { flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ).r-14u9xcy { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-sqeyle { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-pw211g { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1m2tnpy { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-s7avnu { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-b7pcfd { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-law0ji { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-zwsfyi { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-vzq0ji { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1fox1ak { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-6ufe6l { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-2u2etb { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1prx6wo { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-lwac0p { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1sj3g8d { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1mnl3sc { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-107zrop { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1d47g8 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1gxokvo { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-nsqssr { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-127pahl { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 24px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-1wvs3r7 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-jtri9b,:not(#\ ):not(#\ ).r-2wnyig { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-2wnyig { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-1d4j667 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-1gdaeb5 { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-1hifjqr { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-18vy1qd { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-b4o9t6 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-ldi8ol { height: 419px; display: flex; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-6go3o1 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: contain; }:not(#\ ):not(#\ ).r-68pbh6 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1sxaexp { top: 20px; left: 20px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; overflow-wrap: break-word; background-color: rgb(245, 126, 37); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ).r-vz8oqu { padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ).r-vz8oqu,:not(#\ ):not(#\ ).r-klzfch { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ).r-vz8oqu,:not(#\ ):not(#\ ).r-klzfch,:not(#\ ):not(#\ ).r-1oi4gp2 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1oi4gp2 { gap: 8px; }:not(#\ ):not(#\ ).r-6wm401 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1slf2ct { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1o0qi64 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-dbasge { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-sqzp06 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1cyq70 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-xfmv9u { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-qbbz7k { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-19iyce5 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-35h9l8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-11f5wnq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1jf5wn1 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-17m9ulp { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1s3wb40 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-28i73g { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1vlk4sg { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1h8li5s { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1xk1qsw { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-x1de0q { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-abk9fo { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-dcantd { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1iqd291 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-igwlug { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1uswglm { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1hrng8b { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-mt8bk6 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1pk4ak1 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-yd013 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-4cnhhp { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1de1ts7 { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 24px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-18zzu04 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-i72x0e,:not(#\ ):not(#\ ).r-1f16pvd { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1f16pvd { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-10lr2w6 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-11by62m { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-3tg1xi { gap: 12px; align-self: stretch; align-items: center; padding: 15px; flex-direction: column; }:not(#\ ):not(#\ ).r-3tg1xi,:not(#\ ):not(#\ ).r-s6vnks { display: flex; position: relative; min-width: auto; flex-basis: auto; min-height: auto; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-s6vnks { width: 100%; gap: 24px; max-width: 1200px; align-items: flex-start; grid-template-columns: repeat(3, minmax(0px, 1fr)); }:not(#\ ):not(#\ ).r-135zjhx { display: contents; }:not(#\ ):not(#\ ).r-vpbr8b { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-1ca8hsf { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-rzdopb { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-9cru5k { height: 340px; display: flex; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-128oo7y { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1dnv302 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1h8wbut { top: 20px; left: 20px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; overflow-wrap: break-word; background-color: rgb(232, 255, 134); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ).r-1pqi5vy { padding-left: 36px; padding-right: 36px; padding-bottom: 40px; }:not(#\ ):not(#\ ).r-1pqi5vy,:not(#\ ):not(#\ ).r-10e7e4b { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ).r-1pqi5vy,:not(#\ ):not(#\ ).r-10e7e4b,:not(#\ ):not(#\ ).r-3gss30 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-3gss30 { gap: 8px; }:not(#\ ):not(#\ ).r-19hxsit { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-gkh9fp { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1hcawxg { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1b0wbir { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-w5dcaf { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-hiqesq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1bhzzdx { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-om76g { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-gfwwjk { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-zvlsk0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1c638yg { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1rvzszu { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1m90bdq { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1nhf9y9 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-wfplf6 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-15wqp1q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1ll3j5y { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-ngk7zu { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1jc4sri { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-xcdc5m { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-9rshqd { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-13gmbb5 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1p1cfz5 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-hhish2 { font-size: 16px; flex-basis: auto; flex-shrink: 0; font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-52e702 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1ona2ud { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1yn76bx { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-y37ggc { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-kdv0ht { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-vc87aq { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-188t962 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1a3vaho { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-fo0fcs { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-vd0eip { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-104z7mt { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 24px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-1dx3h8n { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-190yshf { color: rgb(0, 0, 0); }:not(#\ ):not(#\ ).r-190yshf,:not(#\ ):not(#\ ).r-1jl3p2l { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1jl3p2l { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-ejjifo { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-ea9wmi { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-taigl7 { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-1mabp1z { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-at74c7 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 20px 24px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1mtirou { height: 321px; display: flex; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-m45id3 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-12ferz7 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1nan0ko { height: 338px; flex: 1 1 auto; padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ).r-1nan0ko,:not(#\ ):not(#\ ).r-secp91 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-secp91 { flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ).r-19lfccj { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1j02bhu { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1yuyp99 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-he19kn { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1o464uc { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-m9vec8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-15lfq4q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-lm5vx0 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1n3etcc { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1bq5hjd { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1o1smnp { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-x1aj56 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-rwcq6j { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1os5us4 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1y7puib { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-kcowg0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-d6xvma { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-3guyvo { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-tex7ym { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-19spit3 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-16u9rlh { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-11pqnks { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-g7zpyg { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-6buvdq { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-qvgj7a { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1e8hx1a { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 24px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-7tvixv { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-tw5lq,:not(#\ ):not(#\ ).r-16h2qpw { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-16h2qpw { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-12zksa0 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-f0slpx { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-9100xm { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-4yfczp { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-1idpx1k { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1we7bfg { height: 340px; display: flex; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1q70n9q { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1bkqqxi { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1v7zpq6 { top: 20px; left: 20px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; overflow-wrap: break-word; background-color: rgb(32, 92, 56); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ).r-g3ztmu { padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ).r-g3ztmu,:not(#\ ):not(#\ ).r-1wxgnju { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ).r-g3ztmu,:not(#\ ):not(#\ ).r-1wxgnju,:not(#\ ):not(#\ ).r-hcvy15 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-hcvy15 { gap: 8px; }:not(#\ ):not(#\ ).r-1qrk2t0 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-d85qmi { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1flacft { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1cd3bhn { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1wxqgjn { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-15ncqgi { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-v11eic { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-g6kd3z { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-5ompti { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-jkwfl4 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-11iq64j { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-kfu5jb { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1le6e95 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-7nk02t { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1al90i8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1o5u8mz { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-9tl2jy { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1aavt49 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-wsgvke { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-pgj1ew { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-e8esw5 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-a09e3z { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1566m1v { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-q6to9b { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-r1soh5 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-nhupjl { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-pzxl6d { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1jfd8ox { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1ex2yqs { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-7chycj { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-355ebx { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-18y3hjh { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1yiuq55 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1epql9e { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-dhzrha { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-qrwjtt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1y9tqgx { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-14ppc15 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1jgmn1q { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-o3d1ts { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 24px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-m65r4m { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-1qjm3d,:not(#\ ):not(#\ ).r-1bf1yca { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1bf1yca { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-1z0ha1o { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-am35zp { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-1or4bae { gap: 12px; align-self: stretch; align-items: center; padding: 15px; flex-direction: column; }:not(#\ ):not(#\ ).r-1or4bae,:not(#\ ):not(#\ ).r-1cd3toh { display: flex; position: relative; min-width: auto; flex-basis: auto; min-height: auto; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-1cd3toh { width: 100%; gap: 24px; max-width: 1200px; align-items: flex-start; grid-template-columns: repeat(3, minmax(0px, 1fr)); }:not(#\ ):not(#\ ).r-c8rnk4 { display: contents; }:not(#\ ):not(#\ ).r-oplc7b { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-1rn02m0,:not(#\ ):not(#\ ).r-yaovby { font-weight: 700; }:not(#\ ):not(#\ ).r-1rn02m0,:not(#\ ):not(#\ ).r-yaovby,:not(#\ ):not(#\ ).r-n4cxcp { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-n4cxcp { font-weight: 400; }:not(#\ ):not(#\ ).r-1pifo2p { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ).r-1jbj6rc { min-width: auto; min-height: auto; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ).r-1jbj6rc,:not(#\ ):not(#\ ):not(#\ ).r-16lqy0b { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-16lqy0b,:not(#\ ):not(#\ ):not(#\ ).r-q463b1 { border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-q463b1 { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; }:not(#\ ):not(#\ ).r-1gkz6ug { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; transition: inherit; align-items: center; }:not(#\ ):not(#\ ).r-qy9mje { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; transform: scale(1.25); max-height: 100%; min-height: 100%; object-fit: cover; transition: inherit; }:not(#\ ):not(#\ ).r-1foxlng { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1q8e5j6 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-fpag21 { height: 400px; display: flex; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1e94fxk { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: contain; }:not(#\ ):not(#\ ).r-1w907rn { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-10jjtb1 { top: 20px; left: 20px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; overflow-wrap: break-word; background-color: rgb(251, 174, 66); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ).r-wkuqy5 { padding-left: 36px; padding-right: 36px; padding-bottom: 30px; }:not(#\ ):not(#\ ).r-wkuqy5,:not(#\ ):not(#\ ).r-lsjd18 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-lsjd18 { padding-bottom: 15px; }:not(#\ ):not(#\ ).r-9s0bgt { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-14pmpnx { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1no6fhm { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1cx2u9f { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-d8j1wl { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1no8p5h { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-17cv8n4 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1nxko7a { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-10t4u67 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1kxt329 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1pf0ze2 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1r2jyxw { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-exj022 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-olw0vv { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-x43drk { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-lsvx17 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1ils2mt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1j35r9h { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1h32bfj { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-vn6htf { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-186smrv { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-7b7keu { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1mva25m { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1fjz8x2 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1ep5qrs { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1edha24 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 15px; justify-content: center; }:not(#\ ):not(#\ ).r-1p80oz3 { color: rgb(0, 0, 0); }:not(#\ ):not(#\ ).r-1p80oz3,:not(#\ ):not(#\ ).r-sjki1q { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-sjki1q { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-1s8nsbx { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 55px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-16dxcat { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-120w1cm { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-1liugmo,:not(#\ ):not(#\ ).r-1xtkkob { font-weight: 700; }:not(#\ ):not(#\ ).r-1liugmo,:not(#\ ):not(#\ ).r-1xtkkob,:not(#\ ):not(#\ ).r-d8ffso { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-d8ffso { font-weight: 400; }:not(#\ ):not(#\ ).r-x1zbat { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ).r-9ajw5p { min-width: auto; min-height: auto; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ).r-9ajw5p,:not(#\ ):not(#\ ):not(#\ ).r-1gyj1de { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1gyj1de,:not(#\ ):not(#\ ):not(#\ ).r-rayzb2 { border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-rayzb2 { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; }:not(#\ ):not(#\ ).r-wqqicn { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; transition: inherit; align-items: center; }:not(#\ ):not(#\ ).r-x6tczd { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; transform: scale(1.25); max-height: 100%; min-height: 100%; object-fit: cover; transition: inherit; }:not(#\ ):not(#\ ).r-cqnu1b { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-vo69j7 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 20px 24px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-15a2t8q { width: 369px; height: 381px; display: flex; min-width: 0px; align-self: center; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-y4v2jl { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: contain; }:not(#\ ):not(#\ ).r-10wmgzn { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-149vsan { height: 338px; flex: 1 1 auto; padding-left: 36px; padding-right: 36px; padding-bottom: 50px; }:not(#\ ):not(#\ ).r-149vsan,:not(#\ ):not(#\ ).r-14jw28e { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-14jw28e { flex-basis: auto; flex-shrink: 0; margin-bottom: 30px; }:not(#\ ):not(#\ ).r-1mz2hk5 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-jf9xek { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1ydjjmf { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-qtwxjj { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-19eu4xh { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-188e2yd { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1doo0z { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1u5mib7 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-mjpv9h { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-17l3xo7 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1h6exk6 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-xtw7nt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-ae4vi7 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1i41d41 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-ihb7gg { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-pg0vvc { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 15px; justify-content: center; }:not(#\ ):not(#\ ).r-1kompv5,:not(#\ ):not(#\ ).r-1z2w69 { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1z2w69 { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-q0foi2 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-11vzbj1 { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-1r2n790 { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ).r-1yq1ioc { font-weight: 700; }:not(#\ ):not(#\ ).r-1yq1ioc,:not(#\ ):not(#\ ).r-6il0wz { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; line-height: 26px; padding: 13px 10px; overflow-wrap: break-word; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ).r-6il0wz { font-family: Arial, " sans-serif"; }:not(#\ ):not(#\ ).r-gxd7fn { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-14ajvjd { height: 419px; display: flex; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-se7a3x { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: contain; }:not(#\ ):not(#\ ).r-13lcmhi { gap: 8px; color: rgb(37, 99, 235); --rpmh: 100%; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1j91eej { top: 20px; left: 20px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; overflow-wrap: break-word; background-color: rgb(245, 126, 37); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ).r-10vwjrd { padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ).r-10vwjrd,:not(#\ ):not(#\ ).r-1xw4ao { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1xw4ao { margin-bottom: 15px; }:not(#\ ):not(#\ ).r-6sc3fh { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-24p355 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-erzze2 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-nwedch { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1c02ejr { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-u74oxu { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-11tig8v { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-36ra35 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-1dsph2s { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-t19pa { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-3n9zoz { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-q0hct6 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-cglm7u { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-4gpo9w { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1dg8vyg { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-2cw7yp { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-agotmp { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1hgosc9 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-sen4mp { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-jw5k6t { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-16dr09k { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1sq05il { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-r7jqai { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-18608o7 { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-uwb3e9 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1v3ep9k { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1cks6yk { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1eqcnuo { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-3484zk { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1iwehlo { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1rguzng { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1dynjfe { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-rjxnrq { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-o18n7v { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1c4hwja { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-2365v7 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 15px; justify-content: center; }:not(#\ ):not(#\ ).r-vtkdiu,:not(#\ ):not(#\ ).r-1gwbfud { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1gwbfud { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ).r-ue7ugg { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ).r-mv8d3x { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; overflow-wrap: break-word; letter-spacing: 0px; }:not(#\ ):not(#\ ).r-17k4rfm { display: flex; gap: 52px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 96px 40px 114px; flex-direction: column; background-size: 100%; justify-content: center; background-color: rgb(19, 47, 40); border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ).r-akjkhw { width: 100%; display: flex; position: relative; flex: 1 1 auto; max-width: 1104px; align-items: flex-start; justify-content: flex-start; }:not(#\ ):not(#\ ).r-25nf4x { display: flex; gap: 12px; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; overflow: clip visible; --replo-gap: 12px; }:not(#\ ):not(#\ ).r-1k4sw0i { outline: none; }:not(#\ ):not(#\ ).r-2alplr { gap: 27px; flex: 1 1 0px; max-width: 360px; min-width: var(--replo-flex-min-dimension, 0px); padding: 24px 32px; flex-direction: column; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ).r-2alplr,:not(#\ ):not(#\ ).r-1cqdwpx { display: flex; position: relative; align-self: stretch; min-height: auto; align-items: flex-start; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1cqdwpx { gap: 4px; flex: 1 1 auto; max-width: 100%; min-width: auto; flex-direction: column; }:not(#\ ):not(#\ ).r-bqnz8i { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ).r-dvm1c4 { fill: rgb(51, 51, 51); width: 14px; height: 14px; }:not(#\ ):not(#\ ).r-1qkbxcm { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-50tn3o { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1rrofmw { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ).r-seeglo { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1gtzvqd { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ).r-wbk7s7 { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-1fnni2n { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1sll6oe { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 16px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1szif2h { gap: 27px; flex: 1 1 0px; max-width: 360px; min-width: var(--replo-flex-min-dimension, 0px); padding: 24px 32px; flex-direction: column; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ).r-1szif2h,:not(#\ ):not(#\ ).r-qwq343 { display: flex; position: relative; align-self: stretch; min-height: auto; align-items: flex-start; justify-content: flex-start; }:not(#\ ):not(#\ ).r-qwq343 { gap: 4px; flex: 1 1 auto; max-width: 100%; min-width: auto; flex-direction: column; }:not(#\ ):not(#\ ).r-tmv3ro { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1a5yn40 { fill: rgb(51, 51, 51); width: 14px; height: 14px; }:not(#\ ):not(#\ ).r-minns2 { font-size: 24px; margin-top: 12px; font-weight: 700; line-height: 27px; }:not(#\ ):not(#\ ).r-minns2,:not(#\ ):not(#\ ).r-5qeyzz { align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-5qeyzz { font-size: 16px; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ).r-1wrf500 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-136pjdp { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ).r-wdzyc9 { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-8b8y0k { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ).r-77njnq { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-2u79e { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-lrohqu { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 16px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1irxff { gap: 27px; flex: 1 1 0px; max-width: 360px; min-width: var(--replo-flex-min-dimension, 0px); font-family: Arial, " sans-serif"; padding: 24px 32px; flex-direction: column; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ).r-1irxff,:not(#\ ):not(#\ ).r-19l80em { display: flex; position: relative; align-self: stretch; min-height: auto; align-items: flex-start; justify-content: flex-start; }:not(#\ ):not(#\ ).r-19l80em { gap: 4px; flex: 1 1 auto; max-width: 100%; min-width: auto; flex-direction: column; }:not(#\ ):not(#\ ).r-1o51pr0 { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1ijoiy { fill: rgb(51, 51, 51); width: 14px; height: 14px; }:not(#\ ):not(#\ ).r-19645su { font-size: 24px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 27px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1fpbsiw { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-12vonn0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1p0eodh { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ).r-hlmfo8 { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ).r-1kn949y { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ).r-aytj5t { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-z07p7i { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 400; line-height: 19px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-qda1lx { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 16px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1d22q1q { display: flex; gap: 56px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 96px 40px; flex-direction: column; justify-content: center; background-color: rgb(255, 255, 255); background-image: none; }:not(#\ ):not(#\ ).r-1d8v4hq { cursor: pointer; font-size: 36px; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 36px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-o4k8p7 { width: 100%; display: flex; gap: 56px; position: relative; max-width: 1104px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ).r-15qvahm { display: flex; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); flex-direction: column; }:not(#\ ):not(#\ ).r-1mf8vmv { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; padding: 1.25rem 1.875rem; border-radius: 1.25rem; background: rgb(249, 249, 249); margin-bottom: 10px; }:not(#\ ):not(#\ ).r-rnr546 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; justify-content: space-between; }:not(#\ ):not(#\ ).r-f3fdd7 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-oiigpx { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ).r-oiigpx,.r-1lp2zns :not(#\ ):not(#\ ).r-oiigpx { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1pwa9b5 { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-1r96alp { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ).r-h6bklt { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1cj5ug9 { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; padding: 1.25rem 1.875rem; border-radius: 1.25rem; background: rgb(249, 249, 249); margin-bottom: 10px; }:not(#\ ):not(#\ ).r-1sym6ga { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; justify-content: space-between; }:not(#\ ):not(#\ ).r-tdlod2 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-k793c6 { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ).r-k793c6,.r-vb5k6d :not(#\ ):not(#\ ).r-k793c6 { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ).r-art7ky { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-1xdlp5f { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ).r-1hzy105 { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-usm1ii { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; padding: 1.25rem 1.875rem; border-radius: 1.25rem; background: rgb(249, 249, 249); margin-bottom: 10px; }:not(#\ ):not(#\ ).r-jrju3b { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; justify-content: space-between; }:not(#\ ):not(#\ ).r-1z0e1mp { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-10vd88y { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ).r-10vd88y,.r-igr8h6 :not(#\ ):not(#\ ).r-10vd88y { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ).r-c44deb { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-vn9ril { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ).r-1sdqwr,:not(#\ ):not(#\ ).r-1y4mlhd,:not(#\ ):not(#\ ).r-1fowkoi { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1tpou3k { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; padding: 1.25rem 1.875rem; border-radius: 1.25rem; background: rgb(249, 249, 249); margin-bottom: 10px; }:not(#\ ):not(#\ ).r-1t13fs5 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; justify-content: space-between; }:not(#\ ):not(#\ ).r-1ap6h1e { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-cy9nrz { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ).r-cy9nrz,.r-18sw2nx :not(#\ ):not(#\ ).r-cy9nrz { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1ylhqaz { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-1uxcpdr { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ).r-fgniqg { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-friwk6 { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; padding: 1.25rem 1.875rem; border-radius: 1.25rem; background: rgb(249, 249, 249); margin-bottom: 10px; }:not(#\ ):not(#\ ).r-1snw39v { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; justify-content: space-between; }:not(#\ ):not(#\ ).r-a3k4a1 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1fu3npu { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ).r-1fu3npu,.r-z66d44 :not(#\ ):not(#\ ).r-1fu3npu { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ).r-11uz42u { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-n3tokt { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ).r-1uprqd4 { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-11me1sp { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; padding: 1.25rem 1.875rem; border-radius: 1.25rem; background: rgb(249, 249, 249); margin-bottom: 10px; }:not(#\ ):not(#\ ).r-kl9uda { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; justify-content: space-between; }:not(#\ ):not(#\ ).r-1srffd7 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1ecx7eb { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ).r-1ecx7eb,.r-1cdpbna :not(#\ ):not(#\ ).r-1ecx7eb { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ).r-13v2zgy { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-103dnji { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ).r-a8zk1o { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1p89y78 { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; padding: 1.25rem 1.875rem; border-radius: 1.25rem; background: rgb(249, 249, 249); margin-bottom: 10px; }:not(#\ ):not(#\ ).r-cad88a { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; justify-content: space-between; }:not(#\ ):not(#\ ).r-1x0n0x6 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-11eylmm { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ).r-11eylmm,.r-18vs009 :not(#\ ):not(#\ ).r-11eylmm { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1fec58k { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-1u6w805 { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ).r-z4mp0u { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1pf1wc1 { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; padding: 1.25rem 1.875rem; border-radius: 1.25rem; background: rgb(249, 249, 249); margin-bottom: 10px; }:not(#\ ):not(#\ ).r-1vqdod1 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; justify-content: space-between; }:not(#\ ):not(#\ ).r-1kcmvax { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1jv55jt { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ).r-1jv55jt,.r-46uczy :not(#\ ):not(#\ ).r-1jv55jt { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ).r-1gc4x2b { width: var(--rsw, 100%); height: 100%; }:not(#\ ):not(#\ ).r-cxwk65 { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ).r-1v852kk { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-154bvji { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1qte16m { max-width: 100%; padding: 96px 40px; justify-content: center; background-color: rgb(200, 226, 224); background-image: none; border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ).r-1qte16m,:not(#\ ):not(#\ ).r-fj2jsa { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ).r-fj2jsa { width: 100%; gap: 40px; max-width: 883px; justify-content: space-between; }:not(#\ ):not(#\ ).r-fd8500 { width: 100%; display: none; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ).r-kp9vl { font-size: 36px; font-family: "Libre Baskerville", " sans-serif"; font-weight: 600; line-height: 36px; }:not(#\ ):not(#\ ).r-kp9vl,:not(#\ ):not(#\ ).r-y7shpb { align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-y7shpb { font-size: 16px; font-weight: 400; line-height: 22px; letter-spacing: 0.4px; }:not(#\ ):not(#\ ).r-1gnf7gj { gap: 8px; color: rgb(37, 99, 235); --rpmh: 270px; --rpmw: 100%; cursor: pointer; display: flex; font-size: 14px; min-width: var(--rpmw, auto); min-height: var(--rpmh, auto); align-items: center; font-weight: 500; line-height: 20px; flex-direction: column; justify-content: center; background-color: rgb(240, 240, 240); }:not(#\ ):not(#\ ).r-1in78g2 { display: flex; gap: 24px; position: relative; flex: 1 1 0px; max-width: 506px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ).r-1vqizab { font-size: 36px; align-self: stretch; font-weight: 600; line-height: 36px; }:not(#\ ):not(#\ ).r-1vqizab,:not(#\ ):not(#\ ).r-wa439w { flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-wa439w { width: 100%; font-size: 16px; max-width: 392px; font-weight: 400; line-height: 22px; letter-spacing: 0.4px; }:not(#\ ):not(#\ ).r-1rvc7sb { background-color: rgb(51, 51, 51); }:not(#\ ):not(#\ ).r-1rvc7sb,:not(#\ ):not(#\ ):not(#\ ).r-1wq5c0o { color: rgb(255, 255, 255); width: 100%; cursor: pointer; display: flex; max-width: 320px; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; padding: 13px; background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1wq5c0o { background-color: rgb(57, 128, 128); }:not(#\ ):not(#\ ).r-lbmzep { color: rgb(255, 255, 255); flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 22px; overflow-wrap: break-word; text-transform: uppercase; }.alchemy-reset .metafield-rich_text_field a { text-decoration: underline; }.alchemy-reset .metafield-rich_text_field h1, .alchemy-reset .metafield-rich_text_field h2, .alchemy-reset .metafield-rich_text_field h3, .alchemy-reset .metafield-rich_text_field h4, .alchemy-reset .metafield-rich_text_field h5, .alchemy-reset .metafield-rich_text_field h6 { color: inherit; }.alchemy-reset .metafield-rich_text_field h1 { font-size: 2.5em; }.alchemy-reset .metafield-rich_text_field h2 { font-size: 2em; }.alchemy-reset .metafield-rich_text_field h3 { font-size: 1.5em; }.alchemy-reset .metafield-rich_text_field h4 { font-size: 1.25em; }.alchemy-reset .metafield-rich_text_field h5 { font-size: 1.1em; }.alchemy-reset .metafield-rich_text_field h6 { font-size: 1em; }.alchemy-reset :host { all: initial; }.alchemy-reset * { box-sizing: border-box; }.alchemy-reset html[data-rid], .alchemy-reset body[data-rid], .alchemy-reset div[data-rid], .alchemy-reset span[data-rid], .alchemy-reset applet[data-rid], .alchemy-reset object[data-rid], .alchemy-reset iframe[data-rid], .alchemy-reset h1[data-rid], .alchemy-reset h2[data-rid], .alchemy-reset h3[data-rid], .alchemy-reset h4[data-rid], .alchemy-reset h5[data-rid], .alchemy-reset h6[data-rid], .alchemy-reset p[data-rid], .alchemy-reset blockquote[data-rid], .alchemy-reset pre[data-rid], .alchemy-reset a[data-rid], .alchemy-reset a:visited[data-rid], .alchemy-reset abbr[data-rid], .alchemy-reset acronym[data-rid], .alchemy-reset address[data-rid], .alchemy-reset big[data-rid], .alchemy-reset cite[data-rid], .alchemy-reset code[data-rid], .alchemy-reset del[data-rid], .alchemy-reset dfn[data-rid], .alchemy-reset em[data-rid], .alchemy-reset img[data-rid], .alchemy-reset picture[data-rid], .alchemy-reset ins[data-rid], .alchemy-reset kbd[data-rid], .alchemy-reset q[data-rid], .alchemy-reset s[data-rid], .alchemy-reset samp[data-rid], .alchemy-reset small[data-rid], .alchemy-reset strike[data-rid], .alchemy-reset strong[data-rid], .alchemy-reset sub[data-rid], .alchemy-reset sup[data-rid], .alchemy-reset tt[data-rid], .alchemy-reset var[data-rid], .alchemy-reset b[data-rid], .alchemy-reset u[data-rid], .alchemy-reset i[data-rid], .alchemy-reset center[data-rid], .alchemy-reset dl[data-rid], .alchemy-reset dt[data-rid], .alchemy-reset dd[data-rid], .alchemy-reset ol[data-rid], .alchemy-reset ul[data-rid], .alchemy-reset li[data-rid], .alchemy-reset fieldset[data-rid], .alchemy-reset form[data-rid], .alchemy-reset label[data-rid], .alchemy-reset legend[data-rid], .alchemy-reset table[data-rid], .alchemy-reset caption[data-rid], .alchemy-reset tbody[data-rid], .alchemy-reset tfoot[data-rid], .alchemy-reset thead[data-rid], .alchemy-reset tr[data-rid], .alchemy-reset th[data-rid], .alchemy-reset td[data-rid], .alchemy-reset article[data-rid], .alchemy-reset aside[data-rid], .alchemy-reset canvas[data-rid], .alchemy-reset details[data-rid], .alchemy-reset embed[data-rid], .alchemy-reset figure[data-rid], .alchemy-reset figcaption[data-rid], .alchemy-reset footer[data-rid], .alchemy-reset header[data-rid], .alchemy-reset hgroup[data-rid], .alchemy-reset menu[data-rid], .alchemy-reset nav[data-rid], .alchemy-reset output[data-rid], .alchemy-reset ruby[data-rid], .alchemy-reset section[data-rid], .alchemy-reset summary[data-rid], .alchemy-reset time[data-rid], .alchemy-reset mark[data-rid], .alchemy-reset audio[data-rid], .alchemy-reset video[data-rid], .alchemy-reset button[data-rid], .alchemy-reset select[data-rid], .alchemy-reset [data-rid] > p { letter-spacing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 100%; vertical-align: baseline; scrollbar-width: none; }.alchemy-reset html[data-rid]::-webkit-scrollbar, .alchemy-reset body[data-rid]::-webkit-scrollbar, .alchemy-reset div[data-rid]::-webkit-scrollbar, .alchemy-reset span[data-rid]::-webkit-scrollbar, .alchemy-reset applet[data-rid]::-webkit-scrollbar, .alchemy-reset object[data-rid]::-webkit-scrollbar, .alchemy-reset iframe[data-rid]::-webkit-scrollbar, .alchemy-reset h1[data-rid]::-webkit-scrollbar, .alchemy-reset h2[data-rid]::-webkit-scrollbar, .alchemy-reset h3[data-rid]::-webkit-scrollbar, .alchemy-reset h4[data-rid]::-webkit-scrollbar, .alchemy-reset h5[data-rid]::-webkit-scrollbar, .alchemy-reset h6[data-rid]::-webkit-scrollbar, .alchemy-reset p[data-rid]::-webkit-scrollbar, .alchemy-reset blockquote[data-rid]::-webkit-scrollbar, .alchemy-reset pre[data-rid]::-webkit-scrollbar, .alchemy-reset a[data-rid]::-webkit-scrollbar, .alchemy-reset a:visited[data-rid]::-webkit-scrollbar, .alchemy-reset abbr[data-rid]::-webkit-scrollbar, .alchemy-reset acronym[data-rid]::-webkit-scrollbar, .alchemy-reset address[data-rid]::-webkit-scrollbar, .alchemy-reset big[data-rid]::-webkit-scrollbar, .alchemy-reset cite[data-rid]::-webkit-scrollbar, .alchemy-reset code[data-rid]::-webkit-scrollbar, .alchemy-reset del[data-rid]::-webkit-scrollbar, .alchemy-reset dfn[data-rid]::-webkit-scrollbar, .alchemy-reset em[data-rid]::-webkit-scrollbar, .alchemy-reset img[data-rid]::-webkit-scrollbar, .alchemy-reset picture[data-rid]::-webkit-scrollbar, .alchemy-reset ins[data-rid]::-webkit-scrollbar, .alchemy-reset kbd[data-rid]::-webkit-scrollbar, .alchemy-reset q[data-rid]::-webkit-scrollbar, .alchemy-reset s[data-rid]::-webkit-scrollbar, .alchemy-reset samp[data-rid]::-webkit-scrollbar, .alchemy-reset small[data-rid]::-webkit-scrollbar, .alchemy-reset strike[data-rid]::-webkit-scrollbar, .alchemy-reset strong[data-rid]::-webkit-scrollbar, .alchemy-reset sub[data-rid]::-webkit-scrollbar, .alchemy-reset sup[data-rid]::-webkit-scrollbar, .alchemy-reset tt[data-rid]::-webkit-scrollbar, .alchemy-reset var[data-rid]::-webkit-scrollbar, .alchemy-reset b[data-rid]::-webkit-scrollbar, .alchemy-reset u[data-rid]::-webkit-scrollbar, .alchemy-reset i[data-rid]::-webkit-scrollbar, .alchemy-reset center[data-rid]::-webkit-scrollbar, .alchemy-reset dl[data-rid]::-webkit-scrollbar, .alchemy-reset dt[data-rid]::-webkit-scrollbar, .alchemy-reset dd[data-rid]::-webkit-scrollbar, .alchemy-reset ol[data-rid]::-webkit-scrollbar, .alchemy-reset ul[data-rid]::-webkit-scrollbar, .alchemy-reset li[data-rid]::-webkit-scrollbar, .alchemy-reset fieldset[data-rid]::-webkit-scrollbar, .alchemy-reset form[data-rid]::-webkit-scrollbar, .alchemy-reset label[data-rid]::-webkit-scrollbar, .alchemy-reset legend[data-rid]::-webkit-scrollbar, .alchemy-reset table[data-rid]::-webkit-scrollbar, .alchemy-reset caption[data-rid]::-webkit-scrollbar, .alchemy-reset tbody[data-rid]::-webkit-scrollbar, .alchemy-reset tfoot[data-rid]::-webkit-scrollbar, .alchemy-reset thead[data-rid]::-webkit-scrollbar, .alchemy-reset tr[data-rid]::-webkit-scrollbar, .alchemy-reset th[data-rid]::-webkit-scrollbar, .alchemy-reset td[data-rid]::-webkit-scrollbar, .alchemy-reset article[data-rid]::-webkit-scrollbar, .alchemy-reset aside[data-rid]::-webkit-scrollbar, .alchemy-reset canvas[data-rid]::-webkit-scrollbar, .alchemy-reset details[data-rid]::-webkit-scrollbar, .alchemy-reset embed[data-rid]::-webkit-scrollbar, .alchemy-reset figure[data-rid]::-webkit-scrollbar, .alchemy-reset figcaption[data-rid]::-webkit-scrollbar, .alchemy-reset footer[data-rid]::-webkit-scrollbar, .alchemy-reset header[data-rid]::-webkit-scrollbar, .alchemy-reset hgroup[data-rid]::-webkit-scrollbar, .alchemy-reset menu[data-rid]::-webkit-scrollbar, .alchemy-reset nav[data-rid]::-webkit-scrollbar, .alchemy-reset output[data-rid]::-webkit-scrollbar, .alchemy-reset ruby[data-rid]::-webkit-scrollbar, .alchemy-reset section[data-rid]::-webkit-scrollbar, .alchemy-reset summary[data-rid]::-webkit-scrollbar, .alchemy-reset time[data-rid]::-webkit-scrollbar, .alchemy-reset mark[data-rid]::-webkit-scrollbar, .alchemy-reset audio[data-rid]::-webkit-scrollbar, .alchemy-reset video[data-rid]::-webkit-scrollbar, .alchemy-reset button[data-rid]::-webkit-scrollbar, .alchemy-reset select[data-rid]::-webkit-scrollbar, .alchemy-reset [data-rid] > p::-webkit-scrollbar { display: none; }.alchemy-reset [data-rid] { pointer-events: auto; }.alchemy-reset button[data-rid] { font-family: inherit; align-items: normal; }.alchemy-reset button[data-replo-tabs-trigger] { color: inherit; }.alchemy-reset html[data-rid], .alchemy-reset body[data-rid], .alchemy-reset div[data-rid], .alchemy-reset span[data-rid], .alchemy-reset applet[data-rid], .alchemy-reset object[data-rid], .alchemy-reset iframe[data-rid], .alchemy-reset h1[data-rid], .alchemy-reset h2[data-rid], .alchemy-reset h3[data-rid], .alchemy-reset h4[data-rid], .alchemy-reset h5[data-rid], .alchemy-reset h6[data-rid], .alchemy-reset p[data-rid], .alchemy-reset blockquote[data-rid], .alchemy-reset pre[data-rid], .alchemy-reset a[data-rid], .alchemy-reset abbr[data-rid], .alchemy-reset acronym[data-rid], .alchemy-reset address[data-rid], .alchemy-reset big[data-rid], .alchemy-reset cite[data-rid], .alchemy-reset code[data-rid], .alchemy-reset dfn[data-rid], .alchemy-reset img[data-rid], .alchemy-reset picture[data-rid], .alchemy-reset ins[data-rid], .alchemy-reset kbd[data-rid], .alchemy-reset q[data-rid], .alchemy-reset samp[data-rid], .alchemy-reset small[data-rid], .alchemy-reset strike[data-rid], .alchemy-reset sub[data-rid], .alchemy-reset sup[data-rid], .alchemy-reset tt[data-rid], .alchemy-reset var[data-rid], .alchemy-reset center[data-rid], .alchemy-reset dl[data-rid], .alchemy-reset dt[data-rid], .alchemy-reset dd[data-rid], .alchemy-reset ol[data-rid], .alchemy-reset ul[data-rid], .alchemy-reset li[data-rid], .alchemy-reset fieldset[data-rid], .alchemy-reset form[data-rid], .alchemy-reset label[data-rid], .alchemy-reset legend[data-rid], .alchemy-reset table[data-rid], .alchemy-reset caption[data-rid], .alchemy-reset tbody[data-rid], .alchemy-reset tfoot[data-rid], .alchemy-reset thead[data-rid], .alchemy-reset tr[data-rid], .alchemy-reset th[data-rid], .alchemy-reset td[data-rid], .alchemy-reset article[data-rid], .alchemy-reset aside[data-rid], .alchemy-reset canvas[data-rid], .alchemy-reset details[data-rid], .alchemy-reset embed[data-rid], .alchemy-reset figure[data-rid], .alchemy-reset figcaption[data-rid], .alchemy-reset footer[data-rid], .alchemy-reset header[data-rid], .alchemy-reset hgroup[data-rid], .alchemy-reset menu[data-rid], .alchemy-reset nav[data-rid], .alchemy-reset output[data-rid], .alchemy-reset ruby[data-rid], .alchemy-reset section[data-rid], .alchemy-reset summary[data-rid], .alchemy-reset time[data-rid], .alchemy-reset mark[data-rid], .alchemy-reset audio[data-rid], .alchemy-reset video[data-rid], .alchemy-reset button[data-rid], .alchemy-reset select[data-rid], .alchemy-reset [data-rid] > p { font-style: inherit; text-decoration: inherit; color: inherit; background-color: transparent; }.alchemy-reset article[data-rid], .alchemy-reset aside[data-rid], .alchemy-reset details[data-rid], .alchemy-reset figcaption[data-rid], .alchemy-reset figure[data-rid], .alchemy-reset footer[data-rid], .alchemy-reset header[data-rid], .alchemy-reset hgroup[data-rid], .alchemy-reset menu[data-rid], .alchemy-reset nav[data-rid], .alchemy-reset section[data-rid] { display: block; }.alchemy-reset body { line-height: 1; }.alchemy-reset blockquote, .alchemy-reset q { quotes: none; margin: 0px; padding: 0px; border: 0px; }.alchemy-reset blockquote::before, .alchemy-reset blockquote::after, .alchemy-reset q::before, .alchemy-reset q::after { content: none; }.alchemy-reset table { border-collapse: collapse; border-spacing: 0px; }.alchemy-reset button > picture, .alchemy-reset button > img, .alchemy-reset a > picture, .alchemy-reset a > img { display: flex; }#replo-fullpage-element { max-width: 100vw; flex-grow: 1; align-self: stretch; display: block; }html:has(> .replo-modal-after-open) { scroll-behavior: auto; }.splide li { margin: 0px; padding: 0px; }.splide li::before { display: none; }.splide .splide__list { overflow: visible; }[data-replo-collapsible] .replo-animated { overflow: hidden; }[data-replo-collapsible] .replo-animated[data-state="open"] { animation: 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal none running slideDown; }[data-replo-collapsible] .replo-animated[data-state="closed"] { animation: 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal none running slideUp; }[data-replo-component-root="carousel"]:where([data-replo-part-id="slide-track"]) { scrollbar-width: none; }[data-replo-component-root="carousel"]:where([data-replo-part-id="slide-track"])::-webkit-scrollbar { display: none; }html, body { zoom: unset; }body { margin: 0px; overflow-y: visible; }#main, main { margin: 0px; padding: 0px; max-width: none; max-height: none; }.section-sections--24117146157428__icon_list_XrrRMt-padding { padding-top: 18px; padding-bottom: 0px; }.section-sections--24117146157428__footer-padding { padding-top: 42px; padding-bottom: 0px; }#shopify-section-sections--24117146157428__footer .footer__bottom { background: rgb(255, 217, 124); text-transform: uppercase; }main > section > div > .container:has(> .shopify-app-block > .countdown-timer-block) { padding-left: 0px; padding-right: 0px; }[data-gjs-type="text"][class*="gjs-selected"],a[data-gjs-type="link"][class*="gjs-selected"] { outline: purple solid 3px; }a { cursor: pointer; text-decoration: none; color: inherit; }.fk-irqt5n { margin-left: auto; margin-right: auto; }img[data-gjs-type="image"][class*="gjs-selected"] { outline: orange solid 3px; }.fk-i4zqi5,.fk-i7n5ba,.fk-ijjssh,.fk-iv32jj,.fk-io3sqz { margin-left: auto; margin-right: auto; }[data-gjs-type="label"][class*="gjs-selected"] { outline: green solid 3px; }[data-gjs-type="input"][class*="gjs-selected"] { border: none; box-shadow: none; outline: green solid 3px; }.fk-i0q8k1,.fk-iwtfxy { margin-left: auto; margin-right: auto; }.fk-isoy0l { width: 100%; height: 100%; object-fit: var(--rof, inherit); object-position: var(--rop, inherit); }[data-gjs-type="video"][class*="gjs-selected"] { outline: orange solid 3px; }.fk-i22vah,.fk-ifla7dq,.fk-i25wxik,.fk-i149pdq,.fk-i1bqhjh,.fk-ivymoji,.fk-iksum37,.fk-i9qammo,.fk-iy2phn4,.fk-ihaeza2,.fk-i2wxdej { margin-left: auto; margin-right: auto; }#i70kyr { display: none; }#ipk6fn { --free-shipping-color-text: 245 126 37; --free-shipping-color-background: 255 255 255; }#ih07wv,#i3cjk4,#i7uq29,#iq9bkb,#i6o8ae,#ipfw6p,#irf8vj,#it3rtc,#ikqzzx { width: 100%; }#isoy0l { width: 100%; height: 100%; object-fit: var(--rof, inherit); object-position: var(--rop, inherit); }#ioy5el,#is8hd6,#ip08gg,#iqrn7i,#ifguvt { width: 100%; }#iymb4l { width: var(--rsw, 100%); height: 100%; }#i1dct7,#ize2l2,#iipwez,#ifsbmi,#i650ag { width: 100%; }#ijbg3j,#i7gkfl { display: contents; }#i7gkfl { outline: none; }#radix-\:Rar2\:-trigger-906b5f75-a7a3-4e7f-aa53-bfbeaaf824e90,#radix-\:Rar2\:-trigger-f12f5c51-1208-44f7-9d8d-62107c5f1ceb1,#radix-\:Rar2\:-trigger-1da66025-f0d0-4b81-b939-255be51dd2752 { display: contents; }#radix-\:Rar2\:-content-906b5f75-a7a3-4e7f-aa53-bfbeaaf824e90 { display: contents; animation-duration: 0s; }#ixjrzx { display: none; }#ioh7ta,#i3rx7m,#ip7ip9,#is68iw,#imelg8,#i06keq,#ipu5l3,#iy7d72,#ip0exl,#ijqqbq,#i3sr6v { width: 100%; }#iwjo9q { display: none; }#ifbqbv,#inxbvl,#igikrk { width: 100%; }#i1it6h { --replo-attributes-variant-featuredimage: //trycreate.co/cdn/shop/files/Core_BlueRaspberry_Tubs_1x1_c5784394-5396-46ce-bfec-b97361f05193.jpg?v=1741814695; }#imsit3x,#iaomb4j,#ijf4jgh,#iemcely,#iq2ddco,#iama4zj,#i3qcxbz { width: 100%; }#ia7wzkt { display: none; }#irl8cxu,#i0aafxj,#ivr5lx5,#i8djis9,#iu1l58l,#ismr5ul,#iwy3llg,#i33ncsy,#i8jjo5w,#isztr64,#ietwxkr { width: 100%; }#radix-\:Rar2\:-content-f12f5c51-1208-44f7-9d8d-62107c5f1ceb1,#i5m6oo5 { display: none; }#iyd0jd3,#igx9v1d,#i2n58sl,#i92pwup,#ixpfm19,#i50370j,#ig11wph,#i2jqkrr,#ik5i96k,#imnpwwq,#inih151,#igzsruc { width: 100%; }#iv6yo04 { display: none; }#ipas3nc { width: 100%; }#i63aaze { --replo-attributes-product-featured-image: //trycreate.co/cdn/shop/files/CreateWellness_Greens_120cnt_FRONT_3D_Gummies002_BROWN_Transparent.png?v=1737487752; }#icr8lmi,#iija4yl,#i1v3b3k,#iv97glt,#i8zascb,#ijpgrtl,#i9nfjei,#i3j63aj { width: 100%; }#i6jhuwn { display: none; }#ix4ub8n,#is46eud,#ikpwahs,#i3iuiyf,#iwg00ft,#iuogels,#i5n8cqt,#iqevm8g,#ith0kkm,#iddu3yj,#iuq0cnf,#i975s71,#irn8e0s { width: 100%; }#radix-\:Rar2\:-content-1da66025-f0d0-4b81-b939-255be51dd2752,#iy9jjkw { display: none; }#iwen96z,#ielow5f,#idowt2i { width: 100%; }#i0cozk6 { --replo-attributes-variant-featuredimage: //trycreate.co/cdn/shop/files/SingleServeBMSM_LemonLimeLemonLime_2.28Update_1.png?v=1740757209; }#ikzel6i,#i2ljhva,#ivtoy0g,#ijvqojc,#i835l58,#i8wfrhj,#iz6tmpk,#i2iteg4 { width: 100%; }#i804syw { display: none; }#ita5mmh,#i4d63pd,#i6ew2gc { width: 100%; }#iryajms { --replo-attributes-variant-featuredimage: //trycreate.co/cdn/shop/files/SingleServeBMSM_LemonLime_30Count-min.png?v=1739317302; }#ili9mzk,#ix5khj9,#isdscnk,#izlm3n3,#iv5tw1b { width: 100%; }#idnk7xg { display: none; }#imbgxub,#is0bssz,#i9qyjna,#iyi3jag,#in6k7og,#itnwqp8,#in2hd9d,#iijj12e,#imma9ot,#iwq9cpj,#iezi10a,#i00pnwy,#ignb5xy { width: 100%; }#replo-carousel\:R3db2\:\:track { padding-left: 0px; padding-right: 0px; width: 100%; height: 100%; overflow: visible; position: relative; }#ifbg43g { --replo-carousel-slides-per-page: 1; transform: translate3d(0px, 0px, 0px); display: flex; overflow: visible; backface-visibility: hidden; gap: var(--replo-gap, 0px); height: 100%; margin: 0px; padding: 0px; transition-duration: 0ms; transition-property: none; }#replo-carousel\:R3db2\:\:slide\:0\:0\:R1ndb2\:\:clone\:0 { display: flex; height: 100%; padding: 0px; margin: 0px; backface-visibility: hidden; flex-shrink: 0; position: relative; }#i4f5uso,#igyaq4z { width: 100%; }#ijttcs5 { width: var(--rsw, 100%); height: 100%; }#i2jt3zz,#iedsl0c { width: 100%; }#replo-carousel\:R3db2\:\:slide\:1\:1\:R2ndb2\:\:clone\:1 { display: flex; height: 100%; padding: 0px; margin: 0px; backface-visibility: hidden; flex-shrink: 0; position: relative; }#i3dltb8,#ian93v2 { width: 100%; }#il8rbgu { width: var(--rsw, 100%); height: 100%; }#i0i978z,#ikn6zuv { width: 100%; }#replo-carousel\:R3db2\:\:slide\:2\:2\:R3ndb2\:\:clone\:2 { display: flex; height: 100%; padding: 0px; margin: 0px; backface-visibility: hidden; flex-shrink: 0; position: relative; }#idapj9h,#iavr9d8 { width: 100%; }#irtlga7 { color: rgb(32, 34, 35); }#ij2o74i { width: var(--rsw, 100%); height: 100%; }#ivm4k1j,#itvmsx1,#il0zp2t { width: 100%; }#i1qyajl { width: var(--rsw, 100%); height: 100%; }#ioszong,#i5zzvds { width: 100%; }#i021yi5 { width: var(--rsw, 100%); height: 100%; }#ihgju33,#ims7lzt { width: 100%; }#ilvc4vf { width: var(--rsw, 100%); height: 100%; }#i02l2e5,#ikbglxn,#ichw68z,#ir3npi1 { width: 100%; }#iayj5hu { width: var(--rsw, 100%); height: 100%; }#i8tbq4n,#i32i56g { width: 100%; }#ievldnr { width: var(--rsw, 100%); height: 100%; }#io30qaj,#ied9nbf { width: 100%; }#i8tyave { width: var(--rsw, 100%); height: 100%; }#ih2r8ds,#ij1fnlz { width: 100%; }#ilrawqe { width: var(--rsw, 100%); height: 100%; }#ir54p9w,#i84tu8g { width: 100%; }#i2ngi5j { width: var(--rsw, 100%); height: 100%; }#itmkbab,#ixhxg2p,#iqzbgyi,#ih424ae,#iiucwtr { width: 100%; }#it6kzdh { background-color: rgb(255, 242, 211); }#fkt-link-fdd-6b5-884 { text-decoration: none; cursor: pointer; }#fkt-image-b1a-395-83f { --logo-max-width: 125px; }#ixcp0hz { display: none; }#ijf7z9w { width: 100%; padding: 5px calc(5px); border: 0px solid rgb(197, 200, 209); border-radius: 8px; display: none; justify-content: space-between; align-items: center; gap: 10px; margin-top: 20px; margin-bottom: 20px; background: rgb(255, 255, 255); position: relative; }#iq9g4ih { display: grid; width: 100%; justify-content: center; gap: 16px 8px; }#iph2xx6 { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#i7rrtdf { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("./img/star.svg"); background-repeat: no-repeat; background-position: center center; background-size: 32px; }#iyq21yy { height: 32px; width: 32px; display: flex; }#iilimu1 { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; flex: 1 1 0%; gap: 2px; }#ipp0p9s { display: block; font-weight: 600; font-size: 16px; color: rgb(32, 34, 35); margin: 0px; line-height: 1; overflow-wrap: break-word; max-width: 100%; }#ic98x9x { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#iw5ewja { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("./img/2518805-200.png"); background-repeat: no-repeat; background-position: center center; background-size: 32px; }#i8ar9vt { height: 32px; width: 32px; display: flex; }#irx7k63 { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; flex: 1 1 0%; gap: 2px; }#iihc81y { display: block; font-weight: 600; font-size: 16px; color: rgb(32, 34, 35); margin: 0px; line-height: 1; overflow-wrap: break-word; max-width: 100%; }#ios2wep { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#i3et4x9 { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("./img/images.png"); background-repeat: no-repeat; background-position: center center; background-size: 32px; }#iavl2m9 { height: 32px; width: 32px; display: flex; }#iy4t06t { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; flex: 1 1 0%; gap: 2px; }#i23vuqj { display: block; font-weight: 600; font-size: 16px; color: rgb(32, 34, 35); margin: 0px; line-height: 1; overflow-wrap: break-word; max-width: 100%; }#i9p312h { width: 100%; padding: 0px calc(0px); border: 0px solid rgb(197, 200, 209); border-radius: 8px; display: none; justify-content: space-between; align-items: center; gap: 10px; margin-top: 10px; margin-bottom: 10px; background: rgb(255, 242, 210); position: relative; }#i1vlsyu { display: grid; width: 100%; justify-content: center; gap: 16px 8px; }#ioo9908 { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#ip9kpjk { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("https://rivmorkxomnwzdlytbgv.supabase.co/storage/v1/object/public/files/trycreate-808.myshopify.com/Vice_(magazine)-Logo.wine-1734623105516.png"); background-repeat: no-repeat; background-position: center center; background-size: 69px; }#idlwng6 { height: 69px; width: 69px; display: flex; }#ife3vsz { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#iz9x05t { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("./img/Mens-Health-Logo.png"); background-repeat: no-repeat; background-position: center center; background-size: 69px; }#isytytl { height: 69px; width: 69px; display: flex; }#i1gk8sj { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#i2d95vu { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("./img/BarBendLogoTransp.png"); background-repeat: no-repeat; background-position: center center; background-size: 69px; }#iwa1gk2 { height: 69px; width: 69px; display: flex; }#i4htu1t { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#iednjhf { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("./img/2560px-Womenshealthlogo.svg.png"); background-repeat: no-repeat; background-position: center center; background-size: 69px; }#il7bgfs { height: 69px; width: 69px; display: flex; }#icthm9g { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#i0ah2x6 { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("./img/well-good-logo-resizes-website-assets-og-hero.png"); background-repeat: no-repeat; background-position: center center; background-size: 69px; }#ilej4bg { height: 69px; width: 69px; display: flex; }#io3ckes { display: grid; align-content: start; row-gap: 4px; padding: 0px; background: transparent; }#ixau1ja { display: flex; align-items: center; justify-content: center; padding: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); width: fit-content; margin: auto; background-image: url("./img/everyday-health-01.png"); background-repeat: no-repeat; background-position: center center; background-size: 69px; }#i4zu6rh { height: 69px; width: 69px; display: flex; }#ib38562 { width: 100%; padding: 10px calc(10px); border: 0px solid rgb(197, 200, 209); border-radius: 8px; display: none; justify-content: space-between; align-items: center; gap: 10px; position: relative; margin-top: 10px; margin-bottom: 10px; background: rgb(255, 255, 255); }#icon_container { align-items: center; justify-content: center; padding: 4px; margin-right: 4px; border-radius: 4px; background-color: rgba(255, 255, 255, 0); background-image: url("./img/3349343.png"); background-repeat: no-repeat; background-position: center center; background-size: 32px; display: flex; }#icon { height: 32px; width: 32px; display: flex; }#text_container { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex: 1 1 0%; gap: 2px; }#title { font-weight: 600; font-size: 16px; color: rgb(32, 34, 35); }#title,#subheading { display: block; margin: 0px; line-height: 1; overflow-wrap: break-word; max-width: 100%; }#subheading { font-weight: 400; text-align: left; font-size: 14px; color: rgb(150, 164, 182); }#fkt-link-ae4-c9d-ab5,#fkt-link-681-f8f-a8e,#fkt-link-ae7-890-b23,#fkt-link-903-9bb-abd,#fkt-link-7fc-b9e-871,#fkt-link-977-c8a-848,#fkt-link-6b5-a90-b27,#fkt-link-4aa-4b4-afd,#fkt-link-482-b9c-9c6,#fkt-link-87d-980-b94,#fkt-link-afc-f93-9a8,#fkt-link-234-aa1-83e,#fkt-link-bd8-1a8-878,#fkt-link-298-98f-869,#fkt-link-e5b-f87-a1c,#fkt-link-30e-aa3-ad2,#fkt-link-443-8aa-a94,#fkt-link-cf7-dac-88c,#fkt-link-ed7-7a4-941,#fkt-link-177-fb5-9dd,#fkt-link-0e7-0a6-b2c,#fkt-link-d7f-08e-a40,#fkt-link-7d9-2a6-a73,#fkt-link-483-0b4-840,#fkt-link-6d2-895-b15,#fkt-link-dbe-a96-aca,#fkt-link-55d-c9c-9a5,#fkt-link-6a8-180-a3f,#fkt-link-76c-8a1-947,#fkt-link-829-2b6-b47,#fkt-link-880-d80-a98,#fkt-link-4d1-382-8a3,#fkt-link-93c-3a2-8b4,#fkt-link-228-6ad-bbb,#fkt-link-c67-688-bd7,#fkt-link-f2c-a90-9db,#fkt-link-e17-9b5-8c7,#fkt-link-722-490-9d5,#fkt-link-c0f-da4-a83,#fkt-link-f5f-78a-a4c,#fkt-link-774-4a2-b02,#fkt-link-6f4-d89-883,#fkt-link-688-887-86a,#fkt-link-854-083-923,#fkt-link-605-b96-ba6,#fkt-link-b74-ebf-aba,#fkt-link-792-19c-870,#fkt-link-59c-7b7-b71,#fkt-link-dac-8b6-8d5,#fkt-link-bb5-483-b04,#fkt-link-f36-5a0-914,#fkt-link-354-1b1-b25,#fkt-link-585-2a3-897,#fkt-link-02e-783-be5,#fkt-link-2dc-db1-8e4,#fkt-link-981-db3-b59,#fkt-link-466-190-8ea,#fkt-link-8de-297-b98,#fkt-link-faf-08b-b1a,#fkt-link-9dc-880-84e,#fkt-link-194-d86-a38,#fkt-link-03a-881-b31,#fkt-link-3e4-68d-896 { cursor: pointer; }* { box-sizing: border-box; }[data-gjs-type="text"][class*="gjs-comp-selected"] { outline: purple solid 3px; }#cc-id-PUnvNK4fcdPL { margin-left: auto; margin-right: auto; }*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }img, svg { display: block; max-width: 100%; }input, button, select { font: inherit; }p { margin-bottom: 1.25rem; color: rgb(63, 63, 63); line-height: normal; }div[role="button"] { cursor: pointer; }.product { margin-bottom: 9.25rem; color: rgb(0, 0, 0); }.product__tags { margin-bottom: 0.875rem; }.product .product-slider { margin-bottom: 3.25rem; }.product .product-slider__for { margin-bottom: 1.25rem; }.product .product-slider__for .img-block { border-radius: 1.25rem; overflow: hidden; background-color: rgb(249, 249, 249); }.product .product-slider__for img { width: 100%; height: 100%; object-position: center center; }.product .product-slider__nav img { width: 100%; height: 8.625rem; object-fit: cover; object-position: center center; border-radius: 1.25rem; }.product .discount { padding-bottom: 0.625rem; }.footer__img2 { display: block; }.footer__img3 { display: none; }:not(#\ ):not(#\ ).r-135afq3 { display: flex; gap: 56px; position: relative; flex: 1 1 0px; max-width: 544px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: center; }.fk-SubscribeFooter { margin-left: auto; margin-right: auto; }.icon-block-container-a379b89c-a220-4651-88a0-8d3d70614e8a { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }.icon-block-container-1ca95380-6725-4f2a-934a-ef5b1d3490f7 { grid-template-columns: repeat(3, 1fr); }.thanks_subscription { display: none; }.svg-wrapper { display: inline-flex; justify-content: center; align-items: center; width: 20px; height: 20px; }.form__message { align-items: center; font-size: 1.4rem; line-height: 1; margin-top: 1rem; }:not(#\ ):not(#\ ).r-l0r5ib { height: 410px; display: flex; flex: 1 1 0px; max-width: 544px; min-width: var(--replo-flex-min-dimension, 0px); min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ).r-17ft7c8 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-kewyft { height: 410px; display: flex; flex: 1 1 auto; max-width: none; min-width: 0px; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ).r-17u05x3 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-iasyot { height: 422px; display: flex; flex: 1 1 0px; max-width: 544px; min-width: var(--replo-flex-min-dimension, 0px); min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ).r-15k6mv0 { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: contain; }:not(#\ ):not(#\ ).r-1g8zogt { height: 410px; display: flex; flex: 1 1 0px; max-width: 544px; min-width: var(--replo-flex-min-dimension, 0px); min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ).r-1begfro { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: contain; }:not(#\ ):not(#\ ).r-1ydo2f7 { display: flex; flex: 1 1 0px; max-width: 430px; min-width: var(--replo-flex-min-dimension, 0px); min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ).r-h3ep4u { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-ckfk2d { display: flex; flex: 1 1 0px; max-width: 321px; min-width: var(--replo-flex-min-dimension, 0px); min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ).r-xmayn { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }:not(#\ ):not(#\ ).r-ynsvhm { height: 761px; display: flex; flex: 1 1 0px; max-width: 656px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ).r-xhndxw { height: 100%; margin: 0px; display: block; padding: 0px; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; }.check_box { position: absolute; opacity: 0; }.color-scheme-1, :root { --color-text: #333333; --color-text-rgb: 51 51 51; --color-background: #ffffff; --color-button-background: #f57e25; --color-button-background-rgb: 245 126 37; --color-button-text: #ffffff; --color-button-border: #f57e25; --color-button-background-outline: #ffffff; --color-button-text-outline: #333333; --color-button-border-outline: #333333; --color-icon: #333333; --color-icon-rgb: 51 51 51; --color-link: #000000; --color-input-variant-color: 0 0 0; --color-input-color: #333333; --color-input-color-rgb: 51 51 51; --color-border: 218 217 217; --color-controls: 51 51 51; }.color-scheme-2 { --color-text: #333333; --color-text-rgb: 51 51 51; --color-background: #ffd97c; --color-button-background: #f57e25; --color-button-background-rgb: 245 126 37; --color-button-text: #f57e25; --color-button-border: #f57e25; --color-button-background-outline: #ffd97c; --color-button-text-outline: #ffffff; --color-button-border-outline: #ffffff; --color-icon: #333333; --color-icon-rgb: 51 51 51; --color-link: #333333; --color-input-variant-color: 0 0 0; --color-input-color: #333333; --color-input-color-rgb: 51 51 51; --color-border: 236 245 251; --color-controls: 51 51 51; background-color: var(--color-background); color: var(--color-text); }.color-scheme-3 { --color-text: #333333; --color-text-rgb: 51 51 51; --color-background: #ffffff; --color-button-background: #f57e25; --color-button-background-rgb: 245 126 37; --color-button-text: #ffffff; --color-button-border: #f57e25; --color-button-background-outline: #ffffff; --color-button-text-outline: #f57e25; --color-button-border-outline: #f57e25; --color-icon: #333333; --color-icon-rgb: 51 51 51; --color-link: #333333; --color-input-variant-color: 0 0 0; --color-input-color: #333333; --color-input-color-rgb: 51 51 51; --color-border: 51 51 51; --color-controls: 51 51 51; background-color: var(--color-background); color: var(--color-text); }.color-scheme-2ec4f7ea-5bba-4594-8562-7cfdc77b9da8 { --color-text: #333333; --color-text-rgb: 51 51 51; --color-background: #fff2d3; --color-button-background: #f57e25; --color-button-background-rgb: 245 126 37; --color-button-text: #ffffff; --color-button-border: #f57e25; --color-button-background-outline: #fff2d3; --color-button-text-outline: #f57e25; --color-button-border-outline: #f57e25; --color-icon: #333333; --color-icon-rgb: 51 51 51; --color-link: #333333; --color-input-variant-color: 51 51 51; --color-input-color: #333333; --color-input-color-rgb: 51 51 51; --color-border: 0 0 0; --color-controls: 0 0 0; }.color-scheme-1 { background-color: var(--color-background); color: var(--color-text); }.color-scheme-2ec4f7ea-5bba-4594-8562-7cfdc77b9da8, body { background-color: rgb(19, 47, 40); color: rgb(255, 255, 255); }.product__link { padding: 10px; margin: 10px; }.cc-thumbnail-carousel-slide { cursor: pointer; }:not(#\ ):not(#\ ).r-n427xn { margin-bottom: 2px; }:not(#\ ):not(#\ ).r-n427xn,:not(#\ ):not(#\ ).r-sx6cqn,:not(#\ ):not(#\ ).r-1a1dkh1 { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-1a1dkh1 { margin-bottom: 2px; }:not(#\ ):not(#\ ).r-118td1x { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; overflow-wrap: break-word; }:not(#\ ):not(#\ ).r-3rvolo { font-size: 22px; align-self: stretch; margin-top: 8px; font-weight: 600; line-height: 26px; }:not(#\ ):not(#\ ).r-3rvolo,:not(#\ ):not(#\ ).r-zevauq { flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-zevauq { width: 328px; font-size: 16px; max-width: 328px; font-weight: 400; line-height: 22px; margin-bottom: 8px; }:not(#\ ):not(#\ ).r-17k4rfm :not(#\ ):not(#\ ).r-1t0k0s7 { color: rgb(255, 255, 255); }:not(#\ ):not(#\ ).r-1t0k0s7 { flex: 1 1 auto; font-size: 36px; text-align: center; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 36px; overflow-wrap: break-word; text-align-last: center; }:not(#\ ):not(#\ ).r-en3xl0 { font-size: 24px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 27px; overflow-wrap: break-word; }.alchemy-reset .alchemy-rte a, .alchemy-reset .alchemy-rte p, .alchemy-reset .alchemy-rte s, .alchemy-reset .alchemy-rte u, .alchemy-reset .alchemy-rte b, .alchemy-reset .alchemy-rte i, .alchemy-reset .alchemy-rte h1, .alchemy-reset .alchemy-rte h2, .alchemy-reset .alchemy-rte h3, .alchemy-reset .alchemy-rte h4, .alchemy-reset .alchemy-rte h5, .alchemy-reset .alchemy-rte h6, .alchemy-reset .alchemy-rte mark { font-style: inherit; font-family: inherit; text-decoration: inherit; text-align: inherit; text-transform: inherit; color: inherit; line-height: inherit; letter-spacing: inherit; margin: 0px; padding: 0px; border: 0px; font-weight: inherit; vertical-align: baseline; font-size: 100%; text-size-adjust: none; scrollbar-width: none; }.alchemy-reset .alchemy-rte a::-webkit-scrollbar, .alchemy-reset .alchemy-rte p::-webkit-scrollbar, .alchemy-reset .alchemy-rte s::-webkit-scrollbar, .alchemy-reset .alchemy-rte u::-webkit-scrollbar, .alchemy-reset .alchemy-rte b::-webkit-scrollbar, .alchemy-reset .alchemy-rte i::-webkit-scrollbar, .alchemy-reset .alchemy-rte h1::-webkit-scrollbar, .alchemy-reset .alchemy-rte h2::-webkit-scrollbar, .alchemy-reset .alchemy-rte h3::-webkit-scrollbar, .alchemy-reset .alchemy-rte h4::-webkit-scrollbar, .alchemy-reset .alchemy-rte h5::-webkit-scrollbar, .alchemy-reset .alchemy-rte h6::-webkit-scrollbar, .alchemy-reset .alchemy-rte mark::-webkit-scrollbar { display: none; }.alchemy-reset .alchemy-rte b, .alchemy-reset .alchemy-rte strong, .alchemy-reset .alchemy-rte u, .alchemy-reset .alchemy-rte i, .alchemy-reset .alchemy-rte em, .alchemy-reset .alchemy-rte s, .alchemy-reset .alchemy-rte del, .alchemy-reset .alchemy-rte li, .alchemy-reset .alchemy-rte span { font-family: inherit; }.alchemy-reset .alchemy-rte u { text-decoration: underline; }.alchemy-reset .alchemy-rte s, .alchemy-reset .alchemy-rte del { text-decoration: line-through; }.alchemy-reset .alchemy-rte i { font-style: italic; }.alchemy-reset .alchemy-rte b { font-weight: bold; }.alchemy-reset .alchemy-rte ul, .alchemy-reset .alchemy-rte li { list-style: inherit; padding-left: 1.7em; }.alchemy-reset .alchemy-rte code { background-color: rgba(97, 97, 97, 0.1); color: rgb(97, 97, 97); }.alchemy-reset .alchemy-rte pre { background: rgb(13, 13, 13); color: rgb(255, 255, 255); font-family: JetBrainsMono, monospace; padding: 0.75rem 1rem; border-radius: 0.5rem; }.alchemy-reset .alchemy-rte pre code { color: inherit; padding: 0px; background: none; font-size: 0.8rem; }.alchemy-reset .alchemy-rte img { max-width: 100%; height: auto; }.alchemy-reset .alchemy-rte blockquote { padding-left: 1rem; border-left: 2px solid rgba(13, 13, 13, 0.1); }.alchemy-reset .alchemy-rte hr { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 2px solid rgba(13, 13, 13, 0.1); margin: 2rem 0px; }.title { font-weight: 400; font-family: "PP Editorial New", sans-serif; }.product__faq { padding: 10px; margin: 10px; }.faq .faq-item { padding: 0.625rem 0px; transition: 0.3s; }.faq .faq-answer p:last-child { margin-bottom: 0px; }.product__faq .faq-item { border-bottom: 1px solid rgb(0, 68, 57); }.faq .faq-item .faq-icon img { transform: rotate(0deg); transition: 0.3s; }.faq .faq-question > div { display: flex; align-items: center; }.faq .faq-question > div img { margin-right: 0.75rem; }.product__faq .faq-item .faq-icon img { width: 20px; }.supplement-table { width: 100%; max-width: 600px; border-collapse: collapse; background-color: white; margin-bottom: 1.25rem; }.supplement-table th, .supplement-table td { border-bottom: 1px solid rgb(204, 204, 204); padding: 12px 15px; text-align: left; }.supplement-table th { font-weight: bold; border-top: none; border-left: none; border-right: none; }.supplement-table caption { font-size: 1.5em; font-weight: bold; margin-bottom: 10px; }.line-table { width: 100%; height: 2px; background: black; display: block; margin-bottom: 1rem; }.fk-hide-on-load { visibility: hidden; }.fk-payment-options-hide-on-load, .fk-display-none-on-load { display: none; }.fk-youtube { background-color: #000; margin-bottom: 30px; position: relative; overflow: hidden; cursor: pointer; min-height: 160px; }.fk-youtube .fk-rm.image { -webkit-background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 100%; position: absolute; }.fk-youtube .play-button { width: 90px; height: 60px; background-color: #333; box-shadow: 0 0 30px rgba( 0,0,0,0.6 ); z-index: 1; opacity: 0.8; border-radius: 6px; }.fk-youtube .play-button:before { content: ""; border-style: solid; border-width: 15px 0 15px 26.0px; border-color: transparent transparent transparent #fff; }.fk-youtube .fk-rm.image,
        .fk-youtube .play-button { cursor: pointer; }.fk-youtube .fk-rm.image,
        .fk-youtube iframe,
        .fk-youtube .play-button,
        .fk-youtube .play-button:before { position: absolute; }.fk-youtube .play-button,
        .fk-youtube .play-button:before { top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 ); }.fk-youtube iframe { height: 100%; width: 100%; top: 0; left: 0; }@media (max-width: 767px) {.slick-slide > div > div > div { margin: 0px auto; }.logo { width: 134px; }.btn { font-size: 18px; height: 54px; }.faq .faq-item { padding: 0.875rem 0px; }.faq .faq-item .faq-icon img { width: 10px; }.faq .faq-question > div img { width: 15px; height: 15px; }.product { margin-bottom: 4.125rem; }.product .product-slider__for .img-block { height: 17rem; }.product .product-slider__nav img { width: 100%; height: 4.25rem; border-radius: 10px; }.product .benefits { padding-bottom: 4px; }.product-info { cursor: pointer; }.product .product-info__benefit { font-size: 1rem; }.product .product-info__benefit img { width: 15px; height: 15px; }.product .product-info__ship { font-size: 0.625rem; margin-bottom: 1.375rem; }.product .product-info .no-shipping img { width: 10px; margin-right: 4px; }.product .product-info .btn { margin-bottom: 0px; }.product .similar__subTitle { font-size: 1rem; }.product .similar .items .item__title { font-size: 12px; }.product .similar .items .item__img img { height: auto; }.product .similar .faq .faq-item { border-radius: 10px; padding: 10px 20px; }.product .similar .faq .faq-question, .product .similar .faq .faq-answer p { font-size: 1rem; }.slick-slide img { width: 100%; height: 4.25rem; border-radius: 10px; }.product .product-info,.product-info:hover,.fk-product-section { cursor: pointer; } }@media (min-width: 1024px) and (max-width: 1300px) {:not(#\ ):not(#\ ):not(#\ ).r-2h2bl6 { width: 100%; display: grid; gap: 24px; position: relative; max-width: 600px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; grid-template-columns: repeat(2, minmax(0px, 1fr)); } }@media (min-width: 641px) and (max-width: 1024px) {:not(#\ ):not(#\ ):not(#\ ).r-1tdorqi { color: rgb(51, 51, 51); font-family: Arial, " sans-serif"; flex-direction: column; background-color: rgb(255, 255, 255); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1tdorqi,:not(#\ ):not(#\ ):not(#\ ).r-1yetewe { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1yetewe { gap: 30px; max-width: 100%; padding: 64px 30px; background-size: 100%; border-top-style: solid; border-top-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-ynsvhm { height: 761px; display: flex; flex: 1 1 0px; max-width: 656px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-xhndxw { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-cyrioq { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-ec1sh2 { display: flex; gap: 16px; position: relative; flex: 1 1 0px; max-width: 271px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-102xq0n { font-size: 26px; font-weight: 700; line-height: 28px; }:not(#\ ):not(#\ ):not(#\ ).r-102xq0n,:not(#\ ):not(#\ ):not(#\ ).r-8k0562 { align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-8k0562 { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: 0.4px; }:not(#\ ):not(#\ ):not(#\ ).r-pg95jc { background-color: rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-pg95jc,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1md1nrc { color: rgb(255, 255, 255); width: 100%; cursor: pointer; display: flex; max-width: 328px; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; padding: 13px; background-image: none; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1md1nrc { background-color: rgb(57, 128, 128); }:not(#\ ):not(#\ ):not(#\ ).r-4g9z3w { color: rgb(255, 255, 255); flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 22px; text-transform: uppercase; }:not(#\ ):not(#\ ):not(#\ ).r-g9imen { display: flex; gap: 5px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-19gcx18 { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-14kfqrd { font-size: 14px; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1i20z8 { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); gap: 60px; max-width: none; align-self: auto; padding: 60px 30px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-1i20z8,:not(#\ ):not(#\ ):not(#\ ).r-qufj3j { display: flex; position: relative; min-width: auto; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-qufj3j { gap: 30px; max-width: 100%; align-self: stretch; }:not(#\ ):not(#\ ):not(#\ ).r-119np1b { display: flex; gap: 14px; position: relative; flex: 1 1 0px; max-width: 100%; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1fj5jy9 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: "Libre Baskerville", " sans-serif"; font-weight: 600; line-height: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-n427xn { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 20px; margin-bottom: 2px; }:not(#\ ):not(#\ ):not(#\ ).r-l0r5ib { height: auto; display: flex; flex: 1 1 0px; max-width: 366px; min-width: var(--replo-flex-min-dimension, 0px); align-self: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-17ft7c8 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-a9vw49 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-argw5u { display: flex; gap: 30px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-135afq3 { display: flex; gap: 56px; position: relative; flex: 1 1 0px; max-width: 336px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-kewyft { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); height: auto; display: flex; flex: 1 1 auto; max-width: none; min-width: 0px; align-self: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-17u05x3 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1ozjmvb { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-nz7hh6 { display: flex; gap: 14px; position: relative; flex: 1 1 0px; max-width: 100%; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1anu049 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-sx6cqn { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1cbngxy { display: flex; gap: 30px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-5xxfwm { display: flex; gap: 14px; position: relative; flex: 1 1 0px; max-width: 100%; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-11j9c51 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-1a1dkh1 { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 20px; margin-bottom: 2px; }:not(#\ ):not(#\ ):not(#\ ).r-1qumagh { overflow: hidden; position: relative; flex: 1 1 0px; max-width: 336px; min-width: var(--replo-flex-min-dimension, 0px); object-fit: scale-down; }:not(#\ ):not(#\ ):not(#\ ).r-m9wwlw { display: flex; gap: 30px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1g8zogt { height: auto; display: flex; flex: 1 1 0px; max-width: 366px; min-width: var(--replo-flex-min-dimension, 0px); align-self: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-1begfro { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-1k4h7b { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1q2rpyx { display: flex; gap: 14px; position: relative; flex: 1 1 0px; max-width: 100%; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-efle95 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-118td1x { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1y4n322 { display: flex; gap: 30px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-15n6ovo { display: flex; gap: 14px; position: relative; flex: 1 1 0px; max-width: 100%; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-5viyp8 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-mf5y2w { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 16px; flex-direction: column; justify-content: flex-start; background-color: rgb(232, 255, 134); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-1t5lsof { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-3rvolo { font-size: 22px; align-self: stretch; flex-basis: auto; margin-top: 8px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 26px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-zevauq { width: 328px; font-size: 16px; max-width: 328px; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; margin-bottom: 8px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1igcc1c { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-16gpvs { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1a196ap { font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; }:not(#\ ):not(#\ ):not(#\ ).r-iasyot { height: auto; display: flex; flex: 1 1 0px; max-width: 366px; min-width: var(--replo-flex-min-dimension, 0px); align-self: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-15k6mv0 { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-11ld02f { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-y9wr8h { color: rgb(0, 0, 0); display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; font-family: Arial, " sans-serif"; padding: 80px 30px 64px; flex-direction: column; justify-content: center; background-color: rgb(200, 226, 224); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1vwljao { font-size: 48px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 48px; letter-spacing: -2px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-qo9ihn { font-size: 16px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 600; line-height: 18px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-13pm5bj { margin-top: 12px; margin-bottom: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-13pm5bj,:not(#\ ):not(#\ ):not(#\ ).r-1l55rxr { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); font-size: 20px; max-width: 500px; align-self: auto; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 26px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1l55rxr { text-decoration: underline; }:not(#\ ):not(#\ ):not(#\ ).r-1abyzou { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); display: flex; position: relative; max-width: 1200px; align-self: auto; flex-basis: auto; flex-shrink: 0; flex-direction: column; padding-bottom: 12px; }:not(#\ ):not(#\ ):not(#\ ).r-1cffae1 { gap: 25px; align-self: stretch; flex-basis: auto; flex-shrink: 0; padding: 1.5% 3%; margin-bottom: 2%; background-color: rgb(255, 242, 210); }:not(#\ ):not(#\ ):not(#\ ).r-1cffae1,:not(#\ ):not(#\ ):not(#\ ).r-1wb494z { display: flex; overflow: hidden; position: relative; align-items: center; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ):not(#\ ).r-1wb494z { gap: 12px; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); padding: 15px; flex-direction: column; background-color: rgb(255, 252, 248); }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1tzaagj { background-color: rgb(245, 126, 37); }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1tzaagj,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-j4vk0m { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-j4vk0m { background-color: rgb(242, 113, 21); }:not(#\ ):not(#\ ):not(#\ ).r-1sgtf1e { color: rgb(245, 126, 37); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ).r-j4vk0m :not(#\ ):not(#\ ).r-1sgtf1e,:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-1sgtf1e { color: rgb(255, 255, 255); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-1sgtf1e { text-decoration: underline; }:not(#\ ):not(#\ ):not(#\ ).r-mb2q5o { min-height: auto; background-color: rgb(255, 252, 248); }:not(#\ ):not(#\ ):not(#\ ).r-mb2q5o,:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-mb2q5o { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-mb2q5o { background-color: rgb(245, 126, 37); }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-rd82tx { background-color: rgb(32, 92, 56); }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-rd82tx,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1atcopf { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1atcopf { background-color: rgb(17, 65, 36); }:not(#\ ):not(#\ ):not(#\ ).r-11xz1dw { color: rgb(32, 92, 56); flex: 1 1 auto; font-size: 18px; align-self: stretch; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ).r-1atcopf :not(#\ ):not(#\ ).r-11xz1dw,:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-11xz1dw { color: rgb(255, 255, 255); flex: 1 1 auto; font-size: 18px; align-self: stretch; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-11xz1dw { text-decoration: underline; background-color: rgb(32, 92, 56); background-image: none; }:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-11xz1dw { color: rgb(32, 92, 56); flex: 1 1 auto; font-size: 18px; align-self: stretch; transition: inherit; font-weight: 600; line-height: 26px; text-decoration: underline; }:not(#\ ):not(#\ ):not(#\ ).r-1h81kph { min-height: auto; background-color: rgb(255, 251, 243); }:not(#\ ):not(#\ ):not(#\ ).r-1h81kph,:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-1h81kph { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-1h81kph { background-color: rgb(245, 126, 37); }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-brnwu9,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-byxu01 { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 15px; flex-direction: column; justify-content: center; background-color: rgb(176, 133, 195); background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 45px; }:not(#\ ):not(#\ ):not(#\ ).r-3jb5bn { color: rgb(176, 133, 195); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ).r-byxu01 :not(#\ ):not(#\ ).r-3jb5bn,:not(#\ ).r-brnwu9 :not(#\ ):not(#\ ).r-3jb5bn { color: rgb(255, 255, 255); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; }:not(#\ ).r-brnwu9 :not(#\ ):not(#\ ).r-3jb5bn { text-decoration: underline; }:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-3jb5bn { color: rgb(176, 133, 195); flex: 1 1 auto; font-size: 18px; align-self: center; transition: inherit; font-weight: 600; line-height: 26px; text-decoration: underline; }:not(#\ ):not(#\ ):not(#\ ).r-nmvbxh { display: flex; position: relative; flex-basis: auto; flex-shrink: 0; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-w33jup { display: flex; gap: 12px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 15px; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-2h2bl6 { width: 100%; display: grid; gap: 24px; position: relative; max-width: 600px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; grid-template-columns: repeat(1, minmax(0px, 1fr)); }:not(#\ ):not(#\ ):not(#\ ).r-1ohvj7w { width: 100%; display: flex; flex-basis: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-yjwz2l { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-zzoqf { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-18dda3o { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-hley3q { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-2jr6f3 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-fcbru1 { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-3sa840 { top: 20px; left: 20px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; background-color: rgb(251, 174, 66); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-5bii2s { padding-left: 36px; padding-right: 36px; padding-bottom: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-5bii2s,:not(#\ ):not(#\ ):not(#\ ).r-1ozgel1 { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-5bii2s,:not(#\ ):not(#\ ):not(#\ ).r-1ozgel1,:not(#\ ):not(#\ ):not(#\ ).r-13fqhzo { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-13fqhzo { gap: 8px; }:not(#\ ):not(#\ ):not(#\ ).r-1j2d6n4 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1uwp48h { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-47a8f7 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1p5f9ry { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1p1hb3u { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-186p5us { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-pmyn4p { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-y1jzs4 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-13cajx1 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-10qy3d0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1i1990v { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1kazf5d { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-nz70d3 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-f6b25f { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1nkdtl1 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1il5n42 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-h2vnhc { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1txfxi9 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1pcn40w { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-xqfw6t { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-ytiv3q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-11ql5hf { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-6t02h4 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1g8qp4m { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1pdspnu { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1yo15uq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1hr7i7t { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1dr62t4 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-tolcgx { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-lv6te5 { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 24px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1dmilzf { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-xi7d1i { color: rgb(0, 0, 0); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-13la92z { color: rgb(156, 163, 175); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-3te81s { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-n2rlxm { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1esf5k { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-rkb0te { font-weight: 700; }:not(#\ ):not(#\ ):not(#\ ).r-rkb0te,:not(#\ ):not(#\ ):not(#\ ).r-1coawpj { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1coawpj { font-weight: 400; }:not(#\ ):not(#\ ):not(#\ ).r-18cljxd { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1ugwsl2 { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-shaa3q { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; min-width: auto; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-gn511c,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1cxegdl { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-ieh5zm { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; transition: inherit; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-1nd0yd1 { transform: scale(1.25); object-fit: cover; transition: inherit; }:not(#\ ):not(#\ ):not(#\ ).r-1po7vfc { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1hzcuds { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 20px 24px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-ufygz6 { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1qhzj2 { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-150ow3l { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1bbabiv { height: 338px; flex: 1 1 auto; padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-1bbabiv,:not(#\ ):not(#\ ):not(#\ ).r-81b5j5 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-81b5j5 { flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-14u9xcy { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-sqeyle { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-pw211g { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1m2tnpy { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-s7avnu { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-b7pcfd { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-law0ji { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-zwsfyi { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-vzq0ji { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1fox1ak { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-6ufe6l { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-2u2etb { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1prx6wo { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-lwac0p { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1sj3g8d { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1mnl3sc { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-107zrop { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1d47g8 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1gxokvo { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-nsqssr { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-127pahl { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 24px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1wvs3r7 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-jtri9b,:not(#\ ):not(#\ ):not(#\ ).r-2wnyig { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-2wnyig { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-1d4j667 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-1gdaeb5 { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1hifjqr { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-18vy1qd { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-b4o9t6 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-ldi8ol { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-6go3o1 { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-68pbh6 { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1sxaexp { top: 20px; left: 20px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; background-color: rgb(245, 126, 37); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-vz8oqu { padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-vz8oqu,:not(#\ ):not(#\ ):not(#\ ).r-klzfch { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-vz8oqu,:not(#\ ):not(#\ ):not(#\ ).r-klzfch,:not(#\ ):not(#\ ):not(#\ ).r-1oi4gp2 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1oi4gp2 { gap: 8px; }:not(#\ ):not(#\ ):not(#\ ).r-6wm401 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1slf2ct { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1o0qi64 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-dbasge { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-sqzp06 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1cyq70 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-xfmv9u { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-qbbz7k { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-19iyce5 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-35h9l8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-11f5wnq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1jf5wn1 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-17m9ulp { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1s3wb40 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-28i73g { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1vlk4sg { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1h8li5s { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1xk1qsw { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-x1de0q { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-abk9fo { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-dcantd { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1iqd291 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-igwlug { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1uswglm { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1hrng8b { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-mt8bk6 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1pk4ak1 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-yd013 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-4cnhhp { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1de1ts7 { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 24px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-18zzu04 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-i72x0e,:not(#\ ):not(#\ ):not(#\ ).r-1f16pvd { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1f16pvd { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-10lr2w6 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-11by62m { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-3tg1xi { display: flex; gap: 12px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 15px; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-s6vnks { width: 100%; display: grid; gap: 24px; position: relative; max-width: 600px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; grid-template-columns: repeat(1, minmax(0px, 1fr)); }:not(#\ ):not(#\ ):not(#\ ).r-135zjhx { width: 100%; display: flex; flex-basis: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-vpbr8b { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1ca8hsf { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-rzdopb { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-9cru5k { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-128oo7y { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1dnv302 { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1h8wbut { top: 20px; left: 20px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; background-color: rgb(232, 255, 134); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-1pqi5vy { padding-left: 36px; padding-right: 36px; padding-bottom: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-1pqi5vy,:not(#\ ):not(#\ ):not(#\ ).r-10e7e4b { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-1pqi5vy,:not(#\ ):not(#\ ):not(#\ ).r-10e7e4b,:not(#\ ):not(#\ ):not(#\ ).r-3gss30 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-3gss30 { gap: 8px; }:not(#\ ):not(#\ ):not(#\ ).r-19hxsit { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-gkh9fp { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1hcawxg { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1b0wbir { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-w5dcaf { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-hiqesq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1bhzzdx { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-om76g { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-gfwwjk { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-zvlsk0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1c638yg { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1rvzszu { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1m90bdq { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1nhf9y9 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-wfplf6 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-15wqp1q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1ll3j5y { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-ngk7zu { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1jc4sri { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-xcdc5m { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-9rshqd { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-13gmbb5 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1p1cfz5 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-hhish2 { font-size: 16px; flex-basis: auto; flex-shrink: 0; font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-52e702 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1ona2ud { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1yn76bx { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-y37ggc { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-kdv0ht { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-vc87aq { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-188t962 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1a3vaho { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-fo0fcs { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-vd0eip { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-104z7mt { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 24px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1dx3h8n { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-190yshf { color: rgb(0, 0, 0); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1jl3p2l { color: rgb(156, 163, 175); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-ejjifo { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-ea9wmi { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-taigl7 { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1mabp1z { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-at74c7 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 20px 24px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1mtirou { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-m45id3 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-12ferz7 { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1nan0ko { height: 338px; flex: 1 1 auto; padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-1nan0ko,:not(#\ ):not(#\ ):not(#\ ).r-secp91 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-secp91 { flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-19lfccj { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1j02bhu { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1yuyp99 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-he19kn { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1o464uc { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-m9vec8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-15lfq4q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-lm5vx0 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1n3etcc { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1bq5hjd { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1o1smnp { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-x1aj56 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-rwcq6j { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1os5us4 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1y7puib { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-kcowg0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-d6xvma { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-3guyvo { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-tex7ym { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-19spit3 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-16u9rlh { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-11pqnks { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-g7zpyg { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-6buvdq { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-qvgj7a { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1e8hx1a { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 24px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-7tvixv { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-tw5lq,:not(#\ ):not(#\ ):not(#\ ).r-16h2qpw { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-16h2qpw { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-12zksa0 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-f0slpx { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-9100xm { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-4yfczp { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1idpx1k { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1we7bfg { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1q70n9q { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1bkqqxi { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1v7zpq6 { top: 20px; left: 20px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; background-color: rgb(32, 92, 56); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-g3ztmu { padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-g3ztmu,:not(#\ ):not(#\ ):not(#\ ).r-1wxgnju { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-g3ztmu,:not(#\ ):not(#\ ):not(#\ ).r-1wxgnju,:not(#\ ):not(#\ ):not(#\ ).r-hcvy15 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-hcvy15 { gap: 8px; }:not(#\ ):not(#\ ):not(#\ ).r-1qrk2t0 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-d85qmi { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1flacft { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1cd3bhn { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1wxqgjn { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-15ncqgi { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-v11eic { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-g6kd3z { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-5ompti { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-jkwfl4 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-11iq64j { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-kfu5jb { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1le6e95 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-7nk02t { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1al90i8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1o5u8mz { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-9tl2jy { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1aavt49 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-wsgvke { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-pgj1ew { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-e8esw5 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-a09e3z { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1566m1v { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-q6to9b { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-r1soh5 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-nhupjl { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-pzxl6d { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1jfd8ox { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1ex2yqs { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-7chycj { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-355ebx { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-18y3hjh { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1yiuq55 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1epql9e { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-dhzrha { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-qrwjtt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1y9tqgx { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-14ppc15 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1jgmn1q { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-o3d1ts { font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 24px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-m65r4m { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1qjm3d,:not(#\ ):not(#\ ):not(#\ ).r-1bf1yca { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1bf1yca { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-1z0ha1o { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-am35zp { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1or4bae { display: flex; gap: 12px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 15px; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1cd3toh { width: 100%; display: grid; gap: 24px; position: relative; max-width: 600px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; grid-template-columns: repeat(1, minmax(0px, 1fr)); }:not(#\ ):not(#\ ):not(#\ ).r-c8rnk4 { width: 100%; display: flex; flex-basis: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-oplc7b { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1rn02m0,:not(#\ ):not(#\ ):not(#\ ).r-yaovby { font-weight: 700; }:not(#\ ):not(#\ ):not(#\ ).r-1rn02m0,:not(#\ ):not(#\ ):not(#\ ).r-yaovby,:not(#\ ):not(#\ ):not(#\ ).r-n4cxcp { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-n4cxcp { font-weight: 400; }:not(#\ ):not(#\ ):not(#\ ).r-1pifo2p { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1jbj6rc { min-width: auto; min-height: auto; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-1jbj6rc,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-16lqy0b { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-16lqy0b { border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-q463b1 { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-1gkz6ug { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; transition: inherit; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-qy9mje { transform: scale(1.25); object-fit: cover; transition: inherit; }:not(#\ ):not(#\ ):not(#\ ).r-1foxlng { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1q8e5j6 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-fpag21 { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1e94fxk { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-1w907rn { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-10jjtb1 { top: 20px; left: 20px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; background-color: rgb(251, 174, 66); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-wkuqy5 { padding-left: 36px; padding-right: 36px; padding-bottom: 30px; }:not(#\ ):not(#\ ):not(#\ ).r-wkuqy5,:not(#\ ):not(#\ ):not(#\ ).r-lsjd18 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-lsjd18 { padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-9s0bgt { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-14pmpnx { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1no6fhm { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1cx2u9f { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-d8j1wl { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1no8p5h { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-17cv8n4 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1nxko7a { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-10t4u67 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1kxt329 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1pf0ze2 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1r2jyxw { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-exj022 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-olw0vv { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-x43drk { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-lsvx17 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1ils2mt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1j35r9h { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1h32bfj { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-vn6htf { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-186smrv { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-7b7keu { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1mva25m { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1fjz8x2 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1ep5qrs { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1edha24 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 15px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1p80oz3 { color: rgb(0, 0, 0); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-sjki1q { color: rgb(156, 163, 175); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-1s8nsbx { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 55px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-16dxcat { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-120w1cm { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1liugmo,:not(#\ ):not(#\ ):not(#\ ).r-1xtkkob { font-weight: 700; }:not(#\ ):not(#\ ):not(#\ ).r-1liugmo,:not(#\ ):not(#\ ):not(#\ ).r-1xtkkob,:not(#\ ):not(#\ ):not(#\ ).r-d8ffso { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-d8ffso { font-weight: 400; }:not(#\ ):not(#\ ):not(#\ ).r-x1zbat { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-9ajw5p { min-width: auto; min-height: auto; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-9ajw5p,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1gyj1de { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1gyj1de { border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-rayzb2 { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-wqqicn { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; transition: inherit; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-x6tczd { transform: scale(1.25); object-fit: cover; transition: inherit; }:not(#\ ):not(#\ ):not(#\ ).r-cqnu1b { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-vo69j7 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 20px 24px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-15a2t8q { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-y4v2jl { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-10wmgzn { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-149vsan { height: 338px; flex: 1 1 auto; padding-left: 36px; padding-right: 36px; padding-bottom: 50px; }:not(#\ ):not(#\ ):not(#\ ).r-149vsan,:not(#\ ):not(#\ ):not(#\ ).r-14jw28e { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-14jw28e { flex-basis: auto; flex-shrink: 0; margin-bottom: 30px; }:not(#\ ):not(#\ ):not(#\ ).r-1mz2hk5 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-jf9xek { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1ydjjmf { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-qtwxjj { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-19eu4xh { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-188e2yd { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1doo0z { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1u5mib7 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-mjpv9h { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-17l3xo7 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1h6exk6 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-xtw7nt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-ae4vi7 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1i41d41 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-ihb7gg { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-pg0vvc { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 15px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1kompv5,:not(#\ ):not(#\ ):not(#\ ).r-1z2w69 { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1z2w69 { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-q0foi2 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-11vzbj1 { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1r2n790 { display: flex; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1yq1ioc { font-weight: 700; }:not(#\ ):not(#\ ):not(#\ ).r-1yq1ioc,:not(#\ ):not(#\ ):not(#\ ).r-6il0wz { color: rgb(255, 255, 255); font-size: 24px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; line-height: 26px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-6il0wz { font-family: Arial, " sans-serif"; }:not(#\ ):not(#\ ):not(#\ ).r-gxd7fn { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-14ajvjd { width: 100%; height: 382px; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-se7a3x { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-13lcmhi { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1j91eej { top: 20px; left: 20px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 20px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; padding: 8px 16px; background-color: rgb(245, 126, 37); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-10vwjrd { padding-left: 36px; padding-right: 36px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-10vwjrd,:not(#\ ):not(#\ ):not(#\ ).r-1xw4ao { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1xw4ao { margin-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-6sc3fh { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-24p355 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-erzze2 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-nwedch { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1c02ejr { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-u74oxu { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-11tig8v { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-36ra35 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1dsph2s { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-t19pa { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-3n9zoz { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-q0hct6 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-cglm7u { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-4gpo9w { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1dg8vyg { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-2cw7yp { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-agotmp { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1hgosc9 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-sen4mp { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-jw5k6t { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-16dr09k { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1sq05il { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-r7jqai { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-18608o7 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-uwb3e9 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1v3ep9k { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1cks6yk { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1eqcnuo { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-3484zk { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1iwehlo { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-1rguzng { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1dynjfe { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-rjxnrq { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-o18n7v { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1c4hwja { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 18px; }:not(#\ ):not(#\ ):not(#\ ).r-2365v7 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 15px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-vtkdiu,:not(#\ ):not(#\ ):not(#\ ).r-1gwbfud { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1gwbfud { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-ue7ugg { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-mv8d3x { color: rgb(255, 255, 255); font-size: 18px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 20px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-17k4rfm { display: flex; gap: 52px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 64px 30px; flex-direction: column; background-size: 100%; justify-content: center; border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1t0k0s7 { flex: 1 1 auto; font-size: 34px; text-align: center; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 34px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-akjkhw { width: 100%; display: flex; position: relative; flex: 1 1 auto; max-width: 1104px; align-items: flex-start; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-25nf4x { display: flex; gap: 30px; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; overflow: clip visible; --replo-gap: 30px; }:not(#\ ):not(#\ ):not(#\ ).r-2alplr { display: flex; gap: 27px; position: relative; flex: 1 1 0px; max-width: 356px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; padding: 24px; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-1cqdwpx { display: flex; gap: 4px; position: relative; flex: 1 1 auto; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-bqnz8i { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-en3xl0 { font-size: 24px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-1qkbxcm { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-50tn3o { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1rrofmw { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-seeglo { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1gtzvqd { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1fnni2n { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; }:not(#\ ):not(#\ ):not(#\ ).r-1sll6oe { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1szif2h { display: flex; gap: 27px; position: relative; flex: 1 1 0px; max-width: 356px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; padding: 24px; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-qwq343 { display: flex; gap: 4px; position: relative; flex: 1 1 auto; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-tmv3ro { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-minns2 { font-size: 24px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-5qeyzz { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1wrf500 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-136pjdp { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-wdzyc9 { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-8b8y0k { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-2u79e { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; }:not(#\ ):not(#\ ):not(#\ ).r-lrohqu { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1irxff { display: flex; gap: 27px; position: relative; flex: 1 1 0px; max-width: 356px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; font-family: Arial, " sans-serif"; padding: 24px; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-19l80em { display: flex; gap: 4px; position: relative; flex: 1 1 auto; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1o51pr0 { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-19645su { font-size: 24px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-1fpbsiw { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-12vonn0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1p0eodh { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-hlmfo8 { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1kn949y { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-z07p7i { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 400; line-height: 19px; }:not(#\ ):not(#\ ):not(#\ ).r-qda1lx { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1d22q1q { display: flex; gap: 40px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 64px 30px; flex-direction: column; justify-content: center; background-color: rgb(255, 255, 255); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1d8v4hq { cursor: pointer; font-size: 34px; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 34px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-o4k8p7 { width: 100%; display: flex; gap: 36px; position: relative; max-width: 1104px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-15qvahm { display: flex; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-1mf8vmv { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-rnr546 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-f3fdd7 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-oiigpx { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-oiigpx,:not(#\ ).r-1lp2zns :not(#\ ):not(#\ ).r-oiigpx { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1r96alp { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-h6bklt { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1cj5ug9 { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1sym6ga { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-tdlod2 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-k793c6 { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-k793c6,:not(#\ ).r-vb5k6d :not(#\ ):not(#\ ).r-k793c6 { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1xdlp5f { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1hzy105 { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-usm1ii { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-jrju3b { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1z0e1mp { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-10vd88y { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-10vd88y,:not(#\ ).r-igr8h6 :not(#\ ):not(#\ ).r-10vd88y { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-vn9ril { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1sdqwr,:not(#\ ):not(#\ ):not(#\ ).r-1y4mlhd,:not(#\ ):not(#\ ):not(#\ ).r-1fowkoi { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1tpou3k { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1t13fs5 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1ap6h1e { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-cy9nrz { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-cy9nrz,:not(#\ ).r-18sw2nx :not(#\ ):not(#\ ).r-cy9nrz { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1uxcpdr { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-fgniqg { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-friwk6 { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1snw39v { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-a3k4a1 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1fu3npu { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1fu3npu,:not(#\ ).r-z66d44 :not(#\ ):not(#\ ).r-1fu3npu { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-n3tokt { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1uprqd4 { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-11me1sp { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-kl9uda { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1srffd7 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1ecx7eb { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1ecx7eb,:not(#\ ).r-1cdpbna :not(#\ ):not(#\ ).r-1ecx7eb { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-103dnji { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-a8zk1o { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1p89y78 { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-cad88a { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1x0n0x6 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-11eylmm { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-11eylmm,:not(#\ ).r-18vs009 :not(#\ ):not(#\ ).r-11eylmm { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1u6w805 { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-z4mp0u { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1pf1wc1 { display: flex; position: relative; flex: 1 1 auto; align-self: stretch; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1vqdod1 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1kcmvax { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1jv55jt { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1jv55jt,:not(#\ ).r-46uczy :not(#\ ):not(#\ ).r-1jv55jt { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-cxwk65 { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1v852kk { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1ydo2f7 { width: auto; display: flex; flex: 1 1 0px; max-width: 320px; min-width: var(--replo-flex-min-dimension, 0px); min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-h3ep4u { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-154bvji { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1qte16m { max-width: 100%; padding: 64px 30px; justify-content: center; background-color: rgb(200, 226, 224); background-image: none; border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1qte16m,:not(#\ ):not(#\ ):not(#\ ).r-fj2jsa { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-fj2jsa { width: 100%; gap: 40px; max-width: 883px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-fd8500 { width: 100%; display: none; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-kp9vl { font-size: 36px; font-family: "Libre Baskerville", " sans-serif"; font-weight: 600; line-height: 36px; }:not(#\ ):not(#\ ):not(#\ ).r-kp9vl,:not(#\ ):not(#\ ):not(#\ ).r-y7shpb { display: flex; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-y7shpb { font-size: 16px; font-weight: 400; line-height: 22px; letter-spacing: 0.4px; }:not(#\ ):not(#\ ):not(#\ ).r-ckfk2d { display: flex; flex: 1 1 0px; max-width: 321px; min-width: var(--replo-flex-min-dimension, 0px); min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-xmayn { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1gnf7gj { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1in78g2 { display: flex; gap: 24px; position: relative; flex: 1 1 0px; max-width: 506px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1vqizab { font-size: 36px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 36px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-wa439w { width: 100%; font-size: 16px; max-width: 392px; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; letter-spacing: 0.4px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1rvc7sb { background-color: rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1rvc7sb,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1wq5c0o { color: rgb(255, 255, 255); width: 100%; cursor: pointer; display: flex; max-width: 320px; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; padding: 13px; background-image: none; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1wq5c0o { background-color: rgb(57, 128, 128); }:not(#\ ):not(#\ ):not(#\ ).r-lbmzep { color: rgb(255, 255, 255); flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 22px; text-transform: uppercase; } }@media screen and (min-width: 750px) {.section-sections--24117146157428__icon_list_XrrRMt-padding { padding-top: 24px; padding-bottom: 0px; }.section-sections--24117146157428__footer-padding { padding-top: 56px; padding-bottom: 0px; }.section-template--25000083620184__custom_featured_collection_pWxyCn-padding { padding-top: 36px; padding-bottom: 36px; } }@media (max-width: 640px) {:not(#\ ):not(#\ ):not(#\ ).r-1tdorqi { color: rgb(51, 51, 51); font-family: Arial, " sans-serif"; background-color: rgb(255, 255, 255); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1tdorqi,:not(#\ ):not(#\ ):not(#\ ).r-1yetewe { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1yetewe { gap: 0px; max-width: 100%; padding: 0px; background-size: 100%; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-ynsvhm { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); height: 425px; display: flex; flex-grow: unset; max-width: 656px; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-xhndxw { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-cyrioq { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-ec1sh2 { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); height: auto; display: flex; gap: 16px; position: relative; flex: 1 1 auto; max-width: none; align-self: auto; min-height: auto; align-items: center; padding: 32px 20px 50px; flex-direction: column; justify-content: center; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-102xq0n { font-size: 32px; font-weight: 700; line-height: 32px; }:not(#\ ):not(#\ ):not(#\ ).r-102xq0n,:not(#\ ):not(#\ ):not(#\ ).r-8k0562 { align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-8k0562 { font-size: 16px; font-weight: 400; line-height: 22px; letter-spacing: 0.4px; }:not(#\ ):not(#\ ):not(#\ ).r-pg95jc { background-color: rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-pg95jc,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1md1nrc { color: rgb(255, 255, 255); width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); cursor: pointer; display: flex; max-width: none; align-self: auto; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; padding: 13px; background-image: none; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1md1nrc { background-color: rgb(57, 128, 128); }:not(#\ ):not(#\ ):not(#\ ).r-4g9z3w { color: rgb(255, 255, 255); flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 22px; text-transform: uppercase; }:not(#\ ):not(#\ ):not(#\ ).r-g9imen { display: flex; gap: 5px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-19gcx18 { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-14kfqrd { font-size: 14px; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1i20z8 { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); gap: 4rem; max-width: none; align-self: auto; padding: 150px 20px 32px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-1i20z8,:not(#\ ):not(#\ ):not(#\ ).r-qufj3j { display: flex; position: relative; min-width: auto; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-qufj3j { gap: 20px; max-width: 100%; align-self: stretch; margin-top: -120px; flex-direction: column-reverse; }:not(#\ ):not(#\ ):not(#\ ).r-119np1b { width: auto; height: auto; display: flex; gap: 12px; position: relative; flex: 1 1 auto; max-width: 100%; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1fj5jy9 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-n427xn { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; margin-bottom: 6px; }:not(#\ ):not(#\ ):not(#\ ).r-l0r5ib { width: auto; height: 283px; display: flex; flex-grow: unset; max-width: none; min-width: 0px; align-self: stretch; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-17ft7c8 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-a9vw49 { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-argw5u { display: flex; gap: 20px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-135afq3 { height: auto; gap: 56px; position: relative; flex: 1 1 auto; min-height: auto; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-135afq3,:not(#\ ):not(#\ ):not(#\ ).r-kewyft { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); display: flex; max-width: none; align-self: auto; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-kewyft { height: 283px; flex-grow: unset; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-17u05x3 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1ozjmvb { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-nz7hh6 { width: auto; height: auto; display: flex; gap: 12px; position: relative; flex: 1 1 auto; max-width: 100%; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1anu049 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-sx6cqn { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; margin-bottom: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1cbngxy { display: flex; gap: 20px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column-reverse; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-5xxfwm { width: auto; height: auto; display: flex; gap: 12px; position: relative; flex: 1 1 auto; max-width: 100%; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-11j9c51 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-1a1dkh1 { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; margin-bottom: 6px; }:not(#\ ):not(#\ ):not(#\ ).r-1qumagh { width: auto; overflow: hidden; position: relative; flex: 1 1 auto; max-width: none; align-self: stretch; object-fit: scale-down; }:not(#\ ):not(#\ ):not(#\ ).r-m9wwlw { display: flex; gap: 20px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1g8zogt { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); height: auto; display: flex; flex: 1 1 auto; max-width: none; min-width: 0px; align-self: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-1begfro { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-1k4h7b { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1q2rpyx { width: auto; height: auto; display: flex; gap: 12px; position: relative; flex: 1 1 auto; max-width: 100%; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-efle95 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-118td1x { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1y4n322 { display: flex; gap: 20px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column-reverse; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-15n6ovo { width: auto; height: auto; display: flex; gap: 14px; position: relative; flex: 1 1 auto; max-width: 100%; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-5viyp8 { font-size: 24px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-mf5y2w { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 50px 12px; flex-direction: column; justify-content: flex-start; background-color: rgb(232, 255, 134); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-1t5lsof { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-3rvolo { font-size: 22px; align-self: stretch; flex-basis: auto; margin-top: 8px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 26px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-zevauq { width: 328px; font-size: 16px; max-width: 100%; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; margin-bottom: 8px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1igcc1c { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-16gpvs { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1a196ap { font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; }:not(#\ ):not(#\ ):not(#\ ).r-iasyot { width: auto; height: auto; display: flex; flex: 1 1 auto; max-width: none; min-width: 0px; align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-15k6mv0 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-11ld02f { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-y9wr8h { color: rgb(0, 0, 0); display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; font-family: Arial, " sans-serif"; padding: 60px 20px 40px; flex-direction: column; justify-content: center; background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1vwljao { width: 100%; font-size: 36px; max-width: 300px; align-self: center; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 40px; letter-spacing: -2px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-qo9ihn { align-self: stretch; font-weight: 600; }:not(#\ ):not(#\ ):not(#\ ).r-qo9ihn,:not(#\ ):not(#\ ):not(#\ ).r-13pm5bj { font-size: 16px; flex-basis: auto; text-align: center; flex-shrink: 0; line-height: 18px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-13pm5bj { margin-top: 12px; margin-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-13pm5bj,:not(#\ ):not(#\ ):not(#\ ).r-1l55rxr { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); max-width: 300px; align-self: auto; font-family: Arial, " sans-serif"; font-weight: 500; }:not(#\ ):not(#\ ):not(#\ ).r-1l55rxr { font-size: 16px; flex-basis: auto; margin-top: 0px; text-align: center; flex-shrink: 0; line-height: 18px; margin-bottom: 0px; text-align-last: center; text-decoration: underline; }:not(#\ ):not(#\ ):not(#\ ).r-1abyzou { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); display: flex; position: relative; max-width: 1200px; align-self: auto; flex-basis: auto; flex-shrink: 0; padding-top: 0px; flex-direction: column; padding-bottom: 12px; }:not(#\ ):not(#\ ):not(#\ ).r-1cffae1 { display: flex; gap: 10px; overflow: hidden; position: relative; align-self: stretch; flex-basis: auto; align-items: center; flex-shrink: 0; padding: 3%; margin-bottom: 2%; justify-content: center; background-color: rgb(244, 234, 210); background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 9px; }:not(#\ ):not(#\ ):not(#\ ).r-1wb494z { min-height: auto; }:not(#\ ):not(#\ ):not(#\ ).r-1wb494z,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1tzaagj,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-j4vk0m { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 8px 0px; flex-direction: column; justify-content: center; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 9px; }:not(#\ ):not(#\ ):not(#\ ).r-1sgtf1e { color: rgb(245, 126, 37); height: auto; flex-grow: unset; font-size: 12px; align-self: center; flex-basis: auto; transition: inherit; flex-shrink: 0; font-weight: 600; line-height: 15px; padding-left: 15%; padding-right: 15%; }:not(#\ ).r-j4vk0m :not(#\ ):not(#\ ).r-1sgtf1e,:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-1sgtf1e { color: rgb(255, 255, 255); height: auto; flex-grow: unset; font-size: 12px; align-self: center; flex-basis: auto; transition: inherit; flex-shrink: 0; font-weight: 600; line-height: 15px; padding-left: 15%; padding-right: 15%; }:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-1sgtf1e { text-decoration: underline; }:not(#\ ):not(#\ ):not(#\ ).r-mb2q5o { min-height: auto; }:not(#\ ):not(#\ ):not(#\ ).r-mb2q5o,:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-mb2q5o,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-rd82tx,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1atcopf { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 8px 0px; flex-direction: column; justify-content: center; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 9px; }:not(#\ ):not(#\ ):not(#\ ).r-11xz1dw { color: rgb(32, 92, 56); width: auto; height: auto; flex-grow: unset; font-size: 12px; align-self: auto; flex-basis: auto; transition: inherit; flex-shrink: 0; font-weight: 600; line-height: 15px; }:not(#\ ).r-1atcopf :not(#\ ):not(#\ ).r-11xz1dw,:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-11xz1dw { color: rgb(255, 255, 255); width: auto; height: auto; flex-grow: unset; font-size: 12px; align-self: auto; flex-basis: auto; transition: inherit; flex-shrink: 0; font-weight: 600; line-height: 15px; }:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-11xz1dw { text-decoration: underline; background-color: rgb(32, 92, 56); background-image: none; }:not(#\ ).r-1tzaagj :not(#\ ):not(#\ ).r-11xz1dw { color: rgb(32, 92, 56); width: auto; height: auto; flex-grow: unset; font-size: 12px; align-self: auto; flex-basis: auto; transition: inherit; flex-shrink: 0; font-weight: 600; line-height: 15px; text-decoration: underline; }:not(#\ ):not(#\ ):not(#\ ).r-1h81kph { min-height: auto; }:not(#\ ):not(#\ ):not(#\ ).r-1h81kph,:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-1h81kph,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-brnwu9,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-byxu01 { display: flex; gap: 12px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; padding: 8px 0px; flex-direction: column; justify-content: center; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; border-radius: 9px; }:not(#\ ):not(#\ ):not(#\ ).r-3jb5bn { color: rgb(176, 133, 195); height: auto; flex-grow: unset; font-size: 12px; align-self: center; flex-basis: auto; transition: inherit; flex-shrink: 0; font-weight: 600; line-height: 15px; padding-left: 15%; padding-right: 15%; }:not(#\ ).r-byxu01 :not(#\ ):not(#\ ).r-3jb5bn,:not(#\ ).r-brnwu9 :not(#\ ):not(#\ ).r-3jb5bn { color: rgb(255, 255, 255); height: auto; flex-grow: unset; font-size: 12px; align-self: center; flex-basis: auto; transition: inherit; flex-shrink: 0; font-weight: 600; line-height: 15px; padding-left: 15%; padding-right: 15%; }:not(#\ ).r-brnwu9 :not(#\ ):not(#\ ).r-3jb5bn { text-decoration: underline; }:not(#\ ).r-rd82tx :not(#\ ):not(#\ ).r-3jb5bn { color: rgb(176, 133, 195); height: auto; flex-grow: unset; font-size: 12px; align-self: center; flex-basis: auto; transition: inherit; flex-shrink: 0; font-weight: 600; line-height: 15px; padding-left: 15%; padding-right: 15%; text-decoration: underline; }:not(#\ ):not(#\ ):not(#\ ).r-nmvbxh { display: flex; position: relative; flex-basis: auto; flex-shrink: 0; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-w33jup { display: flex; gap: 12px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 15px; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-2h2bl6 { width: 100%; display: grid; gap: 24px; position: relative; max-width: 320px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; grid-template-columns: repeat(1, minmax(0px, 1fr)); }:not(#\ ):not(#\ ):not(#\ ).r-1ohvj7w { width: 100%; display: flex; flex-basis: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-yjwz2l { display: flex; gap: 0px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-zzoqf { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-18dda3o { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-hley3q { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-2jr6f3 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-fcbru1 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-3sa840 { top: 14px; left: 16px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 16px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; padding: 8px 16px; background-color: rgb(251, 174, 66); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-5bii2s { padding-left: 24px; padding-right: 24px; padding-bottom: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-5bii2s,:not(#\ ):not(#\ ):not(#\ ).r-1ozgel1 { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-5bii2s,:not(#\ ):not(#\ ):not(#\ ).r-1ozgel1,:not(#\ ):not(#\ ):not(#\ ).r-13fqhzo { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-13fqhzo { gap: 8px; }:not(#\ ):not(#\ ):not(#\ ).r-1j2d6n4 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1uwp48h { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-47a8f7 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1p5f9ry { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1p1hb3u { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-186p5us { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-pmyn4p { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-y1jzs4 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-13cajx1 { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-10qy3d0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1i1990v { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1kazf5d { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-nz70d3 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-f6b25f { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1nkdtl1 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1il5n42 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-h2vnhc { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1txfxi9 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1pcn40w { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-xqfw6t { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-ytiv3q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-11ql5hf { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-6t02h4 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1g8qp4m { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1pdspnu { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1yo15uq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1hr7i7t { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1dr62t4 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-tolcgx { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-lv6te5 { font-size: 18px; align-self: stretch; flex-basis: auto; margin-top: 8px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 16px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1dmilzf { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-xi7d1i { color: rgb(0, 0, 0); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-13la92z { color: rgb(156, 163, 175); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-3te81s { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-n2rlxm { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1esf5k { display: flex; gap: 0px; overflow: hidden; align-self: stretch; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-rkb0te { font-weight: 700; }:not(#\ ):not(#\ ):not(#\ ).r-rkb0te,:not(#\ ):not(#\ ):not(#\ ).r-1coawpj { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1coawpj { font-weight: 400; }:not(#\ ):not(#\ ):not(#\ ).r-18cljxd { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1ugwsl2 { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-shaa3q { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; min-width: auto; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-gn511c,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1cxegdl { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-ieh5zm { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: contain; overflow: auto hidden; transition: inherit; align-items: center; border-style: none; border-width: 0px; border-radius: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-1nd0yd1 { transform: scale(1); object-fit: contain; transition: inherit; }:not(#\ ):not(#\ ):not(#\ ).r-1po7vfc { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1hzcuds { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 20px 24px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-ufygz6 { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1qhzj2 { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-150ow3l { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1bbabiv { flex: 1 1 auto; padding-left: 24px; padding-right: 24px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-1bbabiv,:not(#\ ):not(#\ ):not(#\ ).r-81b5j5 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-81b5j5 { flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-14u9xcy { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-sqeyle { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-pw211g { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1m2tnpy { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-s7avnu { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-b7pcfd { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-law0ji { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-zwsfyi { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-vzq0ji { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1fox1ak { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-6ufe6l { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-2u2etb { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1prx6wo { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-lwac0p { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1sj3g8d { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1mnl3sc { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-107zrop { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1d47g8 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1gxokvo { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-nsqssr { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-127pahl { font-size: 18px; align-self: stretch; flex-basis: auto; margin-top: 8px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 16px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1wvs3r7 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-jtri9b,:not(#\ ):not(#\ ):not(#\ ).r-2wnyig { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-2wnyig { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-1d4j667 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-1gdaeb5 { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1hifjqr { display: flex; gap: 0px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-18vy1qd { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-b4o9t6 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-ldi8ol { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-6go3o1 { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-68pbh6 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1sxaexp { top: 14px; left: 16px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 16px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; padding: 8px 16px; background-color: rgb(245, 126, 37); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-vz8oqu { padding-left: 24px; padding-right: 24px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-vz8oqu,:not(#\ ):not(#\ ):not(#\ ).r-klzfch { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-vz8oqu,:not(#\ ):not(#\ ):not(#\ ).r-klzfch,:not(#\ ):not(#\ ):not(#\ ).r-1oi4gp2 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1oi4gp2 { gap: 8px; }:not(#\ ):not(#\ ):not(#\ ).r-6wm401 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1slf2ct { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1o0qi64 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-dbasge { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-sqzp06 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1cyq70 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-xfmv9u { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-qbbz7k { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-19iyce5 { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-35h9l8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-11f5wnq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1jf5wn1 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-17m9ulp { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1s3wb40 { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-28i73g { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1vlk4sg { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1h8li5s { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1xk1qsw { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-x1de0q { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-abk9fo { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-dcantd { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1iqd291 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-igwlug { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1uswglm { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1hrng8b { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-mt8bk6 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1pk4ak1 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-yd013 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-4cnhhp { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1de1ts7 { font-size: 18px; align-self: stretch; flex-basis: auto; margin-top: 8px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 16px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-18zzu04 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-i72x0e,:not(#\ ):not(#\ ):not(#\ ).r-1f16pvd { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1f16pvd { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-10lr2w6 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-11by62m { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-3tg1xi { display: flex; gap: 12px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 15px; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-s6vnks { width: 100%; display: grid; gap: 24px; position: relative; max-width: 320px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; grid-template-columns: repeat(1, minmax(0px, 1fr)); }:not(#\ ):not(#\ ):not(#\ ).r-135zjhx { width: 100%; display: flex; flex-basis: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-vpbr8b { display: flex; gap: 0px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1ca8hsf { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-weight: 700; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-rzdopb { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-9cru5k { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-128oo7y { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1dnv302 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1h8wbut { top: 14px; left: 16px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 16px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; padding: 8px 16px; background-color: rgb(232, 255, 134); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-1pqi5vy { padding-left: 24px; padding-right: 24px; padding-bottom: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-1pqi5vy,:not(#\ ):not(#\ ):not(#\ ).r-10e7e4b { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-1pqi5vy,:not(#\ ):not(#\ ):not(#\ ).r-10e7e4b,:not(#\ ):not(#\ ):not(#\ ).r-3gss30 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-3gss30 { gap: 8px; }:not(#\ ):not(#\ ):not(#\ ).r-19hxsit { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-gkh9fp { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1hcawxg { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1b0wbir { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-w5dcaf { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-hiqesq { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1bhzzdx { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-om76g { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-gfwwjk { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-zvlsk0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1c638yg { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1rvzszu { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1m90bdq { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1nhf9y9 { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-wfplf6 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-15wqp1q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1ll3j5y { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-ngk7zu { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1jc4sri { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-xcdc5m { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-9rshqd { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-13gmbb5 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1p1cfz5 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-hhish2 { font-size: 14px; flex-basis: auto; flex-shrink: 0; font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-52e702 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1ona2ud { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1yn76bx { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-y37ggc { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-kdv0ht { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-vc87aq { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-188t962 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1a3vaho { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-fo0fcs { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-vd0eip { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-104z7mt { font-size: 18px; align-self: stretch; flex-basis: auto; margin-top: 8px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 16px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-1dx3h8n { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-190yshf { color: rgb(0, 0, 0); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1jl3p2l { color: rgb(156, 163, 175); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-ejjifo { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-ea9wmi { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-taigl7 { display: flex; gap: 0px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1mabp1z { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-at74c7 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 20px 24px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1mtirou { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-m45id3 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-12ferz7 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1nan0ko { height: 338px; flex: 1 1 auto; padding-left: 24px; padding-right: 24px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-1nan0ko,:not(#\ ):not(#\ ):not(#\ ).r-secp91 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-secp91 { flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-19lfccj { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1j02bhu { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1yuyp99 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-he19kn { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1o464uc { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-m9vec8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-15lfq4q { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-lm5vx0 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1n3etcc { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1bq5hjd { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1o1smnp { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-x1aj56 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-rwcq6j { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1os5us4 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1y7puib { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-kcowg0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-d6xvma { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-3guyvo { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-tex7ym { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-19spit3 { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-16u9rlh { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-11pqnks { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-g7zpyg { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-6buvdq { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-qvgj7a { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1e8hx1a { font-size: 18px; align-self: stretch; flex-basis: auto; margin-top: 8px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 16px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-7tvixv { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-tw5lq,:not(#\ ):not(#\ ):not(#\ ).r-16h2qpw { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-16h2qpw { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-12zksa0 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-f0slpx { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-9100xm { display: flex; gap: 0px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-4yfczp { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1idpx1k { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1we7bfg { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1q70n9q { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1bkqqxi { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1v7zpq6 { top: 14px; left: 16px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 16px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; padding: 8px 16px; background-color: rgb(32, 92, 56); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-g3ztmu { padding-left: 24px; padding-right: 24px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-g3ztmu,:not(#\ ):not(#\ ):not(#\ ).r-1wxgnju { gap: 10px; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-g3ztmu,:not(#\ ):not(#\ ):not(#\ ).r-1wxgnju,:not(#\ ):not(#\ ):not(#\ ).r-hcvy15 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-hcvy15 { gap: 8px; }:not(#\ ):not(#\ ):not(#\ ).r-1qrk2t0 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-d85qmi { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1flacft { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1cd3bhn { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1wxqgjn { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-15ncqgi { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-v11eic { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-g6kd3z { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-5ompti { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-jkwfl4 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-11iq64j { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-kfu5jb { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1le6e95 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-7nk02t { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1al90i8 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1o5u8mz { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-9tl2jy { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1aavt49 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-wsgvke { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-pgj1ew { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-e8esw5 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-a09e3z { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1566m1v { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-q6to9b { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-r1soh5 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-nhupjl { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-pzxl6d { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1jfd8ox { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1ex2yqs { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-7chycj { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-355ebx { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-18y3hjh { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1yiuq55 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1epql9e { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-dhzrha { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-qrwjtt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1y9tqgx { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-14ppc15 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1jgmn1q { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-o3d1ts { font-size: 18px; align-self: stretch; flex-basis: auto; margin-top: 8px; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 500; line-height: 16px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-m65r4m { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1qjm3d,:not(#\ ):not(#\ ):not(#\ ).r-1bf1yca { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1bf1yca { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-1z0ha1o { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-am35zp { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1or4bae { display: flex; gap: 12px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 15px; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1cd3toh { width: 100%; display: grid; gap: 24px; position: relative; max-width: 320px; min-width: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; justify-content: center; grid-template-columns: repeat(1, minmax(0px, 1fr)); }:not(#\ ):not(#\ ):not(#\ ).r-c8rnk4 { width: 100%; display: flex; flex-basis: auto; align-items: center; flex-shrink: 0; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-oplc7b { display: flex; gap: 0px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1rn02m0,:not(#\ ):not(#\ ):not(#\ ).r-yaovby { font-weight: 700; }:not(#\ ):not(#\ ):not(#\ ).r-1rn02m0,:not(#\ ):not(#\ ):not(#\ ).r-yaovby,:not(#\ ):not(#\ ):not(#\ ).r-n4cxcp { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-n4cxcp { font-weight: 400; }:not(#\ ):not(#\ ):not(#\ ).r-1pifo2p { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1jbj6rc { min-width: auto; min-height: auto; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-1jbj6rc,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-16lqy0b { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-16lqy0b { border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-q463b1 { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-1gkz6ug { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: contain; overflow: auto hidden; transition: inherit; align-items: center; border-style: none; border-width: 0px; border-radius: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-qy9mje { transform: scale(1); object-fit: contain; transition: inherit; }:not(#\ ):not(#\ ):not(#\ ).r-1foxlng { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1q8e5j6 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 30px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-fpag21 { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1e94fxk { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-1w907rn { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-10jjtb1 { top: 14px; left: 16px; color: rgb(0, 0, 0); z-index: 1; overflow: hidden; position: absolute; font-size: 16px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; padding: 8px 16px; background-color: rgb(251, 174, 66); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-wkuqy5 { padding-left: 24px; padding-right: 24px; padding-bottom: 30px; }:not(#\ ):not(#\ ):not(#\ ).r-wkuqy5,:not(#\ ):not(#\ ):not(#\ ).r-lsjd18 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-lsjd18 { padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-9s0bgt { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-14pmpnx { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1no6fhm { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1cx2u9f { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-d8j1wl { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1no8p5h { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-17cv8n4 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1nxko7a { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-10t4u67 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1kxt329 { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1pf0ze2 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1r2jyxw { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-exj022 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-olw0vv { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-x43drk { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-lsvx17 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1ils2mt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1j35r9h { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1h32bfj { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-vn6htf { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-186smrv { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-7b7keu { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1mva25m { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1fjz8x2 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1ep5qrs { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1edha24 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 0px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1p80oz3 { color: rgb(0, 0, 0); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-sjki1q { color: rgb(156, 163, 175); font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-1s8nsbx { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-16dxcat { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-120w1cm { display: flex; gap: 0px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1liugmo { padding: 13px 10px; }:not(#\ ):not(#\ ):not(#\ ).r-1liugmo,:not(#\ ):not(#\ ):not(#\ ).r-1xtkkob { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 24px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1xtkkob { padding: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-d8ffso { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 24px; padding: 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-x1zbat { display: flex; gap: 14px; position: relative; align-self: stretch; flex-basis: auto; margin-top: 20px; align-items: center; flex-shrink: 0; margin-bottom: 20px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-9ajw5p { min-width: auto; min-height: auto; border-color: rgba(0, 0, 0, 0); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-9ajw5p,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1gyj1de { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1gyj1de { border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-rayzb2 { color: rgb(255, 255, 255); width: 50px; cursor: pointer; height: 50px; display: flex; overflow: hidden; position: relative; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: center; flex-shrink: 0; padding: 0.5%; justify-content: center; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; border-radius: 50%; }:not(#\ ):not(#\ ):not(#\ ).r-wqqicn { height: 100%; display: flex; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: 0px; object-fit: contain; overflow: auto hidden; transition: inherit; align-items: center; border-style: none; border-width: 0px; border-radius: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-x6tczd { transform: scale(1); object-fit: contain; transition: inherit; }:not(#\ ):not(#\ ):not(#\ ).r-cqnu1b { --rpmh: 100%; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-vo69j7 { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 0px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-15a2t8q { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-y4v2jl { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-10wmgzn { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-149vsan { height: 275px; flex-grow: unset; padding-left: 24px; padding-right: 24px; padding-bottom: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-149vsan,:not(#\ ):not(#\ ):not(#\ ).r-14jw28e { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-14jw28e { margin-bottom: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-1mz2hk5 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-jf9xek { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1ydjjmf { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-qtwxjj { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-19eu4xh { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-188e2yd { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1doo0z { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1u5mib7 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-mjpv9h { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-17l3xo7 { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1h6exk6 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-xtw7nt { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-ae4vi7 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1i41d41 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-ihb7gg { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-pg0vvc { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 0px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1kompv5,:not(#\ ):not(#\ ):not(#\ ).r-1z2w69 { font-size: 24px; flex-basis: auto; flex-shrink: 0; font-weight: 700; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1z2w69 { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-q0foi2 { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-11vzbj1 { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-1r2n790 { display: flex; gap: 0px; overflow: hidden; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); min-height: auto; align-items: center; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 234, 133); background-image: none; border-radius: 20px; }:not(#\ ):not(#\ ):not(#\ ).r-1yq1ioc { font-weight: 700; }:not(#\ ):not(#\ ):not(#\ ).r-1yq1ioc,:not(#\ ):not(#\ ):not(#\ ).r-6il0wz { color: rgb(255, 255, 255); font-size: 18px; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; line-height: 24px; padding: 13px 10px; text-align-last: center; background-color: rgb(0, 0, 0); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-6il0wz { font-family: Arial, " sans-serif"; }:not(#\ ):not(#\ ):not(#\ ).r-gxd7fn { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 40px 24px 20px; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-14ajvjd { width: 100%; height: auto; display: flex; flex-grow: unset; min-width: 0px; align-self: auto; flex-basis: auto; min-height: 0px; object-fit: contain; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-se7a3x { object-fit: contain; }:not(#\ ):not(#\ ):not(#\ ).r-13lcmhi { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1j91eej { top: 14px; left: 16px; color: rgb(255, 255, 255); z-index: 1; overflow: hidden; position: absolute; font-size: 16px; transform: none; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; padding: 8px 16px; background-color: rgb(245, 126, 37); background-image: none; border-radius: 40px; }:not(#\ ):not(#\ ):not(#\ ).r-10vwjrd { padding-left: 24px; padding-right: 24px; padding-bottom: 24px; }:not(#\ ):not(#\ ):not(#\ ).r-10vwjrd,:not(#\ ):not(#\ ):not(#\ ).r-1xw4ao { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1xw4ao { margin-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-6sc3fh { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-24p355 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-erzze2 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-nwedch { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1c02ejr { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-u74oxu { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-11tig8v { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-36ra35 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1dsph2s { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-t19pa { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-3n9zoz { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-q0hct6 { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-cglm7u { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-4gpo9w { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1dg8vyg { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-2cw7yp { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-agotmp { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1hgosc9 { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-sen4mp { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-jw5k6t { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-16dr09k { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1sq05il { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-r7jqai { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-18608o7 { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-uwb3e9 { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1v3ep9k { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1cks6yk { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1eqcnuo { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-3484zk { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1iwehlo { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1rguzng { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1dynjfe { width: 100%; display: flex; max-width: 20px; min-width: 0px; flex-basis: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-rjxnrq { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-o18n7v { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1c4hwja { flex: 1 1 0px; font-size: 14px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 500; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-2365v7 { display: flex; gap: 10px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; margin-bottom: 15px; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-vtkdiu,:not(#\ ):not(#\ ):not(#\ ).r-1gwbfud { font-size: 24px; flex-basis: auto; flex-shrink: 0; line-height: 26px; }:not(#\ ):not(#\ ):not(#\ ).r-1gwbfud { color: rgb(156, 163, 175); text-decoration: line-through; }:not(#\ ):not(#\ ):not(#\ ).r-ue7ugg { color: rgb(255, 255, 255); cursor: pointer; overflow: hidden; font-size: 20px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-weight: 700; line-height: 20px; padding: 15px 16px; letter-spacing: 2px; background-color: rgb(0, 0, 0); background-image: none; border-radius: 10px; }:not(#\ ):not(#\ ):not(#\ ).r-mv8d3x { color: rgb(255, 255, 255); font-size: 16px; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 18px; letter-spacing: 0px; }:not(#\ ):not(#\ ):not(#\ ).r-17k4rfm { display: flex; gap: 32px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 56px 0px; flex-direction: column; background-size: 100%; justify-content: center; border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1t0k0s7 { flex: 1 1 auto; font-size: 40px; text-align: center; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 40px; padding-left: 20px; padding-right: 20px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-akjkhw { width: 100%; display: flex; position: relative; flex: 1 1 auto; max-width: 1104px; align-items: flex-start; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-25nf4x { display: flex; gap: 12px; position: relative; flex: 1 1 0px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; overflow: clip visible; --replo-gap: 12px; }:not(#\ ):not(#\ ):not(#\ ).r-2alplr { display: flex; gap: 27px; position: relative; flex: 1 1 0px; max-width: 350px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; padding: 24px; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-1cqdwpx { display: flex; gap: 4px; position: relative; flex: 1 1 auto; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-bqnz8i { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-en3xl0 { font-size: 24px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-1qkbxcm { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-50tn3o { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1rrofmw { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-seeglo { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1gtzvqd { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1fnni2n { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; }:not(#\ ):not(#\ ):not(#\ ).r-1sll6oe { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1szif2h { display: flex; gap: 27px; position: relative; flex: 1 1 0px; max-width: 350px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; padding: 24px; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-qwq343 { display: flex; gap: 4px; position: relative; flex: 1 1 auto; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-tmv3ro { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-minns2 { font-size: 24px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-5qeyzz { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1wrf500 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-136pjdp { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-wdzyc9 { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-8b8y0k { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-2u79e { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-family: Arial, " sans-serif"; font-weight: 400; line-height: 19px; }:not(#\ ):not(#\ ):not(#\ ).r-lrohqu { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1irxff { display: flex; gap: 27px; position: relative; flex: 1 1 0px; max-width: 350px; min-width: var(--replo-flex-min-dimension, 0px); align-self: stretch; min-height: auto; align-items: flex-start; font-family: Arial, " sans-serif"; padding: 24px; flex-direction: column; justify-content: flex-start; background-color: rgb(255, 255, 255); background-image: none; border-color: rgb(51, 51, 51); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-19l80em { display: flex; gap: 4px; position: relative; flex: 1 1 auto; max-width: 100%; min-width: auto; align-self: stretch; min-height: auto; align-items: flex-start; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1o51pr0 { display: flex; gap: 3px; flex-basis: auto; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-19645su { font-size: 24px; align-self: stretch; flex-basis: auto; margin-top: 12px; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 27px; }:not(#\ ):not(#\ ):not(#\ ).r-1fpbsiw { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-12vonn0 { display: flex; gap: 8px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1p0eodh { height: 1px; display: flex; align-self: stretch; flex-basis: auto; flex-shrink: 0; margin-bottom: 8px; flex-direction: column; border-top: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-hlmfo8 { display: flex; gap: 7px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-1kn949y { --rsw: 100%; width: 16px; height: 16px; flex-basis: auto; flex-shrink: 0; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-z07p7i { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); font-weight: 400; line-height: 19px; }:not(#\ ):not(#\ ):not(#\ ).r-qda1lx { font-size: 14px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-weight: 400; line-height: 16px; }:not(#\ ):not(#\ ):not(#\ ).r-1d22q1q { display: flex; gap: 12px; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 56px 20px; flex-direction: column; justify-content: center; background-color: rgb(255, 255, 255); background-image: none; }:not(#\ ):not(#\ ):not(#\ ).r-1d8v4hq { cursor: pointer; font-size: 40px; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 40px; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-o4k8p7 { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); display: flex; gap: 36px; position: relative; max-width: none; min-width: auto; align-self: auto; flex-basis: auto; min-height: auto; align-items: flex-start; flex-shrink: 0; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-15qvahm { width: auto; }:not(#\ ):not(#\ ):not(#\ ).r-15qvahm,:not(#\ ):not(#\ ):not(#\ ).r-1mf8vmv { height: auto; display: flex; position: relative; flex-grow: unset; align-self: stretch; flex-basis: auto; flex-shrink: 0; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-1mf8vmv { border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-rnr546 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-f3fdd7 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-oiigpx { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-oiigpx,:not(#\ ).r-1lp2zns :not(#\ ):not(#\ ).r-oiigpx { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1r96alp { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-h6bklt { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1cj5ug9 { height: auto; display: flex; position: relative; flex-grow: unset; align-self: stretch; flex-basis: auto; flex-shrink: 0; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1sym6ga { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-tdlod2 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-k793c6 { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-k793c6,:not(#\ ).r-vb5k6d :not(#\ ):not(#\ ).r-k793c6 { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1xdlp5f { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1hzy105 { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-usm1ii { height: auto; display: flex; position: relative; flex-grow: unset; align-self: stretch; flex-basis: auto; flex-shrink: 0; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-jrju3b { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1z0e1mp { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-10vd88y { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-10vd88y,:not(#\ ).r-igr8h6 :not(#\ ):not(#\ ).r-10vd88y { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-vn9ril { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1sdqwr,:not(#\ ):not(#\ ):not(#\ ).r-1y4mlhd,:not(#\ ):not(#\ ):not(#\ ).r-1fowkoi { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1tpou3k { height: auto; display: flex; position: relative; flex-grow: unset; align-self: stretch; flex-basis: auto; flex-shrink: 0; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1t13fs5 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1ap6h1e { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-cy9nrz { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-cy9nrz,:not(#\ ).r-18sw2nx :not(#\ ):not(#\ ).r-cy9nrz { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1uxcpdr { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-fgniqg { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-friwk6 { height: auto; display: flex; position: relative; flex-grow: unset; align-self: stretch; flex-basis: auto; flex-shrink: 0; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1snw39v { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-a3k4a1 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1fu3npu { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1fu3npu,:not(#\ ).r-z66d44 :not(#\ ):not(#\ ).r-1fu3npu { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-n3tokt { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1uprqd4 { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-11me1sp { height: auto; display: flex; position: relative; flex-grow: unset; align-self: stretch; flex-basis: auto; flex-shrink: 0; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-kl9uda { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1srffd7 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1ecx7eb { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1ecx7eb,:not(#\ ).r-1cdpbna :not(#\ ):not(#\ ).r-1ecx7eb { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-103dnji { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-a8zk1o { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1p89y78 { height: auto; display: flex; position: relative; flex-grow: unset; align-self: stretch; flex-basis: auto; flex-shrink: 0; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-cad88a { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1x0n0x6 { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-11eylmm { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-11eylmm,:not(#\ ).r-18vs009 :not(#\ ):not(#\ ).r-11eylmm { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-1u6w805 { display: flex; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-z4mp0u { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1pf1wc1 { height: auto; display: flex; position: relative; flex-grow: unset; align-self: stretch; flex-basis: auto; flex-shrink: 0; flex-direction: column; border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1vqdod1 { cursor: pointer; display: flex; gap: 8px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-shrink: 0; padding-top: 14px; padding-bottom: 14px; justify-content: space-between; }:not(#\ ):not(#\ ):not(#\ ).r-1kcmvax { flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 700; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1jv55jt { --rsw: 100%; line-height: 100%; }:not(#\ ):not(#\ ):not(#\ ).r-1jv55jt,:not(#\ ).r-46uczy :not(#\ ):not(#\ ).r-1jv55jt { width: 22px; height: 22px; flex-basis: auto; transition: inherit; flex-shrink: 0; }:not(#\ ):not(#\ ):not(#\ ).r-cxwk65 { display: flex; gap: 16px; position: relative; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; flex-shrink: 0; padding-top: 15px; flex-direction: column; padding-bottom: 15px; }:not(#\ ):not(#\ ):not(#\ ).r-1v852kk { font-size: 16px; align-self: stretch; flex-basis: auto; flex-shrink: 0; font-family: Arial, " sans-serif"; font-weight: 400; line-height: 22px; }:not(#\ ):not(#\ ):not(#\ ).r-1ydo2f7 { width: auto; height: auto; display: none; flex: 1 1 auto; max-width: none; min-width: 0px; align-self: stretch; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; }:not(#\ ):not(#\ ):not(#\ ).r-h3ep4u { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-154bvji { --rpmh: 270px; --rpmw: 100%; display: none; }:not(#\ ):not(#\ ):not(#\ ).r-1qte16m { display: flex; position: relative; max-width: 100%; min-width: auto; align-self: stretch; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; padding: 56px 20px; justify-content: center; background-color: rgb(200, 226, 224); background-image: none; border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-fj2jsa { gap: 24px; max-width: 500px; align-self: stretch; justify-content: flex-start; }:not(#\ ):not(#\ ):not(#\ ).r-fj2jsa,:not(#\ ):not(#\ ):not(#\ ).r-fd8500 { width: 100%; display: flex; position: relative; min-width: auto; flex-basis: auto; min-height: auto; align-items: center; flex-shrink: 0; flex-direction: column; }:not(#\ ):not(#\ ):not(#\ ).r-fd8500 { gap: 12px; max-width: 340px; align-self: center; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-kp9vl { font-size: 36px; font-weight: 600; line-height: 36px; }:not(#\ ):not(#\ ):not(#\ ).r-kp9vl,:not(#\ ):not(#\ ):not(#\ ).r-y7shpb { display: flex; align-self: stretch; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-y7shpb { font-size: 16px; font-weight: 400; line-height: 22px; letter-spacing: 0.4px; }:not(#\ ):not(#\ ):not(#\ ).r-ckfk2d { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); height: auto; display: flex; flex: 1 1 auto; max-width: none; min-width: 0px; align-self: auto; min-height: 0px; object-fit: cover; overflow: auto hidden; align-items: center; border-color: rgb(0, 0, 0); border-style: solid; border-width: 1px; }:not(#\ ):not(#\ ):not(#\ ).r-xmayn { object-fit: cover; }:not(#\ ):not(#\ ):not(#\ ).r-1gnf7gj { --rpmh: 270px; --rpmw: 100%; display: flex; }:not(#\ ):not(#\ ):not(#\ ).r-1in78g2 { width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); height: auto; display: flex; gap: 24px; position: relative; flex: 1 1 auto; max-width: none; align-self: auto; min-height: auto; align-items: center; flex-direction: column; justify-content: center; }:not(#\ ):not(#\ ):not(#\ ).r-1vqizab { font-size: 36px; align-self: stretch; font-weight: 600; line-height: 36px; }:not(#\ ):not(#\ ):not(#\ ).r-1vqizab,:not(#\ ):not(#\ ):not(#\ ).r-wa439w { display: none; flex-basis: auto; text-align: center; flex-shrink: 0; font-family: Arial, " sans-serif"; text-align-last: center; }:not(#\ ):not(#\ ):not(#\ ).r-wa439w { width: 100%; font-size: 16px; max-width: 392px; font-weight: 400; line-height: 22px; letter-spacing: 0.4px; }:not(#\ ):not(#\ ):not(#\ ).r-1rvc7sb { background-color: rgb(51, 51, 51); }:not(#\ ):not(#\ ):not(#\ ).r-1rvc7sb,:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1wq5c0o { color: rgb(255, 255, 255); width: calc(
      100% - (var(--replo-margin-left, 0px) + var(--replo-margin-right, 0px))
    ); cursor: pointer; display: flex; max-width: none; align-self: auto; flex-basis: auto; transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; padding: 13px; background-image: none; }:not(#\ ):not(#\ ):not(#\ ):not(#\ ).r-1wq5c0o { background-color: rgb(57, 128, 128); }:not(#\ ):not(#\ ):not(#\ ).r-lbmzep { color: rgb(255, 255, 255); flex: 1 1 0px; font-size: 16px; min-width: var(--replo-flex-min-dimension, 0px); transition: inherit; font-family: Arial, " sans-serif"; font-weight: 600; line-height: 22px; text-transform: uppercase; } }@media all {.hidden { display: none; }::selection { background-color: rgba(var(--color-foreground), 0.2); }h2, h3 { font-family: var(--font-heading-family); font-style: var(--font-heading-style); font-weight: var(--font-heading-weight); color: rgb(var(--color-foreground)); line-height: calc(1 + 0.3 / max (1, var(--font-heading-scale))); word-break: break-word; }h2 { font-size: calc(var(--font-heading-scale) * 2rem); }h3 { font-size: calc(var(--font-heading-scale) * 1.7rem); }a:empty, div:empty, p:empty, h2:empty, h3:empty { display: none; }:focus { outline: 0px; box-shadow: none; }.button--secondary { --color-button: var(--color-secondary-button); --color-button-text: var(--color-secondary-button-text); }.button::before { content: ""; position: absolute; inset: 0px; z-index: -1; border-radius: var(--buttons-radius-outset); box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
      var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity)); }.button::after { content: ""; position: absolute; top: var(--buttons-border-width); right: var(--buttons-border-width); bottom: var(--buttons-border-width); left: var(--buttons-border-width); z-index: 1; border-radius: var(--buttons-radius); box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width)
        rgba(var(--color-button), var(--alpha-button-background)); transition: box-shadow var(--duration-short) ease; }.button:not([disabled]):hover::after { --border-offset: 1.3px; box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 calc(var(--buttons-border-width) + 1px)
        rgba(var(--color-button), var(--alpha-button-background)); }.button--secondary::after { --border-opacity: 0; }.button:focus { outline: 0px; box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
      0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); }.button:focus:not(:focus-visible):not(.focused) { box-shadow: inherit; }.button::selection { background-color: rgba(var(--color-button-text), 0.3); }.button:disabled { cursor: not-allowed; opacity: 0.5; }.button--full-width { display: flex; width: 100%; }.loading__spinner { position: absolute; z-index: 1; width: 1.8rem; display: inline-block; }.spinner { animation: 1.4s linear 0s infinite normal none running rotator; }.path { stroke-dasharray: 280; stroke-dashoffset: 0; transform-origin: center center; stroke: rgb(var(--color-foreground)); animation: 1.4s ease-in-out 0s infinite normal none running dash; }.quick-add__submit { padding: 0.8rem; min-width: 100%; box-sizing: border-box; } }@media (min-width: 768px) {.icon-block-container-a379b89c-a220-4651-88a0-8d3d70614e8a { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }.icon-block-container-1ca95380-6725-4f2a-934a-ef5b1d3490f7 { grid-template-columns: repeat(6, 1fr); } }@media only screen and (min-width: 778px) {#cc-id-ltvJMpyTPyUh { display: none; } }@media only screen and (min-width: 610px) and (max-width: 778px) {#cc-id-ltvJMpyTPyUh { display: none; } }@media only screen and (min-width: 490px) and (max-width: 610px) {#cc-id-ltvJMpyTPyUh { display: none; } }@media only screen and (min-width: 375px) and (max-width: 490px) {#cc-id-ltvJMpyTPyUh { display: none; } }@media only screen and (max-width: 375px) {#cc-id-ltvJMpyTPyUh { display: none; } }@media (min-width: 1201px) {.product__left, .product__right { flex: 1 1 0%; } }