@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap);
@keyframes _3guhtv {
  100% {
    transform: rotate(1turn);
  }
}

._2eM-4C {
  display: inline-block;
}
._2eM-4C:after {
  content: ' ';
  display: block;
  width: 96%;
  height: 96%;
  margin: 2%;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: var(--color-accent) transparent;
  animation: _3guhtv 1.2s linear infinite;
}

:root {
  --font-main: 'Source Sans Pro', sans-serif;

  --color-accent: #ff4e4e;
  --color-accent-faded: #ff6d6d;
  --color-accent-hover: #e21a1a;
  --color-background: #ffffff;
  --color-background-faded: #ecf3ff;
  --color-foreground: #000000;
  --color-background-footer: #333333;
  --color-calm: #055bff;
  --color-warning: #ff800c;
  --color-sp-purpure: #8566ff;
  --color-warning-secondary: #ffe923;
  --color-success: #37d69c;
  --color-tap: #d9e6fa;
  --color-light-gray: #e0e0e0;
  --color-border: var(--color-light-gray);
  --color-focus: #76a5ff;
  --color-primary-disabled: #828282;
  --color-service: #f3f4f3;
  --color-service-hover: #f2f2f2;
  --color-shadow-card-catalog: #d9d9d9;
  --color-facebook-btn: #1874eb;
  --gradient-shadow: radial-gradient(117.79% 796.68% at 64.54% -23%, #dfeaff 0%, #1c69fb 100%);
  --gradient-background: radial-gradient(
    223.33% 1219.98% at -68.66% 256.7%,
    rgba(225, 236, 255, 0) 0%,
    #1c69fb 100%
  );
  --transform-toast: 0;
  --toast-transition-duration: 0;
}

html {
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  scroll-behavior: smooth;
}

body {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p {
  margin: 0;
}

p {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p[data-f-id='pbf'] {
  display: none;
}

._2CF6N0 {
  background: var(--color-background-footer);
  color: var(--color-background);
}

._2Q_nc0 {
  min-width: 320px;
  max-width: 1440px;
  padding: 25px 15px;
  margin: 0 auto;
}

._1-ZmCE {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._2lURZC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Vfh0Eu {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-background);
  transition: color 0.3s ease;
}

._3qgtkV {
  display: flex;
  align-items: center;
}

._2lX4et {
  margin: 0;
}

._13b8zk {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: var(--color-background);
  display: block;
}

._13b8zk:hover,
._13b8zk:focus {
  color: var(--color-accent);
  cursor: pointer;
}

._13b8zk:active,
._13b8zk:visited {
  color: var(--color-background);
}

._3ZPcx- {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background: var(--color-background-footer);
  color: var(--color-background);
  border: 1px solid var(--color-background);
  min-height: 44px;
  max-height: 50px;
  padding: 5px 12px;
  justify-self: end;
  margin-bottom: 15px;
}

._3ZPcx-:hover {
  color: var(--color-accent-faded);
  border: 1px solid var(--color-accent-faded);
  cursor: pointer;
}

._2xuXfB {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

._1Tjj-- {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid var(--color-background);
  margin-bottom: 5px;
}

._1Tjj--:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

._2UDFNq {
  color: var(--color-background);
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 16px;
  line-height: 20px;
}

._2UDFNq:active,
._2UDFNq:visited {
  color: var(--color-background);
}

._2UDFNq:hover,
._2UDFNq:focus {
  color: var(--color-accent);
}

._3sFBUu {
  display: inline-block;
}

._2s477E {
  position: absolute;
  right: 15px;
}

._2s477E,
._2s477E:active,
._2s477E:visited {
  color: var(--color-background);
  display: inline-block;
}

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

._3caYqJ {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media only screen and (min-width: 375px) {
  ._1-ZmCE {
    grid-template-columns: 50% 50%;
  }

  ._3ZPcx- {
    width: 100%;
    font-size: 16px;
  }
}

@media only screen and (min-width: 525px) {
  ._1-ZmCE {
    grid-template-columns: 70% 30%;
  }

  ._1Tjj-- {
    margin-bottom: 0;
    padding-right: 14px;
    margin-right: 14px;
  }
}

@media only screen and (min-width: 920px) {
  ._2Q_nc0 {
    padding: 25px 15px;
  }

  ._1-ZmCE {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  ._3qgtkV {
    justify-self: end;
    margin-bottom: 0;
  }

  ._13b8zk {
    display: block;
    width: 154px;
  }

  ._3ZPcx- {
    border: none;
    justify-self: start;
    padding: 0;
    font-size: 20px;
    width: auto;
    min-height: auto;
    font-weight: normal;
  }

  ._3ZPcx-:hover {
    color: var(--color-accent-faded);
    border: none;
    cursor: pointer;
  }

  .kWlO9e {
    display: grid;
    grid-template-areas: 'copyright helpList memcrabLink';
    grid-template-columns: 1fr max-content 1fr;
  }

  ._3sFBUu {
    grid-area: copyright;
  }

  ._2xuXfB {
    margin-bottom: 0;
    grid-area: helpList;
    justify-self: center;
  }

  ._2s477E {
    grid-area: memcrabLink;
    position: static;
    right: 0;
    justify-self: end;
  }

  ._3caYqJ {
    flex-direction: column;
    align-items: center;
  }

  ._3TBcUZ {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  ._3TBcUZ ._13b8zk {
    margin: 0;
  }
}

.XQAdb0 {
  fill: var(--color-foreground);
}

._2r2vo8 {
  fill: var(--color-background-footer);
}

._1nuf4Z {
  fill: var(--color-background);
}

._2Yw0Lq {
  fill: var(--color-accent);
}

._14StTb {
  fill: var(--color-border);
}

._2Y67KW {
  fill: var(--color-background-footer);
}

._6NSCgN {
  color: var(--color-accent);
  text-align: left;
  margin-top: 4px;
  font-size: 13px;
}

._1GIzml {
  font-weight: bold;
  text-align: left;
}

._1LsCSR {
  width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  outline: none;
}

._1LsCSR:focus {
  border: 1px solid var(--color-focus);
}

.gcc1M6 {
  border: 1px solid var(--color-accent) !important;
}

._2F9Yq6{height:100%;width:100%;overflow:hidden}._1utZBX{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:center;align-items:center}._2xZGD4{overflow:hidden!important}._1utZBX .mVHGWd{width:300px;max-width:100%;box-sizing:border-box;transition:all .2s ease-in-out;max-height:100%}.mVHGWd._21cUMn{position:static}._1utZBX._2tA0WO{overflow-y:auto}._1utZBX ._3ajmZi{display:grid;grid-template-rows:repeat(3,min-content)}._1utZBX:not(._2tA0WO) ._3ajmZi{grid-template-rows:min-content minmax(0,1fr) min-content;max-height:-moz-available;max-height:-webkit-fill-available;max-height:fill-available;height:100%}.mVHGWd>*>*{flex:0 0 auto}.mVHGWd>*>._2tA0WO{overflow-x:hidden;overflow-scrolling:touch}@media (max-width:480px){._1utZBX .mVHGWd{width:100%}}.mVHGWd ._3mUsM0{background-color:#fff}.mVHGWd ._20XwEm{background:#f0f0f0}.mVHGWd ._3KS2aJ{padding:12px 45px 12px 15px;margin:0}.mVHGWd ._1FVKP1{right:10px;top:10px;z-index:1;background:hsla(0,0%,94.1%,.8);width:30px;color:#8c8c8c;transition:color .1s ease-in-out;height:30px;border-radius:15px;text-align:center;line-height:30px;cursor:pointer}.mVHGWd ._20XwEm ._1FVKP1:hover{color:#000}.mVHGWd ._3mUsM0{padding:15px}.mVHGWd ._3ozrWi{padding:12px 45px 12px 15px;background:#f0f0f0}.mVHGWd ._3mUsM0,.mVHGWd ._3ozrWi,.mVHGWd ._3KS2aJ{word-break:break-all}._1utZBX .yhi_Cw,._1utZBX:not(._2tA0WO) .yhi_Cw{display:grid;grid-template-rows:min-content minmax(0,1fr) min-content min-content}
.body-modal-fix {
  overflow: hidden;
}

.pure-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.backdrop-overflow-hidden {
  overflow: hidden !important;
}

.pure-modal-backdrop .pure-modal {
  max-width: 1400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 90vh;
}

.pure-modal.auto-height {
  position: static;
}

.pure-modal-backdrop.scrollable {
  overflow-y: auto;
}

.pure-modal > * {
  display: grid;
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  max-height: 90vh;
  overflow: hidden;
}

.pure-modal > * > * {
  flex: 0 0 auto;
}

.pure-modal > * > .scrollable {
  overflow-x: hidden;
  transform: translate3d(0, 0, 0);
  flex: 0 1 auto;
}

@media (max-width: 480px) {
  .pure-modal-backdrop .pure-modal {
    width: 100%;
  }
}

.pure-modal {
  background-color: var(--color-background);
}

.pure-modal .panel-heading {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 22px;
  background: var(--color-background);
  position: relative;
}

.close {
  right: 15px;
  width: 15px;
  height: 15px;
  font-size: 35px;
  cursor: pointer;
  transition: color 0.3s ease;
  color: var(--color-foreground);
}

.close:hover {
  color: var(--color-accent);
}

@media (min-width: 1110px) {
  .pure-modal .panel-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
  }

  .pure-modal .panel-body {
    padding: 0 40px 40px 40px;
  }
}

.dPTMSC {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 26px;
}

._1NH4Va {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 26px;
}

._1E120x {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

._1ji0oS {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

._1zEwJM {
  color: var(--color-foreground);
}

._1pppDm {
  color: var(--color-background-footer);
}

._2xg7v- {
  color: var(--color-background);
}

._1bDLh8 {
  color: var(--color-accent);
}

._2S_lm7 {
  color: var(--color-primary-disabled);
}

._3vfaMx {
  font-weight: bold;
}

._39JUfo {
  font-family: var(--font-main);
  font-style: normal;
  font-size: 22px;
}

._3jaA3l {
  font-family: var(--font-main);
  font-style: normal;
  font-size: 20px;
}

._2hp4Ym {
  font-family: var(--font-main);
  font-style: normal;
  font-size: 18px;
}

.jV9-bX {
  font-family: var(--font-main);
  font-style: normal;
  font-size: 16px;
}

._6tjA24 {
  font-family: var(--font-main);
  font-style: normal;
  font-size: 14px;
}

._3TeHlO {
  font-family: var(--font-main);
  font-style: normal;
  font-size: 12px;
}

._1f30EH {
  padding: 0 16px 40px;
  width: 385px;
  max-width: 100%;
  color: var(--color-foreground);
}

._2gzNcT {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  text-align: center;
}

.jyeEzR {
  display: block;
  border: none;
  border-radius: 3px;
  color: var(--color-background);
  background-color: var(--color-accent);
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  padding: 14px 8px;
}

.jyeEzR:hover {
  background-color: var(--color-accent-hover);
}

._16wxGQ {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 48px;
  width: 100%;
  background-color: var(--color-background);
  margin-bottom: 30px;
}

._3hFMv9 {
  border: 1px solid var(--color-border);
  border-radius: 3px;
  padding: 0 42px 0 14px;
  height: 48px;
  font-family: var(--font-number);
  font-size: 16px;
  line-height: 20px;
  outline: none;
  transition: all 0.5s ease;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  z-index: 1;
}

._3XglCD {
  position: absolute;
  right: 10px;
  transform: rotate(-90deg);
}

._3YX0Ve {
  border-color: var(--color-accent);
}

._2qG668 {
  color: var(--color-accent);
  text-align: left;
  margin-top: 4px;
  font-size: 13px;
}

._347WCR {
  padding: 0 30px 50px 30px;
}

.x_7BvH {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

._2s58TO {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

._2WdW6a {
  margin-bottom: 20px;
}

.UfInit {
  max-width: auto;
  border-radius: 2px;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: var(--color-background);
  background-color: var(--color-accent);
}

._1tqmym {
  margin-bottom: 12px;
}

._1MsuZG {
  display: block;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: var(--color-background-footer);
  margin-bottom: 35px;
}

._2bvOrr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}

._28FTeu {
  color: var(--color-background-footer);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
  padding: 0 5px;
}

._3SHzfo {
  width: 104px;
  height: 0px;
  border: 1px solid var(--color-border);
}

@media screen and (min-width: 1110px) {
  ._1f30EH {
    padding: 0 34px 4px;
  }

  ._347WCR {
    padding-bottom: 25px;
  }
}

._2m9dqK {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: var(--color-background);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

._2WhMu- {
  height: 96px;
}

._2E2gqc {
  height: 96px;
}

._3lkLDR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 15px;
}

._12fjVW {
  max-height: 40px;
}

._2YdJkF {
  display: flex;
  align-items: center;
  justify-content: center;
}

._2PWruL {
  margin-right: 12px;
  cursor: pointer;
}

._1k3IkA {
  display: none;
}

._3BEoVo {
  display: none;
}

._1k3IkA:checked ~ ._3BEoVo {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 95px;
  padding: 15px 0;
  background-color: var(--color-background);
}

._2ilehn {
  display: none;
}

._2241Zc {
  position: relative;
}

._2DPVOJ {
  margin-left: 38px;
}

._5gnsLq {
  position: relative;
  display: flex;
}

._1bJ9Fv {
  display: none;
}

._3OuJvH {
  height: 40px;
}

._3v2VmY {
  display: none;
}

._1iA5j- {
  display: none;
}

._1eW8RS {
  position: relative;
  margin-right: 5px;
}

._2Hfaac {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  border: 1px solid var(--color-background);
  border-radius: 10px;
  height: 20px;
  min-width: 20px;
  padding: 2px;
  top: -8px;
  left: 14px;
  right: 0;
  /* uncomment for NY */
  /* top: 5px;
  left: 36px;
  right: -9px; */
}

.W2m9dn {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-background);
}

._2XLL03 {
  display: none;
}

._1p-2Tk {
  display: none;
}
._1RI7Yf {
  transform: rotate(270deg);
  margin-left: 8px;
}

/* uncomment for NY*/
/* .santaImage {
  display: none;
} */

@media only screen and (min-width: 768px) {
  ._2E2gqc {
    height: 114px;
  }

  ._2m9dqK {
    padding-bottom: 18px;
  }

  ._2PWruL {
    display: none;
  }

  ._3BEoVo {
    display: none !important;
  }

  ._2ilehn {
    display: block;
    position: relative;
    width: 75%;
    margin-right: 16px;
    margin-left: 16px;
    padding: 0;
  }

  ._3fNsDw {
    display: flex;
  }
}

@media only screen and (min-width: 1260px) {
  ._2ilehn {
    display: none !important;
  }

  ._1bJ9Fv {
    display: block;
    margin-bottom: 14px;
  }

  ._2WhMu- {
    display: grid;
    grid-template-columns: 240px 1fr 1fr;
    column-gap: 6px;
    height: 110px;
    min-width: 320px;
    max-width: 1440px;
    padding: 12px 15px;
    margin: 0 auto;
  }

  ._2E2gqc {
    height: 124px;
  }

  ._3lkLDR {
    display: none;
  }

  ._2jbVw6 {
    display: none;
  }

  ._2DPVOJ {
    margin: 0;
  }

  ._3OuJvH {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }

  ._3v2VmY {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  ._14UaiZ {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .SgSAqT {
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
  }

  ._3zFSWR {
    color: var(--color-foreground);
    transition: color 0.3s ease;
  }

  ._3zFSWR:active,
  ._3zFSWR:visited {
    color: var(--color-foreground);
  }

  ._3zFSWR:hover {
    color: var(--color-accent);
  }

  .tzeZAY {
    display: inline-block;
    font-weight: bold;
    color: var(--color-foreground);
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0 3px;
    transition: color 0.3s ease;
    outline: none;
  }

  ._323nQH {
    display: inline-block;
    font-weight: bold;
    color: var(--color-foreground);
  }

  ._323nQH:active,
  ._323nQH:visited {
    color: var(--color-foreground);
  }

  ._323nQH:hover,
  ._323nQH:focus {
    color: var(--color-accent);
  }

  ._1iA5j- {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
  }

  ._1NvOUf {
    width: 38px;
    margin-right: 6px;
    transition: fill 0.3s ease;
  }

  ._4DU520 {
    margin-right: 6px;
    transition: fill 0.3s ease;
    flex-shrink: 0;
  }

  ._1gejkY {
    display: block;
    color: var(--color-foreground);
    margin-bottom: 14px;
    transition: color 0.3s ease;
  }

  ._1gejkY:hover ._1NvOUf {
    fill: var(--color-accent);
  }

  ._2XLL03 {
    display: inline;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  ._1gejkY:hover ._2XLL03 {
    color: var(--color-accent);
  }

  ._3hWuOB {
    padding-left: 30px;
    border-left: 1px solid var(--color-border);
  }

  ._sUAWv {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    /* uncomment for NY */
    /* margin-bottom: 3px; */
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-foreground);
    transition: color 0.3s ease;
    position: relative;
  }

  ._1qfXun {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  ._sUAWv:hover {
    color: var(--color-accent);
  }

  ._sUAWv:hover ._4DU520 {
    fill: var(--color-accent);
  }

  ._3xr039 {
    color: var(--color-accent);
  }

  ._3xr039,
  .qWEVJ5,
  ._1gejkY {
    display: flex;
    align-items: center;
  }

  .oXUw9I {
    font-size: 16px;
    line-height: 20px;
  }

  ._1wnYI1 {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: var(--color-accent);
    font-size: 16px;
    line-height: 20px;
  }

  ._2Hfaac {
    left: 26px;
    right: -5px;
    /* uncomment for NY */
    /* left: 35px; */
  }

  ._1p-2Tk {
    display: inline;
  }

  /* uncomment for NY */
  /* .santaImage {
    display: block;
  } */
}

@media only screen and (min-width: 1260px) {
  ._2m9dqK {
    padding-bottom: 0;
  }

  ._2WhMu- {
    column-gap: 30px;
  }

  .SgSAqT {
    margin-right: 5px;
  }
  ._3aHFyo {
    padding-left: 40px;
    padding-right: 5px;
    /* uncomment for NY */
    /* padding-left: 30px; */
  }

  /* uncomment for NY */
  /* .userBonus,
  .userBalance {
    padding-left: 10px;
  } */
}

@media only screen and (min-width: 1298px) {
  ._2E2gqc {
    height: 114px;
  }
}

@media only screen and (min-width: 1310px) {
  .SgSAqT {
    margin-right: 12px;
  }
}

@media only screen and (min-width: 1440px) {
  ._2WhMu- {
    grid-template-columns: 291px 1fr 1fr;
    grid-column-gap: 30px;
  }

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

  ._3aHFyo {
    margin: 0;
  }
}

.oTJQWi:hover,
._3cNkWq:hover {
  cursor: pointer;
}
._3cNkWq {
  padding-top: 4px;
}

._2NmRn0 {
  display: none;
}

._2NmRn0:checked ~ ._3z7Qif {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  display: flex;
}

._2NmRn0:not(checked) ~ ._3z7Qif {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

._3z7Qif {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  z-index: 1;
}

._3jVksN {
  width: 90%;
  z-index: 1;
  background: var(--color-background-faded);
  padding: 0 14px 14px 14px;
  scrollbar-width: none;
}

._3jVksN::-webkit-scrollbar {
  display: none;
}

._3KI7XY {
  display: flex;
  padding: 6px 0;
  margin-bottom: 20px;
  position: relative;
}

._3KI7XY:hover {
  background: var(--color-tap);
  cursor: pointer;
}

.ogTKCC {
  width: 10%;
  height: 100%;
  background: rgba(224, 224, 224, 0.9);
}

._3l2z8c {
  margin-left: 14px;
}

._3N4Wx4 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-foreground);
  transition: color 0.3s ease;
}

._3N4Wx4:hover,
._3N4Wx4:focus {
  color: var(--color-accent);
}

._3N4Wx4:active,
._3N4Wx4:visited {
  color: var(--color-foreground);
}

._2ylRmd {
  font-size: 14px;
}

._1e0R94 {
  font-size: 14px;
  border-top: 2px solid var(--color-background);
  padding: 14px 0 14px 40px;
}

._3zjdlk {
  display: inline-block;
  margin-right: 14px;
}

._1JqBfS {
  font-weight: bold;
}

.b4n51k {
  border: none;
  background-color: transparent;
  font-weight: bold;
  color: var(--color-accent);
  cursor: pointer;
}

._33UOZo {
  display: inline-block;
}

._3xItM_ {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--color-background);
  padding: 6px;
  min-height: 44px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.pkHzmI {
  display: inline-block;
  margin-left: 6px;
}

._10iyZN {
  margin-left: -14px;
  margin-right: -14px;
  padding: 0 14px;
  background: var(--color-background);
}

.b4pFGy {
  display: flex;
  align-items: center;
  padding: 6px;
  min-height: 44px;
  border-bottom: 2px solid var(--color-background-faded);
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.b4pFGy:last-child {
  border-bottom: 0;
}

.b4pFGy:hover {
  background: var(--color-background-faded);
}

.dfiunS {
  display: block;
  width: 100%;
  margin-left: 6px;
  color: var(--color-foreground);
}

.dfiunS:hover,
.dfiunS:focus {
  color: var(--color-foreground);
}

.dfiunS:active,
.dfiunS:visited {
  color: var(--color-foreground);
}

._3qbGjr {
  display: flex;
  align-items: center;
  padding: 6px;
  border-bottom: 2px solid var(--color-background);
  cursor: pointer;
  min-height: 44px;
  font-size: 16px;
  line-height: 20px;
}

._3qbGjr:hover {
  background: var(--color-tap);
}

._29-sLH {
  margin-bottom: 12px;
}

.UxsMME {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

._1lyKnJ {
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-weight: bold;
  background: var(--color-background);
  cursor: pointer;
  padding: 8px;
  min-height: 44px;
}

._2T6w9i {
  width: 100%;
  box-shadow: 0 0 4px #d9d9d9;
  border: none;
  background: var(--color-background);
  cursor: pointer;
  padding: 12px 14px;
}

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

._2hBM71 {
  margin-bottom: 2px;
}

@media only screen and (min-width: 520px) {
  .ogTKCC {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .ogTKCC {
    width: 100%;
  }
}

._3BVpBc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 120px;
  height: 34px;
}

.p-Gzpp {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  background: var(--color-background);
  border-radius: 34px;
}

._1S1R-X {
  position: absolute;
  height: 26px;
  width: 26px;
  right: 4px;
  bottom: 4px;
  background-color: var(--color-accent);
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0 3px 1px rgba(0, 0, 0, 0.06);
}

._2k2OJR {
  transform: translateX(-26px);
}

._1GX40L {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  text-transform: uppercase;
  color: var(--color-foreground);
  z-index: 1;
}

._3KmE0f {
  flex: 0;
  color: var(--color-accent);
}

._1GX40L:last-child {
  justify-content: flex-end;
}

._39Jxn6 {
  position: absolute;
  left: 30px;
  width: 60px;
  height: 100%;
  color: var(--color-background);
}

@media (min-width: 1260px) {
  ._3BVpBc {
    width: 45px;
  }

  ._39Jxn6 {
    display: none;
  }
}

._2j82Aw {
  min-width: 300px;
  text-align: center;
  padding: 0 16px 40px 16px;
  background: var(--color-background);
}

._1MDm4h {
  font-size: 24px;
  margin-bottom: 16px;
}

._1zgi0X {
  margin-bottom: 12px;
}

._3syg-h {
  font-weight: bold;
  text-decoration: underline;
  color: var(--color-accent);
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

._3syg-h:hover,
._3syg-h:focus {
  opacity: 1;
  text-decoration: none;
}

._3NyA_k {
  display: block;
  width: 100%;
  color: var(--color-background);
  border: none;
  padding: 12px 18px;
  margin-top: 16px;
  font-weight: bold;
  text-align: center;
  background: var(--color-accent);
  cursor: pointer;
}

._3NyA_k:disabled,
._3NyA_k[disabled] {
  opacity: 0.5;
}

._1DGx0K {
  width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  outline: none;
}

._1DGx0K:focus {
  border: 1px solid var(--color-focus);
}

._2ciYsY {
  width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border: 1px solid var(--color-accent);
  border-radius: 3px;
  outline: none;
}

._3hc3GN {
  display: block;
  text-align: left;
  margin-top: 4px;
  font-size: 13px;
  color: var(--color-accent);
}

._1lBGw6 {
  position: relative;
}

._1GsIJY:focus ~ ._2_8523 {
  top: 2px;
  left: 12px;
  font-size: 13px;
}

._2zmk4I {
  width: 100%;
  font-size: 16px;
  padding: 20px 12px 6px;
  border: 1px solid var(--color-accent);
  border-radius: 3px;
  outline: none;
}

._2zmk4I:focus ~ ._2_8523 {
  top: 2px;
  left: 12px;
  font-size: 13px;
}

._1GsIJY:focus {
  padding: 20px 12px 6px;
}

._1GsIJY:not(focus) {
  padding: 20px 12px 6px;
}

._2_8523 {
  position: absolute;
  font-size: 18px;
  color: var(--color-primary-disabled);
  pointer-events: none;
  left: 12px;
  top: 12px;
  transition: 0.2s ease all;
}

.Cn1Dm9 {
  top: 2px;
  left: 12px;
  font-size: 13px;
}

._37De99 {
  position: relative;
}

._3wrZWl {
  position: relative;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  padding: 0 42px 0 14px;
  height: 48px;
  font-family: var(--font-number);
  font-size: 16px;
  line-height: 20px;
  outline: none;
  transition: all 0.5s ease;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  z-index: 1;
}

._2MGmdr {
  position: absolute;
  right: 10px;
  top: 15px;
  transform: rotate(-90deg);
}

._3wrZWl:invalid {
  color: var(--color-primary-disabled);
}

._3wrZWl [disabled] {
  color: var(--color-primary-disabled);
}

._1s-sV3 {
  border: 1px solid var(--color-accent);
}

@media only screen and (min-width: 450px) {
  ._2j82Aw {
    min-width: 300px;
    text-align: center;
    padding: 0 60px 40px 60px;
  }

  ._3Cv104 {
    min-width: 300px;
  }
}

@media only screen and (min-width: 1110px) {
  ._2j82Aw {
    padding: 0 60px 0 60px;
  }
}

@media screen and (min-width: 480px) {
  .cgb6Qr {
    font-size: 14px;
  }
}

._2NYnXw {
  display: block;
  text-align: center;
  background: var(--color-background);
}

._22QbkB {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}

.Swuw39 {
  margin-bottom: 12px;
}

._2aj_Co {
  display: block;
  margin-bottom: 12px;
}

._3dVbZj {
  font-size: 13px;
  color: var(--color-primary-disabled);
  text-align: left;
}

._1oQsU0 {
  font-size: 16px;
  border: none;
  background: var(--color-background);
  color: var(--color-accent);
}

._36NUwx {
  margin-left: 4px;
  margin-top: 8px;
}

._1oQsU0:disabled,
._1oQsU0[disabled] {
  opacity: 0.5;
}

._3PtPhU {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.f_TiIn {
  text-align: right;
}

.AimRen {
  display: block;
  width: 100%;
  color: var(--color-background);
  border: none;
  padding: 12px 18px;
  margin-top: 16px;
  font-weight: bold;
  text-align: center;
  background: var(--color-accent);
  cursor: pointer;
}

.AimRen:disabled,
.AimRen[disabled] {
  opacity: 0.5;
}

._1lGCmN {
  display: block;
}

._2zU_Xu {
  display: flex;
  align-items: center;
  justify-content: center;
}

._3bKBrP {
  margin-right: 4px;
}

._3bKBrP:after {
  border-color: var(--color-background);
}

@media only screen and (min-width: 480px) {
  ._2NYnXw {
    width: 320px;
    text-align: center;
    padding: 0 0 20px 0;
  }

  ._2aj_Co {
    display: flex;
    justify-content: space-between;
  }

  ._1lGCmN {
    display: block;
  }

  .f_TiIn {
    margin-top: 22px;
  }
}

@media only screen and (min-width: 650px) {
  ._2NYnXw {
    width: 420px;
    text-align: center;
    padding: 0 0 20px 0;
  }
}

._3XZG1R {
  padding: 0 16px 40px;
  width: 464px;
  max-width: 100%;
}

._26_JYP {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  text-align: center;
}

._27BD5L {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 10px;
  background-color: var(--color-background-faded);
  margin-bottom: 16px;
}

.RIyOfJ,
.mUn2vc {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.mUn2vc {
  color: var(--color-foreground);
}

.RIyOfJ {
  color: var(--color-accent);
}

._2_L7YF {
  display: block;
  border: none;
  border-radius: 3px;
  color: var(--color-background);
  background-color: var(--color-accent);
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  padding: 14px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

._2_L7YF:hover {
  background-color: var(--color-accent-hover);
}

._3QngIJ:after {
  border-color: var(--color-background) transparent;
}

._2roQEd {
  padding-bottom: 40px;
}

.kz4Rrb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 10px;
}

._3Vqr2o {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

._1EeQ_N {
  margin-bottom: 20px;
}

._1dexRa {
  max-width: auto;
  min-width: 180px;
  min-height: 52px;
  border-radius: 2px;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: var(--color-background);
  background-color: var(--color-accent);
}

.fksCss {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

._3mul17 {
  color: var(--color-foreground);
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  ._2roQEd {
    min-width: calc(465px - 80px);
    min-height: calc(327px - 84px);
  }

  ._3Vqr2o {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1110px) {
  ._3XZG1R {
    padding: 0 34px 4px;
  }

  ._2roQEd {
    padding-bottom: 0;
  }

  .RIyOfJ,
  .mUn2vc {
    font-size: 18px;
    line-height: 22px;
  }
}

:root {
  --header-height: 95px;
}

.fUjWyw {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-height: 42px;
  background: var(--color-background-faded);
  cursor: pointer;
}

._3JyEJZ {
  padding-bottom: 60px;
}

._2mEN-N {
  position: relative;
}

._3BjUMq {
  font-weight: bold;
  margin-left: 4px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

._3DFZEo {
  display: none;
}

.ja61SF {
  padding: 24px 16px;
  height: calc(100vh - var(--header-height));
  overflow-y: scroll;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  background: var(--color-background);
}

._3DFZEo:checked ~ .ja61SF {
  display: block;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

._6ERqz0 {
  display: none;
  position: absolute;
  right: 16px;
}

._3DFZEo:checked ~ ._2mEN-N > ._6ERqz0 {
  display: block;
}

._2t8VdV {
  padding: 12px 15px;
  margin: 0 -15px;
  max-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

._2t8VdV:hover {
  background: var(--color-background-faded);
}

.fnLHza {
  flex-shrink: 0;
}

._2xfRUj {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

._1eJxaS {
  display: block;
  width: 100%;
  color: var(--color-foreground);
  font-size: 18px;
  line-height: 20px;
  margin: 0 6px 0 14px;
  transition: color 0.3s ease;
}

._2YXPyZ {
  padding: 0 17px 0 50px;
  color: var(--color-foreground);
  display: none;
}

._2dB10P {
  padding: 0 12px 0 24px;
  display: none;
}

._3ZN4IU {
  display: block;
  padding-bottom: 16px;
  color: var(--color-foreground);
  font-size: 16px;
  line-height: 20px;
}

._1D2zm5 {
  margin-top: 18px;
  font-size: 16px;
  line-height: 20px;
}

._1D2zm5:first-child {
  margin-top: 0;
}

._1wyb63 {
  display: none;
  cursor: pointer;
}

._3Z1tdI {
  display: none;
}

.E4DK_s {
  display: none;
}

@media only screen and (min-width: 768px) {
  .fUjWyw {
    min-width: 230px;
    margin-left: 16px;
  }

  ._2mEN-N {
    position: static;
  }

  .ja61SF {
    position: absolute;
  }

  ._3DFZEo:checked ~ ._2mEN-N > ._6ERqz0 {
    display: none;
  }

  .GdeFnx {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    height: 100vh;
    top: 114px;
    background: rgba(224, 224, 224, 0.9);
  }

  ._3DFZEo:checked ~ .GdeFnx {
    display: block;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 320px) {
  .oRvSOu {
    display: block;
  }

  ._31X1uK {
    color: var(--color-accent);
  }
}

@media (min-width: 1110px) {
  ._3DFZEo:checked ~ .GdeFnx {
    display: none;
  }

  ._2mEN-N {
    display: none;
  }

  ._1RncYR {
    display: none;
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 100vh;
  }

  ._3WDuh_ {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
  }

  ._2n60dV {
    display: none;
  }

  ._1wyb63 {
    display: block;
    position: absolute;
    bottom: 13px;
    width: 229px;
    height: 40px;
    opacity: 0;
  }

  ._3Z1tdI {
    display: flex;
    justify-content: flex-start;
    height: 40px;
    padding: 0 5px;
  }

  .ja61SF {
    display: none;
    padding: 0 12px;
    height: 472px;
    transform: none;
    transition: none;
    position: absolute;
    top: 114px;
    z-index: 3;
    overflow-y: hidden;
    background-color: var(--color-background);
  }

  .ja61SF:hover {
    overflow-y: visible;
  }

  ._1wyb63:checked ~ .ja61SF {
    display: block;
    height: auto;
  }

  ._1wyb63:checked ~ .ja61SF:hover {
    overflow-y: scroll;
  }

  ._1wyb63:checked ~ .ja61SF > .E4DK_s {
    display: none;
  }

  ._1wyb63:checked ~ ._1RncYR {
    display: block;
  }

  .fnLHza {
    width: 24px;
    height: 24px;
  }

  ._2zqKVI {
    display: none;
    height: 9px;
    width: 13px;
    fill: var(--color-accent);
    margin-right: 35px;
  }

  ._3DFZEo:checked ~ ._2mEN-N > ._6ERqz0 {
    display: none;
  }

  ._1eJxaS {
    font-size: 16px;
  }

  ._2xfRUj {
    max-width: 285px;
  }

  ._1D2zm5 {
    font-weight: bold;
  }

  ._1D2zm5:first-child {
    margin-top: 18px;
    font-size: 18px;
    line-height: 22px;
  }

  ._3ZN4IU {
    padding-bottom: 10px;
    padding-right: 16px;
  }

  ._3ZN4IU:hover {
    color: var(--color-accent) !important;
  }

  .elSF3K {
    display: inline-block;
  }

  ._2YXPyZ {
    display: none !important;
  }

  ._2dB10P {
    display: block !important;
    padding: 0;
  }

  ._3JyEJZ {
    position: relative;
    background: var(--color-background);
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .E4DK_s {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 278px;
    height: 24px;
    background: var(--color-background-faded);
    text-align: center;
  }

  .ja61SF:hover > .E4DK_s {
    display: none;
  }

  ._2t8VdV {
    margin: 0;
    padding: 12px 0;
  }

  ._2t8VdV:hover {
    background: var(--color-background);
  }

  ._34W6Nj:hover
    > ._2Cnu7J
    > ._2t8VdV
    > ._2xfRUj
    > .fnLHza {
    fill: var(--color-accent);
  }

  ._34W6Nj:hover > ._2Cnu7J > ._2t8VdV > ._2zqKVI {
    display: block;
    margin-right: 40px;
  }

  ._34W6Nj:hover
    > ._2Cnu7J
    > ._2t8VdV
    > ._2xfRUj
    > ._1eJxaS {
    color: var(--color-accent);
  }

  ._34W6Nj:hover > ._2Cnu7J {
    color: var(--color-accent);
  }

  ._34W6Nj:hover {
    display: grid;
    grid-template-columns: minmax(324px, 1fr) 3fr 104px;
  }

  ._34W6Nj:hover > ._2YXPyZ {
    display: block !important;
    position: absolute;
    top: 0;
    left: 300px;
    right: 0;
    min-height: 850px;
    padding: 0 17px 0 14px;
    background: var(--color-background);
    column-count: 3;
  }
}
@media (min-width: 1260px) {
  .fUjWyw {
    margin-left: 0;
  }

  .ja61SF {
    top: 110px;
  }

  ._1RncYR {
    top: 110px;
  }
}

@media (min-width: 1298px) {
  .ja61SF {
    height: 472px;
  }

  ._1RncYR {
    top: 110px;
  }

  .ja61SF {
    top: 110px;
  }
}

@media only screen and (min-width: 1310px) {
  .ja61SF {
    height: 576px;
  }
}

@media only screen and (min-width: 1440px) {
  .ja61SF {
    height: 638px;
    padding: 0;
  }
}

._113-Db {
  background-color: var(--color-background);
}

._2mbC7F,
._14DYO8 {
  text-align: center;
  color: var(--color-primary-disabled);
}

._1av5Ng {
  width: 100%;
  height: 44px;
  padding: 12px 44px;
  outline: none;
  border: none;
  box-shadow: 0 0 4px var(--color-shadow-card-catalog);
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 20px;
}

._3DMPhG {
  padding: 12px 0 12px 12px;
  z-index: 10;
  -webkit-appearance: none;
}

._3pHbQ3 {
  fill: var(--color-primary-disabled);
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.A3MYZk {
  fill: var(--color-primary-disabled);
}

._2rXNIg {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

._25xUOn {
  width: 100%;
  background: var(--color-background);
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  padding: 9px;
  border-radius: 2px;
  outline: none;
  font-weight: bold;
  cursor: pointer;
}

._3QWyJf {
  position: relative;
  width: 100%;
  left: 15px;
  height: 44px;
  background-color: var(--color-background-faded);
  border-radius: 2px;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

._2G9TDv {
  position: absolute;
  width: 20%;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

._2trehG {
  position: absolute;
  display: none;
  top: 50px;
  left: 0;
  right: 0;
  padding: 5px 0;
  flex-direction: column;
  background-color: var(--color-background);
  font-size: 16px;
  line-height: 20px;
  z-index: 10;
}

._1_wduj {
  position: absolute;
  top: 50px;
  left: -15px;
  right: -15px;
  z-index: 10;
}

.NY5yWX {
  font-weight: bold;
  text-transform: none;
  margin-left: 15px;
}

._3hMBUz {
  margin-top: 13px;
}

._3UsTzY {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._3UsTzY,
.VGSlWu {
  padding: 12px 15px;
  transition: background-color 0.3s ease;
}

._3UsTzY:hover,
.VGSlWu:hover,
._3UsTzY:focus,
.VGSlWu:focus {
  background-color: var(--color-background-faded);
  cursor: pointer;
}

._2Lvub8 {
  transition: background-color 0.3s ease;
}

._2Lvub8:hover,
._2Lvub8:focus {
  background-color: var(--color-background-faded);
}

._3bTDPo {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-foreground);
}

._3cfNkp {
  position: absolute;
  right: 15px;
  top: 5px;
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--color-accent);
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

._26cURr {
  display: block;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 1290px;
  background-color: var(--color-background);
  z-index: 10;
}

._2GJSxW {
  display: block;
  position: absolute;
  top: 50px;
  left: -15px;
  right: -15px;
  height: 100%;
  min-height: 1290px;
  bottom: 0;
  background-color: var(--color-background);
  z-index: 10;
}

._2RtM21 {
  display: block;
  padding: 25px 13px;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-accent);
  text-decoration: underline;
}

._3sEgCE {
  display: block;
}

._20wkdg {
  display: none;
}

._3jsVdm {
  justify-content: start;
}

._3jsVdm > div > span {
  color: var(--color-primary-disabled);
  margin: 0 5px;
}

._3jsVdm > svg {
  fill: var(--color-primary-disabled);
  margin-right: 8px;
}

@media (min-width: 620px) {
  ._1_wduj {
    top: 45px;
    left: -12px;
    right: -47%;
    z-index: inherit;
  }

  ._2GJSxW {
    right: -47%;
  }
}

@media (min-width: 768px) {
  ._113-Db {
    display: block;
    width: 100%;
    align-self: center;
  }

  ._2trehG {
    top: 110px;
    left: 0;
    z-index: auto;
    bottom: auto;
  }

  ._1_wduj {
    top: 45px;
    left: -15px;
    right: -45%;
    z-index: inherit;
  }

  ._1av5Ng {
    box-shadow: none;
    border: 1px solid var(--color-border);
    border-radius: 2px;
    height: auto;
  }

  ._2G9TDv {
    right: 0;
  }

  ._25xUOn {
    padding: 12px;
  }

  ._3QWyJf {
    left: 0;
    height: 41px;
  }

  ._2rXNIg {
    right: 22%;
  }

  ._3cfNkp {
    top: 15px;
  }

  ._26cURr {
    position: fixed;
    top: 114px;
    z-index: auto;
    bottom: auto;
  }
}

@media (min-width: 1100px) {
  ._2trehG {
    left: auto;
    right: auto;
    width: 100%;
    max-height: 85vh;
    top: 48px;
    padding: 15px 0;
    overflow-y: auto;
  }

  ._1_wduj {
    margin: 0;
    top: 41px;
    height: auto;
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid var(--color-border);
  }

  ._26cURr {
    top: 110px;
    background: rgba(0, 0, 0, 0.2);
  }

  ._2GJSxW {
    display: none;
  }

  ._2RtM21 {
    display: block;
    padding: 15px 15px 0 15px;
    text-decoration: underline;
    color: var(--color-foreground);
    transition: color 0.3s ease;
  }

  ._2RtM21:hover,
  ._2RtM21:focus {
    color: var(--color-accent);
  }
}

@media (min-width: 1298px) {
  ._113-Db {
    align-self: auto;
    width: 100%;
  }
}

._3tBpkQ {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid var(--color-border);
}

._3iFcv6 {
  flex-grow: 1;
}

.bIiahB {
  display: flex;
  align-items: center;
}

.kvsHw9 {
  margin-right: 10px;
  min-width: 75px;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Egcmic {
  text-indent: -9999px;
}

._-0V80J,
.B55SNB {
  color: var(--color-primary-disabled);
}

._3LGrPj {
  display: inline;
  text-transform: none;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

._1ZZqvZ {
  color: var(--color-primary-disabled);
}

._2rtQDz {
  display: flex;
  flex-direction: column;
}

._3rH8IF {
  display: flex;
  justify-content: space-between;
}

.r0avJk {
  font-weight: bold;
  color: var(--color-foreground);
}

._1hiVt1 {
  color: var(--color-foreground);
  text-align: right;
}

._3LGrPj,
._1ZZqvZ,
._3rH8IF {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .r0avJk {
    position: absolute;
    top: 12px;
    right: 13px;
  }
}

@media (min-width: 1110px) {
  .kvsHw9 {
    min-width: 41px;
    min-height: 41px;
  }

  ._3LGrPj {
    max-width: 85%;
  }

  ._2rtQDz {
    flex-direction: row;
    justify-content: space-between;
  }

  ._-0V80J {
    margin-right: 20px;
  }

  ._3LGrPj,
  ._1ZZqvZ,
  ._3rH8IF {
    margin-bottom: 0;
  }
}

._2zolLX {
  margin-left: 5px;
}

._18fM_P {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: var(--color-background);
  max-width: 320px;
}

._3uvCLS {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 52px;
  line-height: 28px;
  z-index: 10;
  cursor: pointer;
}

._211Tjg {
  display: none;
}

@media (min-width: 1100px) {
  ._18fM_P {
    max-width: 100%;
  }
}

.XAUWEd {
  min-width: 320px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.RaurXw {
  width: 100%;
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
  padding: 15px 15px 40px 15px;
  flex-grow: 1;
}

@media (min-width: 1110px) {
  .RaurXw {
    padding-bottom: 60px;
  }
}

._37X-x- {
  position: fixed;
  width: 42px;
  height: 42px;
  left: 15px;
  bottom: calc(env(safe-area-inset-bottom) + 15px);
  background-color: var(--color-accent);
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

._2yopUY {
  position: fixed;
  width: 42px;
  height: 42px;
  left: 15px;
  bottom: calc(env(safe-area-inset-bottom) + 75px);
  background-color: var(--color-accent);
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

._2yopUY > svg {
  fill: var(--color-background);
  transform: rotate(90deg);
}

._37X-x- > svg {
  fill: var(--color-background);
  transform: rotate(90deg);
}

@media (min-width: 1110px) {
  ._2yopUY {
    bottom: calc(env(safe-area-inset-bottom) + 15px);
  }
}

._2rp_VL {
  position: relative;
  display: flex;
  max-width: 370px;
  min-width: 290px;
  height: 60px;
  background-color: var(--color-background);
  color: var(--color-background-footer);
  border-radius: 5px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  margin: 0 auto;

  animation-duration: 0.3s;
  animation-name: _2OLtzH;
}

._2rp_VL:first-child,
._2rp_VL:nth-child(2),
._2rp_VL:nth-child(3) {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

._2rp_VL:first-child {
  width: 370px;
  z-index: 4;
  transition: transform var(--toast-transition-duration) linear;
  transform: translateX(var(--transform-toast));
}

._2rp_VL:nth-child(2) {
  width: 361px;
  z-index: 3;
  top: -50px;
}

._2rp_VL:nth-child(3) {
  width: 321px;
  z-index: 2;
  top: -100px;
}

@media (min-width: 320px) and (max-width: 375px) {
  ._2rp_VL:first-child,
  ._2rp_VL:nth-child(2),
  ._2rp_VL:nth-child(3) {
    width: 290px;
  }
}

._1PYQMI {
  transition: transform 2s ease-in;
  transform: translateX(-10000px);
}

._1RImy9 {
  transition: transform 2s ease-in;
  transform: translateX(10000px);
}

._2i5dld {
  min-width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

._1_9J64 {
  width: calc(100% - 27px);
  position: relative;
  padding: 15px 30px 15px 8px;
}

._15sX3f {
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
}

._3doUIz {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._2KXsQ2 {
  height: auto !important;
}

._2KXsQ2 ._3doUIz {
  white-space: unset;
  overflow: visible;
}

.rPceY1 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

._3XxZ2K {
  background: rgba(255, 78, 78, 0.2);
}

._3CQ0Eh {
  background: var(--color-border);
}

._1n70zQ {
  background: rgba(55, 214, 156, 0.2);
}

._3Us4Wd {
  background: var(--color-background-faded);
}

._1PAP_t {
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  position: absolute;
  clip: rect(auto, auto, auto, auto);
}

._1PAP_t::before,
._1PAP_t::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(130, 130, 130, 0.4);
  border-radius: 7px;
  position: absolute;
  clip: rect(0px, 7px, 14px, 0px);
}

._1PAP_t,
._1PAP_t::before,
._1PAP_t::after {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

._2cJ1mh {
  animation-duration: 0.01s;
  animation-delay: 2s;
  animation-name: O4V3yI;
}

._1PAP_t::before {
  animation-duration: 2s;
  animation-name: _1mtTu1;
  animation-delay: 2s;
}

._1PAP_t::after {
  animation-duration: 4s;
  animation-name: _1hOKwq;
}

@keyframes _2OLtzH {
  from {
    transform: translateY(-1000px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes _1hOKwq {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes _1mtTu1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes O4V3yI {
  to {
    clip: rect(0px, 7px, 14px, 0px);
  }
}

.J3BW4q {
  position: fixed;
  top: 35px;
  right: 50%;
  transform: translateX(50%);
  z-index: 9999;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .J3BW4q {
    right: 15px;
    transform: translateX(0);
  }
}

._3Yl9NY {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  z-index: 10;
  background-color: var(--color-background);
}

._20UrFQ {
  min-width: 320px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 68px;
}

.RC2ykP {
  width: 1440px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

._32gkKd {
  margin: 0 auto;
  padding: 16px;
  max-width: 1440px;
}

._1zB_qk {
  display: flex;
  align-items: center;
}

._23CSH- {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: var(--color-foreground);
}

._1kwQhs {
  display: flex;
  align-items: center;
}

._3ABfdH {
  display: block;
  margin-right: 20px;
  color: var(--color-foreground);
}

._3ABfdH:hover,
._23CSH-:hover {
  color: var(--color-accent);
}

.mUphiJ {
  color: var(--color-accent);
}

.jjhUjQ {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

