.ARTOR {
  position: relative;
  display: grid;
  grid-area: amountInput;
  grid-template-columns: 3.5rem 1fr 3.5rem;
  height: 4rem;
}
.ARTOR[data-css-width="20"] {
  width: -webkit-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .ARTOR[data-css-width="20"] {
    width: 20rem;
  }
}
.ARTOR[data-css-width="100%"] {
  width: 100%;
}
.ARTOR[data-css-width="28"] {
  max-width: 28rem;
}
[dir] .ARTOR[data-css-variant=secondary] {
  border: 0.1rem solid #B5B5B5;
  border-radius: 0.5rem;
}

.IITZN {
  display: inline-block;
  fill: #2E353B;
  width: 1rem;
  height: 1rem;
}

.exetE {
  max-width: 5rem;
  height: 100%;
  font-size: 1.5rem;
  outline: none;
}

[dir] .exetE {
  cursor: pointer;
  border: 0.1rem solid #B5B5B5;
  background-color: #FFF;
}
[dir] .exetE:enabled:hover {
  background-color: #F5F5F5;
}
[dir] .exetE:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 56, 132, 0.4);
}
[dir] .exetE:disabled {
  border: 0.1rem solid #B5B5B5;
}
.exetE {
  grid-column: 1;
  grid-row: 1;
}
[dir=ltr] .exetE {
  border-radius: 0.5rem 0 0 0.5rem;
}
[dir=rtl] .exetE {
  border-radius: 0 0.5rem 0.5rem 0;
}
[dir] .exetE[data-css-border=true]:not(:disabled) {
  border-color: #183884;
}
.exetE[data-css-border=true]:not(:disabled) .IITZN {
  fill: #183884;
}
[dir] .exetE[data-css-variant=secondary] {
  border: none;
}
[dir] .exetE[data-css-variant=secondary]:focus {
  box-shadow: none;
}
[dir] .exetE[data-css-variant=secondary]:focus-visible, [dir] .exetE[data-css-variant=secondary]:active {
  box-shadow: 0 0 0 0.2rem #183884;
}
[dir=ltr] .exetE[data-css-is-error=true], [dir=ltr] .exetE[data-css-is-error=true][data-css-border=true] {
  border-right-color: #CD0004;
}
[dir=rtl] .exetE[data-css-is-error=true], [dir=rtl] .exetE[data-css-is-error=true][data-css-border=true] {
  border-left-color: #CD0004;
}

.QeG5V {
  max-width: 5rem;
  height: 100%;
  font-size: 1.5rem;
  outline: none;
}

[dir] .QeG5V {
  cursor: pointer;
  border: 0.1rem solid #B5B5B5;
  background-color: #FFF;
}
[dir] .QeG5V:enabled:hover {
  background-color: #F5F5F5;
}
[dir] .QeG5V:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 56, 132, 0.4);
}
[dir] .QeG5V:disabled {
  border: 0.1rem solid #B5B5B5;
}
.QeG5V {
  grid-column: 3;
  grid-row: 1;
}
[dir=ltr] .QeG5V {
  border-radius: 0 0.5rem 0.5rem 0;
}
[dir=rtl] .QeG5V {
  border-radius: 0.5rem 0 0 0.5rem;
}
[dir] .QeG5V[data-css-border=true]:not(:disabled) {
  border-color: #183884;
}
.QeG5V[data-css-border=true]:not(:disabled) .IITZN {
  fill: #183884;
}
[dir] .QeG5V[data-css-variant=secondary] {
  border: none;
}
[dir] .QeG5V[data-css-variant=secondary]:focus {
  box-shadow: none;
}
[dir] .QeG5V[data-css-variant=secondary]:focus-visible, [dir] .QeG5V[data-css-variant=secondary]:active {
  box-shadow: 0 0 0 0.2rem #183884;
}
[dir=ltr] .QeG5V[data-css-is-error=true], [dir=ltr] .QeG5V[data-css-is-error=true][data-css-border=true] {
  border-left-color: #CD0004;
}
[dir=rtl] .QeG5V[data-css-is-error=true], [dir=rtl] .QeG5V[data-css-is-error=true][data-css-border=true] {
  border-right-color: #CD0004;
}

._8xI4K {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: inherit;
  min-width: 60%;
  height: 100%;
}

[dir] ._8xI4K {
  padding: 0;
}

.nhiz2 {
  /* Firefox */
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.nhiz2::-webkit-outer-spin-button, .nhiz2::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[dir] .nhiz2::-webkit-outer-spin-button, [dir] .nhiz2::-webkit-inner-spin-button {
  margin: 0;
}
.nhiz2 {
  box-sizing: border-box;
  width: 100%;
  min-width: 60%;
  height: 100%;
  font-size: 1.5rem;
}
[dir] .nhiz2 {
  padding: 0;
  border-radius: 0;
  text-align: center;
}
[dir=ltr] .nhiz2 {
  border-right: none;
  border-left: none;
}
[dir=rtl] .nhiz2 {
  border-left: none;
  border-right: none;
}
.nhiz2:focus {
  outline: none;
}
[dir] .nhiz2:focus {
  box-shadow: none;
}
.nhiz2:read-only {
  color: #545F69;
}
[dir] .nhiz2:read-only {
  background: #F5F5F5;
}
.nhiz2[type=number] {
  -moz-appearance: textfield;
}
.nhiz2[data-css-is-error=true] {
  color: #CD0004;
}
[dir] .nhiz2[data-css-is-error=true] {
  border-color: #CD0004;
  border-style: solid;
  border-width: 0.1rem 0;
}
[dir] .nhiz2[data-css-variant=secondary] {
  border: none;
}
[dir] .nhiz2[data-css-variant=secondary][data-css-is-error=true] {
  border: 0.1rem solid #CD0004;
}

._-8wJ3 {
  grid-area: amountError;
}
._-8wJ3[data-css-width="28"] {
  width: 28rem;
}._8rS2b {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  align-items: start;
}[dir] ._8rS2b {
  padding: 2rem;
}

.WiwsH {
  display: grid;
  grid-template-columns: 1fr;
}

.HKc-f {
}
.HKc-f[data-css-is-logged-in=true] {
  gap: 0.5rem;
}
[dir] .HKc-f[data-css-is-logged-in=true] {
  margin-bottom: 1rem;
}

.YcvbK {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

[dir] .YcvbK {
  margin-top: 0.4rem;
}

.EmHgu {
  gap: 1rem;
}

[dir=ltr] .UgF01 {
  text-align: right;
}

[dir=rtl] .UgF01 {
  text-align: left;
}

.woDMX {
  width: 50%;
}

.n1Neb {
}

._50wr5 {
}

.Ak3qL {
  font-size: 1.6rem;
}

.Pce2f {
  display: inline-block;
}
.Pce2f p {
  font-weight: 700;
  line-height: inherit;
}
[dir] .Pce2f p {
  margin: 0;
}

.ZWZnb {
  display: flex;
  justify-content: center;
}

.n3LNl {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .n3LNl {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #183884;
  background-color: #183884;
}
.n3LNl:focus {
  outline: none;
}
[dir] .n3LNl:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
[dir] .n3LNl:active {
  background-color: #061945;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .n3LNl:hover {
    background-color: #061945;
  }
}
.n3LNl:disabled {
  color: #FFF;
}
[dir] .n3LNl:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

[dir] ._525QK {
  margin: 0.5rem 0 0;
}