._thm_1anz5_1 {
 --color-bg: var(--theme-bg);
 --color-font-primary: var(--theme-font);
 --color-font-secondary: var(--theme-font-muted);
 --color-symbol: var(--color-font-primary);
 --color-border: var(--theme-border, --theme-bg);
 --color-spinner: var(--color-font-primary);
 --color-highlight: var(--theme-highlight);
}
._thm_1anz5_1._themeFontGreen_1anz5_10 {
  --theme-font: #14a800;
  --theme-font-muted: rgb(7.8571428571, 66, 0);
}
._thm_1anz5_1._themeFontRed_1anz5_14 {
  --theme-font: #ff0000;
}
._thm_1anz5_1._themeFontGrey_1anz5_17 {
  --theme-font: #3d3d3d;
}
._thm_1anz5_1._themeFontWhite_1anz5_20 {
  --theme-font: #fff;
  --theme-font-muted: hsla(0, 0%, 100%, 0.8);
}
._thm_1anz5_1._themeFontError_1anz5_24 {
  --theme-font: #f57e00;
}
._thm_1anz5_1._themeBgGreen_1anz5_27 {
  --theme-bg: #14a800;
  --theme-highlight: #fff;
}
._thm_1anz5_1._themeBgGreen_1anz5_27._themeFontWhite_1anz5_20 {
  --theme-highlight: #3d3d3d;
}
._thm_1anz5_1._themeBgRed_1anz5_34 {
  --theme-bg: #ff0000;
  --theme-highlight: #fff;
}
._thm_1anz5_1._themeBgRed_1anz5_34._themeFontWhite_1anz5_20 {
  --theme-highlight: #3d3d3d;
}
._thm_1anz5_1._themeBgGrey_1anz5_41 {
  --theme-bg: #3d3d3d;
  --theme-highlight: #fff;
}
._thm_1anz5_1._themeBgGrey_1anz5_41._themeFontWhite_1anz5_20, ._thm_1anz5_1._themeBgGrey_1anz5_41._themeFontGrey_1anz5_17 {
  --theme-highlight: #14a800;
}
._thm_1anz5_1._themeBgWhite_1anz5_48 {
  --theme-bg: #fff;
  --theme-highlight: #3d3d3d;
}
._thm_1anz5_1._themeBgWhite_1anz5_48._themeFontGrey_1anz5_17 {
  --theme-highlight: #14a800;
}
._thm_1anz5_1._themeBgError_1anz5_55 {
  --theme-bg: #f57e00;
  --theme-highlight: #3d3d3d;
}
._thm_1anz5_1._themeBgError_1anz5_55._themeFontGrey_1anz5_17 {
  --theme-highlight: #14a800;
}
._thm_1anz5_1._themeBgNone_1anz5_62 {
  --color-bg: transparent;
}
._thm_1anz5_1._themeBorder_1anz5_65 {
  --theme-border: var(--theme-font);
}
._thm_1anz5_1._themeBorderFromFont_1anz5_68 {
  --theme-border: var(--theme-font);
}
._thm_1anz5_1._themeBorderWhite_1anz5_71 {
  --theme-border: #fff;
}
._thm_1anz5_1._themeBorderGrey_1anz5_74 {
  --theme-border: #3d3d3d;
}
._thm_1anz5_1._themeBorderGrey3_1anz5_77 {
  --theme-border: #f0f0f0;
}
._thm_1anz5_1._themeBorderGreen_1anz5_80 {
  --theme-border: #14a800;
}
._upper_78qzf_1 {
  text-transform: uppercase;
}

._dFlex_78qzf_5 {
  display: flex;
}
._dFlex_78qzf_5._centerV_78qzf_8, ._dFlex_78qzf_5._centerAll_78qzf_8 {
  justify-content: center;
}
._dFlex_78qzf_5._centerH_78qzf_11, ._dFlex_78qzf_5._centerAll_78qzf_8 {
  align-items: center;
}

._w100_78qzf_15 {
  width: 100%;
}

