/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-display: swap;
  font-family: din-round;
  font-style: normal;
  font-weight: 500;
  src: url(/vendor/d20aa4f114739467c5c1.woff2) format("woff2"), url(/vendor/46a0915d056316cd819c.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: din-round;
  font-style: normal;
  font-weight: 700;
  src: url(/vendor/fddf2189853baef1417d.woff2) format("woff2"), url(/vendor/62ef1d38e5bfcb1c1ca9.woff) format("woff");
}
@font-face {
  font-family: feather;
  font-style: normal;
  font-weight: 700;
  src: url(/vendor/b6dc898912fd8734b959.otf) format("opentype");
}
._1HRuL {
  transition: opacity 0.3s;
}

._17waW {
  opacity: 0;
  pointer-events: none;
}

.wwHu- {
  opacity: 1;
}
._1RzfO {
  border-radius: 50%;
}
.EqqCV ._1RzfO {
  background-color: currentColor;
  height: 8px;
  width: 8px;
}
.BqM3n ._1RzfO {
  background-color: white;
}
._2uRT_ ._1RzfO {
  background-color: #e5e5e5;
}
.BqM3n ._1RzfO, ._2uRT_ ._1RzfO {
  height: 18px;
  width: 18px;
}

._29oGz {
  display: grid;
  grid-template-columns: repeat(3, min-content);
}

