@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb; }

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  touch-action: pan-x; }

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa; }

.rc-slider-handle:focus {
  outline: none; }

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset; }

.rc-slider-handle:hover {
  border-color: #57c5f7; }

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-dot-reverse {
  margin-right: -4px; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

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

template,
[hidden] {
  display: none; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

hr {
  height: 0;
  overflow: visible; }

nav ol,
nav ul {
  list-style: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

progress {
  vertical-align: baseline; }

small {
  font-size: 83.3333%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

img {
  border-style: none; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    outline-width: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto;
  resize: vertical; }

[type='checkbox'],
[type='radio'] {
  padding: 0; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[aria-busy='true'] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden='false']:focus {
    clip: auto; }

.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 36em) {
    .grid-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 50.0625em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 36em) {
      .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 50.0625em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

@media print, screen and (min-width: 36em) {
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 62em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 36em) {
  .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex: 0 0 auto; }
  .grid-x > .small-1 {
    width: 8.33333%; }
  .grid-x > .small-2 {
    width: 16.66667%; }
  .grid-x > .small-3 {
    width: 25%; }
  .grid-x > .small-4 {
    width: 33.33333%; }
  .grid-x > .small-5 {
    width: 41.66667%; }
  .grid-x > .small-6 {
    width: 50%; }
  .grid-x > .small-7 {
    width: 58.33333%; }
  .grid-x > .small-8 {
    width: 66.66667%; }
  .grid-x > .small-9 {
    width: 75%; }
  .grid-x > .small-10 {
    width: 83.33333%; }
  .grid-x > .small-11 {
    width: 91.66667%; }
  .grid-x > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

@media print, screen and (min-width: 36em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem; }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; } }

@media print, screen and (min-width: 36em) {
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); } }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem); }
  .grid-margin-x > .medium-auto {
    width: auto; }
  .grid-margin-x > .medium-shrink {
    width: auto; }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 62em) {
  .grid-margin-x > .large-auto {
    width: auto; }
  .grid-margin-x > .large-shrink {
    width: auto; }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 36em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media print, screen and (min-width: 36em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media print, screen and (min-width: 36em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 36em) {
  .small-up-1 > .cell {
    width: 100%; }
  .small-up-2 > .cell {
    width: 50%; }
  .small-up-3 > .cell {
    width: 33.33333%; }
  .small-up-4 > .cell {
    width: 25%; }
  .small-up-5 > .cell {
    width: 20%; }
  .small-up-6 > .cell {
    width: 16.66667%; }
  .small-up-7 > .cell {
    width: 14.28571%; }
  .small-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 50.0625em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 62em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 36em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 62em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 36em) {
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .small-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 36em) {
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 50.0625em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 36em) {
  .small-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .small-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 50.0625em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 50.0625em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 50.0625em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 50.0625em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 62em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 62em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 36em) {
  .small-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 1.25rem / 2); }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 1.25rem / 2); }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 1.25rem / 2); }
  .small-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 1.25rem / 2); }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 1.25rem / 2); }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 1.25rem / 2); }
  .small-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 1.25rem / 2); }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 1.25rem / 2); }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 1.25rem / 2); }
  .small-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 1.25rem / 2); }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 1.25rem / 2); }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 1.25rem / 2); } }

@media print, screen and (min-width: 50.0625em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

@media print, screen and (min-width: 62em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  @media print, screen and (min-width: 36em) {
    .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 50.0625em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 62em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 36em) {
    .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
      flex: 0 0 auto; }
    .grid-y > .small-1 {
      height: 8.33333%; }
    .grid-y > .small-2 {
      height: 16.66667%; }
    .grid-y > .small-3 {
      height: 25%; }
    .grid-y > .small-4 {
      height: 33.33333%; }
    .grid-y > .small-5 {
      height: 41.66667%; }
    .grid-y > .small-6 {
      height: 50%; }
    .grid-y > .small-7 {
      height: 58.33333%; }
    .grid-y > .small-8 {
      height: 66.66667%; }
    .grid-y > .small-9 {
      height: 75%; }
    .grid-y > .small-10 {
      height: 83.33333%; }
    .grid-y > .small-11 {
      height: 91.66667%; }
    .grid-y > .small-12 {
      height: 100%; } }
  @media print, screen and (min-width: 50.0625em) {
    .grid-y > .medium-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 62em) {
    .grid-y > .large-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

@media print, screen and (min-width: 36em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; } }

@media print, screen and (min-width: 36em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; } }

@media print, screen and (min-width: 36em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; } }

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; } }

@media print, screen and (min-width: 36em) {
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); } }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 62em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 50.0625em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 62em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto; }

@media print, screen and (min-width: 50.0625em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 62em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 50.0625em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 62em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 36em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem; } }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; } }

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; } }

@media print, screen and (min-width: 36em) {
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); } }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 62em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 36em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem); } }