._mt24_78qzf_19 {
  margin-block-start: 1.5rem;
}
._hdr_1m5e1_1 {
 --margin-end: 2.5rem;
 display: flex;
 align-items: center;
 justify-content: center;
 /* flex-direction: column; */
 flex-wrap: wrap;
 height: var(--height-header, 5rem);
 background: var(--color-bg, #fff);
 box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.03);
 width: 100%;
 z-index: 11;
 transition: transform 500ms;
}
._hdr_1m5e1_1[data-auto-hide=false] {
  position: relative;
}
._hdr_1m5e1_1[data-auto-hide=true] {
  position: fixed;
  top: 0;
}
._hdr_1m5e1_1 [header-banner] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--height-header-banner, 2.1875rem);
  background-color: #14a800;
  color: #fff;
  max-width: 100%;
  z-index: 10;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5rem; /* 184.615% */
}
._hdr_1m5e1_1 [header-banner]:hover {
  color: #fff;
}
._hdr_1m5e1_1 [header-banner] ~ ._contain_1m5e1_39 {
  height: calc(var(--height-header, 5rem) - var(--height-header-banner, 2.1875rem));
}
._hdr_1m5e1_1._hide_1m5e1_42 {
  transform: translateY(calc(var(--height-header) * -1));
}
._hdr_1m5e1_1 ._contain_1m5e1_39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-inline-start: var(--margin-end);
  margin-inline-end: var(--margin-end);
  position: relative;
  width: clamp(37.5rem, 100%, 75rem);
}
._hdr_1m5e1_1 ._burgerBtn_1m5e1_55 {
  display: none;
  margin-inline-end: var(--margin-end);
}
._hdr_1m5e1_1 a {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #878787;
  max-width: fit-content;
}
._hdr_1m5e1_1 a._current_1m5e1_66, ._hdr_1m5e1_1 a:hover {
  color: #3d3d3d;
}
._hdr_1m5e1_1 button {
  font-size: 0.9375rem;
  font-weight: 600;
}
._hdr_1m5e1_1 nav {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-auto-columns: minmax(6.6875rem, auto);
  grid-auto-flow: column;
}
._hdr_1m5e1_1 ._navContain_1m5e1_80 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  transition: transform 500ms;
}
._hdr_1m5e1_1 ._navWrap_1m5e1_91 {
  transition: height 500ms;
}
@media (max-width: 1024px) {
  ._hdr_1m5e1_1._profile_1m5e1_95 ._contain_1m5e1_39 {
    margin-inline-end: unset;
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 ._burgerBtn_1m5e1_55 {
    display: block;
    z-index: 1;
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 ._navWrap_1m5e1_91 {
    height: 0;
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0;
    width: clamp(0rem, 100%, 25rem);
  }
  ._hdr_1m5e1_1._profile_1m5e1_95._hide_1m5e1_42 ._navContain_1m5e1_80._open_1m5e1_111 {
    transform: translateY(var(--height-header));
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 ._navContain_1m5e1_80._open_1m5e1_111 {
    width: clamp(0rem, 100%, 25rem);
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 ._navContain_1m5e1_80._open_1m5e1_111 ._navWrap_1m5e1_91 {
    height: 100vh;
    height: 100svh;
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 nav {
    padding-block-start: var(--height-header);
    grid-auto-columns: auto;
    grid-auto-rows: 5.25rem;
    grid-auto-flow: row;
    justify-items: start;
    background: #3d3d3d;
    height: 100vh;
    height: 100svh;
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 nav div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-inline: 2.125rem;
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 nav div:nth-child(odd) {
    background: rgba(135, 135, 135, 0.1);
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 nav a {
    font-size: 1.75rem;
    font-weight: 600;
    color: #e4e4e4;
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 nav a:hover {
    color: #fff;
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 nav ._current_1m5e1_66 {
    color: #14a800;
  }
  ._hdr_1m5e1_1._profile_1m5e1_95 nav ._current_1m5e1_66:hover {
    color: #14a800;
  }
}
@media (max-width: 40.625rem) {
  ._hdr_1m5e1_1._impact_1m5e1_157 ._contain_1m5e1_39 {
    margin-inline-end: unset;
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 ._burgerBtn_1m5e1_55 {
    display: block;
    z-index: 1;
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 ._navWrap_1m5e1_91 {
    height: 0;
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0;
    width: clamp(0rem, 100%, 25rem);
  }
  ._hdr_1m5e1_1._impact_1m5e1_157._hide_1m5e1_42 ._navContain_1m5e1_80._open_1m5e1_111 {
    transform: translateY(var(--height-header));
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 ._navContain_1m5e1_80._open_1m5e1_111 {
    width: clamp(0rem, 100%, 25rem);
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 ._navContain_1m5e1_80._open_1m5e1_111 ._navWrap_1m5e1_91 {
    height: 100vh;
    height: 100svh;
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 nav {
    padding-block-start: var(--height-header);
    grid-auto-columns: auto;
    grid-auto-rows: 5.25rem;
    grid-auto-flow: row;
    justify-items: start;
    background: #3d3d3d;
    height: 100vh;
    height: 100svh;
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 nav div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-inline: 2.125rem;
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 nav div:nth-child(odd) {
    background: rgba(135, 135, 135, 0.1);
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 nav a {
    font-size: 1.75rem;
    font-weight: 600;
    color: #e4e4e4;
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 nav a:hover {
    color: #fff;
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 nav ._current_1m5e1_66 {
    color: #14a800;
  }
  ._hdr_1m5e1_1._impact_1m5e1_157 nav ._current_1m5e1_66:hover {
    color: #14a800;
  }
}
@media (max-width: 480px) {
  ._hdr_1m5e1_1 {
    --margin-end: 1.25rem;
  }
  ._hdr_1m5e1_1 ._contain_1m5e1_39 > a {
    margin-inline-end: 4.5rem;
  }
}
 ._btn_1txyd_9 {
   border: 0.0625rem solid var(--color-border, #14a800);
   border-radius: var(--radius, 0.25rem);
   padding-inline: var(--pad-x, 1rem);
   padding-block: var(--pad-y, 0.5rem);
   cursor: pointer;
   background: var(--color-bg, #14a800);
   color: var(--color-font-primary, #fff);
   max-width: fit-content;
   display: grid;
   justify-items: center;
   row-gap: var(--gap, 0.5rem);
 }
._btn_1txyd_9._sizeSmall_1txyd_17 {
  --size-symbol: 0.875rem;
  --gap-symbol: 0.125rem;
  --pad-x: 0.625rem;
  --pad-y: 0.375rem;
  --gap: 0.25rem;
}
._btn_1txyd_9._sizeMedium_1txyd_24 {
  --size-symbol: 1.25rem;
  --gap-symbol: 0.25rem;
  --pad-x: 1rem;
  --pad-y: 0.5rem;
  --gap: 0.5rem;
}
._btn_1txyd_9._sizeLarge_1txyd_31 {
  --size-symbol: 2rem;
  --gap-symbol: 0.75rem;
  --pad-x: 1.25rem;
  --pad-y: 1rem;
  --gap: 0.75rem;
}
._btn_1txyd_9._radiusDefault_1txyd_38, ._btn_1txyd_9._radius4_1txyd_38 {
  --radius: 0.25rem;
}
._btn_1txyd_9._radius8_1txyd_41 {
  --radius: 0.5rem;
}
._btn_1txyd_9._radiusRound_1txyd_44 {
  --radius: 50%;
}
._btn_1txyd_9._radiusRounded_1txyd_47 {
  --radius: 6.25rem;
}
._sym_qbnj4_1 {
   --internal-size-x: var(--size-symbol, 1.25rem);
   --internal-gap: var(--gap-symbol, 0.25rem);
   --internal-color: var(--color-symbol, --color-font-primary);
   background: var(--color-bg);
   min-height: fit-content;
   height: var(--internal-size-y, 1.25rem);
 }
._sym_qbnj4_1._txt_qbnj4_9 {
  color: var(--color-font-primary);
  display: grid;
  align-items: center;
  column-gap: var(--internal-gap);
}
._sym_qbnj4_1::before, ._sym_qbnj4_1::after {
  display: inline-block;
  width: var(--internal-size-x, 1.25rem);
  height: var(--internal-size-y, 1.25rem);
  background-color: var(--internal-color);
  mask: var(--symbol-icon);
  mask-size: cover;
}
._sym_qbnj4_1._dBlock_qbnj4_23::before, ._sym_qbnj4_1._dBlock_qbnj4_23::after {
  display: block;
}
._sym_qbnj4_1._start_qbnj4_26 {
  grid-template-columns: var(--internal-size-x) auto;
}
._sym_qbnj4_1._start_qbnj4_26::before {
  content: "";
}
._sym_qbnj4_1._end_qbnj4_32 {
  grid-template-columns: auto var(--internal-size-x);
}
._sym_qbnj4_1._end_qbnj4_32::after {
  content: "";
}
._sym_qbnj4_1._onlySymbol_qbnj4_38::before {
  content: "";
}
._sym_qbnj4_1._symbolCheck_qbnj4_41 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M9.74919 17.5175L5.23169 13L3.69336 14.5275L9.74919 20.5833L22.7492 7.58329L21.2217 6.05579L9.74919 17.5175Z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #14a800);
  --internal-size-y: var(--internal-size-x);
}
._sym_qbnj4_1._symbolClose_qbnj4_46 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2987 0.709727C12.9087 0.319727 12.2787 0.319727 11.8887 0.709727L6.99875 5.58973L2.10875 0.699727C1.71875 0.309727 1.08875 0.309727 0.69875 0.699727C0.30875 1.08973 0.30875 1.71973 0.69875 2.10973L5.58875 6.99973L0.69875 11.8897C0.30875 12.2797 0.30875 12.9097 0.69875 13.2997C1.08875 13.6897 1.71875 13.6897 2.10875 13.2997L6.99875 8.40973L11.8887 13.2997C12.2787 13.6897 12.9087 13.6897 13.2987 13.2997C13.6887 12.9097 13.6887 12.2797 13.2987 11.8897L8.40875 6.99973L13.2987 2.10973C13.6787 1.72973 13.6787 1.08973 13.2987 0.709727Z' fill='%23000'/%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #000);
  --internal-size-y: var(--internal-size-x);
}
._sym_qbnj4_1._symbolInstagram_qbnj4_51 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.02257 2.21444C11.2371 2.21444 11.4878 2.21443 12.3234 2.25628C13.1173 2.29812 13.5769 2.42364 13.8694 2.54916C14.2454 2.71653 14.5379 2.88389 14.8304 3.17678C15.1229 3.46967 15.29 3.72071 15.4571 4.13912C15.5825 4.43201 15.7078 4.85042 15.7496 5.68724C15.7914 6.5659 15.7914 6.81695 15.7914 8.99268C15.7914 11.2103 15.7914 11.4613 15.7496 12.2981C15.7078 13.0931 15.5825 13.5533 15.4571 13.8462C15.29 14.2228 15.1229 14.5157 14.8304 14.8086C14.5379 15.1015 14.2872 15.2688 13.8694 15.4362C13.5769 15.5617 13.1591 15.6872 12.3234 15.7291C11.446 15.7709 11.1953 15.7709 9.02257 15.7709C6.80808 15.7709 6.55739 15.7709 5.72174 15.7291C4.92787 15.6872 4.46826 15.5617 4.17578 15.4362C3.79974 15.2688 3.50725 15.1015 3.21477 14.8086C2.9223 14.5157 2.75516 14.2646 2.58803 13.8462C2.46269 13.5533 2.33734 13.1349 2.29556 12.2981C2.25378 11.4195 2.25378 11.1684 2.25378 8.99268C2.25378 6.7751 2.25378 6.52406 2.29556 5.68724C2.33734 4.89226 2.46269 4.43201 2.58803 4.13912C2.75516 3.76255 2.9223 3.46967 3.21477 3.17678C3.50725 2.88389 3.75796 2.71653 4.17578 2.54916C4.46826 2.42364 4.88608 2.29812 5.72174 2.25628C6.55739 2.25628 6.80808 2.21444 9.02257 2.21444ZM9.02257 0.75C6.80808 0.75 6.51562 0.749999 5.63818 0.79184C4.76074 0.833681 4.17578 0.959205 3.6326 1.16841C3.08943 1.37762 2.62982 1.6705 2.17021 2.13075C1.7106 2.591 1.41812 3.05125 1.20921 3.59519C1.0003 4.13912 0.87495 4.7249 0.833167 5.60356C0.791384 6.48222 0.791382 6.7751 0.791382 8.99268C0.791382 11.2103 0.791384 11.5031 0.833167 12.3818C0.87495 13.2605 1.0003 13.8462 1.20921 14.3902C1.41812 14.9341 1.7106 15.3944 2.17021 15.8546C2.62982 16.3149 3.08943 16.6077 3.6326 16.8169C4.17578 17.0261 4.76074 17.1517 5.63818 17.1935C6.51562 17.2354 6.80808 17.2354 9.02257 17.2354C11.2371 17.2354 11.5295 17.2354 12.407 17.1935C13.2844 17.1517 13.8694 17.0261 14.4125 16.8169C14.9557 16.6077 15.4153 16.3149 15.8749 15.8546C16.3346 15.3944 16.627 14.9341 16.8359 14.3902C17.0449 13.8462 17.1702 13.2605 17.212 12.3818C17.2538 11.5031 17.2538 11.2103 17.2538 8.99268C17.2538 6.7751 17.2538 6.48222 17.212 5.60356C17.1702 4.7249 17.0449 4.13912 16.8359 3.59519C16.627 3.05125 16.3346 2.591 15.8749 2.13075C15.4153 1.6705 14.9557 1.37762 14.4125 1.16841C13.8694 0.959205 13.2844 0.833681 12.407 0.79184C11.5295 0.749999 11.2371 0.75 9.02257 0.75Z' fill='%23FFF'/%3E%3Cpath d='M9.0229 4.76611C6.68307 4.76611 4.80286 6.64896 4.80286 8.99206C4.80286 11.3352 6.68307 13.218 9.0229 13.218C11.3627 13.218 13.243 11.3352 13.243 8.99206C13.243 6.64896 11.3627 4.76611 9.0229 4.76611ZM9.0229 11.7117C7.51872 11.7117 6.26525 10.4983 6.26525 8.95021C6.26525 7.44394 7.47694 6.18871 9.0229 6.18871C10.5271 6.18871 11.7806 7.4021 11.7806 8.95021C11.7388 10.4983 10.5271 11.7117 9.0229 11.7117Z' fill='%23FFF'/%3E%3Cpath d='M14.3729 4.62821C14.3729 5.17214 13.9133 5.63239 13.3701 5.63239C12.8269 5.63239 12.3673 5.17214 12.3673 4.62821C12.3673 4.08427 12.8269 3.62402 13.3701 3.62402C13.9551 3.62402 14.3729 4.08427 14.3729 4.62821Z' fill='%23FFF'/%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #fff);
  --internal-size-y: calc(var(--internal-size-x) * 18 / 19);
}
._sym_qbnj4_1._symbolFacebook_qbnj4_56 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4792 5.40436V3.95157C10.4792 3.25424 10.9766 3.09443 11.3341 3.09443C11.6761 3.09443 13.4948 3.09443 13.4948 3.09443V0H10.5103C7.19941 0 6.46884 2.2954 6.46884 3.77724V5.40436H4.54138V7.56901V9.00727H6.48439C6.48439 13.0896 6.48439 18.0145 6.48439 18.0145H10.3393C10.3393 18.0145 10.3393 13.0315 10.3393 9.00727H13.1994L13.3238 7.58354L13.5569 5.38983H10.4792V5.40436Z' fill='%23FFF'/%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #fff);
  --internal-size-y: var(--internal-size-x);
}
._sym_qbnj4_1._symbolX_qbnj4_61 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2174 0H16.9774L10.9475 6.77754L18.0414 16H12.4868L8.1365 10.4065L3.15865 16H0.396776L6.84637 8.75079L0.0413818 0H5.73666L9.6691 5.11254L14.2174 0ZM13.2486 14.3753H14.7781L4.90571 1.5394H3.26461L13.2486 14.3753Z' fill='%23FFF'/%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #fff);
  --internal-size-y: calc(var(--internal-size-x) * 8 / 9);
}
._sym_qbnj4_1._symbolLinkedIn_qbnj4_66 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7841 15.7414C15.7349 15.7414 15.6985 15.7414 15.6642 15.7414C14.7824 15.7414 13.9026 15.7391 13.0207 15.7436C12.918 15.7436 12.8902 15.7145 12.8902 15.607C12.8944 14.0555 12.8923 12.5017 12.8923 10.9501C12.8923 10.5381 12.8623 10.1306 12.7253 9.73884C12.5049 9.10746 11.9805 8.78058 11.3362 8.82312C10.5956 8.87238 10.069 9.44554 9.91488 10.0612C9.85923 10.2807 9.85709 10.5202 9.85709 10.7486C9.85281 12.3651 9.85495 13.9793 9.85495 15.5958C9.85495 15.7391 9.85495 15.7391 9.71582 15.7391C8.84464 15.7391 7.9756 15.7391 7.10442 15.7391C7.06161 15.7391 7.02094 15.7391 6.97171 15.7391C6.97171 12.7032 6.97171 9.68062 6.97171 6.64466C7.01666 6.64466 7.05305 6.64466 7.09158 6.64466C7.96918 6.64466 8.84678 6.6469 9.72438 6.64242C9.82498 6.64242 9.85923 6.66705 9.85709 6.77675C9.85067 7.14617 9.85495 7.51336 9.87635 7.89397C9.90418 7.85367 9.93201 7.81561 9.95769 7.77531C10.2809 7.2917 10.6812 6.90437 11.2099 6.67376C11.5866 6.50808 11.9826 6.43868 12.3893 6.4342C12.9308 6.42524 13.4531 6.5148 13.9497 6.7566C14.5255 7.03871 14.9579 7.47753 15.264 8.05517C15.6257 8.74028 15.7563 9.48808 15.7841 10.2605C15.7948 10.565 15.7905 10.8717 15.7905 11.1785C15.7905 12.6494 15.7905 14.1181 15.7905 15.5891C15.7841 15.6339 15.7841 15.6787 15.7841 15.7414Z' fill='%23FFF'/%3E%3Cpath d='M5.35994 11.1983C5.35994 12.6648 5.35994 14.1313 5.35994 15.5977C5.35994 15.741 5.35994 15.741 5.21867 15.741C4.34749 15.741 3.47845 15.7388 2.60727 15.7433C2.50453 15.7433 2.46814 15.7254 2.46814 15.6045C2.47242 12.6648 2.47242 9.72284 2.46814 6.78314C2.46814 6.66448 2.50239 6.64209 2.60727 6.64209C3.47417 6.64657 4.34107 6.64433 5.20796 6.64433C5.35994 6.64433 5.35994 6.64433 5.35994 6.79881C5.35994 8.2653 5.35994 9.73179 5.35994 11.1983Z' fill='%23FFF'/%3E%3Cpath d='M3.91305 5.40458C3.40576 5.4001 2.95626 5.24338 2.62662 4.81799C2.0016 4.01422 2.25204 2.59027 3.50208 2.31264C4.00724 2.2007 4.50169 2.24771 4.93407 2.57012C5.42852 2.93954 5.61046 3.46568 5.52912 4.07915C5.45206 4.67246 5.12029 5.07994 4.58303 5.28144C4.37112 5.3598 4.14209 5.38443 3.91948 5.43369C3.91733 5.42249 3.91519 5.41354 3.91305 5.40458Z' fill='%23FFF'/%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #fff);
  --internal-size-y: calc(var(--internal-size-x) * 18 / 19);
}
._sym_qbnj4_1._symbolPrev_qbnj4_71, ._sym_qbnj4_1._symbolNext_qbnj4_71 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6244 6.66103H3.24325L6.46794 9.88572C6.72565 10.1434 6.72565 10.5663 6.46794 10.8241C6.21023 11.0818 5.79393 11.0818 5.53622 10.8241L1.18156 6.4694C0.923854 6.21169 0.923854 5.79539 1.18156 5.53767L5.53622 1.18302C5.79393 0.92531 6.21023 0.92531 6.46794 1.18302C6.72565 1.44073 6.72565 1.85704 6.46794 2.11475L3.24325 5.33944H10.6244C10.9878 5.33944 11.2852 5.63679 11.2852 6.00023C11.2852 6.36367 10.9878 6.66103 10.6244 6.66103Z' fill='%23FFF'/%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #fff);
  --internal-size-y: var(--internal-size-x);
}
._sym_qbnj4_1._symbolNext_qbnj4_71::before, ._sym_qbnj4_1._symbolNext_qbnj4_71::after {
  transform: rotate(180deg);
}
._sym_qbnj4_1._symbolTreeSmall_qbnj4_79 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9093 0.684335C16.7618 0.49737 16.5473 0.350468 16.306 0.297049C15.7162 0.163502 15.0996 0.083374 14.4829 0.083374C13.8931 0.083374 13.3032 0.150147 12.7268 0.27034C11.5605 0.537434 10.4478 1.05827 9.50945 1.80613C8.69172 2.47386 8.00804 3.30186 7.52544 4.23668C7.05625 5.17151 6.78814 6.21318 6.76133 7.25484V9.31147L6.57365 9.17792C5.7291 8.65709 4.77731 8.33658 3.78531 8.22974C3.55741 8.20303 3.31611 8.18967 3.08822 8.18967C2.32411 8.18967 1.5868 8.32322 0.862907 8.57696C0.67523 8.64373 0.500959 8.76393 0.380309 8.92418C0.25966 9.08444 0.192632 9.2714 0.179227 9.48508C0.0853884 11.0075 0.581392 12.4899 1.54659 13.6517C2.00238 14.1058 2.5386 14.453 3.12844 14.6934C3.66466 14.9071 4.22769 15.0139 4.81753 15.0139C4.88456 15.0139 4.93818 15.0139 5.00521 15.0139C5.28672 15.0139 5.54143 14.9071 5.7291 14.7201C5.93019 14.5198 6.03743 14.2661 6.03743 13.999C6.03743 13.7319 5.93019 13.4648 5.7291 13.2778C5.52802 13.0775 5.27332 12.9707 5.00521 12.9707C4.93818 12.9707 4.87115 12.984 4.80412 12.984C4.4958 12.984 4.20088 12.9306 3.90596 12.8238C3.55741 12.6902 3.23568 12.5032 2.96757 12.2361C2.552 11.7554 2.2973 11.1678 2.21686 10.5401V10.3798L2.33751 10.3531C2.59222 10.3131 2.84692 10.2864 3.10163 10.2864C3.97298 10.2864 4.81753 10.5535 5.52802 11.0342C5.87656 11.2479 6.17149 11.5551 6.38597 11.9023C6.58706 12.2629 6.70771 12.6635 6.73452 13.0775L6.73452 19.9017C6.73452 20.1822 6.84176 20.4359 7.02944 20.6229C7.23052 20.8232 7.48523 20.9167 7.75333 20.9167C8.02145 20.9167 8.28956 20.8099 8.47723 20.6229C8.67832 20.4226 8.77215 20.1688 8.77215 19.9017L8.77215 7.25484C8.78556 6.52034 8.97324 5.78583 9.29497 5.11809C9.6167 4.46371 10.0993 3.86275 10.6757 3.40869C11.708 2.60741 12.9949 2.15335 14.3086 2.15335C14.4561 2.15335 14.6035 2.15335 14.7644 2.16671L14.9119 2.18006L14.8851 2.32696C14.5901 3.95624 13.692 6.7073 11.0109 6.7073C10.7294 6.7073 10.4747 6.81414 10.287 7.00111C10.0859 7.20143 9.99205 7.45517 9.99205 7.72226C9.99205 7.98935 10.0993 8.25645 10.287 8.44341C10.4881 8.64373 10.7428 8.73722 11.0109 8.73722C13.0083 8.73722 14.5901 7.81574 15.6894 6.01286C16.8423 4.11649 17.0433 1.95303 17.0836 1.33872C17.1238 1.12504 17.0568 0.884656 16.9093 0.684335Z' fill='%2314A800'/%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #14a800);
  --internal-size-y: calc(var(--internal-size-x) * 21 / 17);
}
._sym_qbnj4_1._symbolCopy_qbnj4_84 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2941 16.9412H1.88235V4.70588C1.88235 4.18824 1.45882 3.76471 0.941176 3.76471C0.423529 3.76471 0 4.18824 0 4.70588V16.9412C0 17.9765 0.847059 18.8235 1.88235 18.8235H11.2941C11.8118 18.8235 12.2353 18.4 12.2353 17.8824C12.2353 17.3647 11.8118 16.9412 11.2941 16.9412ZM16 13.1765V1.88235C16 0.847059 15.1529 0 14.1176 0H5.64706C4.61176 0 3.76471 0.847059 3.76471 1.88235V13.1765C3.76471 14.2118 4.61176 15.0588 5.64706 15.0588H14.1176C15.1529 15.0588 16 14.2118 16 13.1765ZM14.1176 13.1765H5.64706V1.88235H14.1176V13.1765Z' fill='%23FFF'/%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #3d3d3d);
  --internal-size-y: calc(var(--internal-size-x) * 19 / 16);
  --size-symbol: 1rem;
}
._sym_qbnj4_1._symbolShare_qbnj4_90 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M18 16.58C17.24 16.58 16.56 16.88 16.04 17.35L8.91 13.2C8.96 12.97 9 12.74 9 12.5C9 12.26 8.96 12.03 8.91 11.8L15.96 7.69C16.5 8.19 17.21 8.5 18 8.5C19.66 8.5 21 7.16 21 5.5C21 3.84 19.66 2.5 18 2.5C16.34 2.5 15 3.84 15 5.5C15 5.74 15.04 5.97 15.09 6.2L8.04 10.31C7.5 9.81 6.79 9.5 6 9.5C4.34 9.5 3 10.84 3 12.5C3 14.16 4.34 15.5 6 15.5C6.79 15.5 7.5 15.19 8.04 14.69L15.16 18.85C15.11 19.06 15.08 19.28 15.08 19.5C15.08 21.11 16.39 22.42 18 22.42C19.61 22.42 20.92 21.11 20.92 19.5C20.92 17.89 19.61 16.58 18 16.58Z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
  --internal-color: var(--color-symbol, #3d3d3d);
  --internal-size-y: calc(var(--internal-size-x) * 25 / 24);
}
._sym_qbnj4_1._symbolGear_qbnj4_95 {
  --symbol-icon: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3546 9.70505C14.3846 9.48005 14.3996 9.24755 14.3996 9.00005C14.3996 8.76005 14.3846 8.52005 14.3471 8.29505L15.8696 7.11005C16.0046 7.00505 16.0421 6.80255 15.9596 6.65255L14.5196 4.16255C14.4296 3.99755 14.2421 3.94505 14.0771 3.99755L12.2846 4.71755C11.9096 4.43255 11.5121 4.19255 11.0696 4.01255L10.7996 2.10755C10.7696 1.92755 10.6196 1.80005 10.4396 1.80005H7.55959C7.37959 1.80005 7.23709 1.92755 7.20709 2.10755L6.93709 4.01255C6.49459 4.19255 6.08959 4.44005 5.72209 4.71755L3.92959 3.99755C3.76459 3.93755 3.57709 3.99755 3.48709 4.16255L2.05459 6.65255C1.96459 6.81005 1.99459 7.00505 2.14459 7.11005L3.66709 8.29505C3.62959 8.52005 3.59959 8.76755 3.59959 9.00005C3.59959 9.23255 3.61459 9.48005 3.65209 9.70505L2.12959 10.89C1.99459 10.995 1.95709 11.1975 2.03959 11.3475L3.47959 13.8375C3.56959 14.0026 3.75709 14.055 3.92209 14.0025L5.71459 13.2825C6.08959 13.5675 6.48709 13.8075 6.92959 13.9875L7.19959 15.8925C7.23709 16.0725 7.37959 16.2 7.55959 16.2H10.4396C10.6196 16.2 10.7696 16.0725 10.7921 15.8925L11.0621 13.9875C11.5046 13.8075 11.9096 13.5675 12.2771 13.2825L14.0696 14.0025C14.2346 14.0625 14.4221 14.0026 14.5121 13.8375L15.9521 11.3475C16.0421 11.1825 16.0046 10.995 15.8621 10.89L14.3546 9.70505ZM8.99959 11.7C7.51459 11.7 6.29959 10.485 6.29959 9.00005C6.29959 7.51505 7.51459 6.30005 8.99959 6.30005C10.4846 6.30005 11.6996 7.51505 11.6996 9.00005C11.6996 10.485 10.4846 11.7 8.99959 11.7Z' fill='%23878787'/%3E%3C/svg%3E");
  --internal-size-y: var(--internal-size-x);
  --size-symbol: 1.125rem;
  min-height: unset;
}
._modal_17y1o_1 {
   --pad-x: 1.5625rem;
   --pad-y: 3rem;
   --offset-closeBtn: 1.25rem;
   display: grid;
   align-items: center;
   justify-items: center;
   overflow-x: hidden;
   overflow-y: auto;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1050;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
 }
._modal_17y1o_1[data-state=closed] {
  display: none;
}
._modal_17y1o_1[data-blocked=true] {
  background: #fff;
  z-index: 5;
}
._modal_17y1o_1[data-blocked=true] ._header_17y1o_25 {
  font-weight: 500;
}
._modal_17y1o_1[data-blocked=true] ._closeBtn_17y1o_28 {
  display: none;
}
._modal_17y1o_1 ._container_17y1o_31 {
  max-width: 56.25rem;
  position: relative;
  margin-inline: 1.875rem;
}
._modal_17y1o_1 ._content_17y1o_36 {
  width: 100%;
  padding-inline: var(--pad-x);
  padding-block: var(--pad-y);
  border-radius: 0.5rem;
  background: var(--color-bg, #fff);
  color: var(--color-font-primary, #3d3d3d);
}
._modal_17y1o_1 ._closeBtn_17y1o_28 {
  --size-symbol: 0.8125rem;
  padding: 0.375rem;
  position: absolute;
  top: var(--offset-closeBtn);
  right: var(--offset-closeBtn);
}
._modal_17y1o_1 ._header_17y1o_25 {
  font-size: 1.75rem;
  line-height: 2.9375rem;
  margin-block-end: 0.625rem;
}
._modal_17y1o_1 ._body_17y1o_56 {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
._modal_17y1o_1 a {
  color: #57b8ff;
}
._modal_17y1o_1 [data-spinner-active=true] {
  --color-spinner: #14a800;
  display: block;
  margin-block-start: 3rem;
}
._modal_17y1o_1 [data-spinner-active=false] {
  display: none;
}
@media (max-width: 600px) {
  ._modal_17y1o_1 ._container_17y1o_31 {
    margin-inline: 1.25rem;
  }
}
@media (max-width: 360px) {
  ._modal_17y1o_1 ._container_17y1o_31 {
    margin-inline: 0.625rem;
  }
}
._modal_hhz2u_1 {
  --pad-x: 1.5625rem;
  --pad-y: 3rem;
  --offset-closeBtn: 1.25rem;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
._modal_hhz2u_1[data-state=closed] {
  display: none;
}
._modal_hhz2u_1[data-blocked=true] {
  background: #fff;
  z-index: 5;
}
._modal_hhz2u_1[data-blocked=true] ._header_hhz2u_25 {
  font-weight: 500;
}
._modal_hhz2u_1[data-blocked=true] ._closeBtn_hhz2u_28 {
  display: none;
}
._modal_hhz2u_1 ._container_hhz2u_31 {
  max-width: 56.25rem;
  position: relative;
  margin-inline: 1.875rem;
}
._modal_hhz2u_1 ._content_hhz2u_36 {
  width: 100%;
  padding-inline: var(--pad-x);
  padding-block: var(--pad-y);
  border-radius: 0.5rem;
  background: var(--color-bg, #fff);
  color: var(--color-font-primary, #3d3d3d);
}
._modal_hhz2u_1 ._closeBtn_hhz2u_28 {
  --size-symbol: 0.8125rem;
  padding: 0.375rem;
  position: absolute;
  top: var(--offset-closeBtn);
  right: var(--offset-closeBtn);
}
._modal_hhz2u_1 ._header_hhz2u_25 {
  font-size: 1.75rem;
  line-height: 2.9375rem;
  margin-block-end: 0.625rem;
}
._modal_hhz2u_1 ._body_hhz2u_56 {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
._modal_hhz2u_1 a {
  color: #57b8ff;
}
._modal_hhz2u_1 [data-spinner-active=true] {
  --color-spinner: #14a800;
  display: block;
  margin-block-start: 3rem;
}
._modal_hhz2u_1 [data-spinner-active=false] {
  display: none;
}
@media (max-width: 600px) {
  ._modal_hhz2u_1 ._container_hhz2u_31 {
    margin-inline: 1.25rem;
  }
}
@media (max-width: 360px) {
  ._modal_hhz2u_1 ._container_hhz2u_31 {
    margin-inline: 0.625rem;
  }
}

._socialModal_hhz2u_82 {
  --pad-x: 1.25rem !important;
  --pad-y: 1.375rem !important;
  --offset-closeBtn: 0.625rem !important;
}
._socialModal_hhz2u_82 a {
  color: var(--color-font-primary, #3d3d3d) !important;
}
._socialModal_hhz2u_82 p {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25rem; /* 133.333% */
}
._socialModal_hhz2u_82 h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem; /* 166.667% */
  letter-spacing: -0.0525rem;
}
._socialModal_hhz2u_82 ul {
  display: flex;
  gap: 1.3125rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
._socialModal_hhz2u_82 ._socialContain_hhz2u_109 p {
  margin-block-end: 0.75rem;
}
._socialModal_hhz2u_82 ._shareLinkContain_hhz2u_112 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
._socialModal_hhz2u_82 ._shareLinkContain_hhz2u_112:not(:last-child) {
  margin-block-end: 2rem;
}
._socialModal_hhz2u_82 ._shareLinkContain_hhz2u_112 a {
  word-break: break-all;
}
._socialModal_hhz2u_82 ._shareLinkContain_hhz2u_112 button {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25rem; /* 133.333% */
  padding-block: 0.25rem;
  min-width: 7.875rem;
  --gap-symbol: 0.5rem;
}
._socialModal_hhz2u_82 ._shareLinkContain_hhz2u_112 button ._check_hhz2u_133::before {
  margin-block-start: -0.0625rem;
}
._socialModal_hhz2u_82 ._add_hhz2u_136 {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem; /* 153.846% */
  max-width: 0;
  min-width: 100%;
}
._socialModal_hhz2u_82 ._mb32_hhz2u_142 {
  margin-block-end: 2rem;
}
._socialModal_hhz2u_82 ._mb12_hhz2u_145 {
  margin-block-end: 0.75rem;
}