/* =========================
   BASE PALETTE
   ========================= */
:root {
  /* ---------- PRIMARY (GREEN) ---------- */
  --ui-color-primary-50:  #ecfdf5;
  --ui-color-primary-50-oklch: oklch(98.2% 0.018 155.826);

  --ui-color-primary-100: #d1fae5;
  --ui-color-primary-100-oklch: oklch(96.2% 0.044 156.743);

  --ui-color-primary-200: #a7f3d0;
  --ui-color-primary-200-oklch: oklch(92.5% 0.084 155.995);

  --ui-color-primary-300: #6ee7b7;
  --ui-color-primary-300-oklch: oklch(87.1% 0.15 154.449);

  --ui-color-primary-400: #4ade80;
  --ui-color-primary-400-oklch: oklch(79.2% 0.209 151.711);

  --ui-color-primary-500: #22c55e;
  --ui-color-primary-500-oklch: oklch(72.3% 0.219 149.579);

  --ui-color-primary-600: #16a34a;
  --ui-color-primary-600-oklch: oklch(62.7% 0.194 149.214);

  --ui-color-primary-700: #15803d;
  --ui-color-primary-700-oklch: oklch(52.7% 0.154 150.069);

  --ui-color-primary-800: #166534;
  --ui-color-primary-800-oklch: oklch(44.8% 0.119 151.328);

  --ui-color-primary-900: #14532d;
  --ui-color-primary-900-oklch: oklch(39.3% 0.095 152.535);

  --ui-color-primary-950: #052e16;
  --ui-color-primary-950-oklch: oklch(26.6% 0.065 152.934);

  /* ---------- SECONDARY / INFO (BLUE) ---------- */
  --ui-color-secondary-50: #eff6ff;
  --ui-color-secondary-50-oklch: oklch(97% 0.014 254.604);

  --ui-color-secondary-100: #dbeafe;
  --ui-color-secondary-100-oklch: oklch(93.2% 0.032 255.585);

  --ui-color-secondary-200: #bfdbfe;
  --ui-color-secondary-200-oklch: oklch(88.2% 0.059 254.128);

  --ui-color-secondary-300: #93c5fd;
  --ui-color-secondary-300-oklch: oklch(80.9% 0.105 251.813);

  --ui-color-secondary-400: #60a5fa;
  --ui-color-secondary-400-oklch: oklch(70.7% 0.165 254.624);

  --ui-color-secondary-500: #3b82f6;
  --ui-color-secondary-500-oklch: oklch(62.3% 0.214 259.815);

  --ui-color-secondary-600: #2563eb;
  --ui-color-secondary-600-oklch: oklch(54.6% 0.245 262.881);

  --ui-color-secondary-700: #1d4ed8;
  --ui-color-secondary-700-oklch: oklch(48.8% 0.243 264.376);

  --ui-color-secondary-800: #1e40af;
  --ui-color-secondary-800-oklch: oklch(42.4% 0.199 265.638);

  --ui-color-secondary-900: #1e3a8a;
  --ui-color-secondary-900-oklch: oklch(37.9% 0.146 265.522);

  --ui-color-secondary-950: #172554;
  --ui-color-secondary-950-oklch: oklch(28.2% 0.091 267.935);

  /* ---------- WARNING / YELLOW ---------- */
  --ui-color-warning-500: #f59e0b;
  --ui-color-warning-500-oklch: oklch(79.5% 0.184 86.047);

  /* ---------- ERROR / RED ---------- */
  --ui-color-error-500: #ef4444;
  --ui-color-error-500-oklch: oklch(63.7% 0.237 25.331);

  /* ---------- NEUTRALS ---------- */
  --ui-color-neutral-50: #f8fafc;
  --ui-color-neutral-50-oklch: oklch(98.4% 0.003 247.858);
  --ui-color-neutral-100: #f1f5f9;
  --ui-color-neutral-200: #e2e8f0;
  --ui-color-neutral-300: #cbd5f5;
  --ui-color-neutral-400: #94a3b8;
  --ui-color-neutral-500: #64748b;
  --ui-color-neutral-600: #475569;
  --ui-color-neutral-700: #334155;
  --ui-color-neutral-800: #1e293b;
  --ui-color-neutral-900: #0f172a;
  --ui-color-neutral-950: #020617;
}

/* Dark theme */
body.dark {
  --color-bg: var(--ui-color-neutral-950);
  --color-card: var(--ui-color-neutral-800);
  --color-text: var(--ui-color-neutral-200);
  --color-primary: #22c55e;
  --color-secondary: #3b82f6;
}

/* Optional: Light body class to override dark system */
body.light {
  --color-bg: #f3f3f4;
  --color-card: #ffffff;
  --color-text: #090a0b;
  --color-primary: #4ade80;
  --color-secondary: #2563eb;
}

/* ===============================
   Use the variables in CSS
   =============================== */
body {
  background-color: var(--color-bg) !important;
  color: var(--color-text) !important;
  transition: background-color 0.3s, color 0.3s;
}

.ixrffO {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.25s;
    -webkit-transition: transform 0.25s;
    transition: transform 0.25s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*!sc*/
.llDTjH {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.25s;
    -webkit-transition: transform 0.25s;
    transition: transform 0.25s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*!sc*/
.icjQQW {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.25s;
    -webkit-transition: transform 0.25s;
    transition: transform 0.25s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*!sc*/
data-styled.g1[id="sc-i341db-0"] {
    content: "ixrffO,llDTjH,icjQQW,"
}

/*!sc*/
.jvqndO {
    padding: 30px;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 15px;
    border: 1px solid rgb(229, 230, 233);
    background-color: rgb(248, 248, 248);
    border-radius: 4px;
}

/*!sc*/
@media (min-width:768px) {
    .jvqndO {
        padding: 30px 70px;
    }
}

/*!sc*/
data-styled.g3[id="sc-15z5276-1"] {
    content: "jvqndO,"
}

/*!sc*/
.fAwaEU:empty+.sc-15z5276-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
data-styled.g4[id="sc-15z5276-2"] {
    content: "fAwaEU,"
}

/*!sc*/
.hpirry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
data-styled.g5[id="sc-15z5276-3"] {
    content: "hpirry,"
}

/*!sc*/
.dKhvGV {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*!sc*/
data-styled.g6[id="sc-15z5276-4"] {
    content: "dKhvGV,"
}

/*!sc*/
.fqHOwN {
    width: 90px;
    height: 90px;
    --rgb-color-primary: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g7[id="sc-15z5276-5"] {
    content: "fqHOwN,"
}

/*!sc*/
.TysSf {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

/*!sc*/
@media (min-width:768px) {
    .TysSf {
        font-size: 18px;
        line-height: 22px;
    }
}

/*!sc*/
data-styled.g8[id="sc-15z5276-6"] {
    content: "TysSf,"
}

/*!sc*/
.krKqUg {
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    padding-left: 15px;
    padding-right: 15px;
}

/*!sc*/
data-styled.g9[id="sc-15z5276-7"] {
    content: "krKqUg,"
}

/*!sc*/
.jXHTgF {
    position: relative;
    z-index: 2;
    height: 5px;
}

/*!sc*/
.jXHTgF:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 5px;
    background-color: rgb(242, 243, 244);
    border-top: 1px solid rgb(229, 230, 233);
    border-bottom: 1px solid rgb(229, 230, 233);
}

/*!sc*/
div:empty+.sc-958ogn-0,
.jXHTgF+.jXHTgF,
.jXHTgF:last-child,
.jXHTgF:first-child {
    display: none;
}

/*!sc*/
data-styled.g10[id="sc-958ogn-0"] {
    content: "jXHTgF,"
}

/*!sc*/
.fVSKda {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: rgb(203, 205, 211);
    width: 90px;
    height: 90px;
}

/*!sc*/
.frUyaB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: rgb(203, 205, 211);
    width: 20px;
    height: 14px;
}

/*!sc*/
.eAPQXi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: rgb(203, 205, 211);
    width: 18px;
    height: 18px;
}

/*!sc*/
.gHGkTy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: rgb(203, 205, 211);
    width: 32px;
    height: 32px;
}

/*!sc*/
.iQnnmC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: rgb(203, 205, 211);
    width: 20px;
    height: 20px;
}

/*!sc*/
.gcmepq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: rgb(203, 205, 211);
    width: 34px;
    height: 34px;
}

/*!sc*/
data-styled.g17[id="sc-11tt6ib-0"] {
    content: "fVSKda,frUyaB,eAPQXi,gHGkTy,iQnnmC,gcmepq,"
}