@media print, screen and (min-width: 50.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 62em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 50.0625em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 62em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (max-width: 50.06125em) {
  .layer + .layer {
    margin-top: 1px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer + .layer {
    margin-top: 3px; } }

.layer .-inline {
  display: inline; }

.layer.-centered {
  text-align: center; }

.layer .-clean-box {
  padding: 15px;
  text-align: center;
  font-size: 14px; }

.layer.full-white {
  background: #fff; }

.layer.-rewards {
  padding-top: 3px; }

.layer.-full-transparent {
  background: #f5f5f5; }

.layer.-relative {
  position: relative; }

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

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

.layer.-col {
  display: flex;
  justify-content: space-between; }
  .layer.-col.-space-around {
    justify-content: space-around; }

.layer.-gap-5 {
  gap: 5px; }

.layer.-space-up-xs_negative {
  margin-top: -5px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-xs-mobile_negative {
    margin-top: -5px; } }

.layer.-space-up-xs {
  margin-top: 5px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-xs-mobile {
    margin-top: 5px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-up-xs-desktop {
    margin-top: 5px; } }

.layer.-space-down-xs {
  margin-bottom: 5px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-down-xs-mobile {
    margin-bottom: 5px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-down-xs-desktop {
    margin-bottom: 5px; } }

.layer.-space-xs {
  margin-top: 5px;
  margin-bottom: 5px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-xs-mobile {
    margin-top: 5px;
    margin-bottom: 5px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-xs-desktop {
    margin-top: 5px;
    margin-bottom: 5px; } }

.layer.-space-up-sm_negative {
  margin-top: -10px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-sm-mobile_negative {
    margin-top: -10px; } }

.layer.-space-up-sm {
  margin-top: 10px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-sm-mobile {
    margin-top: 10px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-up-sm-desktop {
    margin-top: 10px; } }

.layer.-space-down-sm {
  margin-bottom: 10px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-down-sm-mobile {
    margin-bottom: 10px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-down-sm-desktop {
    margin-bottom: 10px; } }

.layer.-space-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-sm-mobile {
    margin-top: 10px;
    margin-bottom: 10px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-sm-desktop {
    margin-top: 10px;
    margin-bottom: 10px; } }

.layer.-space-up-md_negative {
  margin-top: -15px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-md-mobile_negative {
    margin-top: -15px; } }

.layer.-space-up-md {
  margin-top: 15px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-md-mobile {
    margin-top: 15px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-up-md-desktop {
    margin-top: 15px; } }

.layer.-space-down-md {
  margin-bottom: 15px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-down-md-mobile {
    margin-bottom: 15px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-down-md-desktop {
    margin-bottom: 15px; } }

.layer.-space-md {
  margin-top: 15px;
  margin-bottom: 15px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-md-mobile {
    margin-top: 15px;
    margin-bottom: 15px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-md-desktop {
    margin-top: 15px;
    margin-bottom: 15px; } }

.layer.-space-up-lg_negative {
  margin-top: -20px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-lg-mobile_negative {
    margin-top: -20px; } }

.layer.-space-up-lg {
  margin-top: 20px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-lg-mobile {
    margin-top: 20px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-up-lg-desktop {
    margin-top: 20px; } }

.layer.-space-down-lg {
  margin-bottom: 20px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-down-lg-mobile {
    margin-bottom: 20px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-down-lg-desktop {
    margin-bottom: 20px; } }

.layer.-space-lg {
  margin-top: 20px;
  margin-bottom: 20px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-lg-mobile {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-lg-desktop {
    margin-top: 20px;
    margin-bottom: 20px; } }

.layer.-space-up-xl_negative {
  margin-top: -25px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-xl-mobile_negative {
    margin-top: -25px; } }

.layer.-space-up-xl {
  margin-top: 25px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-xl-mobile {
    margin-top: 25px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-up-xl-desktop {
    margin-top: 25px; } }

.layer.-space-down-xl {
  margin-bottom: 25px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-down-xl-mobile {
    margin-bottom: 25px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-down-xl-desktop {
    margin-bottom: 25px; } }

.layer.-space-xl {
  margin-top: 25px;
  margin-bottom: 25px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-xl-mobile {
    margin-top: 25px;
    margin-bottom: 25px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-xl-desktop {
    margin-top: 25px;
    margin-bottom: 25px; } }

.layer.-space-up-xxl_negative {
  margin-top: -30px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-xxl-mobile_negative {
    margin-top: -30px; } }

.layer.-space-up-xxl {
  margin-top: 30px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-xxl-mobile {
    margin-top: 30px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-up-xxl-desktop {
    margin-top: 30px; } }

.layer.-space-down-xxl {
  margin-bottom: 30px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-down-xxl-mobile {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-down-xxl-desktop {
    margin-bottom: 30px; } }

.layer.-space-xxl {
  margin-top: 30px;
  margin-bottom: 30px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-xxl-mobile {
    margin-top: 30px;
    margin-bottom: 30px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-xxl-desktop {
    margin-top: 30px;
    margin-bottom: 30px; } }

.layer.-space-up-xxxl_negative {
  margin-top: -35px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-xxxl-mobile_negative {
    margin-top: -35px; } }

.layer.-space-up-xxxl {
  margin-top: 35px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-xxxl-mobile {
    margin-top: 35px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-up-xxxl-desktop {
    margin-top: 35px; } }

.layer.-space-down-xxxl {
  margin-bottom: 35px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-down-xxxl-mobile {
    margin-bottom: 35px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-down-xxxl-desktop {
    margin-bottom: 35px; } }

.layer.-space-xxxl {
  margin-top: 35px;
  margin-bottom: 35px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-xxxl-mobile {
    margin-top: 35px;
    margin-bottom: 35px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-xxxl-desktop {
    margin-top: 35px;
    margin-bottom: 35px; } }

.layer.-space-up-4xl_negative {
  margin-top: -60px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-4xl-mobile_negative {
    margin-top: -60px; } }

.layer.-space-up-4xl {
  margin-top: 60px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-up-4xl-mobile {
    margin-top: 60px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-up-4xl-desktop {
    margin-top: 60px; } }

.layer.-space-down-4xl {
  margin-bottom: 60px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-down-4xl-mobile {
    margin-bottom: 60px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-down-4xl-desktop {
    margin-bottom: 60px; } }

.layer.-space-4xl {
  margin-top: 60px;
  margin-bottom: 60px; }

@media print, screen and (max-width: 50.06125em) {
  .layer.-space-4xl-mobile {
    margin-top: 60px;
    margin-bottom: 60px; } }

@media print, screen and (min-width: 50.0625em) {
  .layer.-space-4xl-desktop {
    margin-top: 60px;
    margin-bottom: 60px; } }

.layer_header {
  margin-bottom: 15px; }
  @media print, screen and (min-width: 50.0625em) {
    .layer_header {
      padding-left: 20px;
      padding-right: 20px; } }
  @media print, screen and (max-width: 50.06125em) {
    h5.layer_header {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    h5.layer_header {
      font-size: 14px !important; } }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-hairline.eot");
  src: url("/fonts/lato-hairline.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-hairline.woff2") format("woff2"), url("/fonts/lato-hairline.woff") format("woff"), url("/fonts/lato-hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-hairlineitalic.eot");
  src: url("/fonts/lato-hairlineitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-hairlineitalic.woff2") format("woff2"), url("/fonts/lato-hairlineitalic.woff") format("woff"), url("/fonts/lato-hairlineitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-thin.eot");
  src: url("/fonts/lato-thin.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-thin.woff2") format("woff2"), url("/fonts/lato-thin.woff") format("woff"), url("/fonts/lato-thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-thinitalic.eot");
  src: url("/fonts/lato-thinitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-thinitalic.woff2") format("woff2"), url("/fonts/lato-thinitalic.woff") format("woff"), url("/fonts/lato-thinitalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-light.eot");
  src: url("/fonts/lato-light.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-light.woff2") format("woff2"), url("/fonts/lato-light.woff") format("woff"), url("/fonts/lato-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-lightitalic.eot");
  src: url("/fonts/lato-lightitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-lightitalic.woff2") format("woff2"), url("/fonts/lato-lightitalic.woff") format("woff"), url("/fonts/lato-lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-regular.eot");
  src: url("/fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-regular.woff2") format("woff2"), url("/fonts/lato-regular.woff") format("woff"), url("/fonts/lato-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-regularitalic.eot");
  src: url("/fonts/lato-regularitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-regularitalic.woff2") format("woff2"), url("/fonts/lato-regularitalic.woff") format("woff"), url("/fonts/lato-regularitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-medium.eot");
  src: url("/fonts/lato-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-medium.woff2") format("woff2"), url("/fonts/lato-medium.woff") format("woff"), url("/fonts/lato-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-mediumitalic.eot");
  src: url("/fonts/lato-mediumitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-mediumitalic.woff2") format("woff2"), url("/fonts/lato-mediumitalic.woff") format("woff"), url("/fonts/lato-mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-semibold.eot");
  src: url("/fonts/lato-semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-semibold.woff2") format("woff2"), url("/fonts/lato-semibold.woff") format("woff"), url("/fonts/lato-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-semibolditalic.eot");
  src: url("/fonts/lato-semibolditalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-semibolditalic.woff2") format("woff2"), url("/fonts/lato-semibolditalic.woff") format("woff"), url("/fonts/lato-semibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-bold.eot");
  src: url("/fonts/lato-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-bold.woff2") format("woff2"), url("/fonts/lato-bold.woff") format("woff"), url("/fonts/lato-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-bolditalic.eot");
  src: url("/fonts/lato-bolditalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-bolditalic.woff2") format("woff2"), url("/fonts/lato-bolditalic.woff") format("woff"), url("/fonts/lato-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-heavy.eot");
  src: url("/fonts/lato-heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-heavy.woff2") format("woff2"), url("/fonts/lato-heavy.woff") format("woff"), url("/fonts/lato-heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-heavyitalic.eot");
  src: url("/fonts/lato-heavyitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-heavyitalic.woff2") format("woff2"), url("/fonts/lato-heavyitalic.woff") format("woff"), url("/fonts/lato-heavyitalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-black.eot");
  src: url("/fonts/lato-black.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-black.woff2") format("woff2"), url("/fonts/lato-black.woff") format("woff"), url("/fonts/lato-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-blackitalic.eot");
  src: url("/fonts/lato-blackitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-blackitalic.woff2") format("woff2"), url("/fonts/lato-blackitalic.woff") format("woff"), url("/fonts/lato-blackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

.nowrap {
  white-space: nowrap !important; }

.lowercase {
  text-transform: lowercase !important; }

.uppercase {
  text-transform: uppercase !important; }

.margin-left {
  margin-left: 26px; }

.font-size-primary {
  font-size: 16px !important; }

.font-size-primary-sm {
  font-size: 15px !important; }

@media print, screen and (max-width: 50.06125em) {
  .font-size-primary-responsive {
    font-size: 15px !important; } }

@media print, screen and (min-width: 50.0625em) {
  .font-size-primary-responsive {
    font-size: 16px !important; } }

.font-size-secondary {
  font-size: 14px !important; }

.font-size-secondary-sm {
  font-size: 13px !important; }

@media print, screen and (max-width: 50.06125em) {
  .font-size-secondary-responsive {
    font-size: 13px !important; } }

@media print, screen and (min-width: 50.0625em) {
  .font-size-secondary-responsive {
    font-size: 14px !important; } }

.font-size-extra-small-mobile {
  font-size: 10px !important; }

.font-size-extra-small-desktop {
  font-size: 12px !important; }

@media print, screen and (max-width: 50.06125em) {
  .font-size-extra-small-responsive {
    font-size: 10px !important; } }

@media print, screen and (min-width: 50.0625em) {
  .font-size-extra-small-responsive {
    font-size: 12px !important; } }

.color-white {
  color: #fff !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-white:hover,
    a.color-white:focus,
    a.color-white:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-white:active {
      color: inherit !important; } }

.color-green {
  color: #48cfad !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-green:hover,
    a.color-green:focus,
    a.color-green:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-green:active {
      color: inherit !important; } }

.color-green-dark {
  color: #15614D !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-green-dark:hover,
    a.color-green-dark:focus,
    a.color-green-dark:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-green-dark:active {
      color: inherit !important; } }

.color-greenNew {
  color: #D8F2EB !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-greenNew:hover,
    a.color-greenNew:focus,
    a.color-greenNew:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-greenNew:active {
      color: inherit !important; } }

.color-blue {
  color: #1a83ff !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-blue:hover,
    a.color-blue:focus,
    a.color-blue:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-blue:active {
      color: inherit !important; } }

.color-purple {
  color: #784dfc !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-purple:hover,
    a.color-purple:focus,
    a.color-purple:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-purple:active {
      color: inherit !important; } }

.color-light-blue {
  color: #99d7fa !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-light-blue:hover,
    a.color-light-blue:focus,
    a.color-light-blue:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-light-blue:active {
      color: inherit !important; } }

.color-pale-blue {
  color: #e5f1ff !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-pale-blue:hover,
    a.color-pale-blue:focus,
    a.color-pale-blue:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-pale-blue:active {
      color: inherit !important; } }

.color-red {
  color: #f0748e !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-red:hover,
    a.color-red:focus,
    a.color-red:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-red:active {
      color: inherit !important; } }

.color-pale-red {
  color: #ef91a5 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-pale-red:hover,
    a.color-pale-red:focus,
    a.color-pale-red:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-pale-red:active {
      color: inherit !important; } }

.color-amber {
  color: #FEBF10 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-amber:hover,
    a.color-amber:focus,
    a.color-amber:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-amber:active {
      color: inherit !important; } }

.color-orange {
  color: #fd9c2b !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-orange:hover,
    a.color-orange:focus,
    a.color-orange:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-orange:active {
      color: inherit !important; } }

.color-gray {
  color: #adb5c2 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-gray:hover,
    a.color-gray:focus,
    a.color-gray:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-gray:active {
      color: inherit !important; } }

.color-dark-gray {
  color: #595c5c !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-dark-gray:hover,
    a.color-dark-gray:focus,
    a.color-dark-gray:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-dark-gray:active {
      color: inherit !important; } }

.color-darker-gray {
  color: #414345 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-darker-gray:hover,
    a.color-darker-gray:focus,
    a.color-darker-gray:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-darker-gray:active {
      color: inherit !important; } }

.color-darkest-gray {
  color: #212121 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-darkest-gray:hover,
    a.color-darkest-gray:focus,
    a.color-darkest-gray:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-darkest-gray:active {
      color: inherit !important; } }

.color-light-gray {
  color: rgba(0, 0, 0, 0.5) !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-light-gray:hover,
    a.color-light-gray:focus,
    a.color-light-gray:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-light-gray:active {
      color: inherit !important; } }

.color-lighter-gray {
  color: #dee3e9 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-lighter-gray:hover,
    a.color-lighter-gray:focus,
    a.color-lighter-gray:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-lighter-gray:active {
      color: inherit !important; } }

.color-lightest-gray {
  color: #f5f5f5 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-lightest-gray:hover,
    a.color-lightest-gray:focus,
    a.color-lightest-gray:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-lightest-gray:active {
      color: inherit !important; } }

.color-white-smoke {
  color: #efefef !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-white-smoke:hover,
    a.color-white-smoke:focus,
    a.color-white-smoke:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-white-smoke:active {
      color: inherit !important; } }

.color-almost-white {
  color: rgba(255, 255, 255, 0.98) !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-almost-white:hover,
    a.color-almost-white:focus,
    a.color-almost-white:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-almost-white:active {
      color: inherit !important; } }

.color-shadow {
  color: rgba(0, 0, 0, 0.1) !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-shadow:hover,
    a.color-shadow:focus,
    a.color-shadow:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-shadow:active {
      color: inherit !important; } }

.color-alert {
  color: #FFD9D9 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-alert:hover,
    a.color-alert:focus,
    a.color-alert:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-alert:active {
      color: inherit !important; } }

.color-alert-middle {
  color: #FFBEAF !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-alert-middle:hover,
    a.color-alert-middle:focus,
    a.color-alert-middle:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-alert-middle:active {
      color: inherit !important; } }

.color-alert-dark {
  color: #FFAFA7 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-alert-dark:hover,
    a.color-alert-dark:focus,
    a.color-alert-dark:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-alert-dark:active {
      color: inherit !important; } }

.color-action {
  color: #FFECDA !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-action:hover,
    a.color-action:focus,
    a.color-action:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-action:active {
      color: inherit !important; } }

.color-action-middle {
  color: #FFD6AF !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-action-middle:hover,
    a.color-action-middle:focus,
    a.color-action-middle:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-action-middle:active {
      color: inherit !important; } }

.color-action-dark {
  color: #FFC7A7 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-action-dark:hover,
    a.color-action-dark:focus,
    a.color-action-dark:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-action-dark:active {
      color: inherit !important; } }

.color-notice {
  color: #E7E9FF !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-notice:hover,
    a.color-notice:focus,
    a.color-notice:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-notice:active {
      color: inherit !important; } }

.color-notice-middle {
  color: #D4D8FF !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-notice-middle:hover,
    a.color-notice-middle:focus,
    a.color-notice-middle:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-notice-middle:active {
      color: inherit !important; } }

.color-notice-dark {
  color: #CCD0FF !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-notice-dark:hover,
    a.color-notice-dark:focus,
    a.color-notice-dark:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-notice-dark:active {
      color: inherit !important; } }

.color-gray86 {
  color: #DBDBDB !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-gray86:hover,
    a.color-gray86:focus,
    a.color-gray86:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-gray86:active {
      color: inherit !important; } }

.color-disabled {
  color: #dbdbdb !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-disabled:hover,
    a.color-disabled:focus,
    a.color-disabled:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-disabled:active {
      color: inherit !important; } }

.color-text {
  color: #595c5c !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-text:hover,
    a.color-text:focus,
    a.color-text:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-text:active {
      color: inherit !important; } }

.color-background {
  color: #f5f5f5 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-background:hover,
    a.color-background:focus,
    a.color-background:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-background:active {
      color: inherit !important; } }

.color-primary {
  color: #595c5c !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-primary:hover,
    a.color-primary:focus,
    a.color-primary:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-primary:active {
      color: inherit !important; } }

.color-secondary {
  color: rgba(0, 0, 0, 0.5) !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-secondary:hover,
    a.color-secondary:focus,
    a.color-secondary:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-secondary:active {
      color: inherit !important; } }

.color-border {
  color: #dee3e9 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-border:hover,
    a.color-border:focus,
    a.color-border:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-border:active {
      color: inherit !important; } }

.color-modal-backdrop {
  color: #212121 !important; }
  @media print, screen and (min-width: 50.0625em) {
    a.color-modal-backdrop:hover,
    a.color-modal-backdrop:focus,
    a.color-modal-backdrop:active {
      color: inherit !important; } }
  @media print, screen and (max-width: 50.06125em) {
    a.color-modal-backdrop:active {
      color: inherit !important; } }

.font-weight-hairline {
  font-weight: 100 !important; }

.font-weight-thin {
  font-weight: 200 !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-regular {
  font-weight: 400 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-semibold {
  font-weight: 600 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-heavy {
  font-weight: 800 !important; }

.font-weight-black {
  font-weight: 900 !important; }

.text-align-left {
  text-align: left !important; }

.text-align-center {
  text-align: center !important; }

.text-align-right {
  text-align: right !important; }

.text-align-justify {
  text-align: justify !important; }

@media print, screen and (max-width: 50.06125em) {
  .full-width {
    margin-left: -20px !important;
    margin-right: -20px !important; }
    .full-width.-x-full {
      width: calc(100% + 40px) !important; } }

.account-number-bullets {
  font-size: .5em;
  letter-spacing: .15em;
  vertical-align: middle; }
  .account-number-bullets::after {
    content: ' '; }

.word-break-word {
  word-break: break-word !important;
  overflow-wrap: break-word; }

.word-break-all {
  word-break: break-all !important; }

.cursor-pointer {
  cursor: pointer; }

.verification-service-title {
  margin-bottom: 10px; }

.hidden {
  visibility: hidden;
  display: none; }

.margin-left-20 {
  margin-left: 20px; }

@media print, screen and (min-width: 50.0625em) {
  .icon.-gb-logo {
    width: 100px;
    height: 57px; } }

@media print, screen and (max-width: 50.06125em) {
  .icon.-gb-logo {
    position: absolute;
    width: 60px;
    height: 34px;
    right: 15px;
    top: 20px; } }

.icon.-arrow-down-small {
  width: 12px;
  height: 13px; }

.icon.-flash-icon, .icon.-globe-icon, .icon.-link-gold-icon, .icon.-key-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px; }

.icon.-icon-float {
  float: left; }

.icon.-gb-pay-fc-1-line {
  width: 180px;
  padding-top: 10px; }

.icon.-logo, .icon.-logo-bitrail {
  width: 105px;
  height: 30px; }

.icon.-arrow-right-long {
  width: 40px;
  height: 13px; }

.icon.-banknote {
  width: 22px;
  height: 16px; }

.icon.-bars {
  width: 17px;
  height: 18px; }

.icon.-arrows-fat {
  width: 23px;
  height: 18px; }

.icon.-filter-bars {
  width: 21px;
  height: 17px; }

.icon.-cross {
  width: 7px;
  height: 7px; }

.icon.-arrow {
  width: 11px;
  height: 17px; }

.icon.-incoming, .icon.-sending, .icon.-receipt, .icon.-exchange {
  width: 19px;
  height: 19px; }

.icon.-arrows-big {
  width: 28px;
  height: 22px; }

.icon.-plus {
  width: 18px;
  height: 18px; }

.icon.-arrow-fat-right {
  width: 17px;
  height: 10px; }

.icon.-reload {
  width: 103px;
  height: 102px; }

.icon.-reload-usd {
  width: 60px;
  height: 60px; }

.icon.-search {
  width: 46px;
  height: 45px; }

.icon.-letter {
  width: 82px;
  height: 62px; }

.icon.-chat-bubble {
  width: 72px;
  height: 62px; }

.icon.-letter-with-arrow {
  width: 101px;
  height: 62px; }

.icon.-check-broken-circle {
  width: 38px;
  height: 38px; }

.icon.-status-canceled, .icon.-status-expired, .icon.-status-pending {
  width: 42px;
  height: 42px; }

.icon.-check-broken-circle-large {
  width: 100px;
  height: 100px; }

.icon.-transaction-success, .icon.-exchange-from-usd-success, .icon.-exchange-from-fc-success, .icon.-transfer-success {
  height: 122px; }

.icon.-transaction-success {
  width: 122px; }

.icon.-exchange-from-usd-success {
  width: 147px; }

.icon.-exchange-from-fc-success {
  width: 155px; }

.icon.-transfer-success {
  width: 122px; }

.icon.-circled-cross {
  width: 100px;
  height: 100px; }

.icon.-bell {
  width: 16px;
  height: 17px; }

.icon.-avatar-stub {
  width: 20px;
  height: 20px; }

.icon.-tower {
  width: 14px;
  height: 28px; }

.icon.-usd {
  width: 10px;
  height: 16px; }

.icon.-magnifying-glass {
  width: 14px;
  height: 16px; }

.icon.-exclamation-mark {
  width: 20px;
  height: 18px; }

.icon.-wallet {
  width: 22px;
  height: 19px; }

.icon.-bank-building {
  width: 60px;
  height: 60px; }

.icon.-help-desk {
  width: 22px;
  height: 22px; }

.icon.-logout {
  width: 20px;
  height: 20px; }

.icon.-loan-credit {
  display: inline-block;
  width: 16px;
  height: 26px;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700; }

.icon.-invoice-icon {
  width: 18px;
  height: 22px; }

.-spinner {
  animation: spin 2s infinite linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.st0 {
  fill: #FFBF00; }

.st1 {
  fill: #FFFFFF; }

.st2 {
  fill: #006400; }

h1,
.-like-h1,
h2,
.-like-h2,
h3,
.-like-h3,
h4,
.-like-h4,
h5,
.-like-h5 {
  margin: 0;
  font-weight: 700; }

h1,
.-like-h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 50.0625em) {
    h1,
    .-like-h1 {
      font-size: 32px;
      font-weight: 300; } }
  @media print, screen and (min-width: 50.0625em) {
    h1.-size-md,
    .-like-h1.-size-md {
      font-size: 27px;
      line-height: 1.25em; } }

h2,
.-like-h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px; }

h3,
.-like-h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px; }

h4,
.-like-h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px; }

h5,
.-like-h5 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px; }

html,
body {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", "Lucida Grande", Tahoma, sans-serif;
  color: #595c5c;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden; }
  @media print, screen and (max-width: 50.06125em) {
    body {
      font-size: 15px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    body {
      font-size: 16px !important; } }
  body > svg {
    display: none; }

::selection {
  color: #fff;
  background-color: #1a83ff; }

::-ms-clear,
::-ms-reveal {
  display: none; }

a,
button,
label {
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none;
  outline: none;
  color: #1a83ff;
  transition: color 120ms; }
  @media print, screen and (min-width: 50.0625em) {
    a:hover, a:focus, a:active {
      color: inherit; } }
  @media print, screen and (max-width: 50.06125em) {
    a:active {
      color: inherit; } }

button,
textarea,
input {
  font: inherit; }

button:not(:disabled) {
  cursor: pointer; }

hr {
  width: 100%; }

p {
  margin: 10px 0;
  line-height: 1.6em; }
  h1 + p,
  .-like-h1 + p,
  h2 + p,
  .-like-h2 + p,
  h3 + p,
  .-like-h3 + p,
  h4 + p,
  .-like-h4 + p {
    margin: 0 0 10px; }
  p + h1,
  p + .-like-h1,
  p + h2,
  p + .-like-h2,
  p + h3,
  p + .-like-h3,
  p + h4,
  p + .-like-h4 {
    margin-top: 20px; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

#root {
  display: table;
  width: 100%;
  height: 100%; }

label > *:not(a) {
  pointer-events: none; }

.input-range {
  padding: 10px 0; }

.input-range__label {
  display: none; }

.input-range__slider {
  transition: border-color 120ms, transform 120ms, box-shadow 120ms !important; }
  .input-range__slider::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px; }
  @media print, screen and (min-width: 50.0625em) {
    .input-range__slider:hover {
      border-color: #f2f2f2; } }
  @media print, screen and (min-width: 50.0625em) {
    .input-range__slider:focus, .input-range__slider:active {
      border-color: #e6e6e6; } }
  @media print, screen and (max-width: 50.06125em) {
    .input-range__slider:active {
      border-color: #e6e6e6; } }

.react-datepicker {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 53px !important;
  transform: none !important;
  will-change: auto !important;
  z-index: 2 !important;
  font-family: inherit !important;
  border: none !important;
  font-size: 1.1rem !important;
  border-radius: 0;
  width: 100%; }
  .react-datepicker .react-datepicker__month-container {
    width: 100%; }
  .react-datepicker .react-datepicker__week {
    height: 60px; }
  .react-datepicker .react-datepicker__day, .react-datepicker .react-datepicker__day-name {
    width: 45px; }
  .react-datepicker .react-datepicker__day-names {
    margin-top: 15px; }
  .react-datepicker .react-datepicker__current-month {
    font-size: 1.1rem; }
  .react-datepicker .react-datepicker__navigation {
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    margin-left: 50px;
    margin-right: 50px; }
    .react-datepicker .react-datepicker__navigation::before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 1px solid black;
      background: black;
      transform: rotate(45deg);
      height: 40px;
      width: 40px; }
  .react-datepicker .react-datepicker__navigation--next {
    right: 15px; }
    .react-datepicker .react-datepicker__navigation--next::before {
      left: -35px; }
  .react-datepicker .react-datepicker__navigation--previous {
    left: 15px; }
    .react-datepicker .react-datepicker__navigation--previous::before {
      left: 35px; }
  .react-datepicker .react-datepicker__header {
    border: none;
    background: inherit; }
  .react-datepicker .react-datepicker__month {
    margin: 0;
    margin-top: 15px; }
  .react-datepicker .react-datepicker__day--selected {
    border-radius: 15px;
    background-color: #1a83ff; }

.radiolabel {
  position: absolute;
  margin-top: -42px;
  margin-left: 57px; }

.button-rounded {
  padding: 20px 10px 20px 0px;
  margin: 0px; }

.rc-slider {
  width: 100%;
  cursor: pointer;
  height: 2px;
  display: inline-block;
  position: relative;
  box-sizing: content-box;
  touch-action: none;
  color: #1a83ff;
  margin: 20px 0 15px;
  padding: 13px 0; }

.rc-slider-mark {
  display: none; }

.rc-slider-handle {
  background: #1a83ff;
  border: 4px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 2rem;
  margin-top: -1rem;
  outline: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 50%;
  width: 2rem; }
  .rc-slider-handle:hover {
    border-color: #f2f2f2; }
  .rc-slider-handle:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px; }
  .rc-slider-handle-click-focused:focus {
    border-color: #fff; }

.rc-slider-rail {
  background-color: #eee; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 0;
  background-color: #1a83ff; }

.rc-slider-dot {
  position: absolute;
  bottom: 0;
  margin-left: -2px;
  width: 4px;
  height: 8px;
  border-radius: 0;
  background-color: #eee;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .rc-slider-dot:first-child {
    margin-left: 0; }
  .rc-slider-dot:last-child {
    margin-left: -4px; }

.rc-slider-dot-active {
  border-color: #1a83ff; }

.input-range__slider {
  appearance: none;
  background: #1a83ff;
  border: 4px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 2rem;
  margin-left: -1rem;
  margin-top: -1.125rem;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 2rem; }
  .input-range__slider:active {
    transform: none; }
  .input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(26, 131, 255, 0.2); }
  .input-range--disabled .input-range__slider {
    background: #dbdbdb;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    transform: none; }

.input-range__slider-container {
  transition: none; }

.input-range__label {
  color: #dee3e9;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap; }

.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute; }

.input-range__label--min {
  left: 0; }

.input-range__label--max {
  right: 0; }

.input-range__label--value {
  position: absolute;
  top: -1.8rem; }

.input-range__label-container {
  left: -50%;
  position: relative; }
  .input-range__label--max .input-range__label-container {
    left: 50%; }

.input-range__track {
  background: #eeeeee;
  border-radius: 0.25rem;
  cursor: pointer;
  display: block;
  height: 0.25rem;
  position: relative;
  transition: none; }
  .input-range--disabled .input-range__track {
    background: #eeeeee; }

.input-range__track--background {
  left: 0;
  margin-top: -0.125rem;
  position: absolute;
  right: 0;
  top: 50%; }

.input-range__track--active {
  background: #1a83ff; }

.input-range {
  height: 2rem;
  position: relative;
  width: 100%; }

.account-widget {
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative; }
  .account-widget_logo {
    position: absolute;
    right: 0;
    top: 0;
    fill: currentColor; }
    @media print, screen and (min-width: 50.0625em) {
      .account-widget_logo {
        width: 132px; } }
    @media print, screen and (max-width: 50.06125em) {
      .account-widget_logo {
        width: 82px; }
        .account-widget_logo.-brsc-logo-mobile {
          width: 61px; } }

.account-widget_body {
  flex: 1 1 auto; }
  @media print, screen and (max-width: 50.06125em) {
    .account-widget_body {
      padding: 15px 15px 10px; } }
  @media print, screen and (min-width: 50.0625em) {
    .account-widget_body {
      padding: 30px 30px 10px; } }

.account-widget_name {
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.5); }
  @media print, screen and (max-width: 50.06125em) {
    .account-widget_name {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .account-widget_name {
      font-size: 14px !important; } }

.account-widget_value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
  .account-widget_value.-main {
    font-weight: 700;
    font-size: 26px; }
    .account-widget_value.-main.-alert {
      color: #f0748e; }
  .account-widget_value.-secondary {
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    top: -5px; }
    @media print, screen and (max-width: 50.06125em) {
      .account-widget_value.-secondary {
        font-size: 13px;
        font-weight: 700; } }
    @media print, screen and (min-width: 50.0625em) {
      .account-widget_value.-secondary {
        font-size: 15px; } }

@media print, screen and (max-width: 50.06125em) {
  .account-widget_value-unit {
    margin-left: 4px; } }

@media print, screen and (min-width: 50.0625em) {
  .account-widget_value-unit {
    margin-left: 7px; } }

@media print, screen and (max-width: 50.06125em) {
  .account-widget_value.-main .account-widget_value-unit {
    font-size: 14px; } }

@media print, screen and (min-width: 50.0625em) {
  .account-widget_value.-main .account-widget_value-unit {
    font-size: 16px; } }

@media print, screen and (max-width: 50.06125em) {
  .account-widget_controls {
    flex: 0 0 45px;
    display: flex;
    border-top: 1px solid #dee3e9; } }

@media print, screen and (min-width: 50.0625em) {
  .account-widget_controls {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 28px; } }

.account-widget_control {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  flex: 1 1 auto;
  text-align: center;
  font-weight: 700;
  color: #1a83ff;
  transition: color 120ms; }
  .account-widget_control:disabled {
    color: #adb5c2; }
  @media print, screen and (min-width: 50.0625em) {
    .account-widget_control:hover, .account-widget_control:focus, .account-widget_control:active {
      color: inherit; } }
  @media print, screen and (max-width: 50.06125em) {
    .account-widget_control:active {
      color: inherit; } }

.account-widgets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 0;
  max-width: 100%; }
  .account-widgets__header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    padding: 26px 30px 0px 30px; }
    @media print, screen and (max-width: 50.06125em) {
      .account-widgets__header {
        padding: 16px 20px 0px 20px; } }
    .account-widgets__header > .account-widgets__disclaimer {
      font-size: 14px;
      margin: 13px 0;
      min-width: 100%; }
    @media (max-width: 600px) {
      .account-widgets__header {
        flex-wrap: wrap; }
        .account-widgets__header .account-widgets__buttons > .button {
          max-width: calc(50% - 10px);
          margin-left: 0; } }
    @media print and (max-width: 600px), screen and (max-width: 600px) and (max-width: 50.06125em) {
      .account-widgets__header .account-widgets__buttons > .button {
        max-width: calc(50% - 4px); } }
  .account-widgets__total {
    display: flex;
    flex-direction: column; }
    .account-widgets__total > p {
      font-size: 34px;
      line-height: normal;
      color: #595c5c;
      margin-bottom: 0;
      font-style: normal;
      font-weight: 700; }
      .account-widgets__total > p > span {
        color: rgba(0, 0, 0, 0.5); }
    .account-widgets__total > span {
      font-size: 14px;
      line-height: 17px;
      color: #595c5c; }
  .account-widgets__buttons {
    display: flex;
    justify-content: space-between; }
    .account-widgets__buttons > .button {
      min-width: 164px;
      max-width: 164px;
      height: 50px;
      border-radius: 4px;
      border: none; }
      @media print, screen and (max-width: 50.06125em) {
        .account-widgets__buttons > .button {
          min-width: 144px;
          max-width: 144px; } }
      .account-widgets__buttons > .button > .button_wrapper {
        min-height: 50px; }
  .account-widgets__account {
    padding: 12px 30px 12px 98px;
    display: flex;
    position: relative;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    height: 80px;
    transition: all 0.3s ease; }
    .account-widgets__account:hover {
      background: rgba(0, 0, 0, 0.02); }
    .account-widgets__account:not(:last-child) {
      border-bottom: 1px solid #efefef; }
    .account-widgets__account:last-child {
      padding-bottom: 16px; }
    @media print, screen and (max-width: 50.06125em) {
      .account-widgets__account {
        padding-bottom: 6px; } }
  .account-widgets__icon.avatar {
    position: absolute;
    left: 30px; }
  .account-widgets__icon .-logo-freedomcoin-colored {
    transform: scale(2);
    position: relative;
    left: 20px;
    top: 50%;
    background: white; }
    @media print, screen and (max-width: 50.06125em) {
      .account-widgets__icon .-logo-freedomcoin-colored {
        left: 15px;
        top: 35%; } }
  .account-widgets__icon .-currency-placeholder-small {
    background: #1A83FF; }
  .account-widgets__balance {
    display: flex;
    flex-direction: column; }
    .account-widgets__balance > p {
      margin: 0;
      color: #595c5c; }
      .account-widgets__balance > p > span {
        color: rgba(0, 0, 0, 0.5); }
      .account-widgets__balance > p:first-child {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase; }
  .account-widgets__convertible {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5); }

.account-page > header {
  display: flex;
  flex-direction: column; }

.account-page .account-widgets__total {
  margin-bottom: 20px; }
  .account-page .account-widgets__total > span {
    color: rgba(0, 0, 0, 0.5); }

.account-page__buttons {
  display: flex;
  margin-bottom: 30px;
  position: relative; }
  .account-page__buttons > .button {
    min-width: 164px;
    max-width: 31%;
    height: 50px;
    border-radius: 4px;
    z-index: 10; }
    @media print, screen and (max-width: 50.06125em) {
      .account-page__buttons > .button {
        min-width: 115px;
        height: 40px; } }
    .account-page__buttons > .button:first-child {
      margin-right: 20px; }
    .account-page__buttons > .button > .button_wrapper {
      min-height: 50px;
      border-radius: 4px; }
      @media print, screen and (max-width: 50.06125em) {
        .account-page__buttons > .button > .button_wrapper {
          min-height: 40px;
          max-height: 40px;
          padding-left: 0;
          padding-right: 0; } }

.account-page__description {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #DBDBDB;
  z-index: 10;
  position: relative;
  background: #f5f5f5;
  box-shadow: 150px 0px 0px 0px #f5f5f5; }
  .account-page__description.-no-content {
    margin-bottom: -10px; }

.account-page__logo {
  color: #E7E9ED;
  width: 230px;
  height: 230px;
  position: absolute;
  right: 0;
  bottom: -63px;
  z-index: 2;
  opacity: 0.05; }
  @media print, screen and (max-width: 50.06125em) {
    .account-page__logo {
      width: 150px;
      height: 150px;
      right: -30px;
      bottom: -45px; } }
  .account-page__logo-placeholder {
    color: #E7E9ED;
    width: 230px;
    height: 230px;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 5; }
    @media print, screen and (max-width: 50.06125em) {
      .account-page__logo-placeholder {
        width: 150px;
        height: 150px;
        right: -27px;
        bottom: -30px; } }

.page_wrapper-inner.account-page__wrapper {
  max-width: 700px;
  flex: 0 1 700px; }
  .page_wrapper-inner.account-page__wrapper .transactions_group-header {
    margin-top: 0 !important; }

.avatar {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.avatar:not(.-empty) .avatar_image {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.avatar.-empty .avatar_image {
  fill: #ccc; }

.avatar_image-wrapper {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden; }
  .avatar:not(.-no-bg) .avatar_image-wrapper {
    background-color: #ebebeb; }
  @media print, screen and (max-width: 50.06125em) {
    .avatar_image-wrapper {
      width: 42px;
      height: 42px; } }
  @media print, screen and (min-width: 50.0625em) {
    .avatar_image-wrapper {
      width: 50px;
      height: 50px; } }
  .avatar:not(.-no-bg).-status.-green .avatar_image-wrapper {
    background-color: rgba(72, 207, 173, 0.13); }
  .avatar:not(.-no-bg).-status.-red .avatar_image-wrapper {
    background-color: rgba(240, 116, 142, 0.13); }

.avatar_status-icon.-status-canceled {
  transform: translate(5px, 2px); }
  @media print, screen and (max-width: 50.06125em) {
    .avatar_status-icon.-status-canceled {
      transform: translate(0, 0); } }

.avatar_status-icon.-status-expired {
  transform: translate(0px, -2px); }
  @media print, screen and (max-width: 50.06125em) {
    .avatar_status-icon.-status-expired {
      transform: translate(0px, -3px) scale(0.9); } }

.avatar_status-icon.-status-pending {
  transform: translate(2px, -2px); }
  @media print, screen and (max-width: 50.06125em) {
    .avatar_status-icon.-status-pending {
      transform: translate(2px, -4px) scale(0.95); } }

.avatar_status-icon.-invoice-icon {
  fill: #CCCCCC;
  color: #CCCCCC; }

.avatar_status-icon--safari > use {
  transform: scale(0.5); }

.avatar_status-icon.-fill {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.avatar.-status .avatar_status-icon,
.avatar.-empty .avatar_status-icon {
  fill: #ccc; }

.avatar.-status.-green .avatar_status-icon {
  fill: #48cfad; }

.avatar.-status.-red .avatar_status-icon {
  fill: #f0748e; }

.avatar.-status.-gray .avatar_status-icon {
  fill: #adb5c2; }

.avatar.-status.-light-gray .avatar_status-icon {
  fill: rgba(0, 0, 0, 0.5); }

.avatar.-status.-orange .avatar_status-icon {
  fill: #fd9c2b; }

.avatar_label {
  position: absolute;
  left: -2px;
  bottom: -2px; }
  .avatar_label.-gray {
    fill: #adb5c2; }
  .avatar_label.-green {
    fill: #48cfad; }
  .avatar_label.-purple {
    fill: #784dfc; }

.badge {
  padding: 15px 20px;
  line-height: 22px;
  text-align: left; }
  @media print, screen and (max-width: 50.06125em) {
    .badge {
      font-size: 15px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .badge {
      font-size: 16px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .badge {
      border-radius: 4px; } }
  .badge .-pending {
    color: #1a83ff;
    cursor: pointer; }
  .badge.-clickable:hover {
    filter: grayscale(0.25);
    transition: 0.1s linear; }
  .badge.-pending {
    color: #1a83ff;
    background-color: #c6e0ff; }
    .badge.-pending a.cursor-pointer {
      text-decoration: underline; }
  .badge.-success {
    color: #48cfad;
    background-color: #d1f3eb; }
  .badge.-alert {
    color: #fd9c2b;
    background-color: #ffe6ca; }
  .badge.-danger {
    color: #f0748e;
    background-color: #fbdce3; }
  .badge.-as-form-message {
    padding: 10px 20px;
    line-height: 20px; }
    @media print, screen and (max-width: 50.06125em) {
      .badge.-as-form-message {
        font-size: 13px !important; } }
    @media print, screen and (min-width: 50.0625em) {
      .badge.-as-form-message {
        font-size: 14px !important; } }
    .badge.-as-form-message.-success, .badge.-as-form-message.-alert, .badge.-as-form-message.-danger {
      color: #fff; }
    .badge.-as-form-message.-success {
      background-color: #48cfad; }
    .badge.-as-form-message.-alert {
      background-color: #fd9c2b; }
    .badge.-as-form-message.-danger {
      background-color: #f0748e; }

.button {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  display: inline-flex;
  color: inherit;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 700;
  transition: background-color 120ms, color 120ms;
  align-items: center; }
  .button .secondary-text {
    margin: 0;
    font-size: 11px;
    font-weight: 300; }
  .button .primary-text {
    margin: 0; }
  .button.-border-white {
    border-color: white; }
  .button.-relative {
    position: relative; }
  .button.-right-button {
    position: absolute;
    right: -15px;
    bottom: 36px; }
    @media print, screen and (max-width: 50.06125em) {
      .button.-right-button {
        bottom: 13px; } }
  .button.-no-hover {
    cursor: default; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-no-hover.-color-white:not(:disabled):hover, .button.-no-hover.-color-white:not(:disabled):focus, .button.-no-hover.-color-white:not(:disabled):active, .button.-no-hover.-color-white:not(:disabled).-hover {
        background-color: #fff; } }
  @media print, screen and (max-width: 50.06125em) {
    .button {
      border-radius: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .button {
      border-radius: 4px; } }
  @media print, screen and (min-width: 50.0625em) {
    .button.-has-dropdown-to-bottom {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .button.-has-dropdown-to-top {
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  .button.-color-green {
    color: #fff;
    background-color: #48cfad; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-green:not(:disabled):hover, .button.-color-green:not(:disabled):focus, .button.-color-green:not(:disabled):active, .button.-color-green:not(:disabled).-hover {
        background-color: #2fb593; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-color-green:not(:disabled):active {
        background-color: #2fb593; } }
  .button.-color-blue {
    color: #fff;
    background-color: #1a83ff; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-blue:not(:disabled):hover, .button.-color-blue:not(:disabled):focus, .button.-color-blue:not(:disabled):active, .button.-color-blue:not(:disabled).-hover {
        background-color: #0069e6; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-color-blue:not(:disabled):active {
        background-color: #0069e6; } }
  .button.-color-light-blue {
    color: #fff;
    background-color: #99d7fa; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-light-blue:not(:disabled):hover, .button.-color-light-blue:not(:disabled):focus, .button.-color-light-blue:not(:disabled):active, .button.-color-light-blue:not(:disabled).-hover {
        background-color: #68c4f8; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-color-light-blue:not(:disabled):active {
        background-color: #68c4f8; } }
  .button.-color-pale-blue {
    color: #fff;
    background-color: #e5f1ff; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-pale-blue:not(:disabled):hover, .button.-color-pale-blue:not(:disabled):focus, .button.-color-pale-blue:not(:disabled):active, .button.-color-pale-blue:not(:disabled).-hover {
        background-color: #b2d6ff; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-color-pale-blue:not(:disabled):active {
        background-color: #b2d6ff; } }
  .button.-color-red {
    color: #fff;
    background-color: #f0748e; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-red:not(:disabled):hover, .button.-color-red:not(:disabled):focus, .button.-color-red:not(:disabled):active, .button.-color-red:not(:disabled).-hover {
        background-color: #eb4669; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-color-red:not(:disabled):active {
        background-color: #eb4669; } }
  .button.-color-gray {
    color: #fff;
    background-color: #adb5c2; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-gray:not(:disabled):hover, .button.-color-gray:not(:disabled):focus, .button.-color-gray:not(:disabled):active, .button.-color-gray:not(:disabled).-hover {
        background-color: #909bac; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-color-gray:not(:disabled):active {
        background-color: #909bac; } }
  .button.-color-dark-gray {
    color: #fff;
    background-color: #595c5c; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-dark-gray:not(:disabled):hover, .button.-color-dark-gray:not(:disabled):focus, .button.-color-dark-gray:not(:disabled):active, .button.-color-dark-gray:not(:disabled).-hover {
        background-color: #404242; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-color-dark-gray:not(:disabled):active {
        background-color: #404242; } }
  .button.-color-white {
    background-color: #fff; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-white:not(:disabled):hover, .button.-color-white:not(:disabled):focus, .button.-color-white:not(:disabled):active, .button.-color-white:not(:disabled).-hover {
        background-color: #f9f9f9; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-color-white:not(:disabled):active {
        background-color: #f9f9f9; } }
    @media print, screen and (min-width: 50.0625em) {
      .button.-color-white:not(.-no-border) {
        border-color: #dee3e9; } }
    .button-group.-collapsed .button.-color-white.button-group_item {
      border-color: #dee3e9; }
  .button.-color-pale-blue {
    color: #1a83ff; }
  .button.-color-default {
    background-color: #414345; }
  @media print, screen and (min-width: 50.0625em) {
    .button.-transparency-full:not(:disabled):hover, .button.-transparency-full:not(:disabled):focus, .button.-transparency-full:not(:disabled):active, .button.-transparency-full:not(:disabled).-hover {
      opacity: .8;
      background-color: transparent; } }
  @media print, screen and (max-width: 50.06125em) {
    .button.-transparency-full:not(:disabled):active {
      opacity: .8;
      background-color: transparent; } }
  .button.-transparency-full:not(:disabled).-color-green {
    color: #48cfad;
    background-color: transparent; }
  .button.-transparency-full:not(:disabled).-color-blue {
    color: #1a83ff;
    background-color: transparent; }
  .button.-transparency-full:not(:disabled).-color-light-blue {
    color: #99d7fa;
    background-color: transparent; }
  .button.-transparency-full:not(:disabled).-color-pale-blue {
    color: #e5f1ff;
    background-color: transparent; }
  .button.-transparency-full:not(:disabled).-color-red {
    color: #f0748e;
    background-color: transparent; }
  .button.-transparency-full:not(:disabled).-color-gray {
    color: #adb5c2;
    background-color: transparent; }
  .button.-transparency-full:not(:disabled).-color-dark-gray {
    color: #595c5c;
    background-color: transparent; }
  .button.-transparency-full.-color-white {
    color: #fff;
    background-color: transparent; }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-full.-color-white:not(:disabled):hover, .button.-transparency-full.-color-white:not(:disabled):focus, .button.-transparency-full.-color-white:not(:disabled):active, .button.-transparency-full.-color-white:not(:disabled).-hover {
        opacity: .8;
        background-color: transparent; } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-full.-color-white:not(:disabled):active {
        opacity: .8;
        background-color: transparent; } }
  .button.-transparency-full.-color-default {
    color: #414345;
    background-color: transparent; }
  .button.-transparency-full:disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5); }
  .button.-transparency-full.-color-white:not(.-loading):disabled {
    color: rgba(255, 255, 255, 0.5); }
  .button.-transparency-half.-color-green {
    background-color: rgba(72, 207, 173, 0.13); }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-half.-color-green:not(:disabled):hover, .button.-transparency-half.-color-green:not(:disabled):focus, .button.-transparency-half.-color-green:not(:disabled):active, .button.-transparency-half.-color-green:not(:disabled).-hover {
        background-color: rgba(47, 181, 147, 0.13); } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-half.-color-green:not(:disabled):active {
        background-color: rgba(47, 181, 147, 0.13); } }
  .button.-transparency-half.-color-blue {
    background-color: rgba(26, 131, 255, 0.13); }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-half.-color-blue:not(:disabled):hover, .button.-transparency-half.-color-blue:not(:disabled):focus, .button.-transparency-half.-color-blue:not(:disabled):active, .button.-transparency-half.-color-blue:not(:disabled).-hover {
        background-color: rgba(0, 105, 230, 0.13); } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-half.-color-blue:not(:disabled):active {
        background-color: rgba(0, 105, 230, 0.13); } }
  .button.-transparency-half.-color-light-blue {
    background-color: rgba(153, 215, 250, 0.13); }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-half.-color-light-blue:not(:disabled):hover, .button.-transparency-half.-color-light-blue:not(:disabled):focus, .button.-transparency-half.-color-light-blue:not(:disabled):active, .button.-transparency-half.-color-light-blue:not(:disabled).-hover {
        background-color: rgba(104, 196, 248, 0.13); } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-half.-color-light-blue:not(:disabled):active {
        background-color: rgba(104, 196, 248, 0.13); } }
  .button.-transparency-half.-color-pale-blue {
    background-color: rgba(229, 241, 255, 0.13); }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-half.-color-pale-blue:not(:disabled):hover, .button.-transparency-half.-color-pale-blue:not(:disabled):focus, .button.-transparency-half.-color-pale-blue:not(:disabled):active, .button.-transparency-half.-color-pale-blue:not(:disabled).-hover {
        background-color: rgba(178, 214, 255, 0.13); } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-half.-color-pale-blue:not(:disabled):active {
        background-color: rgba(178, 214, 255, 0.13); } }
  .button.-transparency-half.-color-red {
    background-color: rgba(240, 116, 142, 0.13); }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-half.-color-red:not(:disabled):hover, .button.-transparency-half.-color-red:not(:disabled):focus, .button.-transparency-half.-color-red:not(:disabled):active, .button.-transparency-half.-color-red:not(:disabled).-hover {
        background-color: rgba(235, 70, 105, 0.13); } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-half.-color-red:not(:disabled):active {
        background-color: rgba(235, 70, 105, 0.13); } }
  .button.-transparency-half.-color-gray {
    background-color: rgba(173, 181, 194, 0.13); }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-half.-color-gray:not(:disabled):hover, .button.-transparency-half.-color-gray:not(:disabled):focus, .button.-transparency-half.-color-gray:not(:disabled):active, .button.-transparency-half.-color-gray:not(:disabled).-hover {
        background-color: rgba(144, 155, 172, 0.13); } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-half.-color-gray:not(:disabled):active {
        background-color: rgba(144, 155, 172, 0.13); } }
  .button.-transparency-half.-color-dark-gray {
    background-color: rgba(89, 92, 92, 0.13); }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-half.-color-dark-gray:not(:disabled):hover, .button.-transparency-half.-color-dark-gray:not(:disabled):focus, .button.-transparency-half.-color-dark-gray:not(:disabled):active, .button.-transparency-half.-color-dark-gray:not(:disabled).-hover {
        background-color: rgba(64, 66, 66, 0.13); } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-half.-color-dark-gray:not(:disabled):active {
        background-color: rgba(64, 66, 66, 0.13); } }
  .button.-transparency-half.-color-white {
    background-color: rgba(255, 255, 255, 0.13); }
    @media print, screen and (min-width: 50.0625em) {
      .button.-transparency-half.-color-white:not(:disabled):hover, .button.-transparency-half.-color-white:not(:disabled):focus, .button.-transparency-half.-color-white:not(:disabled):active, .button.-transparency-half.-color-white:not(:disabled).-hover {
        background-color: rgba(230, 230, 230, 0.13); } }
    @media print, screen and (max-width: 50.06125em) {
      .button.-transparency-half.-color-white:not(:disabled):active {
        background-color: rgba(230, 230, 230, 0.13); } }
  .button.-transparency-half.-color-default {
    background-color: rgba(65, 67, 69, 0.13); }
  .button:disabled {
    cursor: not-allowed; }
  .button:not(.-transparency-full):not(.-color-white):not(.-loading):disabled {
    color: #fff;
    background-color: #dbdbdb; }
  .button.-x-full, .button.-x-condensed-full {
    width: 100%; }
  .button.-x-md {
    width: 250px; }

.button-clean .button_wrapper {
  padding: 0; }

.button_wrapper {
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: top; }
  .button.-column .button_wrapper {
    flex-direction: column; }
  .button.-y-min .button_wrapper {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .button.-y-xs .button_wrapper,
  .button.-y-sm .button_wrapper {
    padding: 3px 12px; }
  @media print, screen and (max-width: 50.06125em) {
    .button.-y-xs .button_wrapper {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .button.-y-xs .button_wrapper {
      font-size: 14px !important; } }
  @media print, screen and (max-width: 50.06125em) {
    .button.-y-xs .button_wrapper {
      min-height: 36px; } }
  @media print, screen and (min-width: 50.0625em) {
    .button.-y-xs .button_wrapper {
      min-height: 40px; } }
  .button.-y-sm .button_wrapper {
    min-height: 46px; }
  .button.-y-lg .button_wrapper {
    min-height: 68px; }
  .button.-y-xl .button_wrapper {
    min-height: 76px; }
  .button.-y-xl.-button-clean .button_wrapper {
    padding: 0; }
  .button.-x-condensed-full .button_wrapper {
    padding-left: 0;
    padding-right: 0; }
  .button.-y-condensed .button_wrapper {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0; }
  .button.-has-icon-before .button_wrapper > .icon {
    margin-right: 4px; }
  .button.-has-icon-after .button_wrapper > .icon {
    margin-left: 4px; }
  .button.-has-arrow-before .button_wrapper {
    padding-right: 40px;
    position: relative; }
    .button.-has-arrow-before .button_wrapper::before {
      content: '';
      width: 9px;
      height: 9px;
      transform: rotate(45deg) translate(-4px, -2px);
      border-left: 1px solid currentColor;
      border-bottom: 1px solid currentColor;
      position: absolute;
      top: 50%;
      left: -10px;
      transition: transform 120ms; }
  .button.-has-arrow .button_wrapper {
    padding-right: 40px;
    position: relative; }
    .button.-has-arrow .button_wrapper::after {
      content: '';
      width: 9px;
      height: 9px;
      transform: rotate(45deg) translate(-4px, -2px);
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      position: absolute;
      top: 50%;
      right: 20px;
      transition: transform 120ms;
      color: #1a83ff; }
  .button.-has-arrow.-arrow-down .button_wrapper::after {
    transform: rotate(135deg) translate(-2px, 6px); }
  .button.-has-arrow.-arrow-blue .button_wrapper::after {
    border-top-color: #1a83ff;
    border-right-color: #1a83ff; }
  .button.-has-arrow.-arrow-right-zero .button_wrapper::after {
    right: 0; }
  .button.-x-condensed-full .button_wrapper {
    padding-right: 20px; }
    .button.-x-condensed-full .button_wrapper::after {
      right: 0; }
  .button.-color-white:not(.-transparency-full):not(.-loading):disabled .button_wrapper {
    color: rgba(89, 92, 92, 0.5); }
  .button.-color-white:not(.-transparency-full):not(.-loading):disabled .button_wrapper .button_content-secondary {
    color: rgba(0, 0, 0, 0.5); }

.button_head {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-weight: 400; }
  .button_head.-row {
    flex-direction: row;
    gap: 20px;
    align-items: center; }

.button_tail {
  text-align: right; }
  @media print, screen and (max-width: 50.06125em) {
    .button_tail {
      margin-left: 10px; } }
  @media print, screen and (min-width: 50.0625em) {
    .button_tail {
      margin-left: 20px; } }

.button_content-primary,
.button_content-secondary {
  line-height: 1.25em; }

.button_content-secondary + .button_content-primary {
  margin-top: 4px; }

@media print, screen and (max-width: 50.06125em) {
  .button_content-secondary {
    font-size: 13px !important; } }

@media print, screen and (min-width: 50.0625em) {
  .button_content-secondary {
    font-size: 14px !important; } }

.button.-color-white:not(.-transparency-full):not(.-transparency-half) .button_content-secondary {
  color: rgba(0, 0, 0, 0.5); }

@media print, screen and (max-width: 50.06125em) {
  .button_content-secondary.-xs {
    font-size: 10px !important; } }

@media print, screen and (min-width: 50.0625em) {
  .button_content-secondary.-xs {
    font-size: 12px !important; } }

.button_content-primary + .button_content-secondary {
  margin-top: 4px; }

.button-group.-exchange {
  position: relative; }

.button-group.-grid {
  margin: -3px; }

.button-group.-top-space {
  margin-top: 30px; }

.button-group_item {
  vertical-align: top; }
  .button-group_item.-flex .button_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .button-group_item.-flex .button_wrapper > .-column {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
  @media print, screen and (max-width: 50.06125em) {
    .button-group_item.-rewards {
      border: none;
      border-top: 1px solid #f5f5f5; }
      .button-group_item.-rewards.-selected {
        border: 2px solid #dee3e9;
        margin-bottom: -1px;
        margin-top: -3px; }
        .button-group_item.-rewards.-selected:last-child {
          border-bottom: 2px solid #dee3e9; }
      .button-group_item.-rewards:last-child {
        border-bottom: 1px solid #f5f5f5; } }
  @media print, screen and (min-width: 50.0625em) {
    .button-group_item.-rewards.-selected {
      border: 2px solid #dee3e9; } }
  @media print, screen and (max-width: 50.06125em) {
    .button-group.full-width .button-group_item {
      border-left: 0;
      border-right: 0; }
      .button-group.full-width .button-group_item.-rewards.-selected {
        border-left: 2px solid #dee3e9;
        border-right: 2px solid #dee3e9; } }
  @media print, screen and (max-width: 50.06125em) {
    .button-group:not(.-collapsed):not(.-grid) .button-group_item + .button-group_item {
      margin-top: 1px; }
      .button-group:not(.-collapsed):not(.-grid) .button-group_item + .button-group_item.-rewards.-selected {
        margin-top: 2px; } }
  @media print, screen and (min-width: 50.0625em) {
    .button-group:not(.-collapsed):not(.-grid) .button-group_item + .button-group_item {
      margin-top: 3px; } }
  .button-group.-collapsed .button-group_item:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .button-group.-collapsed .button-group_item:not(:last-child) {
    border-bottom: 0; }
  .button-group.-collapsed .button-group_item:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .button-group.-collapsed .button-group_item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .button-group.-grid .button-group_item {
    margin: 3px; }
  .button-group_item.-dropdown-item {
    border-left: 0;
    border-right: 0; }
    .button-group_item.-dropdown-item:first-child {
      border-top: 0; }
    .button-group_item.-dropdown-item:last-child {
      border-bottom: 0; }
    .dropdown.-to-bottom .button-group_item.-dropdown-item:first-child,
    .dropdown.-to-bottom-start .button-group_item.-dropdown-item:first-child,
    .dropdown.-to-bottom-end .button-group_item.-dropdown-item:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .dropdown.-to-top .button-group_item.-dropdown-item:first-child,
    .dropdown.-to-top-start .button-group_item.-dropdown-item:first-child,
    .dropdown.-to-top-end .button-group_item.-dropdown-item:first-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

.button-group_header {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 0 20px 10px; }
  @media print, screen and (max-width: 50.06125em) {
    .button-group_header {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .button-group_header {
      font-size: 14px !important; } }
  .button-group.-has-arrows .button-group_header {
    padding-right: 40px; }

.button-group_header-item:last-child {
  margin-left: auto; }

.button-group_hint {
  color: #dee3e9; }
  .button-group_hint.-transfer {
    margin: 2px;
    margin-bottom: 6px;
    margin-left: calc(50% - 6px); }
    @media print, screen and (max-width: 50.06125em) {
      .button-group_hint.-transfer {
        margin-left: 19px; } }
  .button-group_hint .-reversed {
    transform: rotate(180deg); }
  .button-group.-exchange .button-group_hint {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
    @media print, screen and (max-width: 50.06125em) {
      .button-group.-exchange .button-group_hint {
        right: 50px; } }
    @media print, screen and (min-width: 50.0625em) {
      .button-group.-exchange .button-group_hint {
        right: 60px; } }

.cards-page__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  flex-direction: column; }
  .cards-page__content > .button-group {
    width: 100%; }
  .cards-page__content > form {
    width: 100%; }
  .cards-page__content > svg {
    text-align: center; }
    .cards-page__content > svg.-credit-card-add {
      margin-top: 50px; }
  @media (max-width: 800px) {
    .cards-page__content .layer.-col.-gap-5 {
      flex-direction: column;
      gap: 0; } }

.cards-page__icon {
  width: 34px;
  height: 24px;
  margin-right: 10px; }
  .cards-page__icon.-payment-source-icon {
    margin-right: 0; }

.cards-page__details-loader {
  width: 100%;
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.cards-page__label {
  margin-left: 10px; }

.cards-page__details-header {
  display: flex;
  align-items: center; }

@media (min-width: 800px) {
  .cards-page__details .modal_footer-controls {
    gap: 10px; } }

.cards-page__hidden {
  display: none; }

.cards-page__backup-modal .cards-page__wrapper {
  padding-top: 0; }

.cards-page__backup-modal .cards-page__content {
  padding-top: 26px; }

.order-backup {
  position: relative; }
  .order-backup input[type="checkbox"]:checked ~ label {
    pointer-events: none; }
  .order-backup.button-group_item {
    height: auto !important; }
  .order-backup > .form-control_control {
    top: 20px !important; }
  .order-backup__content {
    border: 1px solid #AFAFAF;
    margin-top: 5px;
    margin-bottom: 19px;
    pointer-events: auto;
    border-radius: 4px; }
    .order-backup__content .button_content-primary {
      font-size: 14px;
      font-weight: 700; }
    .order-backup__content .button_content-secondary {
      display: flex;
      align-items: center; }
    .order-backup__content .button_tail {
      color: #3C84F7;
      font-size: 14px;
      font-weight: 700; }

.form-input-container.-account-number {
  position: relative; }
  .form-input-container.-account-number > .icon {
    position: absolute;
    top: 23px;
    right: 10px; }

.card-error-modal h4 {
  color: #f0748e;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0; }

.card-error-modal p {
  color: #595c5c;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

.card-error-modal .modal_content {
  padding: 20px 40px 0; }

.card-error-modal .modal_body {
  padding: 0; }

.card-error-modal .modal_footer-control {
  border-radius: 4px; }
  .card-error-modal .modal_footer-control.-continue {
    margin-top: 10px;
    border: 1px solid #DEE3E9; }
    .card-error-modal .modal_footer-control.-continue .button_wrapper {
      display: flex;
      flex-direction: column;
      gap: 3px;
      max-height: 60px; }
    .card-error-modal .modal_footer-control.-continue span.bank-clears {
      color: #f0748e;
      text-align: center;
      font-size: 13px;
      font-weight: 400; }

.card-backup-modal {
  padding-top: 0 !important; }
  .card-backup-modal .modal_header {
    background-color: transparent !important;
    margin-bottom: 0; }
    .card-backup-modal .modal_header h4 {
      color: #595C5C;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0; }
  .card-backup-modal .modal_body {
    padding: 0 96px; }
    @media print, screen and (max-width: 50.06125em) {
      .card-backup-modal .modal_body {
        padding: 0 20vw; } }
    @media (max-width: 350px) {
      .card-backup-modal .modal_body {
        padding: 0 10vw; } }
    .card-backup-modal .modal_body > p {
      color: #595C5C;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 0;
      margin-top: 0; }
    .card-backup-modal .modal_body .button-group {
      padding-top: 23px; }
      .card-backup-modal .modal_body .button-group .button_wrapper {
        padding-top: 8px;
        padding-bottom: 8px;
        min-height: 60px !important;
        height: 60px !important; }
    .card-backup-modal .modal_body .button-group_item {
      border-radius: 4px;
      border: 1px solid #dee3e9;
      margin-bottom: 10px; }
    .card-backup-modal .modal_body .button_content-primary.-blue {
      color: #1A83FF;
      font-family: Lato;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .card-backup-modal .modal_body .button_content-primary.-center {
      text-align: center;
      color: #757575;
      font-size: 13px;
      font-weight: 700; }
    .card-backup-modal .modal_body .button_content-secondary.-card-info {
      color: #595C5C;
      font-size: 13px;
      font-weight: 700;
      line-height: normal; }

.currency-teaser {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  background: linear-gradient(94deg, #3542FF 26.16%, #9876FF 100%), #3542FF;
  color: #fff;
  padding: 20px 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 100%;
  position: relative;
  overflow: hidden; }
  .currency-teaser::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 253.293px;
    height: 716.222px;
    transform: rotate(-50.676deg);
    border-radius: 100%;
    background: #FFA664;
    filter: blur(57px);
    z-index: 0; }
  .currency-teaser::before {
    content: '';
    position: absolute;
    bottom: -100%;
    right: -20%;
    width: 226.8px;
    height: 346.962px;
    transform: rotate(41.22deg);
    z-index: 0;
    filter: blur(97px);
    background: #80AAFF; }
  .currency-teaser:hover {
    background-size: 130%; }
  .currency-teaser h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0; }
  .currency-teaser__example {
    display: flex;
    gap: 10px;
    min-width: 100%;
    margin-top: 20px;
    align-items: center; }
    .currency-teaser__example p {
      color: white;
      font-size: 13px;
      font-weight: 400;
      line-height: 16px;
      margin: 0; }
  .currency-teaser__button {
    border-radius: 110px;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 8px;
    word-break: keep-all;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 10;
    height: 23px; }
    .currency-teaser__button span {
      margin-top: -1px; }
    .currency-teaser__button svg {
      width: 10px;
      height: 10px;
      color: #fff; }

.currency-promos > .modal_dialog {
  background: #F5F5F5; }

.currency-promos .modal_header {
  background: none !important; }

.currency-promos__list {
  display: flex;
  flex-direction: column; }

.currency-promos__promo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 30px;
  background: white;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease; }
  .currency-promos__promo:hover {
    background: rgba(255, 255, 255, 0.5); }
  .currency-promos__promo:first-child {
    padding-top: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .currency-promos__promo:last-child {
    padding-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .currency-promos__promo:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    height: 1px;
    width: calc(100% - 60px);
    background: #efefef; }
  .currency-promos__promo-content {
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .currency-promos__promo-content h3 {
      color: #595C5C;
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      margin: 0; }
    .currency-promos__promo-content p {
      color: #595C5C;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin: 0; }
  .currency-promos__promo-icon {
    min-width: 50px;
    min-height: 50px; }
    .currency-promos__promo-icon img {
      height: 100%; }

.currency-promos__banner {
  padding: 26px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: linear-gradient(94deg, #3542FF 26.16%, #9876FF 100%), #3542FF;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 50.0625em) {
    .currency-promos__banner h1 {
      display: none; } }
  .currency-promos__banner::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 268.239px;
    height: 546.044px;
    border-radius: 100%;
    background: #FFA664;
    filter: blur(57px);
    transform: rotate(-59.47deg);
    z-index: 0; }
  .currency-promos__banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 144px;
    z-index: 2;
    height: 127px;
    background: url("/assets/images/currency-promo.png") no-repeat center center/contain; }
  .currency-promos__banner > p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    max-width: 50%;
    position: relative;
    z-index: 10; }

@media print, screen and (max-width: 50.06125em) {
  .currency-promos {
    background: #fff; }
    .currency-promos .modal_dialog {
      padding-top: 0; }
      .currency-promos .modal_dialog > .modal_close::before, .currency-promos .modal_dialog > .modal_close::after {
        background: #fff; }
    .currency-promos .modal_content {
      padding-top: 0; }
      .currency-promos .modal_content > .modal_header {
        display: none; }
    .currency-promos .modal_body {
      padding: 0; }
    .currency-promos .currency-promos__banner {
      border-radius: 0;
      margin-bottom: 0;
      min-height: 165px; }
      .currency-promos .currency-promos__banner::before {
        width: 202px;
        height: 179px; }
      .currency-promos .currency-promos__banner > h1 {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        margin: 0 0 12px 0;
        position: relative;
        z-index: 10; }
    .currency-promos .currency-promos__list {
      border-radius: 0; } }

.dashboard {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.dashboard_account-widgets {
  max-width: 100%; }

.dashboard_loan-credit-link.button {
  color: #48cfad;
  background-color: #fff; }
  @media print, screen and (max-width: 50.06125em) {
    .dashboard_loan-credit-link.button {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .dashboard_loan-credit-link.button {
      font-size: 14px !important; } }
  @media print, screen and (max-width: 50.06125em) {
    .dashboard_loan-credit-link.button {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      border-radius: 4px; } }
  @media print, screen and (min-width: 50.0625em) {
    .dashboard_loan-credit-link.button .button_wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media print, screen and (min-width: 50.0625em) {
    .dashboard_loan-credit-link.button .button_wrapper::after {
      right: 30px; } }
  .dashboard_loan-credit-link.button .loader.-white {
    color: #1a83ff; }

.dashboard_activate-account-link.button {
  color: #fd9c2b;
  background-color: #fff; }
  @media print, screen and (max-width: 50.06125em) {
    .dashboard_activate-account-link.button {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .dashboard_activate-account-link.button {
      font-size: 14px !important; } }
  @media print, screen and (max-width: 50.06125em) {
    .dashboard_activate-account-link.button {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      border-radius: 4px; } }
  @media print, screen and (min-width: 50.0625em) {
    .dashboard_activate-account-link.button .button_wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media print, screen and (min-width: 50.0625em) {
    .dashboard_activate-account-link.button .button_wrapper::after {
      right: 30px; } }
  .dashboard_activate-account-link.button .loader.-white {
    color: #1a83ff; }
  .dashboard_activate-account-link.button.-has-icon-before .button_wrapper > .icon {
    margin-right: 10px; }

a.description-list,
button.description-list {
  width: 100%;
  outline: none;
  padding: 0;
  text-align: left; }
  @media print, screen and (max-width: 50.06125em) {
    a.description-list.full-width,
    button.description-list.full-width {
      width: calc(100% + 40px); } }

@media print, screen and (min-width: 50.0625em) {
  .description-list {
    border-radius: 4px; } }

.description-list + .description-list {
  margin-top: 20px; }

.description-list_body {
  background-color: #fff; }
  .description-list_body.-transparent {
    background-color: transparent; }
    @media print, screen and (min-width: 50.0625em) {
      .description-list:not(.-condensed):not(.-x-condensed) .description-list_body.-transparent {
        padding-left: 0;
        padding-right: 0; } }
    .description-list_body.-transparent .description-list_item {
      background-color: #fff; }
      @media print, screen and (min-width: 50.0625em) {
        .description-list:not(.-condensed):not(.-x-condensed) .description-list_body.-transparent .description-list_item {
          padding-left: 20px;
          padding-right: 20px; } }
  @media print, screen and (min-width: 50.0625em) {
    .description-list_body {
      border-radius: 4px; } }
  .description-list_body + .description-list_body {
    margin-top: 3px; }
  @media print, screen and (min-width: 50.0625em) {
    .description-list:not(.-condensed):not(.-x-condensed) .description-list_body {
      padding-left: 20px;
      padding-right: 20px; } }

.description-list_header {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 0 20px 15px; }
  @media print, screen and (max-width: 50.06125em) {
    .description-list_header {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .description-list_header {
      font-size: 14px !important; } }

.description-list_header-item + .description-list_header-item {
  margin-left: 10px; }

.description-list_header-item:last-child:not(:first-child) {
  text-align: right;
  margin-left: auto;
  padding-left: 10px; }

.description-list_group:not(:first-child) {
  padding-top: 5px; }

.description-list_group:not(:last-child) {
  padding-bottom: 5px; }

.description-list_group + .description-list_group {
  border-top: 1px solid #dee3e9; }

.description-list_item {
  display: flex;
  line-height: 20px; }
  @media print, screen and (max-width: 50.06125em) {
    .description-list_item {
      padding-top: 19px;
      padding-bottom: 19px; }
      .description-list_item.-condensed {
        padding-top: 7px;
        padding-bottom: 7px; } }
  @media print, screen and (min-width: 50.0625em) {
    .description-list_item {
      padding-top: 24px;
      padding-bottom: 24px; }
      .description-list_item.-condensed {
        padding-top: 7px;
        padding-bottom: 7px; } }
  @media print, screen and (max-width: 50.06125em) {
    .description-list.-condensed .description-list_item:first-child,
    .description-list.-y-condensed .description-list_item:first-child {
      padding-top: 11px; } }
  @media print, screen and (min-width: 50.0625em) {
    .description-list.-condensed .description-list_item:first-child,
    .description-list.-y-condensed .description-list_item:first-child {
      padding-top: 16px; } }
  @media print, screen and (max-width: 50.06125em) {
    .description-list.-condensed .description-list_item:last-child,
    .description-list.-y-condensed .description-list_item:last-child {
      padding-bottom: 11px; } }
  @media print, screen and (min-width: 50.0625em) {
    .description-list.-condensed .description-list_item:last-child,
    .description-list.-y-condensed .description-list_item:last-child {
      padding-bottom: 16px; } }
  .description-list_item + .description-list_item {
    border-top: 1px solid #dee3e9; }
  .description-list_group .description-list_item:not(:first-child) {
    padding-top: 10px; }
  .description-list_group .description-list_item:not(:last-child) {
    padding-bottom: 10px; }
  .description-list_group .description-list_item + .description-list_item {
    border-top: 0; }

.description-list_title {
  margin-right: 15px;
  color: #adb5c2; }
  @media print, screen and (max-width: 50.06125em) {
    .description-list:not(.-x-condensed) .description-list_title {
      padding-left: 20px; } }
  .description-list.-title-floating .description-list_title {
    flex: 0 0 auto;
    width: auto; }
    @media print, screen and (max-width: 50.06125em) {
      .description-list.-title-floating .description-list_title {
        min-width: 120px; } }
    @media print, screen and (min-width: 50.0625em) {
      .description-list.-title-floating .description-list_title {
        min-width: 160px; } }
  .description-list.-fixed-title .description-list_title {
    flex: 0 0 auto;
    word-break: break-all; }
    @media print, screen and (max-width: 50.06125em) {
      .description-list.-fixed-title .description-list_title {
        width: 110px; } }
    @media print, screen and (min-width: 50.0625em) {
      .description-list.-fixed-title .description-list_title {
        width: 190px; } }
  .-payment .description-list.-fixed-title .description-list_title {
    word-break: break-word; }
    @media print, screen and (max-width: 50.06125em) {
      .-payment .description-list.-fixed-title .description-list_title {
        width: 115px; } }
  @media print, screen and (max-width: 50.06125em) {
    .description-list.-fixed-title.-title-width-lg .description-list_title {
      width: 120px; } }
  @media print, screen and (min-width: 50.0625em) {
    .description-list.-fixed-title.-title-width-lg .description-list_title {
      width: 160px; } }
  @media print, screen and (max-width: 50.06125em) {
    .description-list.-fixed-title.-title-width-xl .description-list_title {
      width: 140px; } }
  @media print, screen and (min-width: 50.0625em) {
    .description-list.-fixed-title.-title-width-xl .description-list_title {
      width: 175px; } }

.description-list_value {
  flex: 1 1 auto; }
  .description-list_value.-fit-content {
    width: fit-content;
    min-width: fit-content !important;
    flex: 0 1 auto; }
  .description-list.-title-floating .description-list_value {
    word-break: break-all; }
  @media print, screen and (max-width: 50.06125em) {
    .description-list:not(.-x-condensed) .description-list_value {
      padding-right: 20px;
      padding-left: 20px; } }
  .description-list .description-list_title + .description-list_value {
    word-break: break-word; }
    @media print, screen and (max-width: 50.06125em) {
      .description-list .description-list_title + .description-list_value {
        padding-left: 7px;
        width: calc(100% - 125px); } }
    @media print, screen and (min-width: 50.0625em) {
      .description-list .description-list_title + .description-list_value {
        width: calc(100% - 205px); } }
  .description-list.-fixed-title.-title-width-lg .description-list_value {
    word-break: break-word; }
    @media print, screen and (max-width: 50.06125em) {
      .description-list.-fixed-title.-title-width-lg .description-list_value {
        width: calc(100% - 135px); } }
    @media print, screen and (min-width: 50.0625em) {
      .description-list.-fixed-title.-title-width-lg .description-list_value {
        width: calc(100% - 175px); } }
  .description-list.-fixed-title.-title-width-xl .description-list_value {
    word-break: break-word; }
    @media print, screen and (max-width: 50.06125em) {
      .description-list.-fixed-title.-title-width-xl .description-list_value {
        width: calc(100% - 155px); } }
    @media print, screen and (min-width: 50.0625em) {
      .description-list.-fixed-title.-title-width-xl .description-list_value {
        width: calc(100% - 190px); } }

.description-list_item_arrow {
  position: relative;
  height: 25px;
  margin: 0 15px;
  flex: 0 0 50px;
  text-align: center; }
  @media (max-width: 500px) {
    .description-list_item_arrow {
      margin: 0 5px;
      flex: 0 0 35px; } }
  .description-list_item_arrow svg {
    transform: rotate(-90deg); }

.description-list_item-primary {
  line-height: 1.25em;
  position: relative;
  word-break: break-word; }
  .description-list_item-primary.-flex {
    display: flex;
    justify-content: space-between; }
  .description-list_item-primary:first-letter {
    text-transform: uppercase; }
  a.description-list .description-list_item-primary,
  button.description-list .description-list_item-primary {
    color: inherit;
    transition: color 120ms; }
  @media print, screen and (min-width: 50.0625em) {
    a.description-list:hover .description-list_item-primary,
    a.description-list:focus .description-list_item-primary,
    a.description-list:active .description-list_item-primary,
    button.description-list:hover .description-list_item-primary,
    button.description-list:focus .description-list_item-primary,
    button.description-list:active .description-list_item-primary {
      color: #1a83ff; } }
  @media print, screen and (max-width: 50.06125em) {
    a.description-list:active .description-list_item-primary,
    button.description-list:active .description-list_item-primary {
      color: #1a83ff; } }
  .description-list_item-secondary + .description-list_item-primary {
    margin-top: 4px; }

.description-list_item-secondary {
  font-size: 14px;
  color: #adb5c2; }
  @media (max-width: 432px) {
    .description-list_item-secondary {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .description-list_item-secondary .button_wrapper {
        padding: 0; } }
  .description-list_item-secondary:first-letter {
    text-transform: uppercase; }
  .description-list_item-primary + .description-list_item-secondary {
    margin-top: 4px; }

.dropdown {
  z-index: 500; }
  @media print, screen and (max-width: 50.06125em) {
    .dropdown {
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.8); } }

.dropdown_body {
  background: #fff;
  border-top: 1px solid #dee3e9;
  border-bottom: 1px solid #dee3e9; }
  @media print, screen and (min-width: 50.0625em) {
    .dropdown_body {
      border-right: 1px solid #dee3e9;
      border-left: 1px solid #dee3e9; } }
  @media print, screen and (min-width: 50.0625em) {
    .dropdown.-to-bottom .dropdown_body,
    .dropdown.-to-bottom-start .dropdown_body,
    .dropdown.-to-bottom-end .dropdown_body {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); } }
  @media print, screen and (min-width: 50.0625em) {
    .dropdown.-to-top .dropdown_body,
    .dropdown.-to-top-start .dropdown_body,
    .dropdown.-to-top-end .dropdown_body {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.1); } }

.dropdown_accounts {
  position: absolute;
  left: 0;
  right: 0;
  top: 78px; }
  .dropdown_accounts.-to-bottom {
    top: 179px; }
  .dropdown_accounts .dropdown_body {
    border: 0;
    background: none; }

.exchange-result {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  position: relative; }

.exchange-result_item:not(:first-child) {
  padding-top: 15px; }

.exchange-result_item:not(:last-child) {
  padding-bottom: 15px; }

.exchange-result_item + .exchange-result_item {
  border-top: 1px solid #dee3e9; }

.exchange-result_hint {
  position: absolute;
  top: 50%;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-style: solid;
  border-color: #f5f5f5; }
  @media print, screen and (max-width: 50.06125em) {
    .exchange-result_hint {
      border-right-width: 12px;
      width: 54px;
      height: 42px;
      margin-top: -21px; } }
  @media print, screen and (min-width: 50.0625em) {
    .exchange-result_hint {
      border-right-width: 14px;
      width: 64px;
      height: 50px;
      margin-top: -25px; } }

.exchange-result_hint-icon {
  fill: #dee3e9; }
  .exchange-result_hint-icon.-rotated {
    transform: rotate(180deg); }

.form-control {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer; }
  .form-control.button-group_item.-like-button.-white.-semi-transparent.-y-lg.-with-disabled {
    background-color: rgba(255, 255, 255, 0.04); }
    .form-control.button-group_item.-like-button.-white.-semi-transparent.-y-lg.-with-disabled::hover {
      background-color: rgba(255, 255, 255, 0.04); }
    .form-control.button-group_item.-like-button.-white.-semi-transparent.-y-lg.-with-disabled .form-control_control {
      box-shadow: inset 0 0 0 2px #4e9bf8;
      background-color: #4e9bf8; }
  .form-control.-white {
    color: #fff; }
  .form-control.-gray {
    color: #adb5c2; }
  .form-control.-darken.-gray.-use-blue-mobile {
    color: #595c5c; }
  .form-control.-top-side.form-control.-like-button .form-control_control {
    top: 0; }
  .form-control.-like-button {
    width: 100%; }
    @media print, screen and (min-width: 50.0625em) {
      .form-control.-like-button {
        border-radius: 4px; } }
    .form-control.-like-button.-white.-semi-transparent {
      background-color: rgba(255, 255, 255, 0.13); }
      @media print, screen and (min-width: 50.0625em) {
        .form-control.-like-button.-white.-semi-transparent:hover, .form-control.-like-button.-white.-semi-transparent:focus, .form-control.-like-button.-white.-semi-transparent:active, .form-control.-like-button.-white.-semi-transparent.-hover {
          background-color: rgba(230, 230, 230, 0.13); } }
      @media print, screen and (max-width: 50.06125em) {
        .form-control.-like-button.-white.-semi-transparent:active {
          background-color: rgba(230, 230, 230, 0.13); } }
    .form-control.-like-button.-is-invalid {
      border-color: #f0748e;
      color: #f0748e; }
    .form-control.-like-button.-y-lg {
      height: 68px; }
      .form-control.-like-button.-y-lg.-height-small {
        height: 40px; }

.form-control_input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.form-control_control {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -11px;
  transition: background-color 120ms; }
  .form-control.-darken .form-control_control {
    background-color: #dee3e9; }
  .form-control.-white .form-control_control {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff; }
  .form-control_input[type='checkbox'] + .form-control_control::before {
    content: '';
    width: 11px;
    height: 6px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(-45deg); }
  .form-control:not(.-white) .form-control_input[type='checkbox']:checked + .form-control_control {
    background-color: #1a83ff; }
  .form-control_input[type='checkbox']:checked + .form-control_control::before {
    border-left-color: #fff;
    border-bottom-color: #fff; }
  .form-control_input[type='radio'] + .form-control_control::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px; }
  .form-control_input[type='radio']:checked + .form-control_control::before {
    background-color: #1a83ff; }
  .form-control.-white .form-control_input[type='radio']:checked + .form-control_control {
    background-color: #f0f0f0; }
  .form-control.-white .form-control_input[type='radio']:checked + .form-control_control::before {
    background-color: #48cfad; }
  .form-control.-like-button .form-control_control {
    left: 20px; }
  @media print, screen and (min-width: 50.0625em) {
    .form-control:hover .form-control_input[type="checkbox"]:not(:disabled) + .form-control_control,
    .form-control:active .form-control_input[type="checkbox"]:not(:disabled) + .form-control_control,
    .form-control:hover .form-control_input[type="radio"]:not(:disabled):not(:checked) + .form-control_control,
    .form-control:active .form-control_input[type="radio"]:not(:disabled):not(:checked) + .form-control_control {
      background-color: #dee3e9; } }
  @media print, screen and (min-width: 50.0625em) {
    .form-control:hover .form-control_input[type='checkbox']:checked:not(:disabled) + .form-control_control,
    .form-control:active .form-control_input[type='checkbox']:checked:not(:disabled) + .form-control_control,
    .form-control_input[type='checkbox']:checked:not(:disabled):focus + .form-control_control {
      background-color: #0069e6; } }
  @media print, screen and (max-width: 50.06125em) {
    .form-control:active .form-control_input[type="checkbox"]:not(:disabled) + .form-control_control,
    .form-control:active .form-control_input[type="radio"]:not(:disabled) + .form-control_control {
      background-color: #dee3e9; } }
  @media print, screen and (max-width: 50.06125em) {
    .form-control:active.-use-blue-mobile .form-control_input[type="checkbox"]:not(:disabled):checked + .form-control_control {
      background-color: #1a83ff; } }
  @media print, screen and (min-width: 50.0625em) {
    .form-control.-white:hover .form-control_input[type="checkbox"]:not(:disabled) + .form-control_control,
    .form-control.-white:active .form-control_input[type="checkbox"]:not(:disabled) + .form-control_control,
    .form-control.-white:hover .form-control_input[type="radio"]:not(:disabled):not(:checked) + .form-control_control,
    .form-control.-white:active .form-control_input[type="radio"]:not(:disabled):not(:checked) + .form-control_control,
    .form-control.-white .form-control_input[type='checkbox']:not(:disabled):focus + .form-control_control,
    .form-control.-white .form-control_input[type='radio']:not(:disabled):not(:checked):focus + .form-control_control {
      background-color: rgba(255, 255, 255, 0.2); } }
  @media print, screen and (max-width: 50.06125em) {
    .form-control.-white:active .form-control_input[type="checkbox"]:not(:disabled) + .form-control_control,
    .form-control.-white:active .form-control_input[type="radio"]:not(:disabled):not(:checked) + .form-control_control {
      background-color: rgba(255, 255, 255, 0.2); } }

.form-control_text {
  padding-left: 35px; }
  @media print, screen and (max-width: 50.06125em) {
    .form-control_text {
      font-size: 13px; } }
  .form-control_input:disabled ~ .form-control_text {
    color: #dbdbdb; }
  .form-control.-like-button .form-control_text {
    min-height: 60px;
    padding: 10px 20px 10px 55px;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media print, screen and (max-width: 50.06125em) {
      .form-control.-like-button .form-control_text {
        font-size: 15px; } }
    @media print, screen and (min-width: 50.0625em) {
      .form-control.-like-button .form-control_text {
        border-radius: 4px; } }

.points-container {
  width: 100%;
  background: #f5f5f5;
  height: 8px;
  margin-top: 12px;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }
  .points-container .points-value {
    width: 0;
    height: 8px;
    position: absolute;
    left: 0;
    background: #48cfad; }

.points-text {
  margin-top: 21px; }

.consent {
  text-align: left;
  margin-top: 30px;
  margin-left: 13px; }
  .consent span {
    font-size: 15px; }
  @media print, screen and (max-width: 50.06125em) {
    .consent {
      position: relative;
      z-index: 1;
      margin-bottom: -20px;
      margin-left: 0 !important; } }
  .consent .form-control_input[type='checkbox']:checked + .form-control_control {
    background-color: #1a83ff !important; }

.form-input {
  position: relative;
  text-align: left; }
  .form-input.-disabled {
    color: #9ea8b7; }
  .form-input.-disabled-color .form-input_input:disabled {
    opacity: 1 !important;
    -webkit-text-fill-color: #fff !important; }
  .form-input.-has-dots .form-input_input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 65px;
    font-size: 14px; }
  .form-input.form-textarea .form-input_input {
    padding-top: 31px;
    height: 115px;
    max-height: 115px;
    min-height: 115px;
    margin-top: 1px;
    margin-bottom: 1px; }
  .form-input.form-textarea .form-input_label {
    background: white;
    left: 1px;
    right: 23px;
    top: 11px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 9px;
    margin-top: 0; }

.form-input_label {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 34px;
  line-height: 1.3em;
  margin-top: -.65em;
  transform-origin: 0 0;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 120ms, font-size 120ms, color 120ms; }
  .form-input_input.-filled + .form-input_label,
  .form-input_input:focus + .form-input_label {
    transform: translateY(-10px); }
    @media print, screen and (max-width: 50.06125em) {
      .form-input_input.-filled + .form-input_label,
      .form-input_input:focus + .form-input_label {
        font-size: 13px !important; } }
    @media print, screen and (min-width: 50.0625em) {
      .form-input_input.-filled + .form-input_label,
      .form-input_input:focus + .form-input_label {
        font-size: 14px !important; } }
  .form-input_input:focus + .form-input_label {
    color: #1a83ff; }
  .form-input.-white.-transparency-half .form-input_label {
    color: #99d7fa; }
  .form-input.-has-switch .form-input_label {
    right: 100px; }
  .form-input.-has-suffix .form-input_label {
    right: 160px; }
  .form-input.-is-invalid .form-input_input:not(.-filled):not(:focus) + .form-input_label {
    color: #f0748e; }

.form-input_input {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  box-shadow: none;
  padding: 30px 20px 10px;
  font-size: 16px;
  height: 68px;
  border: solid #fff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  background-color: #fff; }
  @media print, screen and (max-width: 50.06125em) {
    .form-input_input {
      border-left-width: 0;
      border-right-width: 0;
      border-radius: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .form-input_input {
      border-radius: 4px;
      border-color: #dee3e9;
      border-right-width: 1px;
      border-left-width: 1px;
      transition: border-color 120ms; } }
  @media print, screen and (min-width: 50.0625em) {
    .form-input_input:hover {
      border-color: #bfc9d5; } }
  .form-input_input:-webkit-autofill {
    box-shadow: inset 0 0 0 100px #fff;
    -webkit-text-fill-color: #595c5c; }
  .form-input.-y-xl .form-input_input {
    height: 76px; }
  .form-input.-is-invalid .form-input_input:focus {
    color: inherit; }
  .form-input.-white.-transparency-half .form-input_input {
    color: #fff;
    border-color: #43a0f7;
    background-color: #43a0f7; }
    .form-input.-white.-transparency-half .form-input_input:-webkit-autofill {
      box-shadow: inset 0 0 0 100px #43a0f7;
      -webkit-text-fill-color: #fff; }
    @media print, screen and (min-width: 50.0625em) {
      .form-input.-white.-transparency-half .form-input_input:hover {
        border-color: #a1d0fb; } }
  .form-input.-is-invalid .form-input_input {
    color: #f0748e; }
  .form-input.-is-invalid .form-input_input:-webkit-autofill {
    -webkit-text-fill-color: #f0748e; }
  .form-input.-has-switch .form-input_input {
    padding-right: 100px; }
  .form-input.-has-suffix .form-input_input {
    padding-right: 160px; }

.form-input_message {
  padding: 4px 20px;
  display: block;
  line-height: 16px;
  font-size: 12px; }
  .layer:not(:last-child) .form-input_message {
    margin-bottom: 6px; }
  .form-input_message.-notification {
    position: absolute; }
  .form-input_message.-error {
    color: #f0748e; }
    .form-input_message.-error.-absolute {
      position: absolute;
      left: 0;
      right: 0; }
  .form-input_message.-success {
    color: #48cfad; }
  .form-input_message.-alert {
    color: #fd9c2b; }

.input-message {
  margin: 18px 0 -18px 18px;
  text-align: left; }
  @media print, screen and (max-width: 50.06125em) {
    .input-message {
      margin-left: 0; } }
  .input-message .input-message-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .input-message .input-message-column {
    padding-left: 0px;
    margin-top: 5px;
    padding-right: 20px;
    list-style: none; }
    .input-message .input-message-column .checked {
      color: #48cfad; }
      .input-message .input-message-column .checked::before {
        content: "✓";
        padding-right: 5px; }
    .input-message .input-message-column .neutral {
      color: #1a83ff; }
      .input-message .input-message-column .neutral::before {
        content: "•";
        padding-right: 5px; }

.form-input_invisible {
  width: 0;
  height: 0;
  font-size: 0; }

.form-input_suffix {
  position: absolute;
  top: 0;
  right: 0;
  height: 68px;
  max-width: 160px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  line-height: 16px;
  overflow: hidden;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5); }
  @media print, screen and (max-width: 50.06125em) {
    .form-input_suffix {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .form-input_suffix {
      font-size: 14px !important; } }
  .form-input.-white.-transparency-half .form-input_suffix {
    color: #99d7fa; }

.form-input-container {
  position: relative; }
  .form-input-container.-grow {
    flex-grow: 1; }

.form-input-switch {
  position: absolute;
  right: 0;
  top: 0;
  color: #1a83ff;
  user-select: none; }
  .form-input-switch.-disabled {
    color: #adb5c2; }
  @media print, screen and (min-width: 50.0625em) {
    .form-input-switch:not(.-disabled):hover, .form-input-switch:not(.-disabled):active {
      color: #0069e6; } }
  @media print, screen and (max-width: 50.06125em) {
    .form-input-switch:not(.-disabled):active {
      color: #0069e6; } }

.form-input-switch_icon.icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: scale(-1, 1) translateY(-50%);
  left: 17px;
  fill: currentColor;
  width: 14px;
  height: 11px; }

.form-input-switch_checkbox {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.form-input-switch_option {
  display: flex;
  align-items: center;
  height: 68px;
  padding-right: 20px;
  padding-left: 40px;
  color: currentColor;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: opacity 120ms; }
  .form-input.-y-xl + .form-input-switch .form-input-switch_option {
    height: 76px; }
  @media print, screen and (min-width: 50.0625em) {
    .form-input-switch:not(.-disabled) .form-input-switch_checkbox:focus ~ .form-input-switch_option {
      color: #0069e6; } }
  .form-input-switch_checkbox:not(:checked) + .form-input-switch_option + .form-input-switch_option {
    display: none; }
  .form-input-switch_checkbox:checked + .form-input-switch_option {
    display: none; }

.hamburger {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  width: 68px;
  height: 68px;
  padding: 33px 20px 33px 28px;
  transition: opacity 120ms; }
  .hamburger::before, .hamburger::after {
    content: '';
    display: block;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 28px;
    right: 20px;
    transition: transform 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger::before {
    top: calc(50% - 1px);
    transform: translateY(-4px) rotate(0); }
  .hamburger::after {
    bottom: calc(50% - 1px);
    transform: translateY(4px) rotate(0); }
  @media print, screen and (min-width: 50.0625em) {
    .hamburger:focus, .hamburger:hover, .hamburger:active {
      opacity: .5; } }
  @media print, screen and (max-width: 50.06125em) {
    .hamburger:active {
      opacity: .5; } }
  .hamburger.-active::before {
    transform: translateY(0) rotate(45deg); }
  .hamburger.-active::after {
    transform: translateY(0) rotate(-45deg); }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: background-color 120ms, color 120ms;
  padding-left: 20px; }
  @media print, screen and (max-width: 50.06125em) {
    .header {
      padding-left: 0; } }
  .header.-payment {
    padding-top: 7px;
    padding-bottom: 7px; }
    @media print, screen and (min-width: 50.0625em) {
      .header.-payment .header-menu_secondary-dropdown-trigger {
        margin-right: 0; } }
  .header.-top-height {
    margin-top: -30px; }
    @media print, screen and (max-width: 50.06125em) {
      .header.-top-height {
        margin-left: -20px; } }
  .header.-logo-only.-logo-big.-y-xl.-twoliner {
    min-height: 100px;
    padding-left: 0;
    position: absolute; }
    @media print, screen and (max-width: 50.06125em) {
      .header.-logo-only.-logo-big.-y-xl.-twoliner {
        margin-left: 0; } }
  .header.-padded-top {
    padding-top: 28px; }
  @media print, screen and (min-width: 50.0625em) {
    .header {
      justify-content: center;
      padding-right: 20px;
      transform: translateZ(0); } }
  .page.-basic .header,
  .page.-dashboard .header.-window-scrolled {
    background-color: #f5f5f5; }
  .page.-dashboard .header:not(.-window-scrolled) {
    color: #fff;
    background-color: transparent; }
  .header.-none {
    display: none; }
  .header.-logo-centered .header_wrapper {
    justify-content: center; }

.header_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 68px;
  max-width: 1080px;
  margin: 0 auto; }
  .header_wrapper.-column {
    flex-direction: column;
    gap: clamp(5px, 15px, 1vh); }
  @media print, screen and (max-width: 50.06125em) {
    .header.-logo-big.-logo-only.-streamlined .header_wrapper {
      height: 70px;
      margin-left: 16px; } }
  @media print, screen and (min-width: 50.0625em) {
    .header.-logo-big.-logo-only.-streamlined .header_wrapper {
      margin-top: 64px; } }
  .header.-logo-big.-logo-only .header_wrapper {
    width: 100%;
    position: static;
    top: 0;
    height: 100%;
    left: 0;
    right: 0; }
    .header.-logo-big.-logo-only .header_wrapper .header_logo.-margined {
      margin: 0;
      padding: 0;
      left: 50%;
      position: absolute;
      margin-left: -155px;
      top: 40%; }
      @media print, screen and (max-width: 50.06125em) {
        .header.-logo-big.-logo-only .header_wrapper .header_logo.-margined {
          top: 40%;
          margin-top: -5px;
          margin-left: -110px; } }
  @media print, screen and (min-width: 50.0625em) {
    .header.-y-lg .header_wrapper {
      height: 80px; } }
  @media print, screen and (max-width: 50.06125em) {
    .header.-y-xl .header_wrapper {
      height: 135px; } }
  @media print, screen and (min-width: 50.0625em) {
    .header.-y-xl .header_wrapper {
      height: 135px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page.-basic .header_wrapper,
    .page.-dashboard .header.-window-scrolled .header_wrapper {
      border-bottom: 1px solid #dee3e9; } }
  .header.-logo-only .header_wrapper .-window-scrolled {
    background-color: #f5f5f5; }
  @media print, screen and (min-width: 50.0625em) {
    .header.-logo-only .header_wrapper {
      justify-content: center; } }
  @media print, screen and (max-width: 50.06125em) {
    .header.-logo-only.-twoliner .header_wrapper {
      justify-content: center; } }

.header_logo {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  color: currentColor;
  transition: color 120ms;
  max-width: 64%; }
  .header_logo.-shot-wallet {
    margin-top: -15px; }
  .header_logo.-small {
    max-height: 35px;
    max-width: 300px; }
  .header_logo.-large {
    max-height: clamp(100px, 20vh, 200px);
    max-width: clamp(200px, 90vw, 400px);
    height: auto;
    margin-top: clamp(20px, 5vh, 50px); }
    @media print, screen and (max-width: 50.06125em) {
      .header_logo.-large {
        margin-left: 0 !important; } }
    @media print, screen and (min-width: 50.0625em) {
      .header_logo.-large {
        max-height: clamp(68px, 15vh, 120px); } }
  .header_logo.-margined {
    margin-top: 65px; }
  @media print, screen and (min-width: 50.0625em) {
    .header_logo:hover, .header_logo:focus, .header_logo:active {
      color: rgba(0, 0, 0, 0.5); } }
  @media print, screen and (max-width: 50.06125em) {
    .header_logo:active {
      color: rgba(0, 0, 0, 0.5); } }
  @media print, screen and (min-width: 50.0625em) {
    .page.-signup .header_logo:hover, .page.-signup .header_logo:focus, .page.-signup .header_logo:active,
    .page.-login .header_logo:hover,
    .page.-login .header_logo:focus,
    .page.-login .header_logo:active,
    .page.-dashboard .header:not(.-window-scrolled) .header_logo:hover,
    .page.-dashboard .header:not(.-window-scrolled) .header_logo:focus,
    .page.-dashboard .header:not(.-window-scrolled) .header_logo:active {
      color: #99d7fa; } }
  @media print, screen and (max-width: 50.06125em) {
    .page.-signup .header_logo:active,
    .page.-login .header_logo:active,
    .page.-dashboard .header:not(.-window-scrolled) .header_logo:active {
      color: #99d7fa; } }
  .header.-logo-big .header_logo {
    font-size: 23px; }
  @media print, screen and (max-width: 50.06125em) {
    .header_logo {
      height: 68px;
      padding-left: 20px;
      padding-right: 20px; }
      .page.-dashboard .header .header_logo,
      .page.-basic .header .header_logo,
      .page.-signup .header .header_logo,
      .page.-login .header .header_logo {
        margin-left: -20px; } }

@media print, screen and (max-width: 50.06125em) {
  .header.-logo-big .header_logo-icon.-gb {
    width: 83px; } }

.header .header_logo-icon.-bitrail-logo-colorful {
  width: 134px;
  height: 30px; }

.header .header_logo-icon.-bitrail-logo-white-desktop {
  height: 55px;
  width: 193px;
  color: #1a83ff; }
  @media print, screen and (max-width: 50.06125em) {
    .header .header_logo-icon.-bitrail-logo-white-desktop {
      transform: scale(0.89); } }

.header.-logo-big .header_logo-icon.-gb-pay-fc {
  width: 310px;
  height: 45px; }
  @media print, screen and (max-width: 50.06125em) {
    .header.-logo-big .header_logo-icon.-gb-pay-fc {
      width: 220px; } }

.header.-logo-big .header_logo-icon.-margined {
  padding-top: 8px; }

.header .header_logo-icon.-logo-freedomcoin-2-lines {
  width: 148px;
  height: 100px;
  margin-top: 60px; }

.header.-logo-big .header_logo-icon.-logo-freedomcoin-2-lines {
  width: 148px;
  height: 100px;
  margin-top: 10px; }
  @media print, screen and (max-width: 50.06125em) {
    .header.-logo-big .header_logo-icon.-logo-freedomcoin-2-lines {
      margin-top: 20px;
      margin-left: 18px; } }

.header .header_logo-icon.-logo-freedomcoin-1-line,
.header .header_logo-icon.-bitrail-logo-white-small,
.header .header_logo-icon.icon {
  width: 134px;
  height: 30px; }

.page.-login .header_logo-icon,
.page.-signup .header_logo-icon {
  fill: currentColor; }

.page.-basic .header_logo-icon,
.page.-error .header_logo-icon,
.page.-dashboard .header.-window-scrolled .header_logo-icon {
  fill: #1a83ff; }

.header.-logo-big .header_logo-icon.-logo-freedomcoin-1-line {
  width: 134px;
  height: 30px; }

.header.-logo-big .header_logo-icon.-gb-pay-fc-1-line {
  width: 180px; }

@media print, screen and (max-width: 50.06125em) {
  .header.-logo-big .header_logo-icon .gb-logo {
    width: 60px;
    height: 34px; } }

@media print, screen and (max-width: 50.06125em) {
  .header_control {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2; } }

@media print, screen and (min-width: 50.0625em) {
  .header_control {
    display: none; } }

.page.-login .header_control,
.page.-signup .header_control {
  display: none; }

@media print, screen and (max-width: 50.06125em) {
  .header.-menu-opened .header_control {
    color: #fff; } }

@media print, screen and (max-width: 50.06125em) {
  .header.-padded-top .header_control {
    top: 27px; } }

@media print, screen and (max-width: 50.06125em) {
  .header_menu {
    z-index: 1; } }

@media print, screen and (min-width: 50.0625em) {
  .header_menu {
    margin-left: 60px;
    flex: 1 1 auto; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    display: none;
    opacity: 0;
    will-change: opacity; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu.enter, .header-menu.exit {
    display: flex;
    transition: opacity 300ms ease; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu.enter-active {
    opacity: 1; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu.enter-done {
    display: flex;
    opacity: 1; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu.exit-active {
    opacity: 0; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu.exit-done {
    opacity: 0;
    display: none; } }

.page.-login .header-menu,
.page.-signup .header-menu {
  display: none; }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 68px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    padding-left: 25px; } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_header {
    display: none; } }

.header-menu_header-icon {
  margin-top: 34px; }
  .header-menu_header-icon.-margined {
    margin-top: 10px; }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_bg {
    width: 973px;
    height: 827px;
    position: absolute;
    top: -540px;
    left: -450px;
    z-index: 1; } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_bg {
    display: none; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_wrapper {
    width: 100%;
    max-width: 285px;
    height: 100%;
    background-image: linear-gradient(#1b8af5, #24a6ec);
    position: relative;
    overflow: hidden;
    transform: translateX(100%);
    will-change: transform; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu.enter .header-menu_wrapper,
  .header-menu.exit .header-menu_wrapper {
    transition: transform 300ms ease; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu.enter-active .header-menu_wrapper,
  .header-menu.enter-done .header-menu_wrapper {
    transform: translateX(0); } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu.exit-active .header-menu_wrapper,
  .header-menu.exit-done .header-menu_wrapper {
    transform: translateX(100%); } }

.header-menu_content {
  display: flex;
  align-items: center; }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_content {
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      z-index: 2;
      height: 100%;
      max-height: calc(100vh - 40px);
      margin-top: 40px; } }
  @media print and (max-height: 800px), screen and (max-width: 50.06125em) and (max-height: 800px) {
    .header-menu_content {
      padding: 0px 10px 20px; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_content.-align-right {
      justify-content: flex-end; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_body.-align-center {
    align-items: center; }
    .header-menu_body.-align-center .header-menu_item {
      padding-right: 0;
      padding-left: 0;
      text-align: center; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_body {
    display: flex;
    flex-direction: column;
    width: 100%; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_body.-primary:not(.-no-margin-bottom) {
    margin-bottom: 40px; } }

@media (max-height: 630px) {
  .header-menu_body.-primary:not(.-no-margin-bottom) {
    margin-bottom: 20px; } }

@media (max-height: 560px) {
  .header-menu_body.-primary:not(.-no-margin-bottom) {
    margin-bottom: 0; } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_body.-secondary {
    margin-left: auto;
    position: relative; }
    .header-menu_body.-secondary.-right {
      margin-left: 0;
      padding-left: 31px; }
      .header-menu_body.-secondary.-right:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 20px;
        top: 50%;
        left: 14px;
        margin-top: -10px;
        background: #dee3e9; } }

.header-menu_item {
  font-weight: 700;
  transition: color 120ms; }
  .header-menu_item.-credit-cards {
    font-size: 16px;
    position: relative; }
    .header-menu_item.-credit-cards > svg.header-menu_item-icon {
      margin-top: 2px;
      width: 22px;
      height: 16px; }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_item {
      padding: 10px 10px 10px 60px;
      position: relative;
      border-radius: 4px;
      color: #fff; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_item {
      font-size: 14px;
      color: #1a83ff; } }
  .header-menu_item.-dark-gray {
    color: inherit; }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_item:not(.-active):hover, .header-menu_item:not(.-active):focus, .header-menu_item:not(.-active):active {
      color: inherit; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_item:not(.-active):active {
      color: #99d7fa; } }
  @media print, screen and (min-width: 50.0625em) {
    .page.-dashboard .header:not(.-window-scrolled) .header-menu_body.-primary .header-menu_item:not(.-active) {
      color: #fff; } }
  @media print, screen and (min-width: 50.0625em) {
    .page.-dashboard .header:not(.-window-scrolled) .header-menu_body.-primary .header-menu_item:not(.-active):hover, .page.-dashboard .header:not(.-window-scrolled) .header-menu_body.-primary .header-menu_item:not(.-active):focus, .page.-dashboard .header:not(.-window-scrolled) .header-menu_body.-primary .header-menu_item:not(.-active):active {
      color: #99d7fa; } }
  @media print, screen and (min-width: 50.0625em) {
    .page.-dashboard .header-menu_body.-secondary .header-menu_item {
      color: #595c5c; } }
  @media print, screen and (min-width: 50.0625em) {
    .page.-dashboard .header-menu_body.-secondary .header-menu_item:hover, .page.-dashboard .header-menu_body.-secondary .header-menu_item:focus, .page.-dashboard .header-menu_body.-secondary .header-menu_item:active {
      color: #1a83ff; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-primary .header-menu_item {
      font-size: 18px;
      position: relative; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-primary .header-menu_item {
      padding: 5px;
      height: 68px;
      display: inline-flex;
      justify-content: center;
      align-items: center; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-primary .header-menu_item.-active {
      background-color: #36a6f7; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-primary .header-menu_item.-active {
      border-bottom: 2px solid #1a83ff;
      color: #595c5c; } }
  @media print, screen and (min-width: 50.0625em) {
    .page.-dashboard .header:not(.-window-scrolled) .header-menu_body.-primary .header-menu_item.-active {
      color: #99d7fa;
      border-bottom-color: transparent; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-primary .header-menu_item + .header-menu_item {
      margin-top: 10px; } }
  @media print and (max-height: 560px), screen and (max-width: 50.06125em) and (max-height: 560px) {
    .header-menu_body.-primary .header-menu_item + .header-menu_item {
      margin-top: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-primary .header-menu_item + .header-menu_item {
      margin-left: 25px; } }
  @media print, screen and (max-width: 50.06125em) {
    .page.-basic .header-menu_body.-primary .header-menu_item + .header-menu_item {
      margin-top: 10px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page.-basic .header-menu_body.-primary .header-menu_item + .header-menu_item {
      margin-left: 25px; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-secondary .header-menu_item {
      padding-left: 40px;
      position: relative; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-secondary .header-menu_item.-sub {
      padding-top: 5px;
      padding-bottom: 5px;
      color: #99d7fa; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-secondary .header-menu_item.-sub {
      font-weight: 400; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-secondary .header-menu_item.-sub:active {
      color: #68c4f8; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-secondary .header-menu_item + .header-menu_item {
      margin-top: 10px; } }
  @media print and (max-height: 560px), screen and (max-width: 50.06125em) and (max-height: 560px) {
    .header-menu_body.-secondary .header-menu_item + .header-menu_item {
      margin-top: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-secondary .header-menu_item + .header-menu_item {
      margin-top: 13px; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-primary .header-menu_item.-send-money,
    .header-menu_body.-primary .header-menu_item.-help-link {
      display: none; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-primary .header-menu_item.-accounts,
    .header-menu_body.-primary .header-menu_item.-user-name,
    .header-menu_body.-primary .header-menu_item.-wallet-settings {
      display: none; } }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-secondary .header-menu_item.-accounts,
    .header-menu_body.-secondary .header-menu_item.-wallet-settings {
      display: none; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-secondary .header-menu_item.-accounts {
      font-size: 16px; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-secondary .header-menu_item.-sub + .header-menu_item.-sub {
      margin-top: 10px; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-secondary .header-menu_item:not(.-sub) + .header-menu_item.-sub {
      margin-top: 28px; } }

.header-menu_item-icon {
  position: absolute;
  stroke: currentColor; }
  .header-menu_item-icon.-offer {
    width: 22px;
    text-align: center; }
  .header-menu_item-icon.-no-stroke {
    stroke: none; }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body.-primary .header-menu_item-icon {
      top: 50%;
      left: 30px;
      transform: translate(-50%, -50%); } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-primary .header-menu_item-icon {
      display: none; } }
  @media print, screen and (min-width: 50.0625em) {
    .header-menu_body.-secondary .header-menu_item-icon {
      top: 50%;
      left: 0;
      transform: translateY(-50%); } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_logout {
    display: none; } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_logout {
    height: 68px;
    padding-right: 0;
    position: relative;
    font-size: 14px;
    font-weight: 700; }
    .header-menu_logout:active, .header-menu_logout:focus {
      outline: none; }
    .header-menu_logout svg {
      margin-left: 20px;
      color: #1a83ff; } }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_secondary-dropdown-trigger {
    display: none; } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_secondary-dropdown-trigger {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    line-height: inherit;
    height: 68px;
    position: relative;
    font-size: 14px;
    font-weight: 700; } }

@media print, screen and (min-width: 62em) {
  .header-menu_secondary-dropdown-trigger {
    margin-right: 60px; } }

.header-menu_secondary-dropdown-trigger::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px; }

.header-menu_secondary-dropdown-trigger:hover::before {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent currentColor transparent; }

.header-menu_body-content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  @media print, screen and (max-width: 50.06125em) {
    .header-menu_body-content-header {
      border-bottom: 1px solid #57A5F0; } }
  @media (max-height: 630px) {
    .header-menu_body-content-header {
      margin-bottom: 10px; } }
  @media (max-height: 560px) {
    .header-menu_body-content-header {
      margin-bottom: 0; } }
  .header-menu_body-content-header p {
    margin: 0;
    text-align: center;
    line-height: normal;
    text-align: center; }
  .header-menu_body-content-header p.-primary {
    color: #595c5c;
    font-size: 16px;
    font-weight: 700; }
    @media print, screen and (max-width: 50.06125em) {
      .header-menu_body-content-header p.-primary {
        color: white; } }
  .header-menu_body-content-header p.-secondary {
    color: #5A5C5C;
    font-size: 11px;
    font-weight: 400; }
    @media print, screen and (max-width: 50.06125em) {
      .header-menu_body-content-header p.-secondary {
        color: #94CCFF; } }
  .header-menu_body-content-header .-wallet-select {
    color: white; }

@media print, screen and (max-width: 50.06125em) {
  .header-menu_body.-secondary .header-menu_body-content {
    display: flex;
    flex-direction: column; } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_body.-secondary .header-menu_body-content {
    position: absolute;
    right: -17px;
    top: -20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-width: 200px;
    display: none;
    opacity: 0;
    will-change: transform, opacity; } }

.header-menu_body.-secondary .header-menu_body-content .-wallet-select {
  color: #1a83ff; }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_body.-secondary .header-menu_body-content.enter, .header-menu_body.-secondary .header-menu_body-content.exit {
    display: flex;
    transition: opacity 500ms ease, transform 500ms; } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_body.-secondary .header-menu_body-content.enter-active {
    opacity: 1;
    transform: translateY(0); } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_body.-secondary .header-menu_body-content.enter-done {
    display: flex;
    opacity: 1;
    transform: translateY(0); } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_body.-secondary .header-menu_body-content.exit-active {
    opacity: 0; } }

@media print, screen and (min-width: 50.0625em) {
  .header-menu_body.-secondary .header-menu_body-content.exit-done {
    opacity: 0;
    display: none; } }

.-basic .header-menu_item.-rewards {
  display: none; }

@media print, screen and (max-width: 50.06125em) {
  .header.-window-scrolled .header_wrapper .header-menu_item.-rewards {
    color: #1a83ff; } }

.header.-window-scrolled .rewards-container {
  color: #1a83ff; }

@media print, screen and (max-width: 50.06125em) {
  .header .header_wrapper {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between; } }

@media print, screen and (min-width: 50.0625em) {
  .header .header_wrapper .header-menu_item.-rewards {
    position: relative; } }

@media print, screen and (max-width: 50.06125em) {
  .header .header_wrapper .header-menu_item.-rewards {
    position: absolute;
    right: 65px; } }

.rewards-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden; }
  @media print, screen and (max-width: 50.06125em) {
    .rewards-container {
      background: rgba(255, 255, 255, 0.2);
      height: 30px;
      border-radius: 15px;
      font-weight: normal;
      padding-right: 10px;
      padding-left: 7px;
      cursor: pointer; } }

.rewards-container {
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  padding-left: 6px;
  padding-right: 10px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 20px; }

.page.-basic .rewards-container {
  display: none; }

.header-control.-wallet-icon {
  cursor: pointer; }
  @media print, screen and (min-width: 50.0625em) {
    .header-control.-wallet-icon {
      display: none; } }

.label {
  display: inline-block;
  height: 22px;
  padding: 4px 10px;
  background-color: #cbced4;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  font-size: 10px;
  line-height: initial;
  letter-spacing: .4px;
  text-wrap: nowrap; }
  .label + .label {
    margin-left: 5px; }
  .label.-attention {
    color: #fff;
    background-color: #1a83ff; }
  .label.-one-letter {
    padding: 2px 6px 2px 6.5px; }
  .label.-pending {
    color: #1a83ff;
    background-color: #c6e0ff; }
  .label.-success {
    color: #15614D;
    background-color: #D8F2EB; }
  .label.-alert {
    color: #404040;
    background-color: #FEBF10; }
  .label.-danger {
    color: #f0748e;
    background-color: #fbdce3; }
  .label.-inactive {
    color: #A3A3A3;
    background-color: #F7F7F7; }

.blue-round {
  border-radius: 9px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  color: #fff;
  background-color: #1a83ff;
  margin-bottom: -6px; }
  .blue-round div {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -2.99px; }

.loader-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  background-color: #f5f5f5; }
  .loader-wrapper.-yodlee {
    background-color: transparent; }

.loader {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  position: relative;
  line-height: 1em; }
  .loader.-centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.loader_item {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation-fill-mode: both;
  animation: loader 2s infinite ease-in-out;
  background-color: currentColor; }
  .loader_item:first-child {
    margin-right: 1em;
    animation-delay: -.15s; }
  .loader_item:last-child {
    margin-left: 1em;
    animation-delay: .15s; }

.loader.-white {
  color: #fff; }

.loader.-green {
  color: #48cfad; }

.loader.-blue {
  color: #1a83ff; }

.loader.-red {
  color: #f0748e; }

.loader.-orange {
  color: #fd9c2b; }

.loader.-gray {
  color: #adb5c2; }

.loader.-dark-gray {
  color: #595c5c; }

.loader.-xxs {
  font-size: 6px; }

.loader.-xs {
  font-size: 10px; }

.loader.-sm {
  font-size: 14px; }

.loader.-md {
  font-size: 16px; }

.loader.-lg {
  font-size: 20px; }

.loader.-xl {
  font-size: 26px; }

@keyframes loader {
  0% {
    opacity: .1; }
  40% {
    opacity: 1; }
  100% {
    opacity: .1; } }

.loan-offer_loading {
  text-align: center;
  padding: 30px 20px;
  line-height: 0; }
  @media print, screen and (max-width: 50.06125em) {
    .loan-offer_loading {
      margin-bottom: -10px; } }
  @media print, screen and (min-width: 50.0625em) {
    .loan-offer_loading {
      margin-bottom: -20px; } }
  @media print, screen and (max-width: 50.06125em) {
    .page_wrapper.-page-controls-as-panel .loan-offer_loading {
      margin-bottom: -48px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-page-controls-as-panel .loan-offer_loading {
      margin-bottom: -63px; } }

.loan-offer-configuration {
  padding: 10px 20px 0px;
  min-height: 60px;
  background-color: #fff;
  border: 1px solid #dee3e9;
  border-radius: 4px; }
  @media print, screen and (max-width: 50.06125em) {
    .loan-offer-configuration .range_value-title {
      font-size: 15px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .loan-offer-configuration .range_value-title {
      font-size: 16px !important; } }

.loan-offer_range-values {
  margin: 10px 0 -10px; }

@media print, screen and (max-width: 50.06125em) {
  .loan-offer-modal .modal_header.-stuck-scrolled {
    border-bottom-color: #dee3e9; }
  .loan-offer-modal .modal_close.-stuck-scrolled {
    top: 0; } }

.loan-expaneded-list {
  margin: 0 0 30px; }

.loan-expaneded-list_item.-no-arrow > span::before {
  display: none !important; }

.loan-expaneded-list_item.-expanded > span::before {
  transform: rotate(-45deg) translate(4px, -4px); }

.loan-expaneded-list_item > span {
  display: block;
  position: relative;
  padding: 8px 0 8px 16px;
  color: #1a83ff;
  cursor: pointer;
  user-select: none; }
  .loan-expaneded-list_item > span::before {
    content: '';
    width: 9px;
    height: 9px;
    transform: rotate(-135deg) translate(6px, 0px);
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: absolute;
    top: 50%;
    left: 0;
    transition: transform 120ms; }

.loan-expaneded-list_item_description {
  max-height: 1px;
  overflow: hidden;
  padding-left: 16px;
  transition: max-height .5s linear; }
  .loan-expaneded-list_item.-expanded .loan-expaneded-list_item_description {
    max-height: none;
    padding-bottom: 12px; }

.maintenance {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 340px;
  margin: 0 auto; }
  .maintenance > h2 {
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    maring-bottom: 30px; }
  .maintenance-schedule {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    width: 320px;
    border-radius: 6px;
    margin-bottom: 20px; }
    .maintenance-schedule > p {
      display: flex;
      justify-content: space-between; }
  .maintenance > p {
    font-size: 13px;
    text-align: center;
    width: 320px; }
  .maintenance > a {
    color: white;
    font-weight: 700;
    margin-top: 25px;
    font-size: 14px; }

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5000;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .modal.enter, .modal.appear {
    overflow: hidden; }
  .modal.enter-active, .modal.appear-active {
    overflow-x: auto; }
  .modal.exit {
    overflow: hidden; }
  .modal.-higher {
    z-index: 5100; }
  .modal.-halfling .modal_backdrop {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .modal.-halfling .modal_header {
    position: relative !important; }
  .modal.-halfling .modal_content {
    overflow: auto; }
  .modal.-halfling .modal_dialog {
    background-color: white;
    min-height: auto;
    padding-top: 10px;
    box-shadow: none !important;
    margin-top: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    width: 100%;
    max-height: 100%; }
    .modal.-halfling .modal_dialog .modal_footer {
      padding-top: 30px; }
  @supports (filter: blur(5px)) {
    body.modal-open.confirmation-open .modal:not(.-confirmation) {
      transition: filter 500ms;
      filter: blur(5px); } }

@media print, screen and (max-width: 50.06125em) {
  .modal_backdrop {
    display: none; } }

@media print, screen and (min-width: 50.0625em) {
  .modal_backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #212121; } }

@media print, screen and (min-width: 50.0625em) {
  .modal.-top .modal_backdrop,
  .modal.-confirmation .modal_backdrop {
    display: none; } }

@media print, screen and (min-width: 50.0625em) {
  .modal.enter .modal_backdrop,
  .modal.appear .modal_backdrop {
    transition: opacity 500ms ease;
    opacity: 0; } }

@media print, screen and (min-width: 50.0625em) {
  .modal.enter-active .modal_backdrop,
  .modal.appear-active .modal_backdrop {
    opacity: 1; } }

@media print, screen and (min-width: 50.0625em) {
  .modal.exit .modal_backdrop {
    opacity: 1;
    transition: opacity 500ms ease; } }

@media print, screen and (min-width: 50.0625em) {
  .modal.exit-active .modal_backdrop {
    opacity: 0; } }

.modal_dialog {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: margin 500ms; }
  @media print, screen and (max-width: 50.06125em) {
    .modal_dialog {
      background-color: #f5f5f5;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      margin-top: 17px;
      min-height: calc(100% - 17px);
      padding-top: 30px; }
      .modal_dialog.-rewards .modal_body.-white {
        border-right: 1px solid #fff; }
      .-closebutton-top .modal_dialog {
        margin-top: 0;
        min-height: 100%; }
      .modal_dialog .modal_close {
        top: 10px;
        right: 10px; } }
  @media print, screen and (min-width: 50.0625em) {
    .modal_dialog {
      background-color: #fff;
      min-height: 100%;
      padding-top: 85px;
      padding-bottom: 20px; } }
  @media print, screen and (max-width: 50.06125em) {
    .modal.-white .modal_dialog {
      background-color: #fff; } }
  @media print, screen and (max-width: 50.06125em) {
    .modal.-bottom .modal_dialog {
      margin-top: 15px;
      margin-left: 15px;
      margin-right: 15px;
      opacity: .7; } }
  @media print, screen and (max-width: 50.06125em) {
    .modal.-top .modal_dialog {
      margin-top: 27px;
      min-height: calc(100% - 27px); } }
  @media print, screen and (max-width: 50.06125em) {
    @supports (filter: blur(5px)) {
      .modal.-confirmation .modal_dialog {
        background-color: rgba(245, 245, 245, 0.7); } } }
  @media print, screen and (min-width: 50.0625em) {
    @supports (filter: blur(5px)) {
      .modal.-confirmation .modal_dialog {
        background-color: rgba(255, 255, 255, 0.7); } } }
  @media print, screen and (max-width: 50.06125em) {
    @supports (filter: blur(5px)) {
      .modal.-confirmation .modal_dialog.-white .modal.-confirmation .modal_dialog {
        background-color: rgba(255, 255, 255, 0.7); } } }
  .modal.enter .modal_dialog {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 500ms, transform 500ms, box-shadow 500ms; }
    @media print, screen and (max-width: 50.06125em) {
      .modal.enter .modal_dialog {
        box-shadow: 0 0 0 120px transparent; } }
  .modal.enter-active .modal_dialog {
    opacity: 1;
    transform: translateY(0); }
    @media print, screen and (max-width: 50.06125em) {
      .modal.enter-active .modal_dialog {
        box-shadow: 0 0 0 120px #212121; } }
  @media print, screen and (max-width: 50.06125em) {
    .modal.enter-done .modal_dialog {
      box-shadow: 0 0 0 120px #212121; } }
  .modal.exit .modal_dialog {
    transition: opacity 500ms, transform 500ms, box-shadow 500ms; }
    @media print, screen and (max-width: 50.06125em) {
      .modal.exit .modal_dialog {
        box-shadow: 0 0 0 120px #212121; } }
  .modal.exit-active .modal_dialog {
    opacity: 0;
    transform: translateY(100px); }
    @media print, screen and (max-width: 50.06125em) {
      .modal.exit-active .modal_dialog {
        box-shadow: 0 0 0 120px transparent; } }

.modal_close {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  z-index: 100; }
  @media print, screen and (max-width: 50.06125em) {
    .modal_close {
      width: 50px;
      height: 50px;
      border: 17px solid transparent;
      right: 0;
      top: 30px;
      position: absolute; } }
  @media print, screen and (min-width: 50.0625em) {
    .modal_close {
      position: fixed;
      width: 20px;
      height: 20px;
      right: 37px;
      top: 37px; } }
  .modal_close::before, .modal_close::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #adb5c2;
    position: absolute;
    top: calc(50% - 1px);
    transition: background-color 120ms; }
  .modal_close::before {
    transform: rotate(45deg); }
  .modal_close::after {
    transform: rotate(-45deg); }
  @media print, screen and (max-width: 50.06125em) {
    .modal_close.-stuck-visible {
      top: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .modal_close:hover::before, .modal_close:hover::after, .modal_close:focus::before, .modal_close:focus::after, .modal_close:active::before, .modal_close:active::after {
      background-color: #212121; } }
  @media print, screen and (max-width: 50.06125em) {
    .modal_close:active::before, .modal_close:active::after {
      background-color: #212121; } }

@media print, screen and (max-width: 50.06125em) {
  .modal_header_logo {
    top: -8px;
    left: 95px;
    position: absolute; } }

.modal_header,
.modal_body {
  padding-right: 20px;
  padding-left: 20px; }
  .modal_header.-white,
  .modal_body.-white {
    background: #fff; }
  .modal_header.-centered-content,
  .modal_body.-centered-content {
    text-align: center; }
    @media print, screen and (max-width: 50.06125em) {
      .modal_header.-centered-content,
      .modal_body.-centered-content {
        margin-top: 80px; } }

.modal_content {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%; }
  .modal_content > .page {
    background-color: inherit !important; }
  @media print, screen and (min-width: 50.0625em) {
    .modal_content {
      flex-basis: 540px;
      padding-top: 30px; } }
  @media print, screen and (max-width: 50.06125em) {
    .modal.-no-footer .modal_content {
      padding-bottom: 20px; } }
  @media print, screen and (max-width: 50.06125em) {
    .modal_content {
      padding-top: 30px; } }
  .modal.-confirmation .modal_content {
    justify-content: center;
    padding-top: 20px;
    text-align: center; }
  @media print, screen and (min-width: 50.0625em) {
    .modal.-x-sm .modal_content {
      flex-basis: 450pxs; } }

.modal_wrapper {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

.modal-text-wrapper {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -204px;
  top: 30%;
  width: 408px; }

@media print, screen and (max-width: 50.06125em) {
  .modal_body {
    flex: 1 1 auto;
    position: relative;
    z-index: 1; }
    .modal_body.-center {
      flex: none;
      padding-bottom: 44px; } }

.modal_body.-centered {
  flex: 1 1 auto;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center; }

.modal_body .modal_body-centered {
  text-align: center; }

.modal_body.-down {
  text-align: center;
  position: absolute;
  bottom: 20px; }

@media print, screen and (max-width: 50.06125em) {
  .modal_header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 120ms;
    z-index: 2; } }

@media print, screen and (min-width: 50.0625em) {
  .modal_header {
    padding-bottom: 35px;
    position: static !important; } }

.modal_header .modal_header-centered {
  text-align: center; }

@media print, screen and (max-width: 50.06125em) {
  .modal_header.-space-sm:not(.-stuck-visible) {
    padding-bottom: 15px; } }

@media print, screen and (min-width: 50.0625em) {
  .modal_header.-space-sm:not(.-stuck-visible) {
    padding-bottom: 20px; } }

@media print, screen and (max-width: 50.06125em) {
  .modal.-has-close-button .modal_header {
    padding-right: 70px; } }

@media print, screen and (max-width: 50.06125em) {
  .modal.-confirmation .modal_header {
    padding-bottom: 5px; } }

@media print, screen and (min-width: 50.0625em) {
  .modal.-confirmation .modal_header {
    padding-bottom: 15px; } }

@media print, screen and (max-width: 50.06125em) {
  .modal:not(.-white):not(.-confirmation) .modal_header {
    background-color: #f5f5f5; } }

@media print, screen and (min-width: 50.0625em) {
  .modal:not(.-white):not(.-confirmation) .modal_header {
    background-color: #fff; } }

@media print, screen and (max-width: 50.06125em) {
  .modal.-white:not(.-confirmation) .modal_header {
    background-color: #fff; } }

.modal_header h1,
.modal_header .-like-h1 {
  margin-bottom: 0; }
  @media print, screen and (max-width: 50.06125em) {
    .modal_header h1,
    .modal_header .-like-h1 {
      line-height: 28px;
      font-size: 20px; } }
  @media print, screen and (min-width: 50.0625em) {
    .modal_header h1,
    .modal_header .-like-h1 {
      line-height: 42px; } }

@media print, screen and (max-width: 50.06125em) {
  .modal_header.-stuck-visible {
    border-bottom-color: #dee3e9; } }

@media print, screen and (max-width: 50.06125em) {
  .modal_footer {
    padding-top: 20px; }
    .modal_footer.-space-down-lg {
      padding-bottom: 20px; } }

@media print, screen and (min-width: 50.0625em) {
  .modal_footer {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px; } }

@media print, screen and (max-width: 50.06125em) {
  .modal.-confirmation .modal_footer {
    padding-top: 10px; } }

@media print, screen and (min-width: 50.0625em) {
  .modal.-confirmation .modal_footer {
    padding-top: 15px; } }

.modal_footer-controls {
  display: flex;
  flex-direction: column; }
  .modal.-confirmation .modal_footer-controls {
    flex-direction: row;
    margin: 0 auto; }
    @media print, screen and (max-width: 50.06125em) {
      .modal.-confirmation .modal_footer-controls {
        max-width: 300px; } }
    @media print, screen and (min-width: 50.0625em) {
      .modal.-confirmation .modal_footer-controls {
        max-width: 320px; } }

@media print, screen and (min-width: 50.0625em) {
  .modal_footer-control.-submit {
    order: -1; } }

.modal_footer-control.-submit.-sticky {
  position: sticky;
  bottom: 0px;
  padding-bottom: 5px;
  box-shadow: 0px -30px 15px -15px #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.98), #fff);
  background-color: rgba(255, 255, 255, 0.98) !important;
  transition: 0.3s linear all;
  border: none;
  z-index: 2; }
  .modal_footer-control.-submit.-sticky:hover {
    box-shadow: 0px -20px 15px -15px rgba(0, 0, 0, 0.1);
    background-image: none;
    background-color: #fff !important;
    opacity: 1; }

.modal_footer-control.-cancel.-transparency-full {
  font-weight: 400; }
  .modal_footer-control.-cancel.-transparency-full.-color-default {
    opacity: .5; }
    @media print, screen and (min-width: 50.0625em) {
      .modal_footer-control.-cancel.-transparency-full.-color-default:not(:disabled):hover, .modal_footer-control.-cancel.-transparency-full.-color-default:not(:disabled):focus, .modal_footer-control.-cancel.-transparency-full.-color-default:not(:disabled):active, .modal_footer-control.-cancel.-transparency-full.-color-default:not(:disabled).-hover {
        opacity: .3; } }
    @media print, screen and (max-width: 50.06125em) {
      .modal_footer-control.-cancel.-transparency-full.-color-default:not(:disabled):active {
        opacity: .3; } }
    .modal_footer-control.-cancel.-transparency-full.-color-default:disabled {
      opacity: .3; }

.modal.-confirmation .modal_footer-control {
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 0%; }
  @media print, screen and (max-width: 50.06125em) {
    .modal.-confirmation .modal_footer-control {
      border-radius: 4px; } }

.modal_section {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 50.06125em) {
    .modal_section.-full-width {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media print, screen and (max-width: 50.06125em) {
    .modal_section.-white {
      background-color: #fff; } }

.clipboard-copy {
  text-decoration: none;
  outline: none;
  color: #1a83ff;
  top: 100%;
  right: 0;
  margin-top: -36px;
  position: absolute;
  transition: color 120ms; }
  .clipboard-copy.-desktop {
    right: 15px;
    top: 50%;
    margin-top: -12.5px; }
  @media print, screen and (min-width: 50.0625em) {
    .clipboard-copy:hover, .clipboard-copy:focus, .clipboard-copy:active {
      color: inherit; } }
  @media print, screen and (max-width: 50.06125em) {
    .clipboard-copy:active {
      color: inherit; } }

.font-size-secondary-responsive.-ul-padding {
  padding-left: 17px; }
  .font-size-secondary-responsive.-ul-padding li {
    margin-top: 12px; }

.new-transaction h2 {
  color: #595C5C;
  font-size: 18px;
  margin-bottom: 10px; }

.new-transaction__header {
  color: #595C5C;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .new-transaction__header h2 {
    margin-bottom: 0; }
  .new-transaction__header > .button {
    color: #1a83ff;
    font-size: 16px;
    font-weight: 700; }
    .new-transaction__header > .button > .button_wrapper {
      padding-left: 0;
      padding-right: 0;
      min-height: 30px; }
  .new-transaction__header.-agreements {
    margin-top: 25px; }
  .new-transaction__header.-clickable {
    cursor: pointer;
    padding-left: 24px;
    position: relative; }
    .new-transaction__header.-clickable:after {
      content: '';
      width: 9px;
      height: 12px;
      position: absolute;
      left: 0;
      top: calc(50% - 6px);
      border-top: 6px solid transparent;
      border-left: 9px solid #595c5c;
      border-bottom: 6px solid transparent;
      transition: transform 0.3s; }
    .new-transaction__header.-clickable.-open:after {
      transform: rotate(90deg); }

@media print, screen and (max-width: 50.06125em) {
  .new-transaction.retry-transaction h2 {
    margin-left: 20px; } }

.new-transaction .description-list_value {
  min-width: 150px; }
  .new-transaction .description-list_value.-align-center {
    align-items: center;
    display: flex; }

.new-transaction_method-header {
  margin-bottom: 11px; }

@media print, screen and (min-width: 50.0625em) {
  .retry-transaction .rewards {
    border: 1px solid #dee3e9;
    border-radius: 4px; } }

@media print, screen and (min-width: 50.0625em) {
  .retry-transaction .rewards.-checked {
    border-color: #1a83ff; } }

@media print, screen and (min-width: 50.0625em) {
  .retry-transaction .new-transaction_description.source-list .description-list_item {
    border: 1px solid #dee3e9;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 24px 0 18px; } }
  @media print, screen and (min-width: 50.0625em) and (min-width: 50.0625em) {
    .retry-transaction .new-transaction_description.source-list .description-list_item.-checked {
      border-color: #1a83ff; } }

@media print, screen and (min-width: 50.0625em) {
  .retry-transaction .description-list:not(.-condensed):not(.-x-condensed) .description-list_body {
    padding-left: 0;
    padding-right: 0; } }

@media print, screen and (min-width: 50.0625em) {
  .retry-transaction .new-transaction_description h5 {
    margin-left: 0; } }

@media print, screen and (max-width: 50.06125em) {
  .new-transaction_user {
    margin-bottom: 20px;
    padding-top: 10px; } }

@media print, screen and (min-width: 50.0625em) {
  .new-transaction_user {
    margin-bottom: 25px; } }

.new-transaction_description {
  margin-bottom: 15px;
  margin-top: 8px; }
  .new-transaction_description.transaction-summary > .description-list_body {
    padding-top: 18px;
    padding-bottom: 18px; }
    .new-transaction_description.transaction-summary > .description-list_body > .description-list_item {
      padding-top: 0;
      padding-bottom: 0; }
  .new-transaction_description.-no-payment-methods .description-list_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 45px 110px 80px;
    text-align: center;
    gap: 5px; }
    .new-transaction_description.-no-payment-methods .description-list_body > .button-group {
      display: flex;
      gap: 14px;
      justify-content: center;
      align-items: center;
      margin-top: 25px; }
      .new-transaction_description.-no-payment-methods .description-list_body > .button-group > .button {
        border-radius: 4px;
        width: 150px; }
        .new-transaction_description.-no-payment-methods .description-list_body > .button-group > .button > .button_wrapper {
          height: 40px;
          min-height: 40px;
          line-break: no-break;
          padding-left: 0;
          padding-right: 0;
          font-size: 14px; }
  .new-transaction_description .description-list_item-secondary.description-list_value {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    margin-right: 20px; }
  .new-transaction_description .description-list_item-primary {
    word-break: keep-all;
    font-size: 22px; }
    @media (max-width: 410px) {
      .new-transaction_description .description-list_item-primary {
        font-size: 16px; } }
  .new-transaction_description .description-list.-fixed-title .description-list_title {
    word-break: break-word; }
  .new-transaction_description .description-list_item-secondary {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    flex-direction: column; }
    .new-transaction_description .description-list_item-secondary.-row {
      flex-direction: row;
      justify-content: flex-start; }
      .new-transaction_description .description-list_item-secondary.-row > span {
        padding-right: 0; }
    @media (max-width: 410px) {
      .new-transaction_description .description-list_item-secondary {
        font-size: 12px; } }
    .new-transaction_description .description-list_item-secondary > .new-transaction_description__text {
      padding-right: 20px;
      max-width: 350px;
      padding-top: 4px;
      padding-bottom: 4px; }
      @media (max-width: 500px) {
        .new-transaction_description .description-list_item-secondary > .new-transaction_description__text {
          max-width: 50vw; } }
    .new-transaction_description .description-list_item-secondary > button.button {
      border: none; }
    .new-transaction_description .description-list_item-secondary .button_wrapper {
      padding-left: 0; }
  .new-transaction_description .form-control_control {
    top: 10px; }
  .new-transaction_description .form-control_text {
    align-items: baseline !important;
    paddint-top: 0;
    display: flex;
    flex-direction: column;
    text-align: left; }
    .new-transaction_description .form-control_text .button_content-primary {
      text-align: left; }
      .new-transaction_description .form-control_text .button_content-primary + .button_content-secondary {
        margin-top: 0; }
    .new-transaction_description .form-control_text > div {
      margin-bottom: 7px; }
  .new-transaction_description h5 {
    margin-left: 20px;
    margin-bottom: 11px;
    margin-top: -6px;
    font-size: 14px;
    color: #979797;
    font-weight: 400; }
  .new-transaction_description.source-list .description-list_item {
    border-bottom: 10px solid #f5f5f5;
    border-top: none; }

@media (max-width: 499px) {
  .payment-source.form-control.-like-button.-y-lg.-height-small {
    height: auto; } }

@media (max-width: 499px) {
  .payment-source.form-control.-like-button .form-control_text {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 49px; } }

@media (max-width: 499px) {
  .payment-source.form-control.-like-button .button.-y-xl,
  .payment-source.form-control.-like-button .button.-y-xl.-button-clean .button_wrapper {
    min-height: 49px; } }

.rewards-wrapper {
  height: 77px; }
  @media (max-width: 400px) {
    .rewards-wrapper {
      height: auto;
      padding-top: 4px;
      padding-bottom: 4px; } }
  .rewards-wrapper .form-control_control {
    top: 50%; }
  .rewards-wrapper .form-control_text {
    justify-content: center; }
    .rewards-wrapper .form-control_text .rewards-label {
      text-align: left;
      font-size: 14px;
      line-height: 25px;
      font-weight: 700;
      color: #979797;
      margin-bottom: 0; }
      .rewards-wrapper .form-control_text .rewards-label > span {
        color: #48cfad;
        text-shadow: 0 0 rgba(32, 121, 99, 0.38); }

.-capitalize {
  text-transform: capitalize; }

.-first-letter-capitalize {
  display: inline-block; }
  .-first-letter-capitalize::first-letter {
    text-transform: uppercase; }

.-lowercase {
  text-transform: none !important; }
  .-lowercase:first-letter {
    text-transform: none !important; }

.payment-method-modal .modal_content {
  padding-top: 20px; }

.payment-method-modal .modal_header {
  text-align: center;
  background-color: transparent !important;
  margin-bottom: 10px; }

.payment-method-modal .modal_body {
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .payment-method-modal .modal_body .button {
    border-radius: 4px; }
  .payment-method-modal .modal_body p {
    text-align: center;
    font-size: 13px;
    font-weight: 400; }

.-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media print, screen and (max-width: 50.06125em) {
  .dashboard_badges {
    overflow: visible; } }

.dashboard_badges.-slider {
  position: relative;
  padding-bottom: 145px; }
  .dashboard_badges.-slider .notifications-container__3 {
    position: absolute;
    min-width: 100vw;
    overflow-x: scroll;
    height: 145px;
    left: -20px;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .dashboard_badges.-slider .notifications-container__3::-webkit-scrollbar {
      display: none; }
    .dashboard_badges.-slider .notifications-container__3 .notification-badge {
      position: absolute;
      width: 146px;
      height: 145px;
      text-overflow: ellipsis; }
      .dashboard_badges.-slider .notifications-container__3 .notification-badge:first-child {
        left: 20px; }
      .dashboard_badges.-slider .notifications-container__3 .notification-badge:nth-child(2) {
        left: 171px; }
      .dashboard_badges.-slider .notifications-container__3 .notification-badge:last-child {
        left: 322px;
        margin-right: 20px; }

.dashboard_badges .layer:last-child {
  margin-bottom: 0; }

.dashboard_badges .learn-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  margin-left: 15px; }

.notifications-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  max-width: 100%;
  min-height: 106px;
  max-height: 300px; }
  @media print, screen and (max-width: 50.06125em) {
    .notifications-container {
      grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
      grid-auto-flow: column;
      overflow: visible; } }
  .notifications-container__1 .notification-badge {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .notifications-container__1 .notification-badge.-arrow {
      padding-right: 35px; }
      .notifications-container__1 .notification-badge.-arrow > p::after {
        top: calc(50% - 5px); }
    .notifications-container__1 .notification-badge > p {
      margin-top: 0;
      margin-left: 16px; }
    .notifications-container__1 .notification-badge::after {
      height: 400%;
      left: -66%;
      top: -150%; }
    .notifications-container__1 .notification-badge::before {
      height: 400%;
      left: -33%;
      top: -150%; }
  .notifications-container__2 .notification-badge::after {
    height: 250%;
    left: -60%;
    top: -75%; }
  .notifications-container__2 .notification-badge::before {
    height: 250%;
    left: -30%;
    top: -75%; }

.notification-badge {
  max-width: 100%;
  min-width: 32%;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 19px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: 100%; }
  @media print, screen and (max-width: 50.06125em) {
    .notification-badge {
      min-width: 146px; } }
  .notification-badge::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    width: 100%;
    height: 200%;
    left: -50%;
    top: -50%;
    opacity: 0.2;
    transition: 0.2s linear all; }
  .notification-badge::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    width: 100%;
    height: 200%;
    left: -25%;
    top: -50%;
    opacity: 0.3;
    transition: 0.2s linear all; }
  .notification-badge.-permission {
    background-color: #FFD9D9; }
    .notification-badge.-permission::after {
      background-color: #FFAFA7; }
    .notification-badge.-permission::before {
      background-color: #FFBEAF; }
    .notification-badge.-permission .icon {
      min-width: 29px;
      width: 29px;
      min-height: 25px;
      height: 25px; }
    .notification-badge.-permission.-arrow > p::after {
      border-color: #FF6868; }
  .notification-badge.-action {
    background-color: #FFECDA; }
    .notification-badge.-action::after {
      background-color: #FFC7A7; }
    .notification-badge.-action::before {
      background-color: #FFD6AF; }
    .notification-badge.-action .icon {
      min-width: 23px;
      width: 23px;
      min-height: 26px;
      height: 26px; }
    .notification-badge.-action.-arrow > p::after {
      border-color: #FFA23B; }
  .notification-badge.-notice {
    background-color: #E7E9FF; }
    .notification-badge.-notice::after {
      background-color: #CCD0FF; }
    .notification-badge.-notice::before {
      background-color: #D4D8FF; }
    .notification-badge.-notice.-arrow > p::after {
      border-color: #5B64F0; }
    .notification-badge.-notice .icon {
      min-width: 27px;
      width: 27px;
      min-height: 24px;
      height: 24px; }
  .notification-badge > p {
    margin-top: 13px;
    line-height: 17px;
    z-index: 10; }
  .notification-badge > .icon {
    z-index: 10;
    flex-shrink: 1; }
  .notification-badge.-arrow {
    cursor: pointer; }
    .notification-badge.-arrow:hover::after {
      transform: scale(1.2);
      opacity: 0.3; }
    .notification-badge.-arrow:hover::before {
      transform: scale(1.2);
      opacity: 0.4; }
    .notification-badge.-arrow:active::after {
      transform: scale(2);
      opacity: 0.5; }
    .notification-badge.-arrow:active::before {
      transform: scale(2);
      opacity: 0.6; }
    .notification-badge.-arrow > p::after {
      content: '';
      position: absolute;
      top: 26px;
      right: 20px;
      transform: rotate(45deg);
      border-right: 2px solid;
      border-top: 2px solid;
      width: 10px;
      height: 10px; }
    .notification-badge.-arrow .ach-notification-text {
      z-index: 3;
      display: inline; }
  .notification-badge.-slim {
    height: auto;
    flex-direction: row;
    padding: 12px 15px;
    align-items: center;
    min-height: 50px;
    margin-bottom: 20px; }
    .notification-badge.-slim::after {
      height: 600%;
      top: -250%; }
    .notification-badge.-slim::before {
      height: 600%;
      top: -250%; }
    .notification-badge.-slim > p {
      margin-top: 0;
      margin-left: 11px;
      flex-grow: 1; }
      .notification-badge.-slim > p::after {
        top: calc(50% - 5px); }

.notification {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  max-width: 330px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative; }
  .notification.-clicable {
    cursor: pointer; }
  .notification.-danger {
    background-color: #f0748e; }
  .notification.-alert {
    background-color: #fd9c2b; }
  .notification.-success {
    background-color: #48cfad; }
  @media print, screen and (max-width: 50.06125em) {
    .notification {
      justify-content: center;
      max-width: none;
      padding: 15px 20px; } }
  @media print, screen and (min-width: 50.0625em) {
    .notification {
      padding: 12px 22px;
      border-radius: 4px; } }
  @media print, screen and (max-width: 50.06125em) {
    .notification.-has-close-button {
      padding-left: 22px;
      padding-right: 50px; } }
  @media print, screen and (min-width: 50.0625em) {
    .notification.-has-close-button {
      padding-right: 46px; } }

.notification-link {
  text-decoration: underline; }

.notification_icon {
  flex: 0 0 auto; }
  @media print, screen and (max-width: 50.06125em) {
    .notification_icon {
      margin-right: 15px; } }
  @media print, screen and (min-width: 50.0625em) {
    .notification_icon {
      margin-right: 12px; } }

.notification_close-button {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  position: absolute;
  top: 50%;
  transition: opacity 120ms; }
  .notification_close-button::before, .notification_close-button::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 50%; }
  .notification_close-button::before {
    transform: rotate(45deg); }
  .notification_close-button::after {
    transform: rotate(-45deg); }
  @media print, screen and (max-width: 50.06125em) {
    .notification_close-button {
      border: 15px solid transparent;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      right: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .notification_close-button {
      width: 16px;
      height: 16px;
      margin-top: -8px;
      right: 16px; } }
  @media print, screen and (min-width: 50.0625em) {
    .notification_close-button:hover, .notification_close-button:focus, .notification_close-button:active {
      opacity: .5; } }
  @media print, screen and (max-width: 50.06125em) {
    .notification_close-button:active {
      opacity: .5; } }

.oauth-scopes {
  padding-top: 200px; }
  @media print, screen and (max-width: 50.06125em) {
    .oauth-scopes {
      padding-top: 150px; } }
  .oauth-scopes h2 {
    margin-bottom: 17px;
    font-size: 25px; }
  .oauth-scopes__account {
    border-radius: 30px;
    padding: 12px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 45px; }
    .oauth-scopes__account span {
      opacity: 0.7; }
  .oauth-scopes h4 {
    font-size: 18px;
    margin: 11px auto 26px; }
  .oauth-scopes__permissions {
    text-align: left;
    color: #595C5C;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 30px; }
    .oauth-scopes__permissions-editing {
      display: flex;
      flex-direction: column; }
    .oauth-scopes__permissions h4 {
      margin-top: 0;
      margin-bottom: 20px; }
    .oauth-scopes__permissions h3 {
      font-weight: 400; }
    .oauth-scopes__permissions-group {
      margin-bottom: 30px; }
    .oauth-scopes__permissions-checkbox {
      margin-top: 13px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 13px;
      position: relative;
      gap: 10px; }
      .oauth-scopes__permissions-checkbox:not(:last-child):after {
        height: 1px;
        width: 100%;
        content: '';
        position: absolute;
        bottom: 0;
        left: 35px;
        background: #F0F0F0; }
      .oauth-scopes__permissions-checkbox > .form-control > .form-control_text {
        font-size: 14px;
        font-weight: 700; }
    .oauth-scopes__permissions-badge {
      display: flex;
      gap: 3px;
      color: #FDA844;
      font-size: 12px;
      text-align: right;
      font-weight: 700;
      align-items: center;
      justify-content: flex-end; }
      @media print, screen and (max-width: 50.06125em) {
        .oauth-scopes__permissions-badge {
          flex: 0 1 20%; } }
      .oauth-scopes__permissions-badge > svg {
        fill: #FDA844;
        width: 14px;
        min-width: 14px;
        height: 12px;
        margin-right: 3px; }
  .oauth-scopes__edit-permissions {
    display: block;
    margin-top: 22px;
    padding: 8px 0px;
    color: #1a83ff; }
    .oauth-scopes__edit-permissions > div {
      padding: 0;
      min-height: 20px; }
  .oauth-scopes .form-control {
    font-size: 18px; }
    .oauth-scopes .form-control > span.form-control_control {
      border-color: transparent !important; }
  .oauth-scopes__list {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    color: #595C5C;
    background: #FFFFFF; }
    .oauth-scopes__list > div {
      padding: 30px; }
    .oauth-scopes__list-sensitive {
      background: #FFFFFF;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      display: flex;
      position: relative;
      justify-content: flex-start; }
      .oauth-scopes__list-sensitive > div {
        padding-right: 21%; }
      .oauth-scopes__list-sensitive > svg {
        position: absolute;
        right: -45px;
        top: 25px;
        width: 160px;
        height: 160px;
        opacity: 0.5; }
    .oauth-scopes__list-regular {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
  @media print, screen and (max-width: 50.06125em) {
    .oauth-scopes__allow {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .oauth-scopes__allow {
      max-width: 600px;
      margin: 0 auto; } }
  @media print, screen and (max-width: 50.06125em) {
    .oauth-scopes__deny {
      padding-bottom: 62px; } }

.trusted-device-checkbox.splash {
  padding-right: 0;
  padding-left: 0;
  min-width: 390px; }

.help-link.page_control {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.page {
  display: table-cell;
  background-color: #f5f5f5;
  height: 100%; }
  @supports (filter: blur(5px)) {
    .page {
      transition: filter 500ms; } }
  .page.-login, .page.-signup {
    background-image: url("/assets/images/page-bg.jpg");
    background-size: cover;
    background-position: center;
    color: #212121; }
  .page.-powered-by {
    padding-top: 28px; }
  .page.-login .page_control > p {
    flex-basis: 100%; }
  @supports (filter: blur(5px)) {
    body.confirmation-open:not(.modal-open) .page {
      filter: blur(5px); } }

.page_bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #1a83ff; }
  .page_bg.-full {
    height: 100%; }
  .page_bg.-sm {
    position: absolute; }
    @media print, screen and (max-width: 50.06125em) {
      .page_bg.-sm {
        height: 170px; } }
    @media print, screen and (min-width: 50.0625em) {
      .page_bg.-sm {
        height: 210px; } }

.page_bg-wrapper {
  position: absolute;
  left: 50%; }
  .page_bg.-full .page_bg-wrapper {
    top: 50%; }
    @media print, screen and (max-width: 50.06125em) {
      .page_bg.-full .page_bg-wrapper {
        width: 993px;
        height: 847px;
        margin-left: -485px;
        margin-top: -500px; } }
    @media print, screen and (min-width: 50.0625em) {
      .page_bg.-full .page_bg-wrapper {
        width: 2115px;
        height: 1970px;
        margin-left: -1385px;
        margin-top: -980px; } }
    @media (min-width: 137.5em) {
      .page_bg.-full .page_bg-wrapper {
        width: 4230px;
        height: 3940px;
        margin-left: -2950px;
        margin-top: -1960px; } }
  .page_bg.-sm .page_bg-wrapper {
    top: 0; }
    @media print, screen and (max-width: 50.06125em) {
      .page_bg.-sm .page_bg-wrapper {
        width: 993px;
        height: 847px;
        margin-left: -490px;
        margin-top: -590px; } }
    @media print, screen and (min-width: 50.0625em) {
      .page_bg.-sm .page_bg-wrapper {
        width: 1489px;
        height: 1111px;
        margin-left: -770px;
        margin-top: -720px; } }
    @media (min-width: 74.375em) {
      .page_bg.-sm .page_bg-wrapper {
        width: 2978px;
        height: 2222px;
        margin-left: -1990px;
        margin-top: -1440px; } }

.page_bg-image.icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page_wrapper {
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden; }
  .page_wrapper.-content-y-centered.-page-control-bottom.-padding .page_wrapper-inner {
    padding-top: 58px; }

@media print, screen and (max-width: 50.06125em) {
  body.-custom-branding .page_wrapper-inner {
    padding-top: 113px; }
    body.-custom-branding .page_wrapper-inner.-small-header {
      padding-top: 87px; } }

.page_wrapper-inner {
  flex: 1 1 auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100%; }
  .page_wrapper-inner.-relative {
    position: relative;
    padding-top: 68px;
    max-width: 770px;
    flex: 0 1 770px; }
  @media print, screen and (max-width: 50.06125em) {
    .page_wrapper-inner {
      padding-top: 90px; }
      .page_wrapper-inner.-small-header {
        padding-top: 70px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper-inner {
      padding-top: 170px;
      padding-bottom: 20px;
      flex: 0 1 600px;
      max-width: 600px; } }
  @media (min-width: 36em) and (max-height: 740px) {
    .page_wrapper-inner {
      padding-top: 110px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-x-xs .page_wrapper-inner {
      flex: 0 1 320px;
      max-width: 320px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-x-sm .page_wrapper-inner {
      flex: 0 1 380px;
      max-width: 380px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-x-lg .page_wrapper-inner {
      flex: 0 1 700px;
      max-width: 700px; } }
  .page_wrapper.-x-xl .page_wrapper-inner {
    flex: 0 1 1080px;
    max-width: 1080px; }
  .page_wrapper.-content-y-centered .page_wrapper-inner {
    justify-content: center; }
  .page_wrapper.-content-y-centered.-no-page-header .page_wrapper-inner::before {
    content: '';
    display: flex;
    align-items: flex-end; }
    @media print, screen and (max-width: 50.06125em) {
      .page_wrapper.-content-y-centered.-no-page-header .page_wrapper-inner::before {
        flex: 1 1 60px; } }
    @media print, screen and (min-width: 50.0625em) {
      .page_wrapper.-content-y-centered.-no-page-header .page_wrapper-inner::before {
        flex: 1 1 100px; } }
  .page_wrapper.-y-full .page_wrapper-inner {
    padding-top: 20px;
    padding-bottom: 20px; }
  .page_wrapper.-content-y-centered:not(.-page-title-top) .page_wrapper-inner {
    padding-top: 20px; }
  @media print, screen and (max-width: 50.06125em) {
    .page_wrapper.-page-controls-as-panel .page_wrapper-inner {
      padding-bottom: 100px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-page-controls-as-panel .page_wrapper-inner {
      padding-bottom: 150px; } }
  @media print, screen and (max-width: 50.06125em) {
    .page_wrapper.-close-to-header .page_wrapper-inner {
      padding-top: 68px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-close-to-header .page_wrapper-inner {
      padding-top: 100px; } }

.page_body {
  flex: 0 0 auto;
  display: flex; }
  @media print, screen and (max-width: 50.06125em) {
    .page_body {
      padding: 10px 0; } }
  .page_wrapper.-page-body-max .page_body {
    flex: 1 1 auto; }

.page_header {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto; }
  .page_header.-login {
    flex-direction: column;
    align-items: center !important;
    justify-content: end !important; }
    .page_header.-login > .page_subtitle {
      margin-top: 20px; }
  .page_header.-relative {
    position: relative; }
  .page_header.-space-up-xxxl {
    margin-top: 50px; }
  .page_header.-space-between {
    justify-content: space-between; }
  .page_header .page_header-logo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: background-color 120ms, color 120ms;
    padding-left: 15px; }
  @media print, screen and (max-width: 50.06125em) {
    .page_header {
      padding-bottom: 10px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_header {
      padding-bottom: 35px; } }
  @media print, screen and (max-width: 50.06125em) {
    .page_header.-space-sm {
      padding-bottom: 5px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_header.-space-sm {
      padding-bottom: 20px; } }
  .page_header.-with-sub {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start; }
  @media print, screen and (max-width: 50.06125em) {
    .page_wrapper.-content-y-centered .page_header {
      flex: 1 1 250px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-content-y-centered .page_header {
      flex: 1 1 250px; } }
  .page_wrapper.-content-y-centered.-page-title-top .page_header {
    align-items: flex-start; }
  .page_header.-x-centered,
  .page_wrapper.-content-x-centered .page_header {
    justify-content: center; }
  @media print, screen and (min-width: 50.0625em) {
    .page_header.-x-centered-desktop,
    .page_wrapper.-content-x-centered-desktop .page_header {
      justify-content: center; } }

.page_title {
  display: flex;
  align-items: center;
  margin: 0;
  color: #595C5C;
  font-weight: 300;
  font-size: 32px; }

.page_title-icon {
  fill: rgba(0, 0, 0, 0.5);
  margin-left: 20px; }

.page_subtitle {
  margin: 10px 0 0; }

.page_content {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column; }
  .page_wrapper.-content-y-centered .page_content {
    justify-content: center; }
  .page_wrapper.-content-x-centered .page_content {
    align-items: stretch;
    text-align: center; }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-content-x-centered-desktop .page_content {
      align-items: stretch;
      text-align: center; } }

.page_controls-group {
  display: flex; }
  @media print, screen and (min-width: 50.0625em) {
    .page_controls-group {
      margin-left: -8px;
      margin-right: -8px; } }

.page_controls {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }
  @media print, screen and (max-width: 50.06125em) {
    .page_controls {
      padding-top: 10px;
      justify-content: flex-end; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_controls {
      padding-top: 40px;
      justify-content: space-between; }
      .page_controls.-flex-end {
        justify-content: flex-end; } }
  .page_controls.-relative {
    position: relative; }
  .page_controls.-content-x-centered {
    align-items: center;
    justify-content: center; }
  @media print, screen and (min-width: 50.0625em) {
    .page_controls.-align-top-desktop {
      justify-content: flex-start; } }

@media print, screen and (max-width: 50.06125em) and (max-width: 50.06125em) {
  .page_wrapper:not(.-page-controls-as-panel) .page_controls {
    margin-left: -20px !important;
    margin-right: -20px !important; }
    .page_wrapper:not(.-page-controls-as-panel) .page_controls.-x-full {
      width: calc(100% + 40px) !important; } }
  .page_wrapper.-content-y-centered .page_controls {
    flex: 1 0 auto; }
    @media print, screen and (max-width: 50.06125em) {
      .page_wrapper.-content-y-centered .page_controls {
        min-height: 110px; } }
    @media print, screen and (min-width: 50.0625em) {
      .page_wrapper.-content-y-centered .page_controls {
        min-height: 150px; } }
  .page_wrapper.-content-y-centered.-page-control-bottom .page_controls {
    justify-content: flex-end; }
    .page_wrapper.-content-y-centered.-page-control-bottom .page_controls.-not-shifted {
      padding-top: 10px;
      justify-content: flex-start; }
  .page_wrapper.-page-controls-as-panel .page_controls {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    transform: translateZ(0); }
    @media print, screen and (min-width: 50.0625em) {
      .page_wrapper.-page-controls-as-panel .page_controls {
        padding-bottom: 25px;
        padding-top: 30px;
        background-image: linear-gradient(rgba(245, 245, 245, 0.01), rgba(245, 245, 245, 0.95)); } }

.page_control {
  flex: 0 0 auto; }
  .page_control .page_control-absolute {
    position: absolute; }
    @media print, screen and (min-width: 50.0625em) {
      .page_control .page_control-absolute {
        width: 380px;
        left: 0; } }
    @media print, screen and (min-width: 50.0625em) {
      .page_control .page_control-absolute.-shifted-xl {
        top: 100px; } }
  .page_control.-disabled {
    background: #adb5c2;
    pointer-events: none; }
  @media print, screen and (min-width: 50.0625em) {
    .page_control.-submit {
      order: -1; } }
  .page_control.-flex-column .button_wrapper {
    display: flex;
    flex-direction: column; }
  @media print, screen and (min-width: 50.0625em) {
    .page_control.-margined {
      margin-bottom: 15px; } }
  .page_control.-cancel.-transparency-full {
    font-weight: 400; }
    @media print, screen and (min-width: 50.0625em) {
      .page_control.-cancel.-transparency-full.-color-default:hover:not(:disabled), .page_control.-cancel.-transparency-full.-color-default:focus:not(:disabled), .page_control.-cancel.-transparency-full.-color-default:active:not(:disabled), .page_control.-cancel.-transparency-full.-color-default.-hover:not(:disabled) {
        opacity: .8; } }
    @media print, screen and (max-width: 50.06125em) {
      .page_control.-cancel.-transparency-full.-color-default:active:not(:disabled) {
        opacity: .8; } }
    .page_control.-cancel.-transparency-full.-color-default:disabled {
      opacity: .5; }
  @media print, screen and (min-width: 50.0625em) {
    .page_controls:not(.-align-top-desktop) .page_control.-submit {
      margin-bottom: auto; } }
  .page_controls-group .page_control {
    flex: 1 1 auto; }
    @media print, screen and (min-width: 50.0625em) {
      .page_controls-group .page_control {
        margin-left: 8px;
        margin-right: 8px; } }
  @media print, screen and (max-width: 50.06125em) {
    .page_controls-group .page_control + .page_control {
      border-left: 1px solid #99d7fa; } }
  .page_control:not(.button) {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 10px 20px; }

@media print, screen and (min-width: 50.0625em) {
  .page_controls-wrapper {
    width: 100%;
    max-width: 516px;
    margin: 0 auto; } }

@media print, screen and (max-width: 50.06125em) {
  .page_upper-controls {
    margin-bottom: 30px;
    margin-top: -22px; } }

.page_wizard-steps {
  position: fixed;
  z-index: 1000; }
  @media print, screen and (max-width: 50.06125em) {
    .page_wizard-steps {
      left: 20px;
      right: 20px;
      top: 64px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wizard-steps {
      top: 44px;
      width: 500px;
      left: 50%;
      margin-left: -250px; } }
  @media (min-width: 50.0625em) and (max-width: 56.25em) {
    .page_wizard-steps {
      left: 200px;
      right: 200px;
      margin-left: auto;
      width: auto; } }
  @media print, screen and (max-width: 50.06125em) {
    .page_wizard-steps.-powered-by {
      top: calc(28px + 64px); } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wizard-steps.-powered-by {
      top: calc(28px + 44px); } }

.page_notifications {
  position: fixed;
  z-index: 5101; }
  @media print, screen and (max-width: 50.06125em) {
    .page_notifications {
      top: 0;
      right: 0;
      left: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_notifications {
      right: 20px;
      top: 90px; } }
  @media (min-width: 70em) {
    .page_notifications {
      right: calc((100% - 1080px) / 2); } }
  .page_notifications:empty {
    display: none; }

.page_error {
  max-width: 452px;
  margin: 0 auto;
  text-align: center; }
  .page_error h1 {
    line-height: initial;
    font-size: 150px;
    font-weight: 300;
    margin-bottom: 40px; }
  .page_error h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal; }

.fastlink-container-outer {
  left: 0;
  right: 0;
  top: 120px;
  bottom: 0; }
  .fastlink-container-outer.-with-border {
    border: 1px solid #d9d9d9;
    border-radius: 4px; }

.yodlee-oauth .fastlink-container-outer {
  min-height: 550px; }
  .yodlee-oauth .fastlink-container-outer iframe {
    max-height: 550px; }

.signup__loader-wrapper {
  width: 100%;
  height: 500px;
  max-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center; }

@media print, screen and (min-width: 50.0625em) {
  .page-notifications_item + .page-notifications_item {
    margin-top: 3px; } }

.payment-source.-dim .button_head {
  opacity: .3; }

.payment-source.-dim.-has-arrow > .button_wrapper::after {
  display: none; }

.payment-source.-em {
  opacity: 1; }
  .payment-source.-em .button_content-primary {
    color: black;
    font-weight: 600;
    font-size: 16px; }
  .payment-source.-em .button_content-secondary,
  .payment-source.-em .secondary-text {
    color: black;
    font-size: 14px; }

@media print, screen and (min-width: 50.0625em) {
  .payment-source .button_wrapper {
    padding: 0; } }

.payment-source .button_content-secondary {
  margin-top: 2px; }

.payment-source .secondary-text {
  opacity: .8;
  color: #595c5c;
  font-size: 14px;
  font-weight: 600; }
  @media print, screen and (max-width: 50.06125em) {
    .payment-source .secondary-text {
      line-break: anywhere; } }

.payment-source__icon {
  color: #1A83FF; }

.payment-source .avatar_image-wrapper {
  width: 34px;
  height: 34px; }

.payment-source .-currency-placeholder-small {
  background-color: #1A83FF; }

.description-list_item.-payment-source {
  padding-right: 0 !important; }

.phone-mask {
  display: inline-flex;
  background-color: rgba(153, 215, 250, 0.13);
  height: 46px;
  padding: 5px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px; }

.range_titles,
.range_values {
  display: flex;
  justify-content: space-between; }

.range-rewards {
  color: #595c5c;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 3px; }

@media print, screen and (min-width: 50.0625em) {
  .reward-text {
    background: #fff; } }

.rewards-text.color-secondary.font-size-secondary-responsive {
  margin-top: -15px;
  margin-bottom: 5px; }

.-rewards .rewards-table-text {
  margin-top: 15px; }

.range_title,
.range_value-title {
  color: rgba(0, 0, 0, 0.5); }
  @media print, screen and (max-width: 50.06125em) {
    .range_title,
    .range_value-title {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .range_title,
    .range_value-title {
      font-size: 14px !important; } }

.column-half {
  width: 50%; }

.column-quarter {
  width: 25%; }

.rewards-table {
  width: 100%; }

.rewards-table-delimeter {
  border-bottom: 1px solid #f5f5f5; }
  .rewards-table-delimeter:last-child {
    border-bottom: none; }
  .rewards-table-delimeter:first-child {
    border-bottom: 1px solid #f5f5f5; }

.rewards-table-column {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize; }

.align-right {
  text-align: right; }

.range_title.-half {
  width: 50%; }

.range_value {
  display: flex;
  flex-direction: column; }
  .range_value + .range_value {
    margin-left: 10px; }
  .range_value:last-child:not(:first-child) {
    align-items: flex-end; }
  .range_value.-row {
    flex-direction: row;
    align-items: center; }
    .range_value.-row .range_value-input {
      margin-bottom: 0;
      margin-right: 10px; }

.range_value-input {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  box-shadow: none;
  border: 1px solid #dee3e9;
  border-radius: 4px;
  width: 60px;
  height: 36px;
  margin-bottom: 5px;
  padding: 2px 10px;
  color: #595c5c;
  font-size: 16px; }
  .range_value-input.-like-input {
    width: auto;
    padding-right: 10px;
    min-width: 80px;
    overflow: hidden;
    line-height: 30px; }

.range_value:last-child .range_value-title {
  text-align: right; }

.range_control {
  margin: 20px 0 15px; }

.search-input {
  position: relative; }

.search-input_icon {
  fill: #adb5c2;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  transition: fill 120ms; }
  @media print, screen and (max-width: 50.06125em) {
    .search-input_icon {
      left: 15px; } }
  @media print, screen and (min-width: 50.0625em) {
    .search-input_icon {
      left: 20px; } }
  .search-input_input:focus + .search-input_icon {
    fill: #1a83ff; }

.search-input_input {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  box-shadow: none;
  width: 100%;
  height: 46px;
  padding: 5px 56px 5px 45px;
  background-color: #ebebeb;
  border: 1px solid transparent;
  transition: border-color 120ms, background-color 120ms;
  border-radius: 4px; }
  @media print, screen and (min-width: 50.0625em) {
    .search-input_input:hover {
      border-color: #dee3e9; } }
  .search-input_input:focus {
    background-color: #fff; }
  .search-input.-is-not-empty .search-input_input {
    padding-right: 104px; }
  .search-input.-is-focused .search-input_input {
    padding-right: 121px; }

.search-input_filter-button {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  position: absolute;
  top: 0;
  right: 0; }

@media print, screen and (min-width: 50.0625em) {
  .search-input_filter-dropdown {
    display: none; } }

@media print, screen and (min-width: 50.0625em) {
  .search-input_filter-dropdown.-visible {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    display: flex; } }

.search-input_submit-button,
.search-input_input-reset-button,
.search-input_filter-reset-button {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center; }

.search-input_submit-button {
  right: 0;
  width: 70px;
  background-color: #1a83ff;
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  transition: background-color 120ms; }
  @media print, screen and (max-width: 50.06125em) {
    .search-input_submit-button {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .search-input_submit-button {
      font-size: 14px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .search-input_submit-button:hover, .search-input_submit-button:focus, .search-input_submit-button:active {
      background-color: #0069e6; } }
  @media print, screen and (max-width: 50.06125em) {
    .search-input_submit-button:active {
      background-color: #0069e6; } }

.search-input_input-reset-button,
.search-input_filter-reset-button {
  display: flex;
  align-items: center;
  justify-content: center; }

.search-input_input-reset-button {
  padding: 0 15px;
  right: 70px; }

.search-input_filter-reset-button {
  padding: 1px 10px 0;
  right: 55px; }

.search-input_input-reset-button-icon.icon,
.search-input_filter-reset-button-icon.icon {
  width: 14px;
  height: 14px;
  fill: #1a83ff;
  transition: fill 120ms; }
  @media print, screen and (min-width: 50.0625em) {
    .search-input_filter-reset-button:hover .search-input_input-reset-button-icon.icon,
    .search-input_filter-reset-button:focus .search-input_input-reset-button-icon.icon,
    .search-input_filter-reset-button:active .search-input_input-reset-button-icon.icon, .search-input_filter-reset-button:hover
    .search-input_filter-reset-button-icon.icon,
    .search-input_filter-reset-button:focus
    .search-input_filter-reset-button-icon.icon,
    .search-input_filter-reset-button:active
    .search-input_filter-reset-button-icon.icon {
      fill: #0069e6; } }
  @media print, screen and (max-width: 50.06125em) {
    .search-input_filter-reset-button:active .search-input_input-reset-button-icon.icon, .search-input_filter-reset-button:active
    .search-input_filter-reset-button-icon.icon {
      fill: #0069e6; } }

.hftMain {
  width: 100% !important;
  border: none !important; }

.hftMainContainer {
  margin-top: -60px; }

.hftHeader {
  margin-top: -27px !important; }

.sk-loading-container {
  display: none !important; }

.singular-key_loader {
  position: absolute;
  transform: none;
  left: 0;
  right: 0;
  top: auto;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  height: 682px;
  min-height: 400px;
  max-height: 100vh;
  min-width: 370px;
  max-width: 500px;
  overflow: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin-top: -17px; }
  .singular-key_loader.-transparent {
    background-color: transparent;
    flex-direction: column;
    margin-top: -100px; }
  .singular-key_loader.-hidden {
    display: none; }
  .singular-key_loader h2 {
    text-align: center;
    line-height: 2;
    margin-top: 35px; }

.browser-not-supported {
  max-width: 600px;
  padding-top: 100px;
  margin: 0 auto;
  margin-bottom: 75px; }
  @media print, screen and (max-width: 50.06125em) {
    .browser-not-supported {
      text-align: center; } }

.splash {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #595C5C;
  position: relative; }
  .splash.-margined {
    margin-top: -56px;
    z-index: 2; }
  .splash.-white {
    background-color: #fff;
    color: #adb5c2; }
  @media print, screen and (max-width: 50.06125em) {
    .splash.-no-loan-offer, .splash.-no-bank-accounts {
      height: 280px; } }
  @media print, screen and (max-width: 50.06125em) and (max-width: 50.06125em) {
    .splash.-no-loan-offer, .splash.-no-bank-accounts {
      margin-left: -20px !important;
      margin-right: -20px !important; }
      .splash.-no-loan-offer.-x-full, .splash.-no-bank-accounts.-x-full {
        width: calc(100% + 40px) !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .splash.-no-loan-offer, .splash.-no-bank-accounts {
      height: 220px;
      border: 1px solid #dee3e9;
      border-radius: 4px; } }

.splash_icon {
  color: #1a83ff !important;
  fill: currentColor;
  stroke: currentColor; }
  .splash_icon.-letter-with-arrow {
    margin-right: -16px; }

.splash_loader {
  position: absolute;
  top: 59px;
  left: 50%;
  transform: translateX(-50%);
  color: #1a83ff !important; }
  .splash_loader.-chat-bubble {
    top: 49px; }

.splash_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }
  .splash_title.-small {
    font-size: 15px; }
  .splash_icon + .splash_title {
    margin-top: 30px; }

.splash_message {
  margin: 0; }
  .splash_message.-left {
    align-items: left;
    justify-content: left;
    text-align: left; }
  @media print, screen and (max-width: 50.06125em) {
    .splash_message {
      font-size: 16px; }
      .splash_message.-margined {
        margin-left: -2px; } }
  @media print, screen and (min-width: 50.0625em) {
    .splash_message {
      font-size: 18px; } }
  .splash_message.-phone-mask {
    margin-top: 25px;
    color: #1a83ff; }
  .splash_message + .splash_message {
    margin-top: 20px; }
  @media print, screen and (max-width: 50.06125em) {
    .splash_icon + .splash_message {
      margin-top: 30px; } }
  @media print, screen and (min-width: 50.0625em) {
    .splash_icon + .splash_message {
      margin-top: 40px; } }
  .splash_icon + .splash_message.-sm {
    font-weight: 400;
    margin-top: 30px; }
    @media print, screen and (max-width: 50.06125em) {
      .splash_icon + .splash_message.-sm {
        font-size: 15px !important; } }
    @media print, screen and (min-width: 50.0625em) {
      .splash_icon + .splash_message.-sm {
        font-size: 16px !important; } }

.tabs {
  display: flex; }
  .tabs.-hidden {
    display: none; }

.tabs_item {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  line-height: 14px;
  padding: 3px 10px;
  font-weight: 700;
  border: 1px solid transparent;
  outline: none;
  color: #1a83ff;
  background-color: #f5f5f5;
  transition: color 120ms, background-color 120ms; }
  @media print, screen and (max-width: 50.06125em) {
    .tabs_item {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .tabs_item {
      font-size: 14px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .tabs_item:not(.-disabled):not(.-active):hover, .tabs_item:not(.-disabled):not(.-active):focus, .tabs_item:not(.-disabled):not(.-active):active {
      background-color: rgba(26, 131, 255, 0.1); } }
  @media print, screen and (max-width: 50.06125em) {
    .tabs_item:not(:disabled):not(.-active):active {
      background-color: rgba(26, 131, 255, 0.1); } }
  .tabs_item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .tabs_item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .tabs_item:not(:last-child) {
    border-right: 0; }
  .tabs_item + .tabs_item {
    border-left: 1px solid #1a83ff; }
  .tabs_item:not(.-active) {
    cursor: pointer;
    border-color: currentColor; }
  .tabs_item.-active {
    background-color: #1a83ff;
    color: #fff; }
  .tabs_item.-disabled {
    background-color: #dee3e9;
    cursor: not-allowed; }

.tabs_item-radio {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

@media print, screen and (max-width: 50.06125em) {
  .transactions {
    margin-left: -20px;
    margin-right: -20px; } }

.transactions.-empty, .transactions.-loading {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2; }

.transactions_body {
  border-radius: 10px; }
  .transactions_body > .splash {
    padding-top: 100px;
    padding-bottom: 40px; }
  .transactions.-empty .transactions_body,
  .transactions.-loading .transactions_body {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .transactions.-empty .transactions_body {
    background-color: #fff; }
  .transactions.-empty.-transparent .transactions_body {
    background-color: transparent; }
    @media print, screen and (min-width: 50.0625em) {
      .transactions.-empty.-transparent .transactions_body {
        border-radius: 4px; } }

.transactions_group {
  position: relative;
  width: 100%; }
  .transactions_group + .transactions_group {
    margin-top: 10px; }

.transactions_group-header {
  display: flex;
  z-index: 2;
  background-color: white;
  width: 100%;
  max-width: 700px;
  padding: 0 30px;
  position: relative; }
  @media print, screen and (min-width: 50.0625em) {
    .transactions_group-header {
      border-radius: 10px 10px 0 0; } }
  .transactions_group-header:empty {
    padding: 0; }
  @media print, screen and (max-width: 50.06125em) {
    .transactions_group-header {
      padding: 15px 20px 20px; } }
  @media print, screen and (min-width: 50.0625em) {
    .transactions_group-header {
      padding-top: 23px;
      padding-bottom: 17px; } }
  .transactions_group-header.-stuck-visible {
    z-index: 10; }

@media (max-width: 800px) {
  .transactions_group-header {
    max-width: 800px; } }

.transactions_group-title {
  margin: 0;
  flex: 1 1 100%; }

.transactions_group-title-current-log-item-date {
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  opacity: 0; }
  @media print, screen and (max-width: 50.06125em) {
    .transactions_group-title-current-log-item-date {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .transactions_group-title-current-log-item-date {
      font-size: 14px !important; } }
  .transactions_group-header.-stuck-visible .transactions_group-title-current-log-item-date {
    opacity: 1; }

.transactions_group-link {
  margin-left: 20px;
  padding-right: 18px;
  position: relative;
  font-weight: 700; }
  .transactions_group-link::after {
    content: '';
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translate(-3px, -3px);
    border-top: 1px solid #1a83ff;
    border-right: 1px solid #1a83ff;
    position: absolute;
    top: 50%;
    right: 2px; }

@media print, screen and (max-width: 50.06125em) {
  .transactions_search {
    margin: 0 5px 10px; } }

@media print, screen and (min-width: 50.0625em) {
  .transactions_search {
    margin-bottom: 18px; } }

.transactions_trigger {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a83ff;
  transition: color 120ms; }
  @media print, screen and (min-width: 50.0625em) {
    .transactions_trigger:hover, .transactions_trigger:focus, .transactions_trigger:active {
      color: #0069e6; } }
  @media print, screen and (max-width: 50.06125em) {
    .transactions_trigger:active {
      color: #0069e6; } }
  .transactions_trigger.-input-filter-trigger {
    width: 55px;
    height: 46px; }
    @media print, screen and (max-width: 50.06125em) {
      .transactions_trigger.-input-filter-trigger {
        padding: 0 15px 0 15px; } }
    @media print, screen and (min-width: 50.0625em) {
      .transactions_trigger.-input-filter-trigger {
        padding: 0 20px 0 15px; } }

.transactions_trigger-icon.-magnifying-glass {
  width: 18px;
  height: 17px; }

.transactions_group-header-controls {
  display: none; }
  .transactions_group-header.-stuck-visible .transactions_group-header-controls {
    display: flex;
    margin: -7px -9px -7px 20px; }

.transactions-empty-message_icon {
  margin-bottom: 30px; }

@media print, screen and (min-width: 50.0625em) {
  .transactions-filter-dropdown {
    width: 375px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    flex-direction: column;
    position: relative;
    z-index: 12;
    overflow: hidden;
    background-color: #fff; } }

@media print, screen and (min-width: 50.0625em) {
  .transactions-filter-dropdown_body,
  .transactions-filter-dropdown_footer {
    padding-right: 20px;
    padding-left: 20px; } }

@media print, screen and (min-width: 50.0625em) {
  .transactions-filter-dropdown_body {
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    max-height: 385px; }
    .transactions-filter-dropdown_body.-daterange {
      max-height: 407px; } }

@media print, screen and (min-width: 50.0625em) {
  .transactions-filter-dropdown_footer {
    padding: 10px 20px 20px;
    border-top: 1px solid #dee3e9; } }

.transactions-filter-dropdown_footer button + button {
  margin-top: 10px; }

@media print, screen and (min-width: 50.0625em) {
  .transactions-filter-dropdown_footer-controls {
    display: flex;
    flex-direction: column; } }

.transactions-filter-items_group {
  margin-left: -20px;
  margin-right: -20px; }
  .transactions-filter-items_group + .transactions-filter-items_group {
    padding-top: 30px;
    border-top: 1px solid #dee3e9; }

.transactions-filter-items_group-header {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px; }

.transactions-filter-items_group-title {
  margin: 0; }

.transactions-filter-items_group-item {
  position: relative; }
  .transactions-filter-items_group-item + .transactions-filter-items_group-item::before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    background-color: #dee3e9; }

.transactions-log_section {
  background-color: #fff; }
  @media print, screen and (max-width: 50.06125em) {
    .transactions-log_section {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log_section {
      padding-top: 15px;
      padding-bottom: 12px; } }
  .transactions-log_section + .transactions-log_section {
    border-top-style: solid;
    border-top-color: #f5f5f5;
    padding-top: 25px; }
    @media print, screen and (max-width: 50.06125em) {
      .transactions-log_section + .transactions-log_section {
        border-top-width: 1px; } }
    @media print, screen and (min-width: 50.0625em) {
      .transactions-log_section + .transactions-log_section {
        border-top-width: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log_section:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      padding-bottom: 30px; } }
  @media print, screen and (max-width: 50.06125em) {
    .transactions-log_section:not(:last-child) {
      padding-bottom: 25px; } }

.transactions-log_section-header {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 17px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative; }
  @media print, screen and (max-width: 50.06125em) {
    .transactions-log_section-header {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log_section-header {
      font-size: 14px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log_section-header::after {
      content: '';
      width: calc(100% - 60px);
      left: 20px;
      top: -25px;
      height: 1px;
      background: #efefef;
      position: absolute; } }

.transactions-log_loader-wrapper {
  text-align: center;
  padding: 30px 30px;
  line-height: 0; }
  .transactions-log_loader-wrapper.-lower {
    position: absolute;
    left: 50%;
    margin-left: -103px;
    top: 50%;
    margin-top: -36px; }
    .transactions-log_loader-wrapper.-lower .color-gray {
      margin-top: 27px; }
  @media print, screen and (max-width: 50.06125em) {
    .transactions-log_loader-wrapper {
      margin-bottom: -10px; } }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log_loader-wrapper {
      margin-bottom: -20px; } }
  @media print, screen and (max-width: 50.06125em) {
    .page_wrapper.-page-controls-as-panel .transactions-log_loader-wrapper {
      margin-bottom: -48px; } }
  @media print, screen and (min-width: 50.0625em) {
    .page_wrapper.-page-controls-as-panel .transactions-log_loader-wrapper {
      margin-bottom: -63px; } }

.transactions-log-item {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: inherit;
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 10px 30px;
  transition: background-color 120ms;
  text-align: left; }
  .transactions-log-item .transactions-log-item_status.-status-alert,
  .transactions-log-item .transactions-log-item_value.-status-alert {
    color: #fd9c2b; }
  .transactions-log-item .transactions-log-item_status.-status-fail,
  .transactions-log-item .transactions-log-item_value.-status-fail {
    color: #f0748e; }
  .transactions-log-item .transactions-log-item_status.-status-success,
  .transactions-log-item .transactions-log-item_value.-status-success {
    color: #48cfad; }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log-item:hover, .transactions-log-item:focus, .transactions-log-item:active {
      background-color: #f9f9f9; } }
  @media print, screen and (max-width: 50.06125em) {
    .transactions-log-item:active {
      background-color: #f9f9f9; } }

.transactions-log-item_avatar {
  flex: 0 0 auto;
  align-self: flex-start; }

.transactions-log-item_body {
  margin-left: 12px;
  padding: 3px 0;
  flex: 1 1 auto; }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log-item_body {
      margin-left: 14px; } }

.transactions-log-item_body-main {
  display: flex; }

.transactions-log-item_body-secondary {
  line-height: 1em;
  color: rgba(0, 0, 0, 0.5); }
  @media print, screen and (max-width: 50.06125em) {
    .transactions-log-item_body-secondary {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log-item_body-secondary {
      font-size: 14px !important; } }
  @media print, screen and (max-width: 50.06125em) {
    .transactions-log-item_body-secondary {
      display: flex;
      justify-content: space-between; } }
  .transactions-log-item_body-main + .transactions-log-item_body-secondary {
    margin-top: 3px; }

.transactions-log-item_title {
  flex: 1 1 auto;
  max-width: calc(100vw - 200px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .transactions-log-item_title.-status-fail {
    color: #f0748e; }

.transactions-log-item_value {
  margin-left: 20px;
  font-weight: 700;
  white-space: nowrap; }

.transactions-log-item_conversion {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-align: right; }
  @media print, screen and (min-width: 50.0625em) {
    .transactions-log-item_conversion {
      float: right; } }
  @media print, screen and (max-width: 50.06125em) {
    .transactions-log-item_conversion {
      width: 80px; } }

@media print, screen and (min-width: 50.0625em) {
  .transaction-result {
    padding-bottom: 15px; } }

.transaction-result_icon {
  margin-bottom: 32px;
  width: 120px;
  height: 120px; }
  .transaction-result_icon.-large {
    width: 100px;
    height: 100px; }
  .transaction-result.-success .transaction-result_icon {
    color: #1a83ff; }
  .transaction-result.-failed .transaction-result_icon {
    color: #f0748e; }

.transaction-result_value {
  font-size: 32px; }

.transaction-result_unit {
  font-size: 24px;
  margin-left: 7px; }

.transaction-result_amount {
  margin-bottom: 2px; }

.transaction-result_comment {
  margin-bottom: 20px; }

.user-card {
  display: flex;
  width: 100%;
  padding: 0;
  text-align: left;
  align-items: stretch; }
  a.user-card,
  button.user-card {
    outline: none; }

.user-card_avatar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  align-self: flex-start; }

.user-card_body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 12px;
  padding: 3px 0; }
  @media print, screen and (min-width: 50.0625em) {
    .user-card_body {
      margin-left: 14px; } }

.user-card_main,
.user-card_secondary {
  line-height: 1em;
  line-break: anywhere; }

.user-card_secondary {
  color: rgba(0, 0, 0, 0.5); }
  @media print, screen and (max-width: 50.06125em) {
    .user-card_secondary {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .user-card_secondary {
      font-size: 14px !important; } }
  .user-card_main + .user-card_secondary {
    margin-top: 6px; }

a.user-card .user-card_main,
button.user-card .user-card_main {
  color: inherit;
  transition: color 120ms; }

@media print, screen and (min-width: 50.0625em) {
  a.user-card:hover .user-card_main,
  a.user-card:focus .user-card_main,
  a.user-card:active .user-card_main,
  button.user-card:hover .user-card_main,
  button.user-card:focus .user-card_main,
  button.user-card:active .user-card_main {
    color: #1a83ff; } }

@media print, screen and (max-width: 50.06125em) {
  a.user-card:active .user-card_main,
  button.user-card:active .user-card_main {
    color: #1a83ff; } }

.well {
  min-height: 60px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
  border: 1px solid transparent; }
  @media print, screen and (min-width: 50.0625em) {
    .well {
      border-radius: 4px; } }
  .well.-color-white {
    color: #fff;
    background-color: #fff; }
  .well.-color-green {
    color: #fff;
    background-color: #48cfad; }
  .well.-color-blue {
    color: #fff;
    background-color: #1a83ff; }
  .well.-color-light-blue {
    color: #fff;
    background-color: #99d7fa; }
  .well.-color-pale-blue {
    color: #fff;
    background-color: #e5f1ff; }
  .well.-color-red {
    color: #fff;
    background-color: #f0748e; }
  .well.-color-dark-gray {
    color: #fff;
    background-color: #595c5c; }
  .well.-color-white {
    color: #414345; }
    @media print, screen and (min-width: 50.0625em) {
      .well.-color-white:not(.-no-border) {
        border-color: #dee3e9; } }
  .well.-color-pale-blue {
    color: #1a83ff; }
  .well.-color-default {
    background-color: #414345; }
  .well.-transparency-full:not(:disabled).-color-white {
    color: #fff;
    background-color: transparent; }
  .well.-transparency-full:not(:disabled).-color-green {
    color: #48cfad;
    background-color: transparent; }
  .well.-transparency-full:not(:disabled).-color-blue {
    color: #1a83ff;
    background-color: transparent; }
  .well.-transparency-full:not(:disabled).-color-light-blue {
    color: #99d7fa;
    background-color: transparent; }
  .well.-transparency-full:not(:disabled).-color-pale-blue {
    color: #e5f1ff;
    background-color: transparent; }
  .well.-transparency-full:not(:disabled).-color-red {
    color: #f0748e;
    background-color: transparent; }
  .well.-transparency-full:not(:disabled).-color-dark-gray {
    color: #595c5c;
    background-color: transparent; }
  .well.-transparency-full.-color-default {
    color: #414345;
    background-color: transparent; }
  .well.-transparency-half.-color-white {
    background-color: rgba(255, 255, 255, 0.13); }
  .well.-transparency-half.-color-green {
    background-color: rgba(72, 207, 173, 0.13); }
  .well.-transparency-half.-color-blue {
    background-color: rgba(26, 131, 255, 0.13); }
  .well.-transparency-half.-color-light-blue {
    background-color: rgba(153, 215, 250, 0.13); }
  .well.-transparency-half.-color-pale-blue {
    background-color: rgba(229, 241, 255, 0.13); }
  .well.-transparency-half.-color-red {
    background-color: rgba(240, 116, 142, 0.13); }
  .well.-transparency-half.-color-dark-gray {
    background-color: rgba(89, 92, 92, 0.13); }
  .well.-transparency-half.-color-default {
    background-color: rgba(65, 67, 69, 0.13); }
  .well.-y-xs, .well.-y-sm {
    padding: 3px 12px; }
  @media print, screen and (max-width: 50.06125em) {
    .well.-y-xs {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .well.-y-xs {
      font-size: 14px !important; } }
  @media print, screen and (max-width: 50.06125em) {
    .well.-y-xs {
      min-height: 36px; } }
  @media print, screen and (min-width: 50.0625em) {
    .well.-y-xs {
      min-height: 40px; } }
  .well.-y-sm {
    min-height: 46px; }
  .well.-y-lg {
    min-height: 68px; }
  .well.-y-xl {
    min-height: 76px; }
  .well.-x-full {
    width: 100%; }

.well_head {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-weight: 400; }

.well_tail {
  margin-left: 20px;
  text-align: right; }

.well_content-primary {
  line-height: 1.25em; }
  .well_content-secondary + .well_content-primary {
    margin-top: 4px; }

.well_content-secondary {
  opacity: .6; }
  @media print, screen and (max-width: 50.06125em) {
    .well_content-secondary {
      font-size: 13px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .well_content-secondary {
      font-size: 14px !important; } }
  @media print, screen and (max-width: 50.06125em) {
    .well_content-secondary.-xs {
      font-size: 10px !important; } }
  @media print, screen and (min-width: 50.0625em) {
    .well_content-secondary.-xs {
      font-size: 12px !important; } }
  .well_content-primary + .well_content-secondary {
    margin-top: 4px; }

.wizard-steps {
  display: flex; }

.wizard-steps_item {
  flex: 1 1 0%;
  text-align: center;
  color: rgba(0, 0, 0, 0.3); }
  .wizard-steps_item::before {
    content: '';
    display: block;
    height: 4px;
    border-radius: 2px;
    background-color: currentColor; }
  .wizard-steps_item:not(.-current):not(.-finished)::before {
    background-color: rgba(0, 0, 0, 0.3); }
  .wizard-steps_item.-current {
    color: #48cfad; }
  .wizard-steps_item.-finished {
    color: #48cfad; }
  @media print, screen and (max-width: 50.06125em) {
    .wizard-steps_item + .wizard-steps_item {
      margin-left: 5px; } }
  @media print, screen and (min-width: 50.0625em) {
    .wizard-steps_item + .wizard-steps_item {
      margin-left: 7px; } }

@media print, screen and (max-width: 50.06125em) {
  .wizard-steps_item-name {
    display: none; } }

@media print, screen and (min-width: 50.0625em) {
  .wizard-steps_item-name {
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px; } }

.calendar-bottom-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: white; }
  .calendar-bottom-buttons .button_wrapper {
    min-height: 60px !important; }

.datarange-mobile-wrapper {
  position: fixed;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999; }
  .datarange-mobile-wrapper .modal_close {
    top: 4px;
    right: 4px; }

.daterange-holder {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .daterange-holder .rdrMonth {
    width: 100%; }
  .daterange-holder .rdrCalendarWrapper {
    position: absolute;
    left: 0;
    right: 0; }

.daterange-header {
  font-weight: bold;
  color: #849095;
  font-size: 14px;
  margin-left: 17px;
  margin-top: 17px;
  margin-bottom: 17px; }

.version-text {
  position: fixed;
  width: 200px;
  height: 16px;
  right: 17px;
  bottom: 12px;
  z-index: 5000;
  font-size: 12px;
  display: flex;
  align-items: flex-end;
  flex-direction: column; }

.login-version-wrapper .version-text {
  bottom: auto;
  right: 5px;
  font-size: 10px;
  top: 0px; }

.sidebar-version-wrapper .version-text {
  font-size: 10px;
  bottom: 5px;
  right: 10px; }

.info-text {
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: center; }
  .info-text span {
    text-align: center; }
  .info-text a {
    cursor: pointer; }

.info-link {
  cursor: pointer; }
  .info-link.-blue {
    color: white;
    fontWeight: bold; }

.powered-by {
  color: #fff;
  font-weight: 700;
  text-align: center; }
  .powered-by > svg {
    color: #fff;
    margin-left: 6px; }
  .powered-by.-full-width {
    background-color: #414E61;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 0;
    height: 28px;
    font-size: 12px; }
    .powered-by.-full-width > svg {
      width: 48px;
      height: 15px;
      margin-top: -2px;
      margin-left: 2px; }
  .powered-by.-sign {
    font-size: 13px;
    border-radius: 170px;
    padding: 10px 20px;
    color: #595C5C; }
    .powered-by.-sign > svg {
      width: 143px;
      height: 20px; }

.wallet-select {
  display: flex;
  flex-direction: column;
  padding: 30px 0px 25px;
  background-color: white;
  border-radius: 10px;
  gap: 15px;
  position: relative; }
  .wallet-select.-payment {
    border-radius: 0px; }
    .wallet-select.-payment .wallet-select__buttons {
      padding: 0; }
  .wallet-select.-loading {
    min-height: 400px; }
  @media print, screen and (max-width: 50.06125em) {
    .wallet-select {
      padding: 20px 0px 30px; } }
  .wallet-select__header {
    padding: 0px 40px; }
    @media print, screen and (max-width: 50.06125em) {
      .wallet-select__header {
        padding: 0px 20px; } }
    .wallet-select__header h2 {
      color: #595c5c;
      font-size: 19px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 6px;
      margin-top: 0px; }
    .wallet-select__header p {
      color: #595c5c;
      font-size: 13px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 0px;
      margin-top: 0px; }
  .wallet-select__buttons {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media print, screen and (max-width: 50.06125em) {
      .wallet-select__buttons {
        padding: 0px 20px; } }
  .wallet-select__button {
    margin-bottom: 10px;
    padding: 15px 40px;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    margin-bottom: 0px; }
    .wallet-select__button .button_content-primary {
      color: #595c5c !important; }
    .wallet-select__button.-disabled {
      opacity: 0.5; }
      .wallet-select__button.-disabled:hover {
        background: none; }
    .wallet-select__button:not(:last-child)::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 40px;
      width: calc(100% - 80px);
      height: 1px;
      background-color: #ECECEC; }
      @media print, screen and (max-width: 50.06125em) {
        .wallet-select__button:not(:last-child)::before {
          left: 20px;
          width: calc(100% - 40px); } }
    .wallet-select__button:hover {
      background: rgba(0, 0, 0, 0.02); }
    @media print, screen and (max-width: 50.06125em) {
      .wallet-select__button {
        padding: 15px 20px; } }
    .wallet-select__button > .button_wrapper {
      padding: 0 0 0 53px !important; }
  .wallet-select .wallet-select__icon {
    position: absolute;
    left: 0; }
  .wallet-select__icon {
    color: white;
    width: 46px;
    height: 46px; }
    .wallet-select__icon .avatar,
    .wallet-select__icon .avatar_image-wrapper {
      width: 46px;
      height: 46px; }
    .wallet-select__icon--individual {
      color: #FFF;
      font-size: 17.25px;
      font-weight: 900;
      line-height: normal; }
      .wallet-select__icon--individual .avatar_image-wrapper {
        background-color: #026CD9 !important; }

.wallet-permissions__users {
  display: flex;
  flex-direction: column;
  gap: 0px; }

.wallet-permissions__user {
  display: flex;
  align-items: center;
  gap: 10px; }
  .wallet-permissions__user-remove-button > .button_wrapper {
    padding: 0; }
  .wallet-permissions__user-remove-icon {
    width: 20px !important;
    height: 20px !important;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #1a83ff;
    color: #1a83ff;
    fill: #1a83ff; }

.invoice-form__body {
  padding-top: 0; }
  .invoice-form__body label[for="amount"],
  .invoice-form__body label[for="total"] {
    overflow: visible; }
  @media print, screen and (max-width: 50.06125em) {
    .invoice-form__body .layer.-col {
      flex-direction: column;
      gap: 1px; } }

.invoice-form .page_header {
  padding-bottom: 15px; }

.invoice-form__subtitle {
  margin-top: 12px !important; }
  @media print, screen and (min-width: 50.0625em) {
    .invoice-form__subtitle {
      margin-bottom: 12px; } }
  @media print, screen and (max-width: 50.06125em) {
    .invoice-form__subtitle {
      margin-bottom: 5px; } }

.invoice-form__share-to {
  cursor: pointer; }
  @media print, screen and (max-width: 50.06125em) {
    .invoice-form__share-to {
      margin: 10px 0;
      display: block; } }

.invoice-form__description.form-input.form-textarea > .form-input_input {
  min-height: 80px;
  height: 80px;
  max-height: inherit !important; }

.invoice-form .attributes-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px; }
  @media print, screen and (min-width: 50.0625em) {
    .invoice-form .attributes-container {
      width: 100%;
      margin-bottom: 15px; } }
  @media print, screen and (max-width: 50.06125em) {
    .invoice-form .attributes-container {
      gap: 10px; } }

.invoice-form .attributes-button {
  width: auto;
  color: #1a83ff; }
  @media print, screen and (min-width: 50.0625em) {
    .invoice-form .attributes-button.add-attributes {
      margin-top: -12px;
      margin-bottom: -8px; } }
  .invoice-form .attributes-button.add-attributes > .button_wrapper {
    padding-left: 0; }
  @media print, screen and (max-width: 50.06125em) {
    .invoice-form .attributes-button.remove-attribute {
      position: absolute;
      right: 16px;
      top: 3px; } }
  .invoice-form .attributes-button.remove-attribute > .button_wrapper {
    padding: 0; }
  .invoice-form .attributes-button-icon {
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #1a83ff; }
    .invoice-form .attributes-button-icon.add-attributes-icon {
      margin-right: 5px; }

.invoice-form .attribute-fields {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%; }
  @media print, screen and (max-width: 50.06125em) {
    .invoice-form .attribute-fields {
      position: relative;
      flex-direction: column;
      gap: 1px; } }
  .invoice-form .attribute-fields .form-input {
    flex-grow: 1; }

.invoice-list {
  display: flex;
  flex-direction: column; }
  @media print, screen and (max-width: 50.06125em) {
    .invoice-list__container {
      margin-left: -20px;
      margin-right: -20px; } }
  @media print, screen and (max-width: 50.06125em) {
    .invoice-list__header {
      margin-top: 10px; } }
  .invoice-list__header .button.-right-button {
    right: 0; }
    @media print, screen and (min-width: 50.0625em) {
      .invoice-list__header .button.-right-button {
        bottom: 29px; } }
  .invoice-list .transactions_group-header {
    margin-top: 0; }

.invoice-details__link-text {
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .invoice-details__link-text:first-letter {
    text-transform: none; }

.invoice-details__link-copy {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px; }

.invoice-details .description-list {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .invoice-details .description-list:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dee3e9; }
  .invoice-details .description-list:first-child {
    margin-top: 20px; }
  .invoice-details .description-list + .description-list {
    margin-top: 0; }
  .invoice-details .description-list .description-list_item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-top: none; }