.xGl-r {
}
@keyframes _2WaN9 {
  0% {
    opacity: 1;
  }
  33.3333333333% {
    opacity: 0.25;
  }
  66.6666666667% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _1kIx8 {
  0% {
    transform: scale(1);
  }
  33.3333333333% {
    transform: scale(0.8);
  }
  66.6666666667% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.xGl-r {
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
  animation-name: _2WaN9, _1kIx8;
  animation-timing-function: ease-in-out;
}
._15HbV .xGl-r {
  animation-name: _2WaN9;
}

._1nDm8 {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

._2DC-y {
}
@keyframes N5wb0 {
  0% {
    opacity: 0.5;
  }
  33.3333333333% {
    opacity: 1;
  }
  66.6666666667% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes _3bFog {
  0% {
    transform: scale(0.8);
  }
  33.3333333333% {
    transform: scale(1);
  }
  66.6666666667% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}
._2DC-y {
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
  animation-name: N5wb0, _3bFog;
  animation-timing-function: ease-in-out;
}
._15HbV ._2DC-y {
  animation-name: N5wb0;
}

.KQEPd {
}
@keyframes _3Kmgm {
  0% {
    opacity: 0.25;
  }
  33.3333333333% {
    opacity: 0.5;
  }
  66.6666666667% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes _2NRe1 {
  0% {
    transform: scale(0.8);
  }
  33.3333333333% {
    transform: scale(0.8);
  }
  66.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.KQEPd {
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
  animation-name: _3Kmgm, _2NRe1;
  animation-timing-function: ease-in-out;
}
._15HbV .KQEPd {
  animation-name: _3Kmgm;
}

.EqqCV {
  grid-gap: 5px;
}

.BqM3n,
._2uRT_ {
  grid-gap: 12px;
}
._34Tta {
  --border-color: #e5e5e5;
  align-items: center;
  border-color: transparent;
  border-radius: 9px;
  border-style: solid;
  border-width: 2px 2px 4px;
  box-sizing: border-box;
  display: flex;
  height: 42px;
  justify-content: center;
  position: relative;
  user-select: none;
  width: 40px;
}
._34Tta::before {
  background-color: white;
  border: 2px solid var(--border-color);
  border-radius: 9px;
  bottom: -2px;
  box-shadow: 0 2px 0 var(--border-color);
  content: "";
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
}
._34Tta._2iso7 {
  transform: translateY(2px);
}
._34Tta._2iso7::before {
  box-shadow: none;
}
._34Tta._2FjI3 {
  --border-color: #a5ed6e;
}
._34Tta._2FjI3::before {
  background-color: #d7feb9;
}

._3lqCP {
  height: 16px;
  position: relative;
  width: 16px;
}

._2ZKO8 {
  display: none;
}

._1w7DQ {
  align-items: center;
  display: inline-flex;
  outline: 0;
}
._1w7DQ:not(._2iso7) {
  cursor: pointer;
}

._2zkrk {
  align-items: center;
  background: #e5e5e5;
  border-radius: 12px;
  display: inline-flex;
  height: 24px;
  position: relative;
  transition: background 0.1s;
  width: 57px;
}
._2zkrk::before {
  background: white;
  border-color: #e5e5e5;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px 2px 4px;
  box-sizing: border-box;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  transition: left 0.2s;
  width: 32px;
}
._2zkrk._2FjI3 {
  background: #1cb0f6;
}
._2zkrk._2FjI3::before {
  border-color: #1cb0f6;
  left: 25px;
}

._2NpkX {
  font: 500 17px/25px din-round, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #4b4b4b;
  margin-left: 16px;
}
._2iso7 ._2NpkX {
  color: #afafaf;
}
._3oUVy {
  height: 24px;
  width: 24px;
}

.Tcwrk {
  margin-right: 14px;
}

.vv5PF {
  height: 24px;
  margin-right: 16px;
  width: 24px;
}

.GRb2_ {
  font: 500 17px/25px din-round, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background: none;
  border: none;
  box-sizing: border-box;
  caret-color: #1cb0f6;
  color: #4b4b4b;
  min-width: 0;
  outline: none;
  padding: 9.5px 16px;
  width: 100%;
}
.qtXaS .GRb2_ {
  caret-color: #4b4b4b;
  padding-right: 12px;
}
.GRb2_[type=number] {
  -moz-appearance: textfield;
}
.GRb2_[type=number]::-webkit-inner-spin-button, .GRb2_[type=number]::-webkit-outer-spin-button {
  appearance: none;
}
.GRb2_[type=search] {
  padding-left: 8px;
}
.GRb2_::placeholder {
  color: #afafaf;
}
.GRb2_::-webkit-search-cancel-button {
  display: none;
}

._1A6W5 {
  height: 24px;
  margin-left: 13px;
  width: 24px;
}

._2IyUU {
}

._2G9Ps {
  align-items: center;
  background: #f7f7f7;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  display: inline-flex;
  overflow: hidden;
}

.qtXaS {
  border-color: #ffb2b2;
}
._1YDPe {
  display: inline-flex;
  outline: none;
  position: relative;
  transform: translateZ(0);
}
._1YDPe :disabled,
._1YDPe ._2yKL0 {
  cursor: default;
}
._1YDPe:not(:disabled):not(._2yKL0) {
  cursor: pointer;
}

._1AUBK {
  letter-spacing: 0.8px;
}
[lang=ar] ._1AUBK {
  letter-spacing: 0;
}
._1AUBK {
  font: 500 17px/25px din-round, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  font-size: var(--web-ui_button-font-size, 15px);
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
  user-select: none;
  white-space: nowrap;
}

._23yR7 {
  --__internal__border-radius: var(--web-ui_button-border-radius, 12px);
  --__internal__lip-width: 4px;
  background: none;
  border-color: transparent;
  border-radius: var(--__internal__border-radius);
  border-style: solid;
  border-width: 0 0 var(--__internal__lip-width);
  color: var(--web-ui_button-color, white);
  padding: var(--web-ui_button-padding, 15.5px 16px);
  transition: filter 0.2s;
}
._23yR7::before {
  background-color: var(--web-ui_button-background-color, #1cb0f6);
  border-radius: var(--__internal__border-radius);
  bottom: 0;
  box-shadow: 0 var(--__internal__lip-width) 0 var(--web-ui_button-border-color, #1899d6);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
._23yR7:active:not(:disabled):not(._2yKL0), ._23yR7:disabled:not(._3eCFz), ._23yR7._2yKL0:not(._3eCFz) {
  transform: translateY(var(--__internal__lip-width));
}
._23yR7:active:not(:disabled):not(._2yKL0)::before, ._23yR7:disabled:not(._3eCFz)::before, ._23yR7._2yKL0:not(._3eCFz)::before {
  box-shadow: none;
}
._23yR7:disabled:not(._3eCFz), ._23yR7._2yKL0:not(._3eCFz) {
  color: var(--web-ui_button-color-disabled, #afafaf);
}
._23yR7:disabled:not(._3eCFz)::before, ._23yR7._2yKL0:not(._3eCFz)::before {
  background-color: var(--web-ui_button-background-color-disabled, #e5e5e5);
}
@media (hover: hover) {
  ._23yR7:hover:not(:disabled):not(._2yKL0):not(._1X7do) {
    filter: var(--web-ui_button-filter-hover, brightness(1.1));
  }
}

._36IYz {
  --__internal__border-radius: var(--web-ui_button-border-radius, 16px);
  --__internal__lip-width: 2px;
  font-size: var(--web-ui_button-font-size, 14px);
  padding: var(--web-ui_button-padding, 5px 9px);
}

._3MHUa {
}

._3_tsD {
  --__internal__border-color: var(--web-ui_button-border-color, #e5e5e5);
  background: none;
  border-color: transparent;
  border-radius: var(--web-ui_button-border-radius, 12px);
  border-style: solid;
  border-width: 2px 2px 4px;
  color: var(--web-ui_button-color, #afafaf);
  padding: var(--web-ui_button-padding, 14.5px 16px);
  transition: filter 0.2s;
}
._3_tsD::before {
  background-color: var(--web-ui_button-background-color, white);
  border: 2px solid var(--__internal__border-color);
  border-radius: var(--web-ui_button-border-radius, 12px);
  bottom: -2px;
  box-shadow: 0 2px 0 var(--__internal__border-color);
  content: "";
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: -1;
}
._3_tsD:active:not(:disabled):not(._2yKL0), ._3_tsD:disabled:not(._3eCFz), ._3_tsD._2yKL0:not(._3eCFz) {
  transform: translateY(2px);
}
._3_tsD:active:not(:disabled):not(._2yKL0)::before, ._3_tsD:disabled:not(._3eCFz)::before, ._3_tsD._2yKL0:not(._3eCFz)::before {
  box-shadow: none;
}
._3_tsD:disabled:not(._3eCFz), ._3_tsD._2yKL0:not(._3eCFz) {
  --__internal__border-color: var(
    --web-ui_button-border-color-disabled,
    var(--web-ui_button-border-color, #e5e5e5)
  );
  color: var(--web-ui_button-color-disabled, #afafaf);
}
._3_tsD:disabled:not(._3eCFz)::before, ._3_tsD._2yKL0:not(._3eCFz)::before {
  background-color: var(--web-ui_button-background-color-disabled, #e5e5e5);
}
@media (hover: hover) {
  ._3_tsD:hover:not(:disabled):not(._2yKL0):not(._1X7do) {
    filter: var(--web-ui_button-filter-hover, brightness(0.9));
  }
}

._1u6Hl {
  background: none;
  border: none;
  color: var(--web-ui_button-color, #1cb0f6);
  padding: var(--web-ui_button-padding, 16.5px 16px);
  transition: filter 0.2s;
}
._1u6Hl:disabled:not(._3eCFz), ._1u6Hl._2yKL0:not(._3eCFz) {
  opacity: 0.4;
}
@media (hover: hover) {
  ._1u6Hl:hover:not(:disabled):not(._2yKL0):not(._1X7do) {
    filter: var(--web-ui_button-filter-hover, brightness(1.1));
  }
}

._1EUDI {
  background: none;
  border: none;
  padding: 0;
  transition: filter 0.2s;
}
@media (hover: hover) {
  ._1EUDI:hover:not(:disabled):not(._2yKL0):not(._1X7do) {
    filter: var(--web-ui_button-filter-hover, brightness(1.1));
  }
}

._3a4Ke {
  user-select: inherit;
}

.hTqS_ {
  opacity: 0;
}

._3LKpH {
  --web-ui_button-background-color: #2b70c9;
  --web-ui_button-border-color: #1453a3;
  --web-ui_button-color: white;
}

._1GFfD {
  --web-ui_button-background-color: #2b70c9;
  --web-ui_button-border-color: #1453a3;
  --web-ui_button-color: white;
}

._2Thiw {
  --web-ui_button-background-color: #1cb0f6;
  --web-ui_button-border-color: #1899d6;
  --web-ui_button-color: white;
}

.yVcFs {
  --web-ui_button-background-color: #1cb0f6;
  --web-ui_button-border-color: #1899d6;
  --web-ui_button-color: white;
}

._22yy_ {
  --web-ui_button-background-color: #58cc02;
  --web-ui_button-border-color: #58a700;
  --web-ui_button-color: white;
}

._1cMRS {
  --web-ui_button-background-color: #58cc02;
  --web-ui_button-border-color: #58a700;
  --web-ui_button-color: white;
}

._36reF {
  --web-ui_button-background-color: white;
  --web-ui_button-border-color: rgba(255, 255, 255, 0.8);
  --web-ui_button-color: #1cb0f6;
  --web-ui_button-background-color-disabled: rgba(255, 255, 255, 0.4);
  --web-ui_button-color-disabled: #1cb0f6;
}

._3lZbk {
  --web-ui_button-background-color: white;
  --web-ui_button-border-color: rgba(255, 255, 255, 0.8);
  --web-ui_button-color: #1cb0f6;
  --web-ui_button-background-color-disabled: rgba(255, 255, 255, 0.4);
  --web-ui_button-color-disabled: #1cb0f6;
}

._1D7Qg {
  --web-ui_button-color: #4b4b4b;
}

._3EGxw {
  --web-ui_button-color: #afafaf;
}

._5_cEN {
  --web-ui_button-color: #1cb0f6;
}

._1Lfgl {
  --web-ui_button-color: white;
  --web-ui_button-background-color: transparent;
  --web-ui_button-background-color-disabled: transparent;
  --web-ui_button-border-color: rgba(0, 0, 0, 0.2);
  --web-ui_button-border-color-disabled: rgba(0, 0, 0, 0.08);
  --web-ui_button-color-disabled: rgba(255, 255, 255, 0.4);
  --web-ui_button-filter-hover: opacity(0.8);
}

._29snW {
  --web-ui_button-color: #1cb0f6;
}
.BnTIq {
  background-color: white;
  border: #e5e5e5 2px solid;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateZ(0);
}

.fP6_q {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 20px;
}

.VBFwr {
  height: 12px;
  width: 12px;
}

._1TRb7 {
  margin-top: 8px;
}
._1TRb7 > ._3q2Y3 {
  margin: 0 15px;
  top: -8px;
}
._1TRb7._2KtUR {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
._1TRb7._2KtUR > ._3q2Y3 {
  left: calc(50% - 15px);
  transform: translateX(-50%);
}

._2PAf0 {
  margin-right: 8px;
}
._2PAf0 > ._3q2Y3 {
  left: calc(100% - 10px / 2 - 2px);
  margin: 15px 0;
  transform: rotate(90deg);
}
._2PAf0._2KtUR {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
._2PAf0._2KtUR > ._3q2Y3 {
  top: calc(50% - 15px);
  transform: translateY(-50%) rotate(90deg);
}

._37X4S {
  margin-left: 8px;
}
._37X4S > ._3q2Y3 {
  left: calc(-10px / 2 - 10px + 2px);
  margin: 15px 0;
  transform: rotate(-90deg);
}
._37X4S._2KtUR {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
._37X4S._2KtUR > ._3q2Y3 {
  top: calc(50% - 15px);
  transform: translateY(-50%) rotate(-90deg);
}

._3qDoi {
  margin-bottom: 8px;
}
._3qDoi > ._3q2Y3 {
  margin: 0 15px;
  top: calc(100% - 2px);
  transform: rotate(180deg);
}
._3qDoi._2KtUR {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
._3qDoi._2KtUR > ._3q2Y3 {
  left: calc(50% - 15px);
  transform: translateX(-50%) rotate(180deg);
}

._10PpK {
  background-color: white;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 14.14427157px;
  left: 50%;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 14.14427157px;
}

._3q2Y3 {
  box-sizing: border-box;
  height: 10px;
  overflow: hidden;
  position: absolute;
  width: 20px;
}

._2T1tm {
  box-sizing: border-box;
  position: relative;
}
._2T1tm._2KtUR {
  position: absolute;
}
._20ORc {
  font: 500 17px/25px din-round, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  max-width: 100%;
  position: relative;
}

._1TJIk {
  flex-shrink: 0;
  height: 9px;
  width: 15px;
}
._3Bqon ._1TJIk {
  position: absolute;
  right: 16px;
}
._2pcDM ._1TJIk {
  margin-left: 10px;
}

._1AwwM {
  appearance: none;
  border: 0;
  border-radius: inherit;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
._1AwwM:disabled {
  cursor: default;
}
._3Bqon ._1AwwM {
  height: calc(100% + 6px);
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
}
._3Bqon ._1AwwM:disabled {
  height: calc(100% + 4px);
}

._3Bqon {
  border: 2px solid transparent;
  border-bottom-width: 4px;
  border-radius: 12px;
  height: 50px;
  padding: 0 41px 0 12px;
}
._3Bqon::before {
  background: white;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  bottom: -2px;
  box-shadow: 0 2px 0 #e5e5e5;
  content: "";
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
}
._3Bqon._2f5yV {
  transform: translateY(2px);
}
._3Bqon._2f5yV::before {
  background: #e5e5e5;
  box-shadow: none;
}

._2pcDM {
}

._2aPV6 {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 18px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
._3Bqon ._2aPV6 {
  color: #777;
}
._3Bqon._2f5yV ._2aPV6, ._3Bqon._3O6Yq ._2aPV6 {
  color: #afafaf;
}
._2pcDM ._2aPV6 {
  color: #afafaf;
}
._2pcDM._2f5yV ._2aPV6 {
  color: #e5e5e5;
}

._1rPjV {
  color: #4b4b4b;
}
._3YvkS {
  background: currentColor;
  border-radius: inherit;
  color: var(--web-ui_progress-bar-color, #58cc02);
  height: var(--web-ui_internal_progress-bar-height);
  max-width: 100%;
  min-width: calc(1.5 * var(--web-ui_internal_progress-bar-height));
  position: relative;
  transition-duration: 0.4s;
  transition-property: background, color, opacity, width;
}

._1EdWB {
  background: white;
  border-radius: inherit;
  height: 30%;
  left: calc(var(--web-ui_internal_progress-bar-height) / 2);
  opacity: 0.2;
  position: absolute;
  right: calc(var(--web-ui_internal_progress-bar-height) / 2);
  top: 25%;
}

.qFVOZ {
  font: 500 17px/25px din-round, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  bottom: 100%;
  font-size: 15px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.8px;
  line-height: 20px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

._1PFTp {
  left: calc(100% - var(--web-ui_internal_progress-bar-height) / 2);
  position: absolute;
  top: 50%;
}

._3BJ8T {
  background: #e5e5e5;
  border-radius: calc(var(--web-ui_internal_progress-bar-height) / 2);
}
/**
 * Draft v0.11.7
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