/*!sc*/
.eGizna {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/*!sc*/
data-styled.g18[id="sc-11tt6ib-1"] {
    content: "eGizna,"
}

/*!sc*/
.mzpSx {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/*!sc*/
data-styled.g19[id="sc-11tt6ib-2"] {
    content: "mzpSx,"
}

/*!sc*/
.cuNvuG {
    color: rgb(9, 10, 11);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

/*!sc*/
@media (min-width:768px) {
    .cuNvuG {
        font-size: 20px;
        line-height: 24px;
    }
}

/*!sc*/
.hoRCwP {
    color: rgb(9, 10, 11);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

/*!sc*/
@media (min-width:768px) {
    .hoRCwP {
        font-size: 18px;
        line-height: 22px;
    }
}

/*!sc*/
data-styled.g20[id="sc-4y75cf-0"] {
    content: "cuNvuG,hoRCwP,"
}

/*!sc*/
.lcNcaV {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 16px;
}

/*!sc*/
.lcNcaV .sc-111vqmd-4 {
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    font-size: 14px;
    line-height: 20px;
}

/*!sc*/
@media (min-width:768px) {
    .lcNcaV {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*!sc*/
.fiNJGr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 16px;
}

/*!sc*/
.fiNJGr .sc-111vqmd-4 {
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
}

/*!sc*/
@media (min-width:768px) {
    .fiNJGr {
        padding-top: 24px;
    }
}

/*!sc*/
@media (min-width:768px) {
    .fiNJGr {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*!sc*/
data-styled.g21[id="sc-111vqmd-0"] {
    content: "lcNcaV,fiNJGr,"
}

/*!sc*/
.huPwvB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/*!sc*/
data-styled.g22[id="sc-111vqmd-1"] {
    content: "huPwvB,"
}

/*!sc*/
.eAXAfg:after {
    top: 0;
}

/*!sc*/
data-styled.g59[id="sc-17eplpv-0"] {
    content: "eAXAfg,"
}

/*!sc*/
.kqmojO {
    font-size: 11px;
    line-height: 12px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    color: rgb(126, 131, 146);
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
    margin: auto;
    max-width: 760px;
    font-weight: 500;
}

/*!sc*/
.kqmojO:hover {
    background-color: rgb(248, 248, 248);
    color: rgb(9, 10, 11);
}

/*!sc*/
data-styled.g60[id="sc-17eplpv-1"] {
    content: "kqmojO,"
}

/*!sc*/
.fhEluS {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    overflow: hidden;
    height: 0;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    overflow: visible;
    height: auto;
}

/*!sc*/
.WmwaT {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    overflow: hidden;
    height: 0;
    display: none;
}

/*!sc*/
data-styled.g61[id="sc-jrv2fx-0"] {
    content: "fhEluS,WmwaT,"
}

/*!sc*/
.ixyoiX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
}

/*!sc*/
.ixyoiX:empty {
    display: none;
}

/*!sc*/
data-styled.g69[id="sc-2dzn45-1"] {
    content: "ixyoiX,"
}

/*!sc*/
.bWbFCd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-left: 8px;
}

/*!sc*/
.bWbFCd:empty {
    display: none;
}

/*!sc*/
data-styled.g70[id="sc-2dzn45-2"] {
    content: "bWbFCd,"
}

/*!sc*/
.kVkqIr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: static;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

/*!sc*/
.kVkqIr:not(.sc-2dzn45-4:empty)~.sc-2dzn45-0 {
    margin-left: 0;
    margin-right: 6px;
}

/*!sc*/
data-styled.g72[id="sc-2dzn45-4"] {
    content: "kVkqIr,"
}

/*!sc*/
.cVLSuC {
    background-color: rgb(248, 248, 248);
    border-radius: 100px;
    padding: 6px 10px;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    max-height: 28px;
    color: rgb(126, 131, 146);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

/*!sc*/
.cVLSuC:hover .sc-2dzn45-4 {
    color: rgb(9, 10, 11);
}

/*!sc*/
.cVLSuC:has(.sc-2dzn45-1:not(:empty)) {
    padding-left: 8px;
}

/*!sc*/
.cVLSuC:has(.sc-2dzn45-2:not(:empty)) {
    padding-right: 8px;
}

/*!sc*/
data-styled.g74[id="sc-2dzn45-6"] {
    content: "cVLSuC,"
}

/*!sc*/
.llvRLu {
    display: contents;
}

/*!sc*/
data-styled.g75[id="sc-1t0r7hb-0"] {
    content: "llvRLu,"
}

/*!sc*/
.kYKqgr {
    color: rgb(203, 205, 211);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*!sc*/
data-styled.g86[id="sc-13b4qwh-0"] {
    content: "kYKqgr,"
}

/*!sc*/
.kIFtjI {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-inline: 10px;
    margin-bottom: 15px;
    margin-top: 25px;
}

/*!sc*/
@media (min-width:768px) {
    .kIFtjI {
        margin-top: 30px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-inline: 15px;
    }
}

/*!sc*/
data-styled.g88[id="sc-ou8qdt-0"] {
    content: "kIFtjI,"
}

/*!sc*/
@media (min-width:768px) {
    .eIHCZe {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

/*!sc*/
data-styled.g89[id="sc-ou8qdt-1"] {
    content: "eIHCZe,"
}

/*!sc*/
.igXPEY {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

/*!sc*/
.igXPEY:empty {
    display: none;
}

/*!sc*/
data-styled.g90[id="sc-ou8qdt-2"] {
    content: "igXPEY,"
}

/*!sc*/
.ikRGnq {
    overflow: hidden;
}

/*!sc*/
data-styled.g91[id="sc-ou8qdt-3"] {
    content: "ikRGnq,"
}

/*!sc*/
.hpPvWt {
    padding-inline: 6px;
}

/*!sc*/
.hpPvWt:empty {
    display: none;
}

/*!sc*/
@media (min-width:768px) {
    .hpPvWt {
        padding-inline: 15px;
    }
}



/*!sc*/
.bZQzlG {
    font-size: 11px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    color: rgb(255, 255, 255);
    background: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g98[id="sc-1hthis6-0"] {
    content: "bZQzlG,"
}

/*!sc*/
.bzKxcj {
    position: relative;
    color: rgb(247, 181, 0);
}

/*!sc*/
data-styled.g99[id="sc-cn243d-0"] {
    content: "bzKxcj,"
}

/*!sc*/
.wcbRr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
}

/*!sc*/
data-styled.g101[id="sc-vn72qa-0"] {
    content: "wcbRr,"
}

/*!sc*/
.dHxDFU {
    position: relative;
    padding: 4px;
}

/*!sc*/
.dHxDFU:not(:last-of-type):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background: rgb(242, 243, 244);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

/*!sc*/
data-styled.g102[id="sc-17qxh4e-0"] {
    content: "dHxDFU,"
}

/*!sc*/
.iLRgmV {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4px 8px;
    gap: 6px;
    font-weight: 500;
    border-radius: 8px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

/*!sc*/
@media (hover:hover) {
    .iLRgmV:hover {
        background: linear-gradient(90deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
        cursor: pointer;
    }
}

/*!sc*/
@media (min-width:768px) {
    .iLRgmV {
        -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}

/*!sc*/
data-styled.g103[id="sc-17qxh4e-1"] {
    content: "iLRgmV,"
}

/*!sc*/
.cuPJkr:empty {
    display: none;
}

/*!sc*/
data-styled.g104[id="sc-17qxh4e-2"] {
    content: "cuPJkr,"
}

/*!sc*/
.dSsigE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 8px;
}

/*!sc*/
.dSsigE .sc-17qxh4e-2 {
    display: none;
}

/*!sc*/
@media (min-width:768px) {
    .dSsigE {
        gap: initial;
    }

    .dSsigE .sc-17qxh4e-2 {
        display: initial;
    }
}

/*!sc*/
data-styled.g105[id="sc-17qxh4e-3"] {
    content: "dSsigE,"
}

/*!sc*/
.kWBSIF {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

/*!sc*/
.kWBSIF .sc-17qxh4e-2 {
    display: initial;
}

/*!sc*/
@media (min-width:768px) {
    .kWBSIF {
        gap: 8px;
    }

    .kWBSIF .sc-17qxh4e-2 {
        display: none;
    }
}

/*!sc*/
data-styled.g106[id="sc-17qxh4e-4"] {
    content: "kWBSIF,"
}

/*!sc*/
.iUfAma {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
data-styled.g107[id="sc-17qxh4e-5"] {
    content: "iUfAma,"
}

/*!sc*/
.jncOYI {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*!sc*/
data-styled.g108[id="sc-17qxh4e-6"] {
    content: "jncOYI,"
}

/*!sc*/
.fwbGnc {
    position: absolute;
    inset: 0;
}

/*!sc*/
data-styled.g110[id="sc-17qxh4e-8"] {
    content: "fwbGnc,"
}

/*!sc*/
.kNTalG {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    padding-block: 2px;
    width: 100%;
}

/*!sc*/
@media (min-width:768px) {
    .kNTalG {
        width: 200px;
    }
}

/*!sc*/
data-styled.g111[id="sc-17qxh4e-9"] {
    content: "kNTalG,"
}

/*!sc*/
.esbhnW {
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*!sc*/
.iztCrh {
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(126, 131, 146);
}

/*!sc*/
data-styled.g112[id="sc-17qxh4e-10"] {
    content: "esbhnW,iztCrh,"
}

/*!sc*/
.bAavID {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

/*!sc*/
data-styled.g113[id="sc-17qxh4e-11"] {
    content: "bAavID,"
}

/*!sc*/
.hhOtWx {
    display: none;
    position: relative;
    z-index: 1;
}

/*!sc*/
@media (min-width:768px) {
    .hhOtWx {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/
data-styled.g114[id="sc-17qxh4e-12"] {
    content: "hhOtWx,"
}

/*!sc*/
.huCtwe {
    position: absolute;
    left: 0;
    bottom: 14px;
    height: 32px;
    width: 2px;
    border-radius: 2px;
}

/*!sc*/
@media (min-width:768px) {
    .huCtwe {
        display: none;
    }
}

/*!sc*/
data-styled.g115[id="sc-17qxh4e-13"] {
    content: "huCtwe,"
}

/*!sc*/
.hfixrZ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8px 0;
}

/*!sc*/
@media (min-width:768px) {
    .hfixrZ {
        gap: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/*!sc*/
data-styled.g118[id="sc-p2ps84-0"] {
    content: "hfixrZ,"
}

/*!sc*/
.etreKg {
    display: block;
}

/*!sc*/
@media (min-width:768px) {
    .etreKg:last-child {
        margin-right: 0;
        text-align: center;
    }
}

/*!sc*/
data-styled.g119[id="sc-p2ps84-1"] {
    content: "etreKg,"
}

/*!sc*/
.hHswlX {
    overflow: hidden;
    color: rgb(203, 205, 211);
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

/*!sc*/
.hHswlX:hover {
    color: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g120[id="sc-2k73ey-0"] {
    content: "hHswlX,"
}

/*!sc*/
.bvWwSG {
    display: none;
    width: 20px;
}

/*!sc*/
.bvWwSG:empty {
    display: none;
}

/*!sc*/
@media (min-width:768px) {
    .bvWwSG {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 15px;
    }
}

/*!sc*/
data-styled.g124[id="sc-1spz999-0"] {
    content: "bvWwSG,"
}

/*!sc*/
.iDrgnu {
    margin-left: auto;
    display: none;
}

/*!sc*/
.iDrgnu .action {
    margin: 0;
}

/*!sc*/
@media (min-width:768px) {
    .iDrgnu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/
data-styled.g125[id="sc-1spz999-1"] {
    content: "iDrgnu,"
}

/*!sc*/
.dDFJAN {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

/*!sc*/
@media (min-width:768px) {
    .dDFJAN {
        -webkit-align-items: initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 60px;
        min-width: 60px;
        gap: 4px;
        padding-right: initial;
    }
}

/*!sc*/
.dDFJAN:empty {
    display: none;
}

/*!sc*/
data-styled.g128[id="sc-5hj7ft-0"] {
    content: "dDFJAN,"
}

/*!sc*/
.eYrqTP {
    min-width: 4px;
    height: 4px;
    background: rgb(229, 230, 233);
    border-radius: 50%;
}

/*!sc*/
@media (min-width:768px) {
    .eYrqTP {
        display: none;
    }
}

/*!sc*/
data-styled.g129[id="sc-5hj7ft-1"] {
    content: "eYrqTP,"
}

/*!sc*/
.eKJwvm {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    z-index: 1;
    color: rgb(126, 131, 146);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    max-width: 100%;
    margin: 0;
}

/*!sc*/
@media (min-width:768px) {
    .eKJwvm {
        font-size: 11px;
        line-height: 16px;
    }
}

/*!sc*/
data-styled.g131[id="sc-5hj7ft-3"] {
    content: "eKJwvm,"
}

/*!sc*/
.fLsvvC {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin: 0;
}

/*!sc*/
@media (min-width:768px) {
    .fLsvvC {
        font-size: 11px;
        line-height: 16px;
        margin: 0 !important;
    }
}

/*!sc*/
data-styled.g132[id="sc-5hj7ft-4"] {
    content: "fLsvvC,"
}

/*!sc*/
.jynVzi {
    position: relative;
    z-index: 1;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-left: auto;
}

/*!sc*/
@media (min-width:768px) {
    .jynVzi {
        display: none;
    }
}

/*!sc*/
data-styled.g133[id="sc-5hj7ft-5"] {
    content: "jynVzi,"
}

/*!sc*/
.fUZLA {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 16px;
    color: rgb(9, 10, 11);
}

/*!sc*/
data-styled.g134[id="sc-oh2bsf-0"] {
    content: "fUZLA,"
}

/*!sc*/
.LWJvF {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    height: 42px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(126, 131, 146);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    background-color: rgb(248, 248, 248);
    border-radius: 8px;
    background-color: initial;
    border-radius: initial;
}

/*!sc*/
.LWJvF .sc-pvs6fr-1 {
    color: rgb(203, 205, 211);
}

/*!sc*/
.cguIVO {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    height: 42px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(126, 131, 146);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    background-color: rgb(248, 248, 248);
    border-radius: 8px;
}

/*!sc*/
.iqhToT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    height: 42px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(126, 131, 146);
}

/*!sc*/
data-styled.g135[id="sc-pvs6fr-0"] {
    content: "LWJvF,cguIVO,iqhToT,"
}

/*!sc*/
.bAhpay {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    color: rgb(126, 131, 146);
}

/*!sc*/
.hdZfIn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    color: rgb(9, 10, 11);
}

/*!sc*/
data-styled.g136[id="sc-pvs6fr-1"] {
    content: "bAhpay,hdZfIn,"
}

/*!sc*/
.gMBPyP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 8px;
    position: relative;
}

/*!sc*/
data-styled.g139[id="sc-4g7sie-0"] {
    content: "gMBPyP,"
}

/*!sc*/
.koeYCa {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

/*!sc*/
@media (min-width:768px) {
    .koeYCa {
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;
        margin-left: 0;
    }
}

/*!sc*/
.kdcjrx {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 12px;
}

/*!sc*/
@media (min-width:768px) {
    .kdcjrx {
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;
        margin-left: 0;
    }
}

/*!sc*/
data-styled.g142[id="sc-4whuex-1"] {
    content: "koeYCa,kdcjrx,"
}

/*!sc*/
.cgcLJU {
    position: relative;
    width: 100%;
}

/*!sc*/
.cgcLJU:before,
.cgcLJU:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    content: '';
    width: 60px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 24%, rgba(250, 250, 250, 0) 100%);
}

/*!sc*/
.cgcLJU:before {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*!sc*/
.cgcLJU:after {
    right: 0;
}

/*!sc*/
.fyEwee {
    position: relative;
    width: 100%;
}

/*!sc*/
.fyEwee:before,
.fyEwee:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    content: '';
    width: 80px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 24%, rgba(250, 250, 250, 0) 100%);
}

/*!sc*/
.fyEwee:before {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*!sc*/
.fyEwee:after {
    right: 0;
}

/*!sc*/
data-styled.g145[id="sc-1810s67-0"] {
    content: "cgcLJU,fyEwee,"
}

/*!sc*/
.eAMuAQ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    padding-right: 30px;
}

/*!sc*/
.eAMuAQ>* {
    height: 100%;
}

/*!sc*/
.fgxnql {
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

/*!sc*/
.fgxnql .gutter {
    display: block;
}

/*!sc*/
data-styled.g146[id="sc-1810s67-1"] {
    content: "eAMuAQ,fgxnql,"
}

/*!sc*/
.jVfXyq {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*!sc*/
data-styled.g147[id="sc-1810s67-2"] {
    content: "jVfXyq,"
}

/*!sc*/
.clDzWV {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 34px;
    width: 34px;
    height: 30px;
    position: relative;
    border-radius: 100px;
}

/*!sc*/
.clDzWV svg {
    width: 20px;
    height: 20px;
    color: rgb(203, 205, 211);
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

/*!sc*/
.clDzWV_active,
.clDzWV:hover,
.clDzWV[aria-expanded='true'] {
    background-color: rgb(255, 255, 255);
}

/*!sc*/
.clDzWV_active,
.clDzWV:hover,
.clDzWV[aria-expanded='true'],
.clDzWV_active svg,
.clDzWV:hover svg,
.clDzWV[aria-expanded='true'] svg {
    color: rgb(126, 131, 146);
}

/*!sc*/
.clDzWV.active {
    background-color: rgb(255, 255, 255);
}

/*!sc*/
.clDzWV.active svg {
    color: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g149[id="sc-1810s67-4"] {
    content: "clDzWV,"
}

/*!sc*/
.ghwVrb {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 32px;
    width: 32px;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    left: 0;
}

/*!sc*/
.ghwVrb svg {
    color: rgb(126, 131, 146);
}

/*!sc*/
.ghwVrb svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*!sc*/
data-styled.g153[id="sc-1810s67-8"] {
    content: "ghwVrb,"
}

/*!sc*/
.bfFHpO {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 32px;
    width: 32px;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    right: 0;
}

/*!sc*/
.bfFHpO svg {
    color: rgb(126, 131, 146);
}

/*!sc*/
data-styled.g154[id="sc-1810s67-9"] {
    content: "bfFHpO,"
}

/*!sc*/
.iiAsXC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*!sc*/
@media (min-width:400px) {
    .iiAsXC {
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

/*!sc*/
data-styled.g190[id="sc-30rb2b-0"] {
    content: "iiAsXC,"
}

/*!sc*/
.eRlrOB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding-right: 28px;
}

/*!sc*/
@media (min-width:768px) {
    .eRlrOB {
        padding-right: 35px;
    }
}

/*!sc*/
data-styled.g191[id="sc-30rb2b-1"] {
    content: "eRlrOB,"
}

/*!sc*/
.hSCXdH {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgb(248, 248, 248);
    padding-left: 15px;
    padding-right: 12px;
}

/*!sc*/
@media (min-width:768px) {
    .hSCXdH {
        gap: 10px;
    }
}

/*!sc*/
.hSCXdH:has(.sc-30rb2b-0:empty):has(.sc-30rb2b-1:empty) {
    display: none;
}

/*!sc*/
data-styled.g192[id="sc-30rb2b-2"] {
    content: "hSCXdH,"
}

/*!sc*/
.jLyKab {
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
}

/*!sc*/
data-styled.g193[id="sc-30rb2b-3"] {
    content: "jLyKab,"
}

/*!sc*/
.deICTO {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    gap: 8px;
}

/*!sc*/
@media (min-width:768px) {
    .deICTO {
        gap: initial;
        padding-inline: 5px;
    }
}

/*!sc*/
data-styled.g194[id="sc-cmtokc-0"] {
    content: "deICTO,"
}

/*!sc*/
.eYHyrO {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

/*!sc*/
data-styled.g195[id="sc-cmtokc-1"] {
    content: "eYHyrO,"
}

/*!sc*/
.jOqilS {
    display: none;
    width: 1px;
    height: 100%;
    background-color: rgb(242, 243, 244);
}

/*!sc*/
@media (min-width:768px) {
    .jOqilS {
        display: block;
        margin-inline: 8px;
    }
}

/*!sc*/
data-styled.g196[id="sc-cmtokc-2"] {
    content: "jOqilS,"
}

/*!sc*/
.jkOIJJ {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    min-width: 24px;
}

/*!sc*/
data-styled.g197[id="sc-cmtokc-3"] {
    content: "jkOIJJ,"
}

/*!sc*/
.iihnIS {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

/*!sc*/
@media (min-width:768px) {
    .iihnIS {
        gap: 8px;
    }
}

/*!sc*/
data-styled.g200[id="sc-icdwc8-0"] {
    content: "iihnIS,"
}

/*!sc*/
.biyZoU {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
    border-radius: 8px;
    overflow: hidden;
    min-width: 38px;
    height: 42px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background-color: rgb(250, 250, 250);
    cursor: pointer;
    cursor: pointer;
}

/*!sc*/
@media (min-width:768px) {
    .biyZoU {
        min-width: 46px;
    }
}

/*!sc*/
.biyZoU .sc-16arx2e-1 {
    color: rgb(126, 131, 146);
}

/*!sc*/
.biyZoU .sc-16arx2e-2 {
    color: rgb(9, 10, 11);
}

/*!sc*/
@media (hover:hover) {
    .biyZoU:hover .sc-16arx2e-2 {
        color: rgb(118, 169, 99);
        background-color: rgb(248, 248, 248);
    }
}

/*!sc*/
.biyZoU .sc-16arx2e-1 {
    color: rgb(126, 131, 146);
}

/*!sc*/
.biyZoU .sc-16arx2e-2 {
    color: rgb(9, 10, 11);
}

/*!sc*/
@media (hover:hover) {
    .biyZoU:hover .sc-16arx2e-2 {
        color: rgb(118, 169, 99);
        background-color: rgb(248, 248, 248);
    }
}

/*!sc*/
.eYVpdo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
    border-radius: 8px;
    overflow: hidden;
    min-width: 38px;
    height: 42px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background-color: rgb(250, 250, 250);
    cursor: pointer;
}

/*!sc*/
@media (min-width:768px) {
    .eYVpdo {
        min-width: 46px;
    }
}

/*!sc*/
.eYVpdo .sc-16arx2e-1 {
    color: rgb(126, 131, 146);
}

/*!sc*/
.eYVpdo .sc-16arx2e-2 {
    color: rgb(9, 10, 11);
}

/*!sc*/
@media (hover:hover) {
    .eYVpdo:hover .sc-16arx2e-2 {
        color: rgb(118, 169, 99);
        background-color: rgb(248, 248, 248);
    }
}

/*!sc*/
data-styled.g201[id="sc-16arx2e-0"] {
    content: "biyZoU,eYVpdo,"
}

/*!sc*/
.hVnxxD {
    font-size: 11px;
    line-height: 16px;
    color: rgb(203, 205, 211);
    font-weight: 400;
}

/*!sc*/
data-styled.g202[id="sc-16arx2e-1"] {
    content: "hVnxxD,"
}

/*!sc*/
.exFgQE {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g203[id="sc-16arx2e-2"] {
    content: "exFgQE,"
}

/*!sc*/
.kHCtbV:hover {
    color: initial;
}

/*!sc*/
data-styled.g205[id="sc-c1sulv-0"] {
    content: "kHCtbV,"
}

/*!sc*/
@media (min-width:768px) {
    .hTysox {
        min-width: 46px;
    }
}

/*!sc*/
data-styled.g206[id="sc-c1sulv-1"] {
    content: "hTysox,"
}

/*!sc*/
.fHGUkX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

/*!sc*/
@media (min-width:768px) {
    .fHGUkX {
        gap: 8px;
    }
}

/*!sc*/
data-styled.g207[id="sc-4r38qo-0"] {
    content: "fHGUkX,"
}

/*!sc*/
.edyQWa .sc-16arx2e-2 {
    color: rgb(126, 131, 146);
}

/*!sc*/
data-styled.g208[id="sc-4r38qo-1"] {
    content: "edyQWa,"
}

/*!sc*/
.jyujFe {
    background: rgb(248, 248, 248);
    border-radius: 10px;
    padding: 8px 8px 0 8px;
}

/*!sc*/
.irdcwi {
    background: rgb(248, 248, 248);
    border-radius: 10px;
    padding: 0 8px 0 8px;
}

/*!sc*/
data-styled.g213[id="sc-b9tb4l-0"] {
    content: "jyujFe,irdcwi,"
}

/*!sc*/
.eEVvvY {
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

/*!sc*/
.eEVvvY .__MatchGamesBody:not(:first-of-type) .sc-b9tb4l-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgb(229, 230, 233);
    display: block;
}

/*!sc*/
@media (min-width:768px) {
    .eEVvvY .__MatchGamesBody:not(:first-of-type) .sc-b9tb4l-1:before {
        left: 30px;
        right: 30px;
    }
}


.ghGymy {
  width: 100%;
  background-color: rgb(248, 248, 248);
  border-radius: 16px;
  padding: 8px;
}

/*!sc*/
data-styled.g215[id="sc-b9tb4l-2"] {
    content: "eEVvvY,"
}

/*!sc*/
.gKdmEn .empty {
    padding: 0 20px 20px 20px;
    border: 1px solid rgb(229, 230, 233);
    border-radius: 4px;
    background: rgb(248, 248, 248);
}

/*!sc*/
.gKdmEn .empty .sc-15z5276-6 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
}

/*!sc*/
.gKdmEn .empty .sc-15z5276-7 {
    font-weight: 500;
    color: rgb(126, 131, 146);
    font-size: 14px;
    line-height: 20px;
}

/*!sc*/
.gKdmEn .empty .sc-15z5276-5 {
    width: 120px;
    height: 120px;
}

/*!sc*/
@media (min-width:768px) {
    .gKdmEn .empty {
        padding: 20px 160px 30px 160px;
    }
}

/*!sc*/
data-styled.g216[id="sc-b9tb4l-3"] {
    content: "gKdmEn,"
}

/*!sc*/
.jyQUOh:hover {
    background: transparent;
}

/*!sc*/
data-styled.g217[id="sc-b9tb4l-4"] {
    content: "jyQUOh,"
}

/*!sc*/
.ibeNAg {
    width: 16px;
    height: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.ibeNAg>* {
    width: inherit;
    height: inherit;
}

/*!sc*/
data-styled.g234[id="sc-jvwc7y-0"] {
    content: "ibeNAg,"
}

/*!sc*/
.hdwUJe {
    white-space: nowrap;
    font-weight: 500;
    display: inline-block;
}

/*!sc*/
data-styled.g237[id="sc-jvwc7y-3"] {
    content: "hdwUJe,"
}

/*!sc*/
.cmfzay {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 30px;
}

/*!sc*/
.cmfzay .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px;
}

/*!sc*/
.cmfzay.Button_linkActive,
.cmfzay.Button_nonInteractive {
    cursor: default;
    pointer-events: none;
}

/*!sc*/
.cmfzay.Button_loading,
.cmfzay.Button_linkLoading {
    opacity: 0.5;
    cursor: wait;
}

/*!sc*/
.bpTZcj {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 24px !important;
    cursor: not-allowed;
}

/*!sc*/
.bpTZcj .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px;
}

/*!sc*/
.bpTZcj.Button_linkActive,
.bpTZcj.Button_nonInteractive {
    cursor: default;
    pointer-events: none;
}

/*!sc*/
.bpTZcj.Button_loading,
.bpTZcj.Button_linkLoading {
    opacity: 0.5;
    cursor: wait;
}

/*!sc*/
data-styled.g238[id="sc-jvwc7y-4"] {
    content: "cmfzay,bpTZcj,"
}

/*!sc*/
.dTeXrV {
    background-color: rgb(118, 169, 99);
    color: rgb(255, 255, 255);
}

/*!sc*/
.dTeXrV.Button_active,
.dTeXrV.Button_linkActive,
.dTeXrV[aria-expanded='true'] {
    background-color: rgb(118, 169, 99);
}

/*!sc*/
@media (hover:hover) {
    .dTeXrV:hover {
        background-color: rgb(98, 145, 80);
        color: rgb(255, 255, 255);
    }
}

/*!sc*/
.dTeXrV:active {
    background-color: rgb(78, 119, 65);
    color: rgb(255, 255, 255);
}

/*!sc*/
data-styled.g239[id="sc-jvwc7y-5"] {
    content: "dTeXrV,"
}

/*!sc*/
.hvAZEo {
    color: rgb(126, 131, 146);
    background-color: transparent;
    border-color: rgb(229, 230, 233);
}

/*!sc*/
.hvAZEo.Button_linkActive,
.hvAZEo.Button_active,
.hvAZEo[aria-expanded='true'] {
    background-color: rgb(118, 169, 99);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

/*!sc*/
@media (hover:hover) {
    .hvAZEo:hover {
        background-color: rgb(98, 145, 80);
        color: rgb(255, 255, 255);
        border-color: transparent;
    }
}

/*!sc*/
.hvAZEo:active {
    background-color: rgb(78, 119, 65);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

/*!sc*/
data-styled.g245[id="sc-jvwc7y-11"] {
    content: "hvAZEo,"
}

/*!sc*/
.GHWc {
    width: 1px;
    background-color: rgb(229, 230, 233);
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

/*!sc*/
data-styled.g247[id="sc-9vow13-0"] {
    content: "GHWc,"
}

/*!sc*/
.utVyO {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/*!sc*/
.utVyO .sc-9vow13-0 {
    background-color: transparent;
}

/*!sc*/
.utVyO:hover .sc-9vow13-0,
.utVyO:active .sc-9vow13-0 {
    background-color: rgb(98, 145, 80);
}

/*!sc*/
data-styled.g248[id="sc-9vow13-1"] {
    content: "utVyO,"
}

/*!sc*/
.cEQnIE:hover:not(:disabled),
.cEQnIE:active:not(:disabled) {
    border-color: rgb(98, 145, 80);
    background-color: rgb(98, 145, 80);
}

/*!sc*/
data-styled.g249[id="sc-9vow13-2"] {
    content: "cEQnIE,"
}

/*!sc*/
.jHHDYD {
    padding-left: 1px;
    padding-right: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

/*!sc*/
data-styled.g250[id="sc-9vow13-3"] {
    content: "jHHDYD,"
}

/*!sc*/
.bTYLqc {
    padding-left: 2px;
    padding-right: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

/*!sc*/
data-styled.g251[id="sc-9vow13-4"] {
    content: "bTYLqc,"
}

/*!sc*/
.iXRbuc .swiperWrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
}

/*!sc*/
.iXRbuc .swiperContainer {
    position: relative;
    overflow: hidden;
}

/*!sc*/
.iXRbuc .swiperContainer:before,
.iXRbuc .swiperContainer:after {
    display: none;
    z-index: 1;
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    background-image: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(250, 250, 250, 0) 100%);
    opacity: 0;
    visibility: hidden;
}

/*!sc*/
.iXRbuc .swiperContainer:before {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*!sc*/
.iXRbuc .swiperContainer:after {
    right: 0;
}

/*!sc*/
data-styled.g252[id="sc-rmqoju-0"] {
    content: "iXRbuc,"
}

/*!sc*/
.hXXikc {
    display: none;
}

/*!sc*/
@media (min-width:768px) {
    .hXXikc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/
data-styled.g255[id="sc-rmqoju-3"] {
    content: "hXXikc,"
}

/*!sc*/
.AGtrb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

/*!sc*/
.AGtrb:last-child {
    margin-right: 0;
}

/*!sc*/
data-styled.g256[id="sc-rmqoju-4"] {
    content: "AGtrb,"
}



/*!sc*/
data-styled.g257[id="sc-1w13t61-0"] {
    content: "kmEzU,"
}

/*!sc*/
.wWytT {
    width: 100%;
    aspect-ratio: 1.7;
    margin-bottom: 15px;
    border-radius: 12px;
}

/*!sc*/
data-styled.g267[id="sc-1appgrj-0"] {
    content: "wWytT,"
}

/*!sc*/
.lmvDDI {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

/*!sc*/
data-styled.g268[id="sc-1appgrj-1"] {
    content: "lmvDDI,"
}

/*!sc*/
.nevgo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 11px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    font-weight: 400;
}

/*!sc*/
data-styled.g269[id="sc-1appgrj-2"] {
    content: "nevgo,"
}

/*!sc*/
.iVAqeS {
    width: 100%;
}

/*!sc*/
data-styled.g270[id="sc-1appgrj-3"] {
    content: "iVAqeS,"
}

/*!sc*/
.eZOubp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

/*!sc*/
@media (min-width:768px) {
    .eZOubp {
        gap: 15px;
    }
}

/*!sc*/
.eZOubp .articleGroupArrows {
    position: absolute;
    top: 10px;
    right: 0;
}

/*!sc*/
.eZOubp .articleGroupArrows div {
    display: none;
}

/*!sc*/
.eZOubp .articleGroupArrows button {
    border: none;
    padding: 0;
    color: rgb(126, 131, 146);
}

/*!sc*/
.eZOubp .articleGroupArrows button:hover {
    background: transparent;
    color: rgb(9, 10, 11);
}

/*!sc*/
.eZOubp .articleGroupArrows button:disabled {
    color: rgb(229, 230, 233);
}

/*!sc*/
.eZOubp .articleGroupArrows svg {
    width: 24px;
    height: 24px;
}

/*!sc*/
data-styled.g271[id="sc-ooqqan-0"] {
    content: "eZOubp,"
}

/*!sc*/
.czkXoi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

/*!sc*/
@media (min-width:768px) {
    .czkXoi {
        padding-top: 10px;
    }
}

/*!sc*/
data-styled.g272[id="sc-ooqqan-1"] {
    content: "czkXoi,"
}

/*!sc*/
.kbpSGv {
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

/*!sc*/
data-styled.g273[id="sc-ooqqan-2"] {
    content: "kbpSGv,"
}

/*!sc*/
.jMSroD {
    display: block;
}

/*!sc*/
@media (min-width:768px) {
    .jMSroD {
        display: none;
    }
}

/*!sc*/
data-styled.g274[id="sc-ooqqan-3"] {
    content: "jMSroD,"
}

/*!sc*/
.jtLqpU {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    display: none;
}

/*!sc*/
.jtLqpU:hover .sc-ooqqan-2,
.jtLqpU:hover svg {
    color: rgb(118, 169, 99);
}

/*!sc*/
@media (min-width:768px) {
    .jtLqpU {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/
.jtLqpU svg {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g275[id="sc-ooqqan-4"] {
    content: "jtLqpU,"
}

/*!sc*/
.gwPgkN {
    font-size: 12px;
    line-height: 12px;
    color: rgb(126, 131, 146);
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    font-weight: 700;
}

/*!sc*/
@media (min-width:768px) {
    .gwPgkN {
        display: none;
    }
}

/*!sc*/
data-styled.g276[id="sc-ooqqan-5"] {
    content: "gwPgkN,"
}

/*!sc*/
.kIgUeY {
    display: block;
    max-width: 220px;
    width: 220px;
}

/*!sc*/
data-styled.g277[id="sc-ooqqan-6"] {
    content: "kIgUeY,"
}

/*!sc*/
.dQLvlb {
    background: transparent;
    padding: 0;
}

/*!sc*/
data-styled.g279[id="sc-ooqqan-8"] {
    content: "dQLvlb,"
}

/*!sc*/
.hJMTo {
    padding-block: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    background: rgb(255, 255, 255);
}

/*!sc*/
data-styled.g280[id="sc-eri36n-0"] {
    content: "hJMTo,"
}

/*!sc*/
.eRoaTH {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

/*!sc*/
@media (min-width:768px) {
    .eRoaTH {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*!sc*/
data-styled.g282[id="sc-8njure-0"] {
    content: "eRoaTH,"
}

/*!sc*/
.dndkCZ {
    background-color: rgb(255, 255, 255);
    padding: 15px 10px 15px;
}

/*!sc*/
@media (min-width:768px) {
    .dndkCZ {
        padding: 15px;
    }
}

/*!sc*/
data-styled.g375[id="sc-1fgmmbh-0"] {
    content: "dndkCZ,"
}

/*!sc*/
.gkARcj {
    background: rgb(248, 248, 248);
    border-radius: 12px;
    padding: 5px;
}

/*!sc*/
data-styled.g376[id="sc-1fgmmbh-1"] {
    content: "gkARcj,"
}

/*!sc*/
.cDzsEY {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 2px 0 rgba(9, 10, 11, 0.08);
    border-radius: 10px;
}

/*!sc*/
data-styled.g377[id="sc-1fgmmbh-2"] {
    content: "cDzsEY,"
}

/*!sc*/
.cLVDmQ:before {
    left: -5px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*!sc*/
.cLVDmQ:after {
    right: -5px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*!sc*/
.cLVDmQ .ListWrapper {
    padding: 5px;
    margin: -5px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -webkit-column-gap: 5px;
    column-gap: 5px;
}

/*!sc*/
.cLVDmQ:before,
.cLVDmQ:after {
    background: linear-gradient(to left, rgba(248, 248, 248, 0.8) 24%, rgba(250, 250, 250, 0) 100%);
}

/*!sc*/
data-styled.g378[id="sc-1fgmmbh-3"] {
    content: "cLVDmQ,"
}

/*!sc*/
.jfQGQa {
    position: relative;
}

/*!sc*/
data-styled.g379[id="sc-1eqhv54-0"] {
    content: "jfQGQa,"
}

/*!sc*/
.fmYzlQ {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    border-radius: 10px;
    padding: 10px 15px;
    color: rgb(126, 131, 146);
    border-radius: 10px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
    color: rgb(9, 10, 11);
    box-shadow: 0 1px 2px 0 rgba(9, 10, 11, 0.08);
    background-color: rgb(255, 255, 255);
}

/*!sc*/
.fmYzlQ:hover {
    color: rgb(9, 10, 11);
}

/*!sc*/
.fmYzlQ .sc-1eqhv54-2 {
    color: rgb(118, 169, 99);
}

/*!sc*/
@media (min-width:768px) {
    .fmYzlQ {
        padding: 10px;
    }
}

/*!sc*/
.iZhYBh {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    border-radius: 10px;
    padding: 10px 15px;
    color: rgb(126, 131, 146);
    border-radius: 10px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
    cursor: pointer;
}

/*!sc*/
.iZhYBh:hover {
    background-color: rgb(243, 243, 244);
    color: rgb(126, 131, 146);
}

/*!sc*/
.iZhYBh:hover .sc-1eqhv54-2 {
    color: rgb(126, 131, 146);
}

/*!sc*/
@media (min-width:768px) {
    .iZhYBh {
        padding: 10px;
    }
}

/*!sc*/
data-styled.g380[id="sc-1eqhv54-1"] {
    content: "fmYzlQ,iZhYBh,"
}

/*!sc*/
.gFWeJv {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    margin-right: 8px;
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g381[id="sc-1eqhv54-2"] {
    content: "gFWeJv,"
}

/*!sc*/
.lmXJtI {
    position: relative;
}

/*!sc*/
.lmXJtI::after {
    content: '';
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 2;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

/*!sc*/
.lmXJtI::before {
    content: '';
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 2;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

/*!sc*/
data-styled.g383[id="sc-ed0wb2-0"] {
    content: "lmXJtI,"
}

/*!sc*/
.ljMZEO {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
}

/*!sc*/
.ljMZEO::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/*!sc*/
data-styled.g384[id="sc-ed0wb2-1"] {
    content: "ljMZEO,"
}

/*!sc*/
.fbRKwm {
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g385[id="sc-ed0wb2-2"] {
    content: "fbRKwm,"
}

/*!sc*/
.hGsFNy {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    white-space: nowrap;
}

/*!sc*/
.hGsFNy:last-child .sc-ed0wb2-2 {
    display: none;
}

/*!sc*/
data-styled.g386[id="sc-ed0wb2-3"] {
    content: "hGsFNy,"
}

/*!sc*/
.bNuaWZ {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    white-space: nowrap;
}

/*!sc*/
.bNuaWZ:last-child .sc-ed0wb2-2 {
    display: none;
}

/*!sc*/
data-styled.g387[id="sc-ed0wb2-4"] {
    content: "bNuaWZ,"
}

/*!sc*/
.hQzrze {
    width: 100%;
}

/*!sc*/
@media (min-width:768px) {
    .hQzrze {
        width: auto;
        min-width: 118px;
    }
}

/*!sc*/
.hQzrze .label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*!sc*/
data-styled.g390[id="sc-h6nh5p-0"] {
    content: "hQzrze,"
}

/*!sc*/
.eBydGU {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    grid-template-columns: auto 1fr;
    grid-template-areas: 'logos names icon' 'info info icon';
}

/*!sc*/
@media (min-width:768px) {
    .eBydGU {
        grid-column-gap: 8px;
        grid-row-gap: initial;
        grid-template-columns: auto 1fr 32px;
        grid-template-areas: 'logos names icon' 'logos info icon';
    }
}

/*!sc*/
data-styled.g487[id="sc-15sc1m5-0"] {
    content: "eBydGU,"
}

/*!sc*/
.eoEByD {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
data-styled.g489[id="sc-15sc1m5-2"] {
    content: "eoEByD,"
}

/*!sc*/
.kEfonj {
    grid-area: logos;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

/*!sc*/
data-styled.g490[id="sc-15sc1m5-3"] {
    content: "kEfonj,"
}

/*!sc*/
.eypXzT {
    grid-area: names;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
}

/*!sc*/
data-styled.g491[id="sc-15sc1m5-4"] {
    content: "eypXzT,"
}

/*!sc*/
.fQxnIC {
    color: rgb(9, 10, 11);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*!sc*/
@media (min-width:768px) {
    .fQxnIC {
        display: inline;
        font-size: 14px;
        line-height: 20px;
    }
}

/*!sc*/
data-styled.g492[id="sc-15sc1m5-5"] {
    content: "fQxnIC,"
}

/*!sc*/
.jFAWKn {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*!sc*/
data-styled.g493[id="sc-15sc1m5-6"] {
    content: "jFAWKn,"
}

/*!sc*/
.kCkVMW {
    grid-area: info;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: rgb(126, 131, 146);
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
    min-width: 0;
}

/*!sc*/
data-styled.g494[id="sc-15sc1m5-7"] {
    content: "kCkVMW,"
}

/*!sc*/
.hOJZdD {
    color: rgb(9, 10, 11);
}

/*!sc*/
data-styled.g495[id="sc-15sc1m5-8"] {
    content: "hOJZdD,"
}

/*!sc*/
.blWSDM {
    min-width: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgb(229, 230, 233);
}

/*!sc*/
data-styled.g496[id="sc-15sc1m5-9"] {
    content: "blWSDM,"
}

/*!sc*/
.eGXBWl {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(126, 131, 146);
    font-weight: 400;
}

/*!sc*/
data-styled.g497[id="sc-15sc1m5-10"] {
    content: "eGXBWl,"
}

/*!sc*/
.bVbAMT {
    grid-area: icon;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background: rgb(248, 248, 248);
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g499[id="sc-15sc1m5-12"] {
    content: "bVbAMT,"
}

/*!sc*/
.bwklvq {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    background: rgb(118, 169, 99);
    border-radius: 100px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
    padding: 4px 8px 4px 4px;
    min-height: 32px;
    color: rgb(255, 255, 255);
}

/*!sc*/
@media (hover:hover) {
    .bwklvq:hover {
        background: rgb(98, 145, 80);
    }
}

/*!sc*/
.bwklvq:active {
    background: rgb(78, 119, 65);
}

/*!sc*/
data-styled.g500[id="sc-31r1g9-0"] {
    content: "bwklvq,"
}

/*!sc*/
.fkPJDI {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

/*!sc*/
data-styled.g501[id="sc-31r1g9-1"] {
    content: "fkPJDI,"
}

/*!sc*/
.kGYzNO {
    min-width: 32px;
    font-size: 14px;
    line-height: 18px;
    line-height: 14px;
    text-align: center;
}

/*!sc*/
data-styled.g502[id="sc-31r1g9-2"] {
    content: "kGYzNO,"
}

/*!sc*/
.gyCHJE {
    width: 24px;
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    padding: 1px;
    border-radius: 100px;
    background: rgb(255, 255, 255);
}

/*!sc*/
data-styled.g503[id="sc-31r1g9-3"] {
    content: "gyCHJE,"
}

/*!sc*/
.guucqz {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*!sc*/
data-styled.g504[id="sc-31r1g9-4"] {
    content: "guucqz,"
}

/*!sc*/
.cQQCqy {
    padding: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

/*!sc*/
data-styled.g505[id="sc-gwfubx-0"] {
    content: "cQQCqy,"
}

/*!sc*/
.eYwIWJ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

/*!sc*/
data-styled.g506[id="sc-gwfubx-1"] {
    content: "eYwIWJ,"
}

/*!sc*/
.gcuecJ {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

/*!sc*/
data-styled.g507[id="sc-gwfubx-2"] {
    content: "gcuecJ,"
}

/*!sc*/
.eIvUra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

/*!sc*/
data-styled.g508[id="sc-gwfubx-3"] {
    content: "eIvUra,"
}

/*!sc*/
.btvJKL {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px;
}

/*!sc*/
data-styled.g509[id="sc-gwfubx-4"] {
    content: "btvJKL,"
}

/*!sc*/
.hbEEtl {
    position: absolute;
    top: 2px;
    left: 0;
}

/*!sc*/
data-styled.g510[id="sc-gwfubx-5"] {
    content: "hbEEtl,"
}

/*!sc*/
.iQDcbZ {
    font-size: 12px;
    line-height: 16px;
    line-height: 24px;
    color: rgb(84, 88, 99);
    font-weight: 400;
}

/*!sc*/
.iQDcbZ:before {
    content: '';
    width: 30px;
    height: 0;
    display: inline-block;
}

/*!sc*/
.iQDcbZ .digit {
    color: #4a90e2;
}

/*!sc*/
data-styled.g511[id="sc-gwfubx-6"] {
    content: "iQDcbZ,"
}

/*!sc*/
.nFnwL {
    width: 200px;
    max-height: 170px;
    z-index: 10;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 0 2px -1px rgba(9, 10, 11, 0.2), 0 30px 40px 0 rgba(9, 10, 11, 0.1);
    overflow: hidden;
}

/*!sc*/
data-styled.g1054[id="sc-1u9bgxl-0"] {
    content: "nFnwL,"
}

/*!sc*/
.biNLEy {
    padding: 10px;
    max-height: inherit;
    width: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overscroll-behavior: none;
}

/*!sc*/
.biNLEy::-webkit-scrollbar {
    width: 6px;
}

/*!sc*/
.biNLEy::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgb(229, 230, 233);
}

/*!sc*/
data-styled.g1055[id="sc-1u9bgxl-1"] {
    content: "biNLEy,"
}

/*!sc*/
.hCXZYg {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g1056[id="sc-111o75k-0"] {
    content: "hCXZYg,"
}

/*!sc*/
.jlOBWm {
    font-weight: 500;
    color: rgb(126, 131, 146);
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*!sc*/
data-styled.g1059[id="sc-111o75k-3"] {
    content: "jlOBWm,"
}

/*!sc*/
.dNxTfO {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    border-radius: 4px;
    color: rgb(126, 131, 146);
    font-size: 14px;
    line-height: 20px;
}

/*!sc*/
.dNxTfO:hover {
    background-color: rgb(248, 248, 248);
}

/*!sc*/
.dNxTfO:hover .sc-111o75k-3 {
    color: rgb(9, 10, 11);
}

/*!sc*/
.dNxTfO.DropdownItem_active {
    background-color: rgb(243, 248, 241);
}

/*!sc*/
.dNxTfO.DropdownItem_active .sc-111o75k-3 {
    color: rgb(118, 169, 99);
}

/*!sc*/
.dNxTfO.DropdownItem_active .sc-111o75k-0,
.dNxTfO:hover .sc-111o75k-0 {
    color: rgb(118, 169, 99);
}

/*!sc*/
.dNxTfO.DropdownItem_redActiveIcon.DropdownItem_active .sc-111o75k-0,
.dNxTfO.DropdownItem_redActiveIcon.dNxTfO:hover .sc-111o75k-0 {
    color: rgb(241, 76, 69);
}

/*!sc*/
data-styled.g1061[id="sc-111o75k-5"] {
    content: "dNxTfO,"
}

/*!sc*/
.iIFIMH {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g1063[id="sc-xkaft1-1"] {
    content: "iIFIMH,"
}

/*!sc*/
.eJvZds {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    color: rgb(203, 205, 211);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*!sc*/
data-styled.g1064[id="sc-xkaft1-2"] {
    content: "eJvZds,"
}

/*!sc*/
.eKEprw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    color: rgb(126, 131, 146);
}

/*!sc*/
data-styled.g1065[id="sc-xkaft1-3"] {
    content: "eKEprw,"
}

/*!sc*/
.kJcxug {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 24px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-weight: 500;
    border: 1px solid rgb(229, 230, 233);
    background: rgb(248, 248, 248);
    font-size: 12px;
    line-height: 16px;
    border-color: transparent;
    background: rgba(126, 131, 146, 0.05);
}

/*!sc*/
.kJcxug:hover,
.kJcxug[aria-expanded='true'] {
    border: 1px solid rgb(105, 168, 99);
    background: rgb(243, 248, 241);
}

/*!sc*/
.kJcxug:hover .sc-xkaft1-1,
.kJcxug[aria-expanded='true'] .sc-xkaft1-1,
.kJcxug:hover .sc-xkaft1-2,
.kJcxug[aria-expanded='true'] .sc-xkaft1-2,
.kJcxug:hover .sc-xkaft1-0,
.kJcxug[aria-expanded='true'] .sc-xkaft1-0 {
    color: rgb(118, 169, 99);
}

/*!sc*/
.kJcxug:hover .sc-xkaft1-3,
.kJcxug[aria-expanded='true'] .sc-xkaft1-3 {
    color: rgb(9, 10, 11);
}

/*!sc*/
.kJcxug[aria-expanded='true'] .sc-xkaft1-2 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*!sc*/
.kJcxug:hover,
.kJcxug[aria-expanded='true'] {
    border-color: transparent;
    background: rgba(126, 131, 146, 0.15);
}

/*!sc*/
.kJcxug:hover .sc-xkaft1-1,
.kJcxug[aria-expanded='true'] .sc-xkaft1-1,
.kJcxug:hover .sc-xkaft1-2,
.kJcxug[aria-expanded='true'] .sc-xkaft1-2,
.kJcxug:hover .sc-xkaft1-0,
.kJcxug[aria-expanded='true'] .sc-xkaft1-0 {
    color: rgb(126, 131, 146);
}

/*!sc*/
data-styled.g1066[id="sc-xkaft1-4"] {
    content: "kJcxug,"
}

/*!sc*/
.jqDLGl {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-left: 5px;
    margin-right: 8px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*!sc*/
data-styled.g1067[id="sc-xkaft1-5"] {
    content: "jqDLGl,"
}

/*!sc*/
.btdFiz {
    overflow: hidden;
    font-weight: 400;
}

/*!sc*/
.btdFiz:empty {
    display: none;
}

/*!sc*/
.btdFiz details {
    padding: 20px 16px 24px 16px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    margin-bottom: 12px;
}

/*!sc*/
@media (min-width:768px) {
    .btdFiz details {
        padding: 24px 30px;
    }
}

/*!sc*/
.btdFiz details[open]>summary {
    margin-bottom: 15px;
}

/*!sc*/
.btdFiz details[open]>summary:after {
    -webkit-transform: rotate(45deg) translateY(7px) scale(-1);
    -ms-transform: rotate(45deg) translateY(7px) scale(-1);
    transform: rotate(45deg) translateY(7px) scale(-1);
    top: 5px;
}

/*!sc*/
.btdFiz details:not([open]):last-child>summary {
    margin-bottom: 0;
}

/*!sc*/
.btdFiz details:last-of-type {
    margin: 0;
}

/*!sc*/
.btdFiz details summary {
    cursor: pointer;
    position: relative;
    list-style: none;
    padding-right: 30px;
}

/*!sc*/
.btdFiz details summary>h2 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 0 30px 0 0 !important;
    font-weight: 500 !important;
}

/*!sc*/
@media (min-width:768px) {
    .btdFiz details summary>h2 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

/*!sc*/
.btdFiz details summary::-webkit-details-marker,
.btdFiz details summary::marker {
    display: none;
}

/*!sc*/
.btdFiz details summary:after {
    content: '';
    border-right: 3px solid;
    border-bottom: 3px solid;
    position: absolute;
    right: 0;
    top: 2px;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg) translateY(5px);
    -ms-transform: rotate(45deg) translateY(5px);
    transform: rotate(45deg) translateY(5px);
    border-color: rgb(203, 205, 211);
}

/*!sc*/
@media (min-width:768px) {
    .btdFiz details summary {
        padding-right: 0;
    }
}

/*!sc*/
.btdFiz a {
    color: rgb(118, 169, 99);
}

/*!sc*/
@media (hover:hover) {
    .btdFiz a:hover {
        color: rgb(98, 145, 80);
    }
}

/*!sc*/
.btdFiz h1,
.btdFiz h2,
.btdFiz h3,
.btdFiz h4 {
    font-weight: 700 !important;
}

/*!sc*/
.btdFiz h1 *,
.btdFiz h2 *,
.btdFiz h3 *,
.btdFiz h4 * {
    font-weight: 700 !important;
}

/*!sc*/
.btdFiz p,
.btdFiz li,
.btdFiz h3,
.btdFiz h4 {
    font-size: 14px;
    line-height: 24px;
    !important;
}

/*!sc*/
.btdFiz p:last-child,
.btdFiz li:last-child,
.btdFiz h3:last-child,
.btdFiz h4:last-child {
    margin-bottom: 0 !important;
}

/*!sc*/
.btdFiz p {
    margin-bottom: 15px !important;
}

/*!sc*/
@media (min-width:768px) {
    .btdFiz p {
        margin-bottom: 20px !important;
    }
}

/*!sc*/
.btdFiz h2,
.btdFiz h3,
.btdFiz ul,
.btdFiz li {
    padding-bottom: 0 !important;
}

/*!sc*/
.btdFiz h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

/*!sc*/
@media (min-width:768px) {
    .btdFiz h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

/*!sc*/
.btdFiz h2 {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    font-size: 16px;
    line-height: 20px;
    !important;
}

/*!sc*/
@media (min-width:768px) {
    .btdFiz h2 {
        margin-top: 30px !important;
        margin-bottom: 20px !important;
        font-size: 18px;
        line-height: 22px;
        !important;
    }
}

/*!sc*/
.btdFiz h3 {
    font-size: 14px;
    line-height: 20px;
    !important;
    margin-block: 15px !important;
    font-weight: 500;
}

/*!sc*/
@media (min-width:768px) {
    .btdFiz h3 {
        margin-block: 20px !important;
        font-size: 16px;
        line-height: 20px;
        !important;
    }
}

/*!sc*/
.btdFiz h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

/*!sc*/
.btdFiz ol,
.btdFiz ul {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 16px;
    margin-bottom: 15px !important;
    padding-left: 30px !important;
}

/*!sc*/
@media (min-width:768px) {

    .btdFiz ol,
    .btdFiz ul {
        margin-bottom: 20px !important;
    }
}

/*!sc*/
.btdFiz ol:last-of-type,
.btdFiz ul:last-of-type {
    margin-bottom: 0 !important;
}

/*!sc*/
.btdFiz ul li::marker {
    color: rgb(118, 169, 99);
    font-size: 1.1em;
}

/*!sc*/
.btdFiz ol li::marker {
    font-weight: 500;
    color: rgb(118, 169, 99);
    font-size: 12px;
    line-height: 16px;
}

/*!sc*/
@media (min-width:768px) {
    .btdFiz ol li::marker {
        font-size: 14px;
        line-height: 20px;
    }
}

/*!sc*/
.btdFiz table {
    margin-block: 15px !important;
}

/*!sc*/
.btdFiz table thead th,
.btdFiz table thead td {
    background: rgb(242, 243, 244);
    font-weight: 700;
}

/*!sc*/
.btdFiz table th,
.btdFiz table td {
    border: 1px solid rgb(229, 230, 233);
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
}

/*!sc*/
.btdFiz * {
    max-width: 100%;
}

/*!sc*/
data-styled.g1095[id="sc-1lkaskx-0"] {
    content: "btdFiz,"
}

/*!sc*/
.hyREvX {
    display: none;
    grid-area: left;
}

/*!sc*/
data-styled.g1109[id="sc-1f6wkge-0"] {
    content: "hyREvX,"
}

/*!sc*/
.eZXjvs {
    width: 100%;
    grid-area: center;
}

/*!sc*/
data-styled.g1110[id="sc-1f6wkge-1"] {
    content: "eZXjvs,"
}

/*!sc*/
.kiABVW {
    display: none;
    grid-area: right;
}

/*!sc*/
data-styled.g1111[id="sc-1f6wkge-2"] {
    content: "kiABVW,"
}

/*!sc*/
.dVpqMC {
    width: 100%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-areas: 'left center right';
    grid-template-columns: 0 100% 0;
}

/*!sc*/
@media (min-width:768px) {
    .dVpqMC {
        grid-template-columns: 1fr 760px 1fr;
        max-width: 760px;
    }
}

/*!sc*/
@media (min-width:1030px) {
    .dVpqMC {
        grid-template-columns: 470px 760px 0;
        max-width: 1030px;
    }

    .dVpqMC .sc-1f6wkge-0 {
        display: block;
    }
}

/*!sc*/
@media (min-width:1360px) {
    .dVpqMC {
        max-width: 1740px;
        grid-template-columns: 470px 760px 1fr;
    }

    .dVpqMC .sc-1f6wkge-2 {
        display: block;
    }
}

/*!sc*/
data-styled.g1112[id="sc-1f6wkge-3"] {
    content: "dVpqMC,"
}

/*!sc*/
.dYjoZu {
    display: block;
    --rgbtext-color: rgb(9, 10, 11);
    --rgb-color-primary: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g1119[id="sc-d0h9pz-0"] {
    content: "dYjoZu,"
}

/*!sc*/
.gBophS #giftTemplate .Root .GiftIcon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    -webkit-animation: 3s ease 0s infinite normal none running jKKrFA !important;
    animation: 3s ease 0s infinite normal none running jKKrFA !important;
}

/*!sc*/
.gBophS #giftTemplate .Root .GiftIcon>div {
    -webkit-animation: 2s linear 0s infinite normal none running Xaqca;
    animation: 2s linear 0s infinite normal none running Xaqca;
}

/*!sc*/
@media (min-width:768px) {
    .gBophS #giftTemplate .Root .GiftIcon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-animation: 3s ease 0s infinite normal none running jKKrFA, 2s linear 0s infinite normal none running Xaqca !important;
        animation: 3s ease 0s infinite normal none running jKKrFA, 2s linear 0s infinite normal none running Xaqca !important;
    }
}

/*!sc*/
@media (min-width:768px) {
    .gBophS {
        margin-left: 20px;
    }
}

/*!sc*/
data-styled.g1123[id="sc-d0h9pz-4"] {
    content: "gBophS,"
}

/*!sc*/
.jjHChH {
    width: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
data-styled.g1124[id="sc-d0h9pz-5"] {
    content: "jjHChH,"
}

/*!sc*/
.dvgmcX {
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g1125[id="sc-d0h9pz-6"] {
    content: "dvgmcX,"
}

/*!sc*/
.gAvJSa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.gAvJSa .favoriteLink--active .sc-d0h9pz-8 {
    color: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g1128[id="sc-d0h9pz-9"] {
    content: "gAvJSa,"
}

/*!sc*/
.btnUSa {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 3;
}

/*!sc*/
.btnUSa>* {
    pointer-events: auto;
}

/*!sc*/
data-styled.g1129[id="sc-1bhqq9-0"] {
    content: "btnUSa,"
}

/*!sc*/
.fZoceK {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    max-width: 30px;
    -webkit-transition: max-width 0.25s, border-color 0.25s;
    transition: max-width 0.25s, border-color 0.25s;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 230, 233);
    border-radius: 4px;
}

/*!sc*/
@media (min-width:1360px) {
    .fZoceK {
        max-width: 100%;
        background-color: rgb(248, 248, 248);
    }
}

/*!sc*/
data-styled.g1131[id="sc-1do6qmg-0"] {
    content: "fZoceK,"
}

/*!sc*/
.koCOaF {
    padding-left: 15px;
    padding-right: 45px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-weight: 400;
    min-width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    color: rgb(9, 10, 11);
    font-size: 14px;
    line-height: 20px;
}

/*!sc*/
@supports (-webkit-overflow-scrolling:touch) {
    .koCOaF {
        font-size: 16px;
        line-height: 20px;
    }
}

/*!sc*/
.koCOaF::-webkit-input-placeholder {
    color: rgb(126, 131, 146);
}

/*!sc*/
.koCOaF::-moz-placeholder {
    color: rgb(126, 131, 146);
}

/*!sc*/
.koCOaF:-ms-input-placeholder {
    color: rgb(126, 131, 146);
}

/*!sc*/
.koCOaF::placeholder {
    color: rgb(126, 131, 146);
}

/*!sc*/
@media (min-width:1360px) {
    .koCOaF {
        padding: 0 30px;
        max-width: 207px;
        opacity: 1;
    }
}

/*!sc*/
data-styled.g1132[id="sc-1do6qmg-1"] {
    content: "koCOaF,"
}

/*!sc*/
.cPFJwO {
    position: absolute;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(203, 205, 211);
    left: unset;
    right: -1px;
    color: rgb(203, 205, 211);
    background-color: rgb(248, 248, 248);
    -webkit-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s;
}

/*!sc*/
@media (min-width:1360px) {
    .cPFJwO {
        color: rgb(203, 205, 211);
        background-color: rgb(248, 248, 248);
        left: -1px;
    }
}

/*!sc*/
data-styled.g1134[id="sc-1do6qmg-3"] {
    content: "cPFJwO,"
}

/*!sc*/
.kExWUL {
    position: relative;
    height: 100%;
    max-width: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.kExWUL .HeaderNav_active,
.kExWUL .HeaderNav_active svg {
    color: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g1135[id="sc-hkjphn-0"] {
    content: "kExWUL,"
}

/*!sc*/
.gA-dPiR .HeaderNavShowMore {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*!sc*/
data-styled.g1136[id="sc-hkjphn-1"] {
    content: "gA-dPiR,"
}

/*!sc*/
.kIuffk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/*!sc*/
data-styled.g1137[id="sc-hkjphn-2"] {
    content: "kIuffk,"
}

/*!sc*/
.fJfugy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: rgb(126, 131, 146);
    font-weight: 500;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    padding-right: 24px;
}

/*!sc*/
.fJfugy svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: rgb(203, 205, 211);
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

/*!sc*/
.fJfugy:hover,
.fJfugy[aria-expanded='true'],
.fJfugy:hover svg,
.fJfugy[aria-expanded='true'] svg {
    color: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g1139[id="sc-hkjphn-4"] {
    content: "fJfugy,"
}

/*!sc*/
.gfiLxv {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: rgb(126, 131, 146);
    font-weight: 500;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    padding-right: 24px;
}

/*!sc*/
.gfiLxv svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: rgb(203, 205, 211);
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

/*!sc*/
.gfiLxv:hover,
.gfiLxv[aria-expanded='true'],
.gfiLxv:hover svg,
.gfiLxv[aria-expanded='true'] svg {
    color: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g1140[id="sc-hkjphn-5"] {
    content: "gfiLxv,"
}

/*!sc*/
.GzxoK {
    position: absolute;
    top: 14px;
    left: 10%;
}

/*!sc*/
data-styled.g1141[id="sc-hkjphn-6"] {
    content: "GzxoK,"
}

/*!sc*/
.gpcNlA {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1px;
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: rgb(229, 230, 233);
    margin-right: 24px;
}

/*!sc*/
data-styled.g1142[id="sc-hkjphn-7"] {
    content: "gpcNlA,"
}

/*!sc*/
.eYiMrc {
    display: none;
    width: 560px;
    -webkit-animation: fade-in 0.25s both;
    animation: fade-in 0.25s both;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
}

/*!sc*/
.eYiMrc .HeaderNavInner {
    position: relative;
    display: inline-block;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4px;
    column-gap: 4px;
    max-height: none;
}

/*!sc*/
@media (min-width:1024px) {
    .eYiMrc {
        width: 760px;
    }
}

/*!sc*/
data-styled.g1143[id="sc-hkjphn-8"] {
    content: "eYiMrc,"
}

/*!sc*/
.gnvHRd .DropdownItemInner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min-content;
    gap: 5px;
}

/*!sc*/
.gnvHRd .DropdownItemInner .sc-hkjphn-9 {
    background-color: rgba(208, 226, 202, 0.25);
    color: rgb(118, 169, 99);
}

/*!sc*/
@media (min-width:768px) {
    .gnvHRd {
        margin-bottom: 4px;
    }
}

/*!sc*/
.ffzxWm .DropdownItemInner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min-content;
    gap: 5px;
}

/*!sc*/
@media (min-width:768px) {
    .ffzxWm {
        margin-bottom: 4px;
    }
}

/*!sc*/
data-styled.g1145[id="sc-hkjphn-10"] {
    content: "gnvHRd,ffzxWm,"
}

/*!sc*/
.edIZPf {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

/*!sc*/
data-styled.g1146[id="sc-hkjphn-11"] {
    content: "edIZPf,"
}

/*!sc*/
.dnTSgG {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgb(229, 230, 233);
    margin-left: 10px;
    margin-right: 8px;
}

/*!sc*/
data-styled.g1161[id="sc-10wthie-0"] {
    content: "dnTSgG,"
}

/*!sc*/
.kATIvv {
    position: relative;
    z-index: 1;
    margin-right: 10px;
}

/*!sc*/
.kATIvv .dropdown_autoheight {
    max-height: none;
}

/*!sc*/
.kATIvv .dropdown_hidden {
    display: none;
}

/*!sc*/
.kATIvv .DropdownItem_active .sc-10wthie-0 {
    background: rgb(208, 226, 202);
}

/*!sc*/
data-styled.g1162[id="sc-10wthie-1"] {
    content: "kATIvv,"
}

/*!sc*/
.kMZWVV {
    padding-left: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    background-color: transparent;
}

/*!sc*/
.kMZWVV .icon {
    color: rgb(126, 131, 146);
}

/*!sc*/
.kMZWVV .chevron {
    color: rgb(203, 205, 211);
}

/*!sc*/
.kMZWVV:not(.sc-10wthie-2.active):hover {
    background-color: rgb(242, 243, 244);
}

/*!sc*/
.kMZWVV:not(.sc-10wthie-2.active):hover .icon {
    color: rgb(9, 10, 11);
}

/*!sc*/
.kMZWVV:not(.sc-10wthie-2.active):hover .chevron {
    color: rgb(126, 131, 146);
}

/*!sc*/
.kMZWVV.active {
    border: 1px solid rgb(118, 169, 99);
    background-color: rgb(243, 248, 241);
}

/*!sc*/
.kMZWVV.active .icon,
.kMZWVV.active .chevron,
.kMZWVV.active .buttonText>span {
    color: rgb(118, 169, 99);
}

/*!sc*/
.kMZWVV .buttonText {
    margin-right: 0;
}

/*!sc*/
data-styled.g1163[id="sc-10wthie-2"] {
    content: "kMZWVV,"
}

/*!sc*/
.jzddLS {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.jzddLS>*:first-child {
    -webkit-filter: none;
    filter: none;
}

/*!sc*/
.jzddLS .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
data-styled.g1164[id="sc-10wthie-3"] {
    content: "jzddLS,"
}

/*!sc*/
.fKFYzo {
    display: block;
    width: 20px;
    text-align: center;
    text-transform: uppercase;
}

/*!sc*/
data-styled.g1165[id="sc-10wthie-4"] {
    content: "fKFYzo,"
}

/*!sc*/
.cjBsXd {
    z-index: 1000;
    height: calc(52px + 8px);
    background-color: rgb(243, 243, 244);
    position: relative;
}

/*!sc*/
@media (min-width:768px) {
    .cjBsXd {
        height: auto;
    }
}

/*!sc*/
data-styled.g1166[id="sc-inssjx-0"] {
    content: "cjBsXd,"
}

/*!sc*/
.fisXFn {
    background-color: rgb(255, 255, 255);
    height: 52px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 12px 10px 16px;
}

/*!sc*/
@media (min-width:768px) {
    .fisXFn {
        padding: initial;
        border-bottom-left-radius: initial;
        border-bottom-right-radius: initial;
    }
}

/*!sc*/
data-styled.g1167[id="sc-inssjx-1"] {
    content: "fisXFn,"
}

/*!sc*/
.blbgPU {
    min-width: 320;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
@media (min-width:1030px) {
    .blbgPU {
        max-width: 1030px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*!sc*/
@media (min-width:1360px) {
    .blbgPU {
        max-width: 1440px;
    }
}

/*!sc*/
data-styled.g1168[id="sc-inssjx-2"] {
    content: "blbgPU,"
}

/*!sc*/
.ikViiG {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-width: initial;
}

/*!sc*/
@media (min-width:1030px) {
    .ikViiG {
        min-width: 180px;
        margin-right: 30px;
    }
}

/*!sc*/
@media (min-width:768px) {
    .ikViiG {
        position: static;
        margin-left: 30px;
    }
}

/*!sc*/
data-styled.g1170[id="sc-inssjx-4"] {
    content: "ikViiG,"
}

/*!sc*/
.fdkrgL {
    display: none;
}

/*!sc*/
@media (min-width:768px) {
    .fdkrgL {
        position: relative;
        margin-left: 30px;
        margin-right: 10px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/
@media (min-width:1360px) {
    .fdkrgL {
        margin-left: 0;
        margin-right: 0;
    }
}

/*!sc*/
data-styled.g1171[id="sc-inssjx-5"] {
    content: "fdkrgL,"
}

/*!sc*/
.ebwjNE {
    position: absolute;
    left: 0;
    right: 45px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media (min-width:1360px) {
    .ebwjNE {
        position: static;
        margin-left: 30px;
        max-width: calc(760px - 30px);
        width: 100%;
    }
}

/*!sc*/
data-styled.g1172[id="sc-inssjx-6"] {
    content: "ebwjNE,"
}

/*!sc*/
.ioaHga {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media (min-width:1360px) {
    .ioaHga {
        position: static;
        margin-left: 20px;
        margin-right: 10px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

/*!sc*/
data-styled.g1173[id="sc-inssjx-7"] {
    content: "ioaHga,"
}

/*!sc*/
.eWcIzu {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

/*!sc*/
@media (min-width:768px) {
    .eWcIzu {
        gap: initial;
        margin-right: 15px;
    }
}

/*!sc*/
@media (min-width:1030px) {
    .eWcIzu {
        margin-left: 0;
    }
}

/*!sc*/
@media (min-width:1360px) {
    .eWcIzu {
        margin-right: 30px;
    }
}

/*!sc*/
data-styled.g1174[id="sc-inssjx-8"] {
    content: "eWcIzu,"
}

/*!sc*/
.iLyA-Dg {
    position: absolute;
    color: rgb(243, 243, 244);
    width: 20px;
    height: 20px;
}

/*!sc*/
data-styled.g1175[id="sc-inssjx-9"] {
    content: "iLyA-Dg,"
}

/*!sc*/
.eEEXHJ {
    display: block;
    bottom: -20px;
    left: 0;
}

/*!sc*/
@media (min-width:768px) {
    .eEEXHJ {
        display: none;
    }
}

/*!sc*/
data-styled.g1176[id="sc-inssjx-10"] {
    content: "eEEXHJ,"
}

/*!sc*/
.kWZyYE {
    display: block;
    bottom: -20px;
    right: 0;
}

/*!sc*/
@media (min-width:768px) {
    .kWZyYE {
        display: none;
    }
}

/*!sc*/
data-styled.g1177[id="sc-inssjx-11"] {
    content: "kWZyYE,"
}

/*!sc*/
.gnZydl {
    grid-area: content;
    padding: 0 15px 15px 15px;
}

/*!sc*/
@media (min-width:768px) {
    .gnZydl {
        padding: 0 0 15px 0;
    }
}

/*!sc*/
data-styled.g1184[id="sc-1vy4lno-0"] {
    content: "gnZydl,"
}

/*!sc*/
.cXHMKQ {
    display: grid;
    grid-template-areas: 'left content right';
    width: 100%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

/*!sc*/
@media (min-width:768px) {
    .cXHMKQ {
        grid-template-columns: 1fr 760px 1fr;
        max-width: 760px;
    }
}

/*!sc*/
@media (min-width:1030px) {
    .cXHMKQ {
        grid-template-columns: 320px 760px 1fr;
        max-width: 1030px;
    }
}

/*!sc*/
@media (min-width:1360px) {
    .cXHMKQ {
        max-width: 1440px;
        grid-template-columns: 320px 760px 410px;
    }
}

/*!sc*/
data-styled.g1185[id="sc-1vy4lno-1"] {
    content: "cXHMKQ,"
}

/*!sc*/
.tLHPT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

/*!sc*/
@media (min-width:768px) {
    .tLHPT {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/*!sc*/
data-styled.g1188[id="sc-1xexym7-0"] {
    content: "tLHPT,"
}

/*!sc*/
.dENHsU {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*!sc*/
data-styled.g1189[id="sc-1xexym7-1"] {
    content: "dENHsU,"
}

/*!sc*/
.huZtFO {
    color: rgb(126, 131, 146);
}

/*!sc*/
data-styled.g1190[id="sc-1xexym7-2"] {
    content: "huZtFO,"
}

/*!sc*/
.goFlVb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*!sc*/
@media (min-width:768px) {
    .goFlVb {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/*!sc*/
data-styled.g1191[id="sc-1xexym7-3"] {
    content: "goFlVb,"
}

/*!sc*/
.gGdHMk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

/*!sc*/
@media (min-width:768px) {
    .gGdHMk {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/*!sc*/
data-styled.g1192[id="sc-fzqqld-0"] {
    content: "gGdHMk,"
}

/*!sc*/
.cqyqnA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*!sc*/
data-styled.g1193[id="sc-fzqqld-1"] {
    content: "cqyqnA,"
}

/*!sc*/
.hojyrX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
data-styled.g1195[id="sc-fzqqld-3"] {
    content: "hojyrX,"
}

/*!sc*/
.sjTPD {
    min-width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    background-color: rgb(241, 76, 69);
    margin-right: 10px;
}

/*!sc*/
data-styled.g1196[id="sc-fzqqld-4"] {
    content: "sjTPD,"
}

/*!sc*/
.gvrhPm {
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    font-weight: 500;
    margin-right: 10px;
}

/*!sc*/
data-styled.g1197[id="sc-fzqqld-5"] {
    content: "gvrhPm,"
}

/*!sc*/
.hzUlpx {
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
}

/*!sc*/
@media (min-width:768px) {
    .hzUlpx {
        margin-left: auto;
        margin-top: 0;
        text-align: right;
    }
}

/*!sc*/
data-styled.g1198[id="sc-fzqqld-6"] {
    content: "hzUlpx,"
}

/*!sc*/
.korJWU {
    margin-right: 10px;
}

/*!sc*/
.korJWU:last-child {
    margin-right: 0;
}

/*!sc*/
data-styled.g1199[id="sc-fzqqld-7"] {
    content: "korJWU,"
}

/*!sc*/
.buzeva {
    min-height: 24px;
    height: 24px;
    box-sizing: content-box;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    padding: 5px 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

/*!sc*/
.buzeva:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*!sc*/
data-styled.g1200[id="sc-fzqqld-8"] {
    content: "buzeva,"
}

/*!sc*/
.kzkZwu {
    margin-top: 16px;
}

/*!sc*/
data-styled.g1201[id="sc-1yx7qj5-0"] {
    content: "kzkZwu,"
}

/*!sc*/
.hekNtJ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 36px;
}

/*!sc*/
@media (min-width:768px) {
    .hekNtJ {
        gap: 24px;
    }
}

/*!sc*/
data-styled.g1202[id="sc-1yx7qj5-1"] {
    content: "hekNtJ,"
}

/*!sc*/
.lqvnk {
    margin-bottom: 56px;
}

/*!sc*/
data-styled.g1203[id="sc-1yx7qj5-2"] {
    content: "lqvnk,"
}

/*!sc*/
.izXwvw {
    margin-bottom: 24px;
}

/*!sc*/
data-styled.g1204[id="sc-1yx7qj5-3"] {
    content: "izXwvw,"
}

/*!sc*/
.hRXZbI {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 12px;
}

/*!sc*/
data-styled.g1205[id="sc-1yx7qj5-4"] {
    content: "hRXZbI,"
}

/*!sc*/
.dlvYLy {
    font-size: 12px;
    line-height: 16px;
}

/*!sc*/
data-styled.g1206[id="sc-1yx7qj5-5"] {
    content: "dlvYLy,"
}

/*!sc*/
.gZMrwA {
    display: inline-block;
    color: rgb(126, 131, 146);
}

/*!sc*/
.gZMrwA:hover,
.gZMrwA:focus {
    color: rgb(98, 145, 80) !important;
}

/*!sc*/
data-styled.g1207[id="sc-1yx7qj5-6"] {
    content: "gZMrwA,"
}

/*!sc*/
.ecJYCZ {
    display: inline-block;
    color: rgb(126, 131, 146);
}

/*!sc*/
.ecJYCZ:hover,
.ecJYCZ:focus {
    color: rgb(98, 145, 80) !important;
}

/*!sc*/
data-styled.g1208[id="sc-1yx7qj5-7"] {
    content: "ecJYCZ,"
}

/*!sc*/
.dXEIzX {
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    max-height: 46px;
    overflow: hidden;
}

/*!sc*/
@media (min-width:768px) {
    .dXEIzX {
        max-height: 500px;
        overflow: visible;
    }
}

/*!sc*/
data-styled.g1209[id="sc-1udshgx-0"] {
    content: "dXEIzX,"
}

/*!sc*/
.jHWSVK {
    position: relative;
    color: rgb(9, 10, 11);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border-top: 1px solid rgb(229, 230, 233);
    padding-top: 14px;
    padding-bottom: 15px;
}

/*!sc*/
@media (min-width:768px) {
    .jHWSVK {
        padding: 0;
        border-top: none;
    }
}

/*!sc*/
.jHWSVK::before {
    content: '';
    right: 5px;
    top: 15px;
    border: 2px solid rgb(203, 205, 211);
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    position: absolute;
}

/*!sc*/
@media (min-width:768px) {
    .jHWSVK::before {
        display: none;
    }
}

/*!sc*/
data-styled.g1210[id="sc-1udshgx-1"] {
    content: "jHWSVK,"
}

/*!sc*/
@media (min-width:768px) {
    .kTKhxI {
        margin-top: 12px;
    }
}

/*!sc*/
data-styled.g1211[id="sc-1udshgx-2"] {
    content: "kTKhxI,"
}

/*!sc*/
.mRKgd {
    height: 12px;
    display: block;
}

/*!sc*/
@media (min-width:768px) {
    .mRKgd {
        display: none;
    }
}

/*!sc*/
data-styled.g1212[id="sc-1udshgx-3"] {
    content: "mRKgd,"
}

/*!sc*/
.kZmgQi {
    padding-top: 16px;
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid rgb(229, 230, 233);
}

/*!sc*/
@media (min-width:768px) {
    .kZmgQi {
        text-align: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*!sc*/
data-styled.g1213[id="sc-19d2vr2-0"] {
    content: "kZmgQi,"
}

/*!sc*/
.fuWEUM {
    padding: 5px 0;
}

/*!sc*/
@media (min-width:768px) {
    .fuWEUM {
        padding: 0;
    }
}

/*!sc*/
data-styled.g1214[id="sc-19d2vr2-1"] {
    content: "fuWEUM,"
}

/*!sc*/
.kwxlFF {
    text-align: left;
}

/*!sc*/
@media (min-width:768px) {
    .kwxlFF {
        padding: 0;
        text-align: right;
    }
}

/*!sc*/
data-styled.g1215[id="sc-19d2vr2-2"] {
    content: "kwxlFF,"
}

/*!sc*/
.BIkUI {
    color: rgb(9, 10, 11);
}

/*!sc*/
.BIkUI:hover {
    color: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g1216[id="sc-19d2vr2-3"] {
    content: "BIkUI,"
}

/*!sc*/
.eRokCx {
    background: rgb(229, 230, 233);
    height: 80px;
}

/*!sc*/
data-styled.g1258[id="sc-b8rrln-1"] {
    content: "eRokCx,"
}

/*!sc*/
.VayEz {
    z-index: 61;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/*!sc*/
data-styled.g1261[id="sc-1xsn000-0"] {
    content: "VayEz,"
}

/*!sc*/
.eUXaCS {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    box-shadow: none;
}

/*!sc*/
@media (min-width:768px) {
    .eUXaCS {
        box-shadow: 0 1px 2px 0 rgba(9, 10, 11, 0.08);
    }
}

/*!sc*/
data-styled.g1262[id="sc-1xsn000-1"] {
    content: "eUXaCS,"
}

/*!sc*/
.bOCiyW {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 62;
}

/*!sc*/
@media (min-width:1440px) {
    .bOCiyW {
        display: none;
    }
}

/*!sc*/
data-styled.g1263[id="sc-1xsn000-2"] {
    content: "bOCiyW,"
}

/*!sc*/
.czDNtf {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding-bottom: 64px;
}

/*!sc*/
@media (min-width:768px) {
    .czDNtf {
        padding-bottom: 22px;
    }
}

/*!sc*/
data-styled.g1264[id="sc-1xsn000-3"] {
    content: "czDNtf,"
}

/*!sc*/
.cjDpEV {
    position: fixed;
    top: 0;
}

/*!sc*/
data-styled.g1265[id="sc-1xsn000-4"] {
    content: "cjDpEV,"
}

/*!sc*/
.gUVGwW {
    display: none;
}

/*!sc*/
@media (min-width:768px) {
    .gUVGwW {
        display: block;
    }
}

/*!sc*/
data-styled.g1266[id="sc-1xsn000-5"] {
    content: "gUVGwW,"
}

/*!sc*/
.fbZGcb {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    margin-inline: 8px;
    margin-bottom: 8px;
}

/*!sc*/
@media (min-width:768px) {
    .fbZGcb {
        display: none;
    }
}

/*!sc*/
data-styled.g1267[id="sc-1xsn000-6"] {
    content: "fbZGcb,"
}

/*!sc*/
.kUxPYB {
    z-index: 20;
    position: relative;
    margin-top: 0;
}

/*!sc*/
@media (min-width:768px) {
    .kUxPYB {
        margin-top: 12px;
    }
}

/*!sc*/
data-styled.g1268[id="sc-1xsn000-7"] {
    content: "kUxPYB,"
}

/*!sc*/
.iTuKvM {
    position: relative;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(229, 230, 233);
}

/*!sc*/
@media (min-width:768px) {
    .iTuKvM {
        box-shadow: 0 0 0 1px rgb(229, 230, 233);
        border: none;
        border-radius: 4px;
    }
}

/*!sc*/
data-styled.g1270[id="sc-1xsn000-9"] {
    content: "iTuKvM,"
}

/*!sc*/
.gIOoVA {
    z-index: 10;
    position: relative;
}

/*!sc*/
data-styled.g1271[id="sc-1xsn000-10"] {
    content: "gIOoVA,"
}

/*!sc*/
.lnxYIu {
    padding: 0 10px 0 20px;
}

/*!sc*/
data-styled.g1274[id="sc-gsavkd-0"] {
    content: "lnxYIu,"
}

/*!sc*/
.gdiJJi {
    font-size: 20px;
    line-height: 24px;
    color: rgb(9, 10, 11);
    margin-bottom: 10px;
    font-weight: 700;
    padding: 0 10px;
}

/*!sc*/
data-styled.g1277[id="sc-14qtqh-1"] {
    content: "gdiJJi,"
}

/*!sc*/
.ijOoKt {
    padding-top: 10px;
    padding-bottom: 15px;
    display: none;
}

/*!sc*/
@media (min-width:768px) {
    .ijOoKt {
        display: block;
    }
}

/*!sc*/
data-styled.g1278[id="sc-1c7kzop-0"] {
    content: "ijOoKt,"
}

/*!sc*/
.laovTb {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*!sc*/
data-styled.g1279[id="sc-1c7kzop-1"] {
    content: "laovTb,"
}

/*!sc*/
.eRHTJe {
    margin-bottom: 5px;
}

/*!sc*/
.eRHTJe:last-child {
    margin-bottom: 0;
}

/*!sc*/
data-styled.g1280[id="sc-1c7kzop-2"] {
    content: "eRHTJe,"
}

/*!sc*/
.fHOXXs {
    color: rgb(126, 131, 146);
    margin-right: 10px;
}

/*!sc*/
data-styled.g1281[id="sc-1oygpd3-0"] {
    content: "fHOXXs,"
}

/*!sc*/
.gLmPSg .active {
    background: rgb(255, 255, 255);
}

/*!sc*/
.gLmPSg .active .sc-1oygpd3-0 {
    color: rgb(118, 169, 99);
}

/*!sc*/
.gLmPSg .active:hover {
    background: rgb(255, 255, 255);
}

/*!sc*/
data-styled.g1282[id="sc-1oygpd3-1"] {
    content: "gLmPSg,"
}

/*!sc*/
.ffxPKC {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: rgb(9, 10, 11);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    padding: 10px;
    border-radius: 4px;
}

/*!sc*/
.ffxPKC:hover {
    color: rgb(9, 10, 11);
    background: rgba(126, 131, 146, 0.05);
}

/*!sc*/
data-styled.g1283[id="sc-1oygpd3-2"] {
    content: "ffxPKC,"
}

/*!sc*/
.cHXUNI {
    border-top: 1px solid rgb(229, 230, 233);
}

/*!sc*/
.cHXUNI:last-child {
    border-bottom: 1px solid rgb(229, 230, 233);
}

/*!sc*/
.cHXUNI:first-child {
    border-top: none;
}

/*!sc*/
data-styled.g1291[id="sc-15kg99g-0"] {
    content: "cHXUNI,"
}

/*!sc*/
.ldCvGU {
    width: 100%;
}

/*!sc*/
data-styled.g1292[id="sc-15kg99g-1"] {
    content: "ldCvGU,"
}

/*!sc*/
.jZcQfw {
    height: 20px;
}

/*!sc*/
data-styled.g1293[id="sc-15kg99g-2"] {
    content: "jZcQfw,"
}

/*!sc*/
.dsUkMS {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 15px5px 0;
    color: rgb(9, 10, 11);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

/*!sc*/
@media (min-width:1030px) {
    .dsUkMS {
        padding: 15px 10px;
    }
}

/*!sc*/
.dsUkMS:hover {
    color: rgb(118, 169, 99);
}

/*!sc*/
data-styled.g1294[id="sc-1n1dofm-0"] {
    content: "dsUkMS,"
}

/*!sc*/
.gvKteO {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*!sc*/
data-styled.g1295[id="sc-1n1dofm-1"] {
    content: "gvKteO,"
}

/*!sc*/
.iyyYVs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g1296[id="sc-1n1dofm-2"] {
    content: "iyyYVs,"
}

/*!sc*/
.jUgDpx {
    font-size: 12px;
    line-height: 16px;
    color: rgb(126, 131, 146);
    padding: 0 10px;
}

/*!sc*/
data-styled.g1321[id="sc-1vxyfb0-0"] {
    content: "jUgDpx,"
}

/*!sc*/
.cUeXyZ {
    display: inline-block;
    margin: 0 8px;
    color: rgb(203, 205, 211);
}

/*!sc*/
data-styled.g1322[id="sc-1vxyfb0-1"] {
    content: "cUeXyZ,"
}

/*!sc*/
.kmqZqq {
    margin-top: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

/*!sc*/
.kmqZqq:empty {
    display: none;
}

/*!sc*/
data-styled.g1346[id="sc-vjv7tj-0"] {
    content: "kmqZqq,"
}

/*!sc*/
.liGIYd {
    padding-block: 25px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
}

/*!sc*/
.liGIYd h1:first-of-type,
.liGIYd h2:first-of-type,
.liGIYd h3:first-of-type {
    margin-top: 0 !important;
}

/*!sc*/
data-styled.g1347[id="sc-vjv7tj-1"] {
    content: "liGIYd,"
}

/*!sc*/
.iGcyqB {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

/*!sc*/
data-styled.g1350[id="sc-18u0541-0"] {
    content: "iGcyqB,"
}

/*!sc*/
.gXtDyj {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 64;
    will-change: transform;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
}

/*!sc*/
@media (min-width:768px) {
    .gXtDyj {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
}

/*!sc*/
data-styled.g1369[id="sc-1peck7g-0"] {
    content: "gXtDyj,"
}

/*!sc*/
.cPxsrA {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
}

/*!sc*/
data-styled.g1370[id="sc-wxmkal-0"] {
    content: "cPxsrA,"
}

/*!sc*/
.grDBTc {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*!sc*/
@media (min-width:768px) {
    .grDBTc {
        padding-bottom: 30px;
    }
}

/*!sc*/
data-styled.g1371[id="sc-wxmkal-1"] {
    content: "grDBTc,"
}

/*!sc*/
.bnRytF {
    height: 80px;
}

/*!sc*/
data-styled.g1372[id="sc-wxmkal-2"] {
    content: "bnRytF,"
}

/*!sc*/
* {
    box-sizing: border-box;
}

/*!sc*/
.grecaptcha-badge {
    visibility: hidden;
}

/*!sc*/
data-styled.g1373[id="sc-global-hoKxol1"] {
    content: "sc-global-hoKxol1,"
}

/*!sc*/
.cUdwHj {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
}

/*!sc*/
@media (min-width:768px) {
    .cUdwHj {
        padding-inline: 5px;
        gap: 17px;
    }
}

/*!sc*/
data-styled.g1374[id="sc-l3bgdv-0"] {
    content: "cUdwHj,"
}

/*!sc*/
.jkvlCM {
    color: rgb(203, 205, 211);
    text-align: center;
    min-width: 26px;
}

/*!sc*/
.jkvlDW {
    color: rgb(203, 205, 211);
    text-align: center;
    min-width: 24px;
}

/*!sc*/
data-styled.g1375[id="sc-l3bgdv-1"] {
    content: "jkvlCM,jkvlDW,"
}

/*!sc*/
.jOzArr {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    position: initial;
    top: initial;
}

/*!sc*/
data-styled.g1376[id="sc-wzh2yo-0"] {
    content: "jOzArr,"
}

/*!sc*/
.imaweF {
    padding-inline: 12px;
    margin-bottom: 10px;
}

/*!sc*/
@media (min-width:768px) {
    .imaweF {
        margin-bottom: 16px;
    }
}

/*!sc*/
data-styled.g1603[id="sc-1qook4i-0"] {
    content: "imaweF,"
}

/*!sc*/
.iYtyoa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

/*!sc*/
data-styled.g1605[id="sc-1qook4i-2"] {
    content: "iYtyoa,"
}

/*!sc*/
.bWIqnx {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    color: rgb(126, 131, 146);
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block: 14px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*!sc*/
.bWIqnx svg {
    margin-left: 5px;
    color: rgb(203, 205, 211);
}

/*!sc*/
.bWIqnx:hover svg {
    color: rgb(98, 145, 80);
}

/*!sc*/
data-styled.g1606[id="sc-1qook4i-3"] {
    content: "bWIqnx,"
}

/*!sc*/
.yrJen {
    position: relative;
    z-index: 1;
    padding: 8px;
    padding-top: 16px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 15px;
}

/*!sc*/
.yrJen:has(.sc-1qook4i-3) {
    padding-bottom: 0;
}

/*!sc*/
@media (min-width:768px) {
    .yrJen {
        padding: 16px;
    }
}

/*!sc*/
data-styled.g1607[id="sc-1qook4i-4"] {
    content: "yrJen,"
}

/*!sc*/
.gyREyU {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
}

/*!sc*/
data-styled.g1608[id="sc-13dfxab-0"] {
    content: "gyREyU,"
}

/*!sc*/
.kozYiF {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 4px;
}

/*!sc*/
data-styled.g1609[id="sc-13dfxab-1"] {
    content: "kozYiF,"
}

/*!sc*/
.yGjVC {
    position: relative;
    min-height: 48px;
    padding: 8px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(234, 237, 240, 1) 23.17%, rgba(248, 248, 248, 0) 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*!sc*/
data-styled.g1610[id="sc-13dfxab-2"] {
    content: "yGjVC,"
}

/*!sc*/
.lnuejF {
    font-size: 12px;
    line-height: 16px;
    color: rgb(9, 10, 11);
    font-weight: 500;
}

/*!sc*/
data-styled.g1612[id="sc-13dfxab-4"] {
    content: "lnuejF,"
}

/*!sc*/
.iiOXcW {
    padding-left: 8px;
    padding-right: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

/*!sc*/
data-styled.g1616[id="sc-og57cc-0"] {
    content: "iiOXcW,"
}

/*!sc*/
.kiVdxT {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    overflow: hidden;
    color: rgb(9, 10, 11);
}

/*!sc*/
.kiVdxT span {
    font-weight: 400;
    color: rgb(67, 69, 77);
}

/*!sc*/
data-styled.g1617[id="sc-og57cc-1"] {
    content: "kiVdxT,"
}

/*!sc*/
.dRVDA {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*!sc*/
data-styled.g1618[id="sc-og57cc-2"] {
    content: "dRVDA,"
}

/*!sc*/
.vaEqd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.vaEqd>* {
    margin-left: -5px;
}

/*!sc*/
.vaEqd>*:first-child {
    margin-left: 0;
}

/*!sc*/
.vaEqd img {
    width: 100%;
}

/*!sc*/
data-styled.g1619[id="sc-og57cc-3"] {
    content: "vaEqd,"
}

/*!sc*/
.eJKsmP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 8px;
    background: rgba(238, 238, 238);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    border-radius: 30px;
    color: rgb(9, 10, 11);
}

/*!sc*/
.eJKsmP:has(.sc-og57cc-3) {
    padding: 6px 8px 6px 5px;
}

/*!sc*/
data-styled.g1620[id="sc-og57cc-4"] {
    content: "eJKsmP,"
}

/*!sc*/
.clOpzx {
    text-align: center;
}

/*!sc*/
data-styled.g1621[id="sc-og57cc-5"] {
    content: "clOpzx,"
}

/*!sc*/
.hNWKUS {
    background: rgba(238, 238, 238);
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(126, 131, 146);
    border: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

/*!sc*/
.hNWKUS:hover {
    background: rgb(229, 230, 233);
}

/*!sc*/
data-styled.g1622[id="sc-og57cc-6"] {
    content: "hNWKUS,"
}

/*!sc*/
.hpvWlg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

/*!sc*/
data-styled.g1624[id="sc-og57cc-8"] {
    content: "hpvWlg,"
}

/*!sc*/
.emIpKv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    background: rgb(248, 248, 248);
    padding: 8px;
    border-radius: 10px;
}

/*!sc*/
.emIpKv:has(.sc-og57cc-9) {
    padding-bottom: 0;
}

/*!sc*/
.emIpKv .sc-og57cc-7 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*!sc*/
.gkDBDD {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    background: rgb(248, 248, 248);
    padding: 8px;
    border-radius: 10px;
    gap: 0;
}

/*!sc*/
.gkDBDD .sc-og57cc-7 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*!sc*/
data-styled.g1626[id="sc-og57cc-10"] {
    content: "emIpKv,gkDBDD,"
}

/*!sc*/
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/static/fonts/Onest/Onest-cyrillic-ext.woff2) format('woff2');
}

/*!sc*/
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/static/fonts/Onest/Onest-cyrillic.woff2) format('woff2');
}

/*!sc*/
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/static/fonts/Onest/Onest-latin-ext.woff2) format('woff2');
}

/*!sc*/
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/static/fonts/Onest/Onest-latin.woff2) format('woff2');
}

/*!sc*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*!sc*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(#000, 0);
}

/*!sc*/
body {
    margin: 0;
    font-family: Onest, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 12px;
    line-height: 1.33333333;
    font-weight: 500;
    color: rgb(9, 10, 11);
    text-align: left;
    background-color: rgb(243, 243, 244);
}

/*!sc*/
[tabindex='-1']:focus {
    outline: 0 !important;
}

/*!sc*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/*!sc*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 8px;
}

/*!sc*/
p {
    margin-top: 0;
    margin-bottom: 16px;
}

/*!sc*/
ol,
ul {
    margin-top: 0;
    margin-bottom: 16px;
}

/*!sc*/
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

/*!sc*/
a {
    color: rgb(9, 10, 11);
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
}

/*!sc*/
@media (hover:hover) {
    a:hover {
        color: rgb(98, 145, 80);
        -webkit-text-decoration: none;
        text-decoration: none;
    }
}

/*!sc*/
img {
    vertical-align: middle;
}

/*!sc*/
svg {
    overflow: hidden;
    vertical-align: middle;
}

/*!sc*/
iframe {
    border: none;
}

/*!sc*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*!sc*/
td,
th {
    padding: 0;
}

/*!sc*/
button {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    -moz-appearance: none;
    padding: 0;
    background-color: transparent;
}

/*!sc*/
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

/*!sc*/
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*!sc*/
button,
input {
    overflow: visible;
}

/*!sc*/
button,
select {
    text-transform: none;
}

/*!sc*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/*!sc*/
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/*!sc*/
input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

/*!sc*/
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

/*!sc*/
textarea {
    overflow: auto;
    resize: vertical;
}

/*!sc*/
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/*!sc*/
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

/*!sc*/
progress {
    vertical-align: baseline;
}

/*!sc*/
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/*!sc*/
[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

/*!sc*/
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*!sc*/
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

/*!sc*/
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

/*!sc*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 8px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

/*!sc*/
h1 {
    font-size: 40px;
}

/*!sc*/
h2 {
    font-size: 32px;
}

/*!sc*/
h3 {
    font-size: 28px;
}

/*!sc*/
h4 {
    font-size: 24px;
}

/*!sc*/
h5 {
    font-size: 20px;
}

/*!sc*/
h6 {
    font-size: 16px;
}

/*!sc*/
button {
    outline: none !important;
}

/*!sc*/
a {
    -webkit-transition: color var(--transition-duration);
    transition: color var(--transition-duration);
}

/*!sc*/
.lazyload,
.lazyloading {
    opacity: 0;
}

/*!sc*/
.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity var(--transition-duration);
    transition: opacity var(--transition-duration);
}

/*!sc*/
body.disable-hover {
    pointer-events: none;
}

/*!sc*/
@include respond-to(sm) {
    display: none;
}

/*|*/
body .mobile-hidden {
    display: none;
}

/*!sc*/
@include respond-to(sm) {
    display: block;
}

/*|*/
.fade-in {
    -webkit-animation: fade-in var(--transition-duration) both;
    animation: fade-in var(--transition-duration) both;
}

/*!sc*/
.fade-out {
    -webkit-animation: fade-out var(--transition-duration) both;
    animation: fade-out var(--transition-duration) both;
}

/*!sc*/
.hide-scrollbars {
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/*!sc*/
.hide-scrollbars::-webkit-scrollbar {
    display: none;
}

/*!sc*/
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*!sc*/
@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*!sc*/
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes levitation {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    33% {
        -webkit-transform: translate3d(10px, -7px, 0px);
        -ms-transform: translate3d(10px, -7px, 0px);
        transform: translate3d(10px, -7px, 0px);
    }

    66% {
        -webkit-transform: translate3d(0px, -7px, 0px);
        -ms-transform: translate3d(0px, -7px, 0px);
        transform: translate3d(0px, -7px, 0px);
    }

    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
}

/*!sc*/
@keyframes levitation {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    33% {
        -webkit-transform: translate3d(10px, -7px, 0px);
        -ms-transform: translate3d(10px, -7px, 0px);
        transform: translate3d(10px, -7px, 0px);
    }

    66% {
        -webkit-transform: translate3d(0px, -7px, 0px);
        -ms-transform: translate3d(0px, -7px, 0px);
        transform: translate3d(0px, -7px, 0px);
    }

    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
}

/*!sc*/
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*!sc*/
@keyframes pulse {
    from {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*!sc*/
.fade_in {
    -webkit-animation: lbWRkT 0.25s;
    animation: lbWRkT 0.25s;
}

/*!sc*/
.fade_out {
    -webkit-animation: gHmQJP 0.25s;
    animation: gHmQJP 0.25s;
}

/*!sc*/
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%;
}

/*!sc*/
#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%;
}

/*!sc*/
#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px;
}

/*!sc*/
#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px;
}

/*!sc*/
#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%;
}

/*!sc*/
#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px;
}

/*!sc*/
#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px;
}

/*!sc*/
#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
#noty_layout__centerLeft {
    top: 50%;
    left: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
#noty_layout__centerRight {
    top: 50%;
    right: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
.noty_progressbar {
    display: none;
}

/*!sc*/
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #646464;
    opacity: 0.2;
    -webkit-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
}

/*!sc*/
.noty_bar {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    -webkit-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden;
}

/*!sc*/
.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*!sc*/
.noty_effects_close {
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*!sc*/
.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out;
}

/*!sc*/
.noty_close_with_click {
    cursor: pointer;
}

/*!sc*/
.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*!sc*/
.noty_close_button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/*!sc*/
.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0;
}

/*!sc*/
.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in .3s ease-out;
    -webkit-animation: noty_modal_in .3s ease-out;
    animation: noty_modal_in .3s ease-out;
}

/*!sc*/
.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out .3s ease-out;
    -webkit-animation: noty_modal_out .3s ease-out;
    animation: noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*!sc*/
@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

/*!sc*/
@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

/*!sc*/
@keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

/*!sc*/
@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

/*!sc*/
@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

/*!sc*/
@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

/*!sc*/
@keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

/*!sc*/
.noty_theme__mint.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

/*!sc*/
.noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
}

/*!sc*/
.noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px;
}

/*!sc*/
.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
    background-color: #fff;
    border-bottom: 1px solid #D1D1D1;
    color: #2F2F2F;
}

/*!sc*/
.noty_theme__mint.noty_type__warning {
    background-color: #FFAE42;
    border-bottom: 1px solid #E89F3C;
    color: #fff;
}

/*!sc*/
.noty_theme__mint.noty_type__error {
    background-color: #DE636F;
    border-bottom: 1px solid #CA5A65;
    color: #fff;
}

/*!sc*/
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
    background-color: #7F7EFF;
    border-bottom: 1px solid #7473E8;
    color: #fff;
}

/*!sc*/
.noty_theme__mint.noty_type__success {
    background-color: #AFC765;
    border-bottom: 1px solid #A0B55C;
    color: #fff;
}

/*!sc*/
.tippy-box {
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 12px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center;
}

/*!sc*/
[data-tippy-root] {
    z-index: 3 !important;
}

/*!sc*/
a,
.pointer {
    cursor: pointer;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

/*!sc*/
body {
    padding-right: 0 !important;
}

/*!sc*/
.cursorDefault {
    cursor: default;
}

/*!sc*/
.is-loading,
.dropdown--loading,
.promise--loading,
.link--loading {
    opacity: 0.5 !important;
    cursor: wait !important;
}

/*!sc*/
.svg-symbols-root {
    border: 0 !important;
    -webkit-clip: rect(0, 0, 0, 0) !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

/*!sc*/
* {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/*!sc*/
.tippy-box[data-theme~='dark'] {
    background: linear-gradient(233.81deg, #202020 22.71%, #090A0B 76.64%);
    color: rgb(255, 255, 255);
    border-radius: 16px;
}

/*!sc*/
data-styled.g2465[id="sc-global-RJSmL1"] {
    content: "sc-global-RJSmL1,"
}

/*!sc*/
.bNJwfE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
@media (min-width:768px) {
    .bNJwfE {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*!sc*/
data-styled.g2627[id="sc-14e1rci-1"] {
    content: "bNJwfE,"
}

/*!sc*/
.ihDikb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

/*!sc*/
@media (min-width:768px) {
    .ihDikb {
        margin-bottom: 0;
    }
}

/*!sc*/
data-styled.g2628[id="sc-14e1rci-2"] {
    content: "ihDikb,"
}

/*!sc*/
.bsdUJV {
    margin-right: 8px;
}

/*!sc*/
data-styled.g2629[id="sc-14e1rci-3"] {
    content: "bsdUJV,"
}

/*!sc*/
.ghWuBf {
    margin-right: 5px;
}

/*!sc*/
data-styled.g2630[id="sc-14e1rci-4"] {
    content: "ghWuBf,"
}

/*!sc*/
.bhgCOI {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    font-weight: 500;
    color: rgb(9, 10, 11);
    margin-bottom: 0;
}

/*!sc*/
data-styled.g2631[id="sc-14e1rci-5"] {
    content: "bhgCOI,"
}

/*!sc*/
.kpXzKc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: rgb(9, 10, 11);
    margin-bottom: 0;
}

/*!sc*/
data-styled.g2632[id="sc-14e1rci-6"] {
    content: "kpXzKc,"
}

/*!sc*/
@media (min-width:768px) {
    .jKFtHa {
        position: absolute;
        right: 30px;
        top: 16px;
    }
}

/*!sc*/
data-styled.g2633[id="sc-14e1rci-7"] {
    content: "jKFtHa,"
}

/*!sc*/
.dKnUID {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

/*!sc*/
@media (min-width:768px) {
    .dKnUID {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*!sc*/
@media (min-width:768px) {
    .dKnUID {
        padding-top: 15px;
    }
}

/*!sc*/
data-styled.g2634[id="sc-1bnpnmk-0"] {
    content: "dKnUID,"
}

/*!sc*/
.fWKpEz {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-bottom: 12px;
}

/*!sc*/
data-styled.g2635[id="sc-1bnpnmk-1"] {
    content: "fWKpEz,"
}

/*!sc*/
.gXUiAu {
    position: relative;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(9, 10, 11, 0.08);
    background-color: rgb(255, 255, 255);
}

/*!sc*/
data-styled.g2640[id="sc-v187af-0"] {
    content: "gXUiAu,"
}

/*!sc*/
.jijPAP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
data-styled.g2641[id="sc-v187af-1"] {
    content: "jijPAP,"
}

/*!sc*/
.jRyoGH {
    margin-left: 10px;
    font-size: 12px;
    line-height: 16px;
    color: rgb(9, 10, 11);
}

/*!sc*/
.jRyoGH>* {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: auto;
}

/*!sc*/
@media (min-width:768px) {
    .jRyoGH>* {
        max-width: 160px;
    }
}

/*!sc*/
data-styled.g2642[id="sc-v187af-2"] {
    content: "jRyoGH,"
}

/*!sc*/
.hSOEOa {
    font-weight: 700;
    margin-bottom: 2px;
}

/*!sc*/
data-styled.g2643[id="sc-v187af-3"] {
    content: "hSOEOa,"
}

/*!sc*/
.jbvnVE {
    color: rgb(126, 131, 146);
    min-height: 16px;
}

/*!sc*/
data-styled.g2644[id="sc-v187af-4"] {
    content: "jbvnVE,"
}

/*!sc*/
.hGbrqO {
    margin-top: 12px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7px 14px;
    background-color: rgb(242, 243, 244);
    color: rgb(126, 131, 146);
    position: relative;
    border-radius: 2px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

/*!sc*/
.hGbrqO:before {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 26px;
    height: 26px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
}

/*!sc*/
.hGbrqO:hover {
    background-color: rgb(118, 169, 99);
    color: rgb(255, 255, 255);
}

/*!sc*/
.hGbrqO:hover:before {
    background: rgb(98, 145, 80);
}

/*!sc*/
data-styled.g2645[id="sc-v187af-5"] {
    content: "hGbrqO,"
}

/*!sc*/
.jgMMFN {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    right: 7px;
    top: 7px;
    bottom: 7px;
    width: 16px;
    height: 16px;
    color: rgb(203, 205, 211);
}

/*!sc*/
.sc-v187af-5:hover>.sc-v187af-6 {
    color: rgb(255, 255, 255);
}

/*!sc*/
data-styled.g2646[id="sc-v187af-6"] {
    content: "jgMMFN,"
}

/*!sc*/
.fFYggg {
    padding-left: 15px;
    padding-right: 15px;
}

/*!sc*/
@media (min-width:768px) {
    .fFYggg {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*!sc*/
data-styled.g2789[id="sc-1vqfvij-1"] {
    content: "fFYggg,"
}

/*!sc*/
.eENKly {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 10px;
    padding: 15px;
    background-color: rgb(242, 243, 244);
}

/*!sc*/
@media (min-width:640px) {
    .eENKly {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -webkit-column-gap: 12px;
        column-gap: 12px;
        row-gap: 12px;
    }
}

/*!sc*/
@media (min-width:768px) {
    .eENKly {
        padding-top: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        background-color: rgb(255, 255, 255);
    }
}

/*!sc*/
data-styled.g2790[id="sc-1vqfvij-2"] {
    content: "eENKly,"
}

/*!sc*/
.fTvwDg {
    margin-bottom: 15px;
}

/*!sc*/
data-styled.g2825[id="sc-qtti9u-0"] {
    content: "fTvwDg,"
}

/*!sc*/
.cgiPHh {
    padding-left: 15px;
    padding-right: 15px;
}

/*!sc*/
@media (min-width:768px) {
    .cgiPHh {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*!sc*/
data-styled.g2828[id="sc-1a0ryb9-1"] {
    content: "cgiPHh,"
}

/*!sc*/
.rnZyQ {
    padding: 0 5px 5px;
}

/*!sc*/
@media (min-width:768px) {
    .rnZyQ {
        padding: 0 10px 10px;
    }
}

/*!sc*/
.rnZyQ .ShowMoreWrapper:after {
    display: none;
}

/*!sc*/
data-styled.g2829[id="sc-1a0ryb9-2"] {
    content: "rnZyQ,"
}

/*!sc*/
.bkQJPs {
    background: rgb(248, 248, 248);
    border-radius: 15px;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

/*!sc*/
@media (min-width:768px) {
    .bkQJPs {
        padding: 10px;
        gap: 10px;
    }
}

/*!sc*/
data-styled.g2830[id="sc-1a0ryb9-3"] {
    content: "bkQJPs,"
}

/*!sc*/
@-webkit-keyframes lbWRkT {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*!sc*/
@keyframes lbWRkT {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*!sc*/
data-styled.g3883[id="sc-keyframes-lbWRkT"] {
    content: "lbWRkT,"
}

/*!sc*/
@-webkit-keyframes gHmQJP {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
@keyframes gHmQJP {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
data-styled.g3884[id="sc-keyframes-gHmQJP"] {
    content: "gHmQJP,"
}

/*!sc*/
@-webkit-keyframes jKKrFA {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

/*!sc*/
@keyframes jKKrFA {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

/*!sc*/
data-styled.g3885[id="sc-keyframes-jKKrFA"] {
    content: "jKKrFA,"
}

/*!sc*/
@-webkit-keyframes Xaqca {

    0%,
    7% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    15% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    20% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30% {
        -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    35% {
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    40%,
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

/*!sc*/
@keyframes Xaqca {

    0%,
    7% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    15% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    20% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30% {
        -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    35% {
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    40%,
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

/*!sc*/
data-styled.g3886[id="sc-keyframes-Xaqca"] {
    content: "Xaqca,"
}

/*!sc*/
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/static/fonts/Onest/Onest-cyrillic-ext.woff2) format('woff2');
}

/*!sc*/
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/static/fonts/Onest/Onest-cyrillic.woff2) format('woff2');
}

/*!sc*/
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/static/fonts/Onest/Onest-latin-ext.woff2) format('woff2');
}

/*!sc*/
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/static/fonts/Onest/Onest-latin.woff2) format('woff2');
}

/*!sc*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*!sc*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(#000, 0);
}

/*!sc*/
body {
    margin: 0;
    font-family: Onest, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 12px;
    line-height: 1.33333333;
    font-weight: 500;
    color: rgb(9, 10, 11);
    text-align: left;
    background-color: rgb(243, 243, 244);
}

/*!sc*/
[tabindex='-1']:focus {
    outline: 0 !important;
}

/*!sc*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/*!sc*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 8px;
}

/*!sc*/
p {
    margin-top: 0;
    margin-bottom: 16px;
}

/*!sc*/
ol,
ul {
    margin-top: 0;
    margin-bottom: 16px;
}

/*!sc*/
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

/*!sc*/
a {
    color: rgb(9, 10, 11);
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
}

/*!sc*/
@media (hover:hover) {
    a:hover {
        color: rgb(98, 145, 80);
        -webkit-text-decoration: none;
        text-decoration: none;
    }
}

/*!sc*/
img {
    vertical-align: middle;
}

/*!sc*/
svg {
    overflow: hidden;
    vertical-align: middle;
}

/*!sc*/
iframe {
    border: none;
}

/*!sc*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*!sc*/
td,
th {
    padding: 0;
}

/*!sc*/
button {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    -moz-appearance: none;
    padding: 0;
    background-color: transparent;
}

/*!sc*/
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

/*!sc*/
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*!sc*/
button,
input {
    overflow: visible;
}

/*!sc*/
button,
select {
    text-transform: none;
}

/*!sc*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/*!sc*/
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/*!sc*/
input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

/*!sc*/
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

/*!sc*/
textarea {
    overflow: auto;
    resize: vertical;
}

/*!sc*/
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/*!sc*/
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

/*!sc*/
progress {
    vertical-align: baseline;
}

/*!sc*/
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/*!sc*/
[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

/*!sc*/
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*!sc*/
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

/*!sc*/
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

/*!sc*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 8px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

/*!sc*/
h1 {
    font-size: 40px;
}

/*!sc*/
h2 {
    font-size: 32px;
}

/*!sc*/
h3 {
    font-size: 28px;
}

/*!sc*/
h4 {
    font-size: 24px;
}

/*!sc*/
h5 {
    font-size: 20px;
}

/*!sc*/
h6 {
    font-size: 16px;
}

/*!sc*/
button {
    outline: none !important;
}

/*!sc*/
a {
    -webkit-transition: color var(--transition-duration);
    transition: color var(--transition-duration);
}

/*!sc*/
.lazyload,
.lazyloading {
    opacity: 0;
}

/*!sc*/
.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity var(--transition-duration);
    transition: opacity var(--transition-duration);
}

/*!sc*/
body.disable-hover {
    pointer-events: none;
}

/*!sc*/
@include respond-to(sm) {
    display: none;
}

/*|*/
body .mobile-hidden {
    display: none;
}

/*!sc*/
@include respond-to(sm) {
    display: block;
}

/*|*/
.fade-in {
    -webkit-animation: fade-in var(--transition-duration) both;
    animation: fade-in var(--transition-duration) both;
}

/*!sc*/
.fade-out {
    -webkit-animation: fade-out var(--transition-duration) both;
    animation: fade-out var(--transition-duration) both;
}

/*!sc*/
.hide-scrollbars {
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/*!sc*/
.hide-scrollbars::-webkit-scrollbar {
    display: none;
}

/*!sc*/
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*!sc*/
@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*!sc*/
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes levitation {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    33% {
        -webkit-transform: translate3d(10px, -7px, 0px);
        -ms-transform: translate3d(10px, -7px, 0px);
        transform: translate3d(10px, -7px, 0px);
    }

    66% {
        -webkit-transform: translate3d(0px, -7px, 0px);
        -ms-transform: translate3d(0px, -7px, 0px);
        transform: translate3d(0px, -7px, 0px);
    }

    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
}

/*!sc*/
@keyframes levitation {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    33% {
        -webkit-transform: translate3d(10px, -7px, 0px);
        -ms-transform: translate3d(10px, -7px, 0px);
        transform: translate3d(10px, -7px, 0px);
    }

    66% {
        -webkit-transform: translate3d(0px, -7px, 0px);
        -ms-transform: translate3d(0px, -7px, 0px);
        transform: translate3d(0px, -7px, 0px);
    }

    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
}

/*!sc*/
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*!sc*/
@keyframes pulse {
    from {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*!sc*/
.fade_in {
    -webkit-animation: lbWRkT 0.25s;
    animation: lbWRkT 0.25s;
}

/*!sc*/
.fade_out {
    -webkit-animation: gHmQJP 0.25s;
    animation: gHmQJP 0.25s;
}

/*!sc*/
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%;
}

/*!sc*/
#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%;
}

/*!sc*/
#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px;
}

/*!sc*/
#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px;
}

/*!sc*/
#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%;
}

/*!sc*/
#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px;
}

/*!sc*/
#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px;
}

/*!sc*/
#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
#noty_layout__centerLeft {
    top: 50%;
    left: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
#noty_layout__centerRight {
    top: 50%;
    right: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/*!sc*/
.noty_progressbar {
    display: none;
}

/*!sc*/
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #646464;
    opacity: 0.2;
    -webkit-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
}

/*!sc*/
.noty_bar {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    -webkit-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden;
}

/*!sc*/
.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*!sc*/
.noty_effects_close {
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*!sc*/
.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out;
}

/*!sc*/
.noty_close_with_click {
    cursor: pointer;
}

/*!sc*/
.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*!sc*/
.noty_close_button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/*!sc*/
.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0;
}

/*!sc*/
.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in .3s ease-out;
    -webkit-animation: noty_modal_in .3s ease-out;
    animation: noty_modal_in .3s ease-out;
}

/*!sc*/
.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out .3s ease-out;
    -webkit-animation: noty_modal_out .3s ease-out;
    animation: noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*!sc*/
@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

/*!sc*/
@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

/*!sc*/
@keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

/*!sc*/
@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

/*!sc*/
@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

/*!sc*/
@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

/*!sc*/
@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

/*!sc*/
@keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

/*!sc*/
.noty_theme__mint.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

/*!sc*/
.noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
}

/*!sc*/
.noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px;
}

/*!sc*/
.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
    background-color: #fff;
    border-bottom: 1px solid #D1D1D1;
    color: #2F2F2F;
}

/*!sc*/
.noty_theme__mint.noty_type__warning {
    background-color: #FFAE42;
    border-bottom: 1px solid #E89F3C;
    color: #fff;
}

/*!sc*/
.noty_theme__mint.noty_type__error {
    background-color: #DE636F;
    border-bottom: 1px solid #CA5A65;
    color: #fff;
}

/*!sc*/
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
    background-color: #7F7EFF;
    border-bottom: 1px solid #7473E8;
    color: #fff;
}

/*!sc*/
.noty_theme__mint.noty_type__success {
    background-color: #AFC765;
    border-bottom: 1px solid #A0B55C;
    color: #fff;
}

/*!sc*/
.tippy-box {
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 12px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center;
}

/*!sc*/
[data-tippy-root] {
    z-index: 3 !important;
}

/*!sc*/
a,
.pointer {
    cursor: pointer;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

/*!sc*/
body {
    padding-right: 0 !important;
}

/*!sc*/
.cursorDefault {
    cursor: default;
}

/*!sc*/
.is-loading,
.dropdown--loading,
.promise--loading,
.link--loading {
    opacity: 0.5 !important;
    cursor: wait !important;
}

/*!sc*/
.svg-symbols-root {
    border: 0 !important;
    -webkit-clip: rect(0, 0, 0, 0) !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

/*!sc*/
* {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/*!sc*/
.tippy-box[data-theme~='dark'] {
    background: linear-gradient(233.81deg, #202020 22.71%, #090A0B 76.64%);
    color: rgb(255, 255, 255);
    border-radius: 16px;
}

/*!sc*/
data-styled.g3887[id="sc-global-RJSmL2"] {
    content: "sc-global-RJSmL2,"
}

/*!sc*/
* {
    box-sizing: border-box;
}

/*!sc*/
.grecaptcha-badge {
    visibility: hidden;
}

/*!sc*/
data-styled.g3888[id="sc-global-hoKxol2"] {
    content: "sc-global-hoKxol2,"
}

/*!sc*/

@media (min-width: 1030px) {
  .dQgufq {
    border-radius: 2px;
  }
}
.dQgufq {
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  transition: background 0.25s;
}


.hHLTXH {
  margin-right: 10px;
}
.gcmepq {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  color: rgb(203, 205, 211);
  width: 34px;
  height: 34px;
}


.fNqUxJ {
  position: relative;
  color: rgb(9, 10, 11);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  border-top: 1px solid rgb(229, 230, 233);
  padding-top: 14px;
  padding-bottom: 15px;
}

.fNqUxJ::before {
  content: "";
  right: 5px;
  border-width: 2px 2px medium medium;
  border-style: solid solid none none;
  border-color: rgb(203, 205, 211) rgb(203, 205, 211) currentcolor currentcolor;
  border-image: none;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(-45deg);
  top: 20px;
}

.jaFEgo {
  transition: max-height 0.3s ease-out;
  max-height: 1000px;
}


.jVRcWh {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.25s;
}


.eEoSgr:hover {
  color: rgb(118, 169, 99);
}
@media (min-width: 1030px) {
  .eEoSgr {
    padding: 15px 10px;
  }
}
.eEoSgr {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: rgb(126, 131, 146);
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.25s;
}
 

/* league */



.kQzGUi {
  flex-direction: column;
  gap: 10px;
  display: flex;
}


.lazyloaded {
    opacity: 1;
    transition: opacity var(--transition-duration);
}

.lazyloaded {
    opacity: 1;
    transition: opacity var(--transition-duration);
}

.hdwUJe {
    white-space: nowrap;
    font-weight: 500;
    display: inline-block;
}

.cmfzay {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 30px;
}

.cmfzay .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px;
}

.cmfzay.Button_linkActive, .cmfzay.Button_nonInteractive {
    cursor: default;
    pointer-events: none;
}

.hGdHvP {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 40px !important;
}

.hGdHvP.Button_linkActive, .hGdHvP.Button_nonInteractive {
    cursor: default;
    pointer-events: none;
}

.dTeXrV {
    background-color: rgb(118, 169, 99);
    color: rgb(255, 255, 255);
}

.eWUDht {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    height: 190px;
    padding-inline: 20px;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.kZZUK {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(9, 10, 11);
}

.kZZUK span {
    color: rgb(118, 169, 99);
}

.AuKdO {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(9, 10, 11);
}

.hBRvQV {
    position: relative;
    font-weight: 700;
    border-radius: 4px;
    pointer-events: auto;
    padding-inline: 15px;
    min-width: 150px;
}

.jamqAJ {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 60px;
    right: -41px;
    opacity: 0.35 !important;
}

.kbUdNT {
    position: absolute;
    top: -28px;
    left: -22px;
    width: 100px;
    height: 100px;
    opacity: 0.14 !important;
}

@media (min-width: 768px) {
  .fvUUBM {
    padding: 10px;
    margin-top: 7px;
    z-index: 3;
    width: 300px;
    top: 100%;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 1px solid rgb(229, 230, 233);
  }
}
.fvUUBM {
  font-size: 14px;
  line-height: 20px;
  background: rgb(255, 255, 255);
  animation: 0.25s jBcSpD;
  width: 100%;
}

.ixrffO {
  flex-shrink: 0;
  transition: transform 0.25s;
  transform: rotate(0deg);
}

.icjQQW {
  flex-shrink: 0;
  transition: transform 0.25s;
  transform: rotate(-180deg);
}




.ixrffO {
    flex-shrink: 0;
    transition: transform .25s;
    transform: rotate(0)
}

.hdwUJe {
    white-space: nowrap;
    font-weight: 500;
    display: inline-block
}

.ZtBHv {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s, color .25s, border-color .25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 44px !important
}

.ZtBHv.Button_nonInteractive {
    cursor: default;
    pointer-events: none
}

.cmfzay {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s, color .25s, border-color .25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 30px
}

.cmfzay .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px
}

.cmfzay.Button_nonInteractive {
    cursor: default;
    pointer-events: none
}

.dTeXrV {
    background-color: #76a963;
    color: #fff
}

.dTeXrV[aria-expanded=true] {
    background-color: #76a963
}

.bvJPSu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 220px;
    align-items: flex-start;
    padding: 28px 16px 16px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 15px
}

.hCZXpl {
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1
}

.dSAfqy {
    font-size: 24px;
    line-height: 28px;
    position: relative;
    font-weight: 600;
    color: #090a0b
}

.dSAfqy span {
    color: #76a963
}

.iBVFtu {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #7e8392
}

.hyFhUN {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border-radius: 12px;
    pointer-events: auto;
    min-width: 100%
}

.hyFhUN .ButtonLabel {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 5px
}

.JPcKZ {
    position: absolute;
    width: 183px;
    height: 183px;
    top: 52px;
    right: -35px;
    opacity: .35 !important
}


.mPAvi {
    margin: 5px 0
}

[id^=clever-86866] {
    opacity: 0
}

.dTeXrV:active {
    background-color: #4e7741;
    color: #fff
}

@media (hover:hover) {
    .dTeXrV:hover {
        background-color: #629150;
        color: #fff
    }
}

@media (min-width:768px) {
    .bvJPSu {
        min-height: 178px;
        padding: 28px 28px 24px
    }

    .hCZXpl {
        gap: 8px
    }

    .hyFhUN {
        min-width: 382px
    }

    .JPcKZ {
        width: initial;
        height: initial;
        top: -24px;
        right: -15px
    }
}



.ixrffO {
    flex-shrink: 0;
    transition: transform .25s;
    transform: rotate(0)
}

.ehLZgY {
    display: flex;
    width: 100%;
    height: 40px;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7e8392;
    transition: background-color .25s, color .25s;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #e5e6e9;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-right: 15px
}

.bNoMKN {
    margin-left: 7px;
    width: 16px;
    height: 16px;
    transition: color .25s;
    color: #cbcdd3
}


[type=button],
[type=reset],
[type=submit],
button {
    appearance: button
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    appearance: none
}

[type=search]::-webkit-search-decoration {
    appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    appearance: button
}

button {
    outline: 0 !important
}

a {
    transition: color var(--transition-duration)
}

[data-tippy-root] {
    z-index: 3 !important
}

a {
    cursor: pointer;
    transition: color .25s
}

body {
    padding-right: 0 !important
}

* {
    -webkit-font-smoothing: initial;
    text-rendering: optimizelegibility
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar:horizontal {
    height: 4px
}

::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 100px;
    padding-right: 10px
}

::-webkit-scrollbar-thumb {
    width: 4px;
    background: #cbcdd3;
    border-radius: 10px
}

::-webkit-scrollbar-button {
    display: none
}

* {
    box-sizing: border-box
}

[id^=clever-86866] {
    opacity: 0
}

.ehLZgY:hover {
    color: #090a0b;
    background-color: #f8f8f8
}

*,
::after,
::before {
    box-sizing: border-box
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

button:focus {
    outline: -webkit-focus-ring-color auto 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #cbcdd3
}

@media (hover:hover) {
    a:hover {
        color: #629150;
        text-decoration: none
    }
}

@media (min-width:768px) {
    .ehLZgY {
        padding-right: 30px
    }
}


.ixrffO {
    flex-shrink: 0;
    transition: transform .25s;
    transform: rotate(0)
}

.icjQQW {
    flex-shrink: 0;
    transition: transform .25s;
    transform: rotate(-180deg)
}

.hdwUJe {
    white-space: nowrap;
    font-weight: 500;
    display: inline-block
}

.cmfzay {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s, color .25s, border-color .25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 30px
}

.cmfzay .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px
}

.foVZXv {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s, color .25s, border-color .25s;
    border: 1px solid transparent;
    border-radius: 2px;
    opacity: .7;
    height: 24px !important
}

.foVZXv .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px
}

.eNdgI {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s, color .25s, border-color .25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 24px !important
}

.eNdgI .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px
}

.hvAZEo {
    color: #7e8392;
    background-color: transparent;
    border-color: #e5e6e9
}

.hvAZEo.Button_active,
.hvAZEo[aria-expanded=true] {
    background-color: #76a963;
    color: #fff;
    border-color: transparent
}

.hoRCwP {
    color: #090a0b;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.fLCQkI {
    padding-left: 15px;
    padding-right: 15px
}

.fLCQkI:empty {
    display: none
}

.wWytT {
    width: 100%;
    aspect-ratio: 1.7/1;
    margin-bottom: 15px;
    border-radius: 12px
}

.lmvDDI {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px
}

.nevgo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 15px;
    font-size: 11px;
    line-height: 16px;
    color: #7e8392;
    font-weight: 400
}

.iVAqeS {
    width: 100%
}

.GHWc {
    width: 1px;
    background-color: #e5e6e9;
    transition: background-color .25s
}

.dJpkWC {
    display: inline-flex;
    -webkit-box-align: stretch;
    align-items: stretch
}

.jHHDYD {
    padding-left: 1px;
    padding-right: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.bTYLqc {
    padding-left: 2px;
    padding-right: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none
}

.hXXikc {
    display: none
}

.epECQp {
    flex-shrink: 0
}

.kmEzU {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    background: #f8f8f8
}

.eYSJbD {
  background: transparent;
  padding: 0px;
  position: relative;
}

.eZOubp {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative
}

.eZOubp .articleGroupArrows {
    position: absolute;
    top: 10px;
    right: 0
}

.eZOubp .articleGroupArrows div {
    display: none
}

.eZOubp .articleGroupArrows button {
    border: none;
    padding: 0;
    color: #7e8392
}

.eZOubp .articleGroupArrows svg {
    width: 24px;
    height: 24px
}

.czkXoi {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: 15px
}

.kbpSGv {
    transition: .25s
}

.jMSroD {
    display: block
}

.jtLqpU {
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
    display: none
}

.jtLqpU svg {
    transition: .25s;
    color: #cbcdd3
}

.gwPgkN {
    font-size: 12px;
    line-height: 12px;
    color: #7e8392;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    font-weight: 700
}

.kIgUeY {
    display: block;
    max-width: 220px;
    width: 220px
}

.dQLvlb {
    background: 0 0;
    padding: 0
}

[id^=clever-86866] {
    opacity: 0
}

.hvAZEo:active {
    background-color: #4e7741;
    color: #fff;
    border-color: transparent
}

*,
::after,
::before {
    box-sizing: border-box
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

button:focus {
    outline: -webkit-focus-ring-color auto 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #cbcdd3
}

.dJpkWC:active .sc-9vow13-0,
.dJpkWC:hover .sc-9vow13-0 {
    background-color: #629150
}

.cEQnIE:active:not(:disabled),
.cEQnIE:hover:not(:disabled) {
    border-color: #629150;
    background-color: #629150
}

.eZOubp .articleGroupArrows button:hover {
    background: 0 0;
    color: #090a0b
}

.eZOubp .articleGroupArrows button:disabled {
    color: #e5e6e9
}

.jtLqpU:hover .sc-ooqqan-2,
.jtLqpU:hover svg {
    color: #76a963
}

@media (hover:hover) {
    .hvAZEo:hover {
        background-color: #629150;
        color: #fff;
        border-color: transparent
    }

    a:hover {
        color: #629150;
        text-decoration: none
    }
}

@media (min-width:768px) {
    .hoRCwP {
        font-size: 18px;
        line-height: 22px
    }

    .fLCQkI {
        padding-left: 30px;
        padding-right: 30px
    }

    .hXXikc {
        display: flex
    }

    .kmEzU {
        padding: 15px
    }

    .eZOubp {
        gap: 15px
    }

    .czkXoi {
        padding-top: 10px
    }

    .jMSroD {
        display: none
    }

    .jtLqpU {
        display: flex
    }

    .gwPgkN {
        display: none
    }
}




.eYSJbD {
  background: transparent;
  padding: 0px;
  position: relative;
}



.izCJXN .swiperContainer {
  position: relative;
  overflow: hidden;
}

.izCJXN .swiperWrapper {
  display: inline-flex;
  overflow: visible;
}


.izCJXN .swiperWrapper .swiperSlide {
  margin-right: 20px;
}
.izCJXN .swiperWrapper .swiperSlide {
  width: auto;
}



.ixrffO {
    flex-shrink: 0;
    transition: transform .25s;
    transform: rotate(0)
}

.ixyoiX {
    display: flex;
    margin-right: 8px
}

.ixyoiX:empty {
    display: none
}

.bWbFCd {
    display: flex;
    gap: 5px;
    margin-left: 8px
}

.bWbFCd:empty {
    display: none
}

.kVkqIr {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: static;
    transition: .25s
}

.kVkqIr:not(.sc-2dzn45-4:empty)~.sc-2dzn45-0 {
    margin-left: 0;
    margin-right: 6px
}

.cVLSuC {
    background-color: #f8f8f8;
    border-radius: 100px;
    padding: 6px 10px;
    border-bottom: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    max-height: 28px;
    color: #7e8392;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500
}

.cVLSuC:has(.sc-2dzn45-1:not(:empty)) {
    padding-left: 8px
}

.cVLSuC:has(.sc-2dzn45-2:not(:empty)) {
    padding-right: 8px
}

.llvRLu {
    display: contents
}

.kYKqgr {
    color: #cbcdd3;
    transition: .25s;
    transform: rotate(90deg)
}

.hdwUJe {
    white-space: nowrap;
    font-weight: 500;
    display: inline-block
}

.cmfzay {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s, color .25s, border-color .25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 30px
}

.cmfzay .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px
}

.jslUyY {
    color: #7e8392;
    background-color: #fff;
    border-color: #e5e6e9
}

.jslUyY[aria-expanded=true] {
    background-color: #76a963;
    color: #fff;
    border-color: transparent
}

.cluLHG {
    height: 24px;
    max-height: 24px;
    border-radius: 8px;
    background-color: rgba(126, 131, 146, .05)
}

.iTxWgC {
    height: 24px;
    max-height: 24px;
    border-radius: 8px;
    background-color: rgba(126, 131, 146, .05)
}

.gnZydl {
    grid-area: content;
    padding: 0 15px 15px
}

.hhxpzL {
    display: grid;
    grid-template-areas: "left content right";
    width: 100%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto
}

.eAShma {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fWMKoj {
    display: none
}

.kKAyzj {
    display: none
}

.bEQXJb {
    display: flex;
    gap: 16px
}

.gSYNWY {
    color: #7e8392
}

.ivNOmW {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    flex: 1 1 0%;
    flex-wrap: wrap
}

.cFOhCb {
    padding-inline: 8px;
    height: 24px;
    max-height: 24px;
    border-radius: 8px;
    background-color: rgba(126, 131, 146, .05);
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    border: none
}

.gGdHMk {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px
}

.cqyqnA {
    display: flex;
    gap: 16px;
    flex: 1 1 0%;
    flex-wrap: wrap
}

.hojyrX {
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.sjTPD {
    min-width: 24px;
    height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border-radius: 2px;
    background-color: #f14c45;
    margin-right: 10px
}

.gvrhPm {
    font-size: 12px;
    line-height: 16px;
    color: #7e8392;
    font-weight: 500;
    margin-right: 10px
}

.hzUlpx {
    font-size: 12px;
    line-height: 16px;
    color: #7e8392
}

.korJWU {
    margin-right: 10px
}

.buzeva {
    min-height: 24px;
    height: 24px;
    box-sizing: content-box;
    filter: grayscale(1);
    padding: 5px 0;
    transition: .25s
}

.iifkmX {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.jzrIVl {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 4px
}

.iqlAsH {
    margin-bottom: 4px
}

.jLOkeo {
    margin-bottom: 20px
}

.JGRZr {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px
}

.dlvYLy {
    font-size: 12px;
    line-height: 16px
}

.gZMrwA {
    display: inline-block;
    color: #7e8392
}

.kNVtdy {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.crnIgX {
    font-size: 12px;
    line-height: 16px;
    color: #090a0b;
    text-transform: uppercase;
    font-weight: 700
}

.kZmgQi {
    padding-top: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #7e8392;
    text-align: left;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e5e6e9
}

.fuWEUM {
    padding: 5px 0
}

.gIOoVA {
    z-index: 10;
    position: relative
}

* {
    box-sizing: border-box
}

[id^=clever-86866] {
    opacity: 0
}

.cVLSuC:hover .sc-2dzn45-4 {
    color: #090a0b
}

.jslUyY:active {
    background-color: #4e7741;
    color: #fff;
    border-color: transparent
}

*,
::after,
::before {
    box-sizing: border-box
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

button:focus {
    outline: -webkit-focus-ring-color auto 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #cbcdd3
}

.korJWU:last-child {
    margin-right: 0
}

.buzeva:hover {
    filter: grayscale(0)
}

.gZMrwA:focus,
.gZMrwA:hover {
    color: #629150 !important
}

@media (hover:hover) {
    .jslUyY:hover {
        background-color: #629150;
        color: #fff;
        border-color: transparent
    }

    a:hover {
        color: #629150;
        text-decoration: none
    }
}

@media (min-width:768px) {
    .gnZydl {
        padding: 0 0 15px
    }

    .hhxpzL {
        grid-template-columns: 1fr 760px 1fr;
        max-width: 760px
    }

    .eAShma {
        gap: 16px;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center
    }

    .fWMKoj {
        display: flex
    }

    .kKAyzj {
        display: flex;
        max-height: 160px !important
    }

    .bEQXJb {
        flex: 1 1 0%
    }

    .ivNOmW {
        flex-wrap: nowrap
    }

    .cFOhCb {
        display: none
    }

    .gGdHMk {
        -webkit-box-align: center;
        align-items: center;
        flex-direction: row
    }

    .hzUlpx {
        margin-left: auto;
        margin-top: 0;
        text-align: right
    }

    .kZmgQi {
        text-align: center;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .fuWEUM {
        padding: 0
    }
}

@media (min-width:1298px) {
    .hhxpzL {
        grid-template-columns: 270px 760px 1fr;
        max-width: 1298px
    }
}

@media (min-width:1360px) {
    .hhxpzL {
        max-width: 1840px;
        grid-template-columns: 470px 760px 1fr
    }
}


.bcnmEd {
    width: 100%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-areas: "left center right";
    grid-template-columns: 0px 100% 0px;
}

@media (min-width:768px) {
    .bcnmEd {
        grid-template-columns: 1fr 760px 1fr;
        max-width: 760px
    }

    .kUxPYB {
        margin-top: 12px
    }
}

@media (min-width:1298px) {
    .bcnmEd {
        grid-template-columns: 270px 760px 1fr;
        max-width: 1298px
    }

    .bcnmEd .sc-1f6wkge-0 {
        display: block
    }
}

@media (min-width:1360px) {
    .bcnmEd {
        max-width: 1840px;
        grid-template-columns: 470px 760px 1fr
    }

    .bcnmEd .sc-1f6wkge-2 {
        display: block
    }
}


.ZtBHv.Button_linkActive, .ZtBHv.Button_nonInteractive {
  cursor: default;
  pointer-events: none;
}
.cmfzay.Button_linkActive, .cmfzay.Button_nonInteractive {
  cursor: default;
  pointer-events: none;
}
.hyFhUN {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  border-radius: 12px;
  pointer-events: auto;
  min-width: 100%;
}
.dTeXrV {
  background-color: rgb(118, 169, 99);
  color: rgb(255, 255, 255);
}



.header {
    align-items: center;
    background: #001f3b;
    display: flex;
    justify-content: center;
    width: 100%
}

.header_item {
    height: 75px;
    max-width: 1024px;
    width: 100%
}

.header_1 {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.header_item_1 {
    height: 75px;
    max-width: 1024px;
    width: 100%
}

.content {
    align-items: center;
    background: #b1b7be;
    display: flex;
    height: auto;
    justify-content: center;
    width: 100%
}

.content_item {
    margin-top: 20px;
    max-width: 1024px;
    min-height: 1200px;
    padding-bottom: 20px
}

.content_item {
    height: auto;
    width: 100%
}

.header_mobile,
.header_mobile_two {
    display: none
}

@media screen and (max-width:900px) {
    .content_item {
        margin-top: 0;
        min-height: 1000px;
        min-width: 320px;
        width: 100%
    }

    .header {
        display: none
    }

    .header_mobile {
        background: #001f3b;
        display: flex;
        height: 65px;
        min-width: 320px;
        width: 100%
    }

    .header_mobile_two {
        background: #edeeef
    }

    .header_mobile_two {
        align-items: center;
        display: flex;
        height: 45px;
        min-width: 320px
    }

    .header_1 {
        display: none
    }

    .content {
        min-width: 320px
    }
}



.dUvApT {
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  transition: color 0.25s;
  color: rgb(126, 131, 146);
  padding: 8px 12px;
}


.hHLTXH {
  margin-right: 10px;
}
.gcmepq {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  color: rgb(203, 205, 211);
  width: 34px;
  height: 34px;
}

.mzpSx {
  max-width: 100%;
  max-height: 100%;
  display: block;
}


.PDnrH {
  flex: 1 1 100px;
  overflow: hidden;
}


.hnuxuO {
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.caAAMN {
  font-size: 11px;
  line-height: 12px;
  color: rgb(126, 131, 146);
  margin-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.dUvApT:hover {
  color: rgb(9, 10, 11);
}
@media (hover: hover) {
  a:hover {
    color: rgb(98, 145, 80);
    text-decoration: none;
  }
}




.ixrffO {
    flex-shrink: 0;
    transition: transform .25s;
    transform: rotate(0)
}

.icjQQW {
    flex-shrink: 0;
    transition: transform .25s;
    transform: rotate(-180deg)
}

.hdwUJe {
    white-space: nowrap;
    font-weight: 500;
    display: inline-block
}

.cmfzay {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s, color .25s, border-color .25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 30px
}

.cmfzay .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px
}

.eNdgI {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s, color .25s, border-color .25s;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 24px !important
}

.eNdgI .sc-jvwc7y-3 {
    font-size: 12px;
    line-height: 16px
}

.hvAZEo {
    color: #7e8392;
    background-color: transparent;
    border-color: #e5e6e9
}

.hvAZEo.Button_active,
.hvAZEo[aria-expanded=true] {
    background-color: #76a963;
    color: #fff;
    border-color: transparent
}

.hoRCwP {
    color: #090a0b;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

* {
    box-sizing: border-box
}

.jDoSJA {
    width: 100%;
    aspect-ratio: 1.8/1;
    border-radius: 12px
}

.ivdjkO {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 8px 4px
}

.diJiSL {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    min-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.iZTKxg {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 15px;
    font-size: 10px;
    line-height: 15px;
    color: #7e8392;
    font-weight: 400
}

.ghGymy {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 16px;
    padding: 8px
}

.GHWc {
    width: 1px;
    background-color: #e5e6e9;
    transition: background-color .25s
}

.dJpkWC {
    display: inline-flex;
    -webkit-box-align: stretch;
    align-items: stretch
}

.jHHDYD {
    padding-left: 1px;
    padding-right: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.bTYLqc {
    padding-left: 2px;
    padding-right: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none
}

.hXXikc {
    display: none
}

.epECQp {
    flex-shrink: 0
}


.ccKjZA {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative
}

.ccKjZA .articleGroupArrows .articleGroupArrowLeft,
.ccKjZA .articleGroupArrows .articleGroupArrowRight {
    position: absolute;
    top: 57px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border: none;
    background: #fff;
    border-radius: 8px;
    color: #cbcdd3
}

.ccKjZA .articleGroupArrows .articleGroupArrowLeft {
    left: -12px
}

.ccKjZA .articleGroupArrows .articleGroupArrowRight {
    right: -12px
}

.czkXoi {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: 15px
}

.kbpSGv {
    transition: .25s
}

.jMSroD {
    display: block
}

.jtLqpU {
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
    display: none
}

.jtLqpU svg {
    transition: .25s;
    color: #cbcdd3
}

.gwPgkN {
    font-size: 12px;
    line-height: 12px;
    color: #7e8392;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    font-weight: 700
}

.hdTGXW {
    display: block;
    width: 232px
}

.eYSJbD {
    background: 0 0;
    padding: 0;
    position: relative
}

.hvAZEo:active {
    background-color: #4e7741;
    color: #fff;
    border-color: transparent
}

*,
::after,
::before {
    box-sizing: border-box
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

button:focus {
    outline: -webkit-focus-ring-color auto 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #cbcdd3
}

.dJpkWC:active .sc-9vow13-0,
.dJpkWC:hover .sc-9vow13-0 {
    background-color: #629150
}

.cEQnIE:disabled {
    opacity: 0
}

.cEQnIE:active:not(:disabled),
.cEQnIE:hover:not(:disabled) {
    border-color: #629150;
    background-color: #629150
}

.ccKjZA .articleGroupArrows .articleGroupArrowLeft:hover,
.ccKjZA .articleGroupArrows .articleGroupArrowRight:hover {
    background: #76a963;
    color: #fff
}

.jtLqpU:hover .sc-ooqqan-2,
.jtLqpU:hover svg {
    color: #76a963
}

@media (hover:hover) {
    .hvAZEo:hover {
        background-color: #629150;
        color: #fff;
        border-color: transparent
    }

    a:hover {
        color: #629150;
        text-decoration: none
    }
}

@media (min-width:768px) {
    .hoRCwP {
        font-size: 18px;
        line-height: 22px
    }

    .hXXikc {
        display: flex
    }
    .ccKjZA {
        gap: 15px
    }

    .czkXoi {
        padding-top: 10px
    }

    .jMSroD {
        display: none
    }

    .jtLqpU {
        display: flex
    }

    .gwPgkN {
        display: none
    }
}


.bwwf {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: rgb(255, 255, 255);
  border-radius: 16px;
}


/* ========== Container Classes ========== */

.crWGCl {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fLCQkI {
  padding-left: 15px;
  padding-right: 15px;
}

.fLCQkI:empty {
  display: none;
}

.bwwf {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}

.lmQzMf {
  padding: 0 8px 12px;
}

/* ========== Header/Title Classes ========== */

.eFkUOa {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.bKDbBi {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  display: flex;
  gap: 8px;
}

.bKDbBi > svg {
  color: rgb(118, 169, 99);
}

.grOWdb {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

.eaONew {
  color: rgb(118, 169, 99);
}

.eOUnct {
  border: none;
  margin-bottom: 16px;
  padding: 24px 16px 0 16px;
}

.eOUnct .sc-yt7lq0-2 {
  margin-bottom: 8px;
}

.eOUnct .sc-yt7lq0-2 > h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.eOUnct .sc-yt7lq0-2 svg {
  margin-right: 8px;
  margin-top: 0;
}

.eOUnct .sc-yt7lq0-4 {
  font-size: 12px;
  line-height: 16px;
}

/* ========== Swiper Carousel Classes ========== */

.sltYw .swiperContainer {
  overflow: hidden;
  position: relative;
}

.sltYw .swiperContainer:after {
  right: 0;
}

.sltYw .swiperContainer:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: 0;
  transform: rotate(180deg);
}

.sltYw .swiperContainer:before, .sltYw .swiperContainer:after {
  background-image: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(250, 250, 250, 0) 100%);
  content: "";
  display: none;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 10px;
  z-index: 1;
}

.sltYw .swiperWrapper {
  display: inline-flex;
  overflow: visible;
}

.sltYw .swiperWrapper .swiperSlide {
  margin-right: 16px;
  width: auto;
}

.sltYw .swiperWrapper .swiperSlide:last-child {
  margin-right: 0;
}

/* ========== Button Classes ========== */

.utVyO {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: inline-flex;
}

.utVyO .sc-9vow13-0 {
  background-color: transparent;
}

.utVyO:hover .sc-9vow13-0, .utVyO:active .sc-9vow13-0 {
  background-color: rgb(98, 145, 80);
}

.foVZXv {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  height: 24px !important;
  justify-content: center;
  opacity: 0.7;
  padding: 0 12px;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}

.foVZXv .sc-jvwc7y-3 {
  font-size: 12px;
  line-height: 16px;
}

.foVZXv.Button_linkActive, .foVZXv.Button_nonInteractive {
  cursor: default;
  pointer-events: none;
}

.foVZXv.Button_loading, .foVZXv.Button_linkLoading {
  cursor: wait;
  opacity: 0.5;
}

/* ========== Bottom Link Classes ========== */

.hjKMxs {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-transition: 0.25s;
  align-items: center;
  background-color: rgb(248, 248, 248);
  border-radius: 16px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 8px;
  height: 48px;
  justify-content: center;
  line-height: 16px;
  transition: 0.25s;
}

.hjKMxs svg {
  -webkit-transition: 0.25s;
  color: rgb(118, 169, 99);
  transition: 0.25s;
}

.eniaJC {
  margin: 0 8px 8px;
}

/* ========== Image Lazy Loading ========== */

.lazyloaded {
  -webkit-transition: opacity var(--transition-duration);
  opacity: 1;
  transition: opacity var(--transition-duration);
}

/* ========== Media Queries ========== */

@media (hover: hover) {
  .hjKMxs:hover {
    background-color: rgb(242, 243, 244);
    color: rgb(9, 10, 11);
  }

  .hjKMxs:hover svg {
    color: rgb(98, 145, 80);
  }
}

@media (min-width: 768px) {
  .eOUnct {
    padding: 24px 28px 0 28px;
  }

  .eOUnct .sc-yt7lq0-2 > h2 {
    font-weight: 600;
  }

  .eniaJC {
    margin: 0 16px 16px;
  }

  .fLCQkI {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grOWdb {
    font-size: 20px;
    line-height: 24px;
  }

  .lmQzMf {
    padding: 0 16px 16px;
  }
}