@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:300,400,600,700,800&amp;subset=cyrillic,cyrillic-ext,latin-ext);
/* Slider */
.react-app .slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.react-app .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.react-app .slick-list:focus
{
    outline: none;
}
.react-app .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.react-app .slick-slider .slick-track, .react-app .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.react-app .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.react-app .slick-track:before, .react-app .slick-track:after
{
    display: table;

    content: '';
}
.react-app .slick-track:after
{
    clear: both;
}
.react-app .slick-loading .slick-track
{
    visibility: hidden;
}

.react-app .slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.react-app [dir='rtl'] .slick-slide
{
    float: right;
}
.react-app .slick-slide img
{
    display: block;
}
.react-app .slick-slide.slick-loading img
{
    display: none;
}
.react-app .slick-slide.dragging img
{
    pointer-events: none;
}
.react-app .slick-initialized .slick-slide
{
    display: block;
}
.react-app .slick-loading .slick-slide
{
    visibility: hidden;
}
.react-app .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.react-app .slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.react-app .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.react-app .slick-prev, .react-app .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.react-app .slick-prev:hover, .react-app .slick-prev:focus, .react-app .slick-next:hover, .react-app .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.react-app .slick-prev:hover:before, .react-app .slick-prev:focus:before, .react-app .slick-next:hover:before, .react-app .slick-next:focus:before
{
    opacity: 1;
}
.react-app .slick-prev.slick-disabled:before, .react-app .slick-next.slick-disabled:before
{
    opacity: .25;
}

.react-app .slick-prev:before, .react-app .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.react-app .slick-prev
{
    left: -25px;
}
.react-app [dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.react-app .slick-prev:before
{
    content: '←';
}
.react-app [dir='rtl'] .slick-prev:before
{
    content: '→';
}

.react-app .slick-next
{
    right: -25px;
}
.react-app [dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.react-app .slick-next:before
{
    content: '→';
}
.react-app [dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.react-app .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.react-app .slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.react-app .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.react-app .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.react-app .slick-dots li button:hover, .react-app .slick-dots li button:focus
{
    outline: none;
}
.react-app .slick-dots li button:hover:before, .react-app .slick-dots li button:focus:before
{
    opacity: 1;
}
.react-app .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.react-app .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";
/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .modal-open {
  overflow: hidden; }
  .react-app .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.react-app .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.react-app .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .react-app .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .react-app .modal.fade .modal-dialog {
        transition: none; } }
  .react-app .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.react-app .modal-dialog-scrollable {
  display: -webkit-flex;
  display: flex;
  max-height: calc(100% - 1rem); }
  .react-app .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .react-app .modal-dialog-scrollable .modal-header, .react-app .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
            flex-shrink: 0; }
  .react-app .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.react-app .modal-dialog-centered {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .react-app .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .react-app .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    height: 100%; }
    .react-app .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .react-app .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.react-app .modal-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0; }

.react-app .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .react-app .modal-backdrop.fade {
    opacity: 0; }
  .react-app .modal-backdrop.show {
    opacity: 0.5; }

.react-app .modal-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }
  .react-app .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.react-app .modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.react-app .modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.react-app .modal-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }
  .react-app .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .react-app .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.react-app .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 667px) {
  .react-app .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto; }
  .react-app .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .react-app .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .react-app .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .react-app .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .react-app .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .react-app .modal-lg, .react-app .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .react-app .modal-xl {
    max-width: 1140px; } }

.react-app *, .react-app *::before, .react-app *::after {
  box-sizing: border-box; }

html.react-app {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.react-app article, .react-app aside, .react-app figcaption, .react-app figure, .react-app footer, .react-app header, .react-app hgroup, .react-app main, .react-app nav, .react-app section {
  display: block; }

.react-app body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  background-color: #ffffff; }

.react-app [tabindex="-1"]:focus {
  outline: 0 !important; }

.react-app hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

.react-app h1, .react-app h2, .react-app h3, .react-app h4, .react-app h5, .react-app h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

.react-app p {
  margin-top: 0;
  margin-bottom: 1rem; }

.react-app abbr[title], .react-app abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

.react-app address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

.react-app ol, .react-app ul, .react-app dl {
  margin-top: 0;
  margin-bottom: 1rem; }

.react-app ol ol, .react-app ul ul, .react-app ol ul, .react-app ul ol {
  margin-bottom: 0; }

.react-app dt {
  font-weight: 700; }

.react-app dd {
  margin-bottom: .5rem;
  margin-left: 0; }

.react-app blockquote {
  margin: 0 0 1rem; }

.react-app b, .react-app strong {
  font-weight: bolder; }

.react-app small {
  font-size: 80%; }

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

.react-app sub {
  bottom: -.25em; }

.react-app sup {
  top: -.5em; }

.react-app a {
  color: #00a5ef;
  text-decoration: none;
  background-color: transparent; }
  .react-app a:hover {
    color: #0070a3;
    text-decoration: underline; }

.react-app a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  .react-app a:not([href]):not([tabindex]):hover, .react-app a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  .react-app a:not([href]):not([tabindex]):focus {
    outline: 0; }

.react-app pre, .react-app code, .react-app kbd, .react-app samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

.react-app pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

.react-app figure {
  margin: 0 0 1rem; }

.react-app img {
  vertical-align: middle;
  border-style: none; }

.react-app svg {
  overflow: hidden;
  vertical-align: middle; }

.react-app table {
  border-collapse: collapse; }

.react-app caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

.react-app th {
  text-align: inherit; }

.react-app label {
  display: inline-block;
  margin-bottom: 1rem; }

.react-app button {
  border-radius: 0; }

.react-app button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

.react-app input, .react-app button, .react-app select, .react-app optgroup, .react-app textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.react-app button, .react-app input {
  overflow: visible; }

.react-app button, .react-app select {
  text-transform: none; }

.react-app select {
  word-wrap: normal; }

.react-app button, .react-app [type="button"], .react-app [type="reset"], .react-app [type="submit"] {
  -webkit-appearance: button; }

.react-app button:not(:disabled), .react-app [type="button"]:not(:disabled), .react-app [type="reset"]:not(:disabled), .react-app [type="submit"]:not(:disabled) {
  cursor: pointer; }

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

.react-app input[type="radio"], .react-app input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

.react-app input[type="date"], .react-app input[type="time"], .react-app input[type="datetime-local"], .react-app input[type="month"] {
  -webkit-appearance: listbox; }

.react-app textarea {
  overflow: auto;
  resize: vertical; }

.react-app fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.react-app legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

.react-app progress {
  vertical-align: baseline; }

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

.react-app [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

.react-app [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

.react-app output {
  display: inline-block; }

.react-app summary {
  display: list-item;
  cursor: pointer; }

.react-app template {
  display: none; }

.react-app [hidden] {
  display: none !important; }

.react-app h1, .react-app h2, .react-app h3, .react-app h4, .react-app h5, .react-app h6, .react-app .h1, .react-app .h2, .react-app .h3, .react-app .h4, .react-app .h5, .react-app .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

.react-app h1, .react-app .h1 {
  font-size: 2.5rem; }

.react-app h2, .react-app .h2 {
  font-size: 2rem; }

.react-app h3, .react-app .h3 {
  font-size: 1.75rem; }

.react-app h4, .react-app .h4 {
  font-size: 1.5rem; }

.react-app h5, .react-app .h5 {
  font-size: 1.25rem; }

.react-app h6, .react-app .h6 {
  font-size: 1rem; }

.react-app .lead {
  font-size: 1.25rem;
  font-weight: 300; }

.react-app .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.react-app .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.react-app .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.react-app .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

.react-app hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.react-app small, .react-app .small {
  font-size: 80%;
  font-weight: 400; }

.react-app mark, .react-app .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.react-app .list-unstyled {
  padding-left: 0;
  list-style: none; }

.react-app .list-inline {
  padding-left: 0;
  list-style: none; }

.react-app .list-inline-item {
  display: inline-block; }
  .react-app .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.react-app .initialism {
  font-size: 90%;
  text-transform: uppercase; }

.react-app .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.react-app .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .react-app .blockquote-footer::before {
    content: "\2014\00A0"; }

.react-app code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  .react-app a > code {
    color: inherit; }

.react-app kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  .react-app kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

.react-app pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  .react-app pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.react-app .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.react-app .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 0; }
  @media (min-width: 320px) {
    .react-app .container {
      max-width: 320px; } }
  @media (min-width: 568px) {
    .react-app .container {
      max-width: 568px; } }
  @media (min-width: 667px) {
    .react-app .container {
      max-width: 667px; } }
  @media (min-width: 768px) {
    .react-app .container {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .react-app .container {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .react-app .container {
      max-width: 1200px; } }

.react-app .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.react-app .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.react-app .no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .react-app .no-gutters > .col, .react-app .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.react-app .col-1, .react-app .col-2, .react-app .col-3, .react-app .col-4, .react-app .col-5, .react-app .col-6, .react-app .col-7, .react-app .col-8, .react-app .col-9, .react-app .col-10, .react-app .col-11, .react-app .col-12, .react-app .col, .react-app .col-auto, .react-app .col-xxs-1, .react-app .col-xxs-2, .react-app .col-xxs-3, .react-app .col-xxs-4, .react-app .col-xxs-5, .react-app .col-xxs-6, .react-app .col-xxs-7, .react-app .col-xxs-8, .react-app .col-xxs-9, .react-app .col-xxs-10, .react-app .col-xxs-11, .react-app .col-xxs-12, .react-app .col-xxs, .react-app .col-xxs-auto, .react-app .col-xs-1, .react-app .col-xs-2, .react-app .col-xs-3, .react-app .col-xs-4, .react-app .col-xs-5, .react-app .col-xs-6, .react-app .col-xs-7, .react-app .col-xs-8, .react-app .col-xs-9, .react-app .col-xs-10, .react-app .col-xs-11, .react-app .col-xs-12, .react-app .col-xs, .react-app .col-xs-auto, .react-app .col-sm-1, .react-app .col-sm-2, .react-app .col-sm-3, .react-app .col-sm-4, .react-app .col-sm-5, .react-app .col-sm-6, .react-app .col-sm-7, .react-app .col-sm-8, .react-app .col-sm-9, .react-app .col-sm-10, .react-app .col-sm-11, .react-app .col-sm-12, .react-app .col-sm, .react-app .col-sm-auto, .react-app .col-md-1, .react-app .col-md-2, .react-app .col-md-3, .react-app .col-md-4, .react-app .col-md-5, .react-app .col-md-6, .react-app .col-md-7, .react-app .col-md-8, .react-app .col-md-9, .react-app .col-md-10, .react-app .col-md-11, .react-app .col-md-12, .react-app .col-md, .react-app .col-md-auto, .react-app .col-lg-1, .react-app .col-lg-2, .react-app .col-lg-3, .react-app .col-lg-4, .react-app .col-lg-5, .react-app .col-lg-6, .react-app .col-lg-7, .react-app .col-lg-8, .react-app .col-lg-9, .react-app .col-lg-10, .react-app .col-lg-11, .react-app .col-lg-12, .react-app .col-lg, .react-app .col-lg-auto, .react-app .col-xl-1, .react-app .col-xl-2, .react-app .col-xl-3, .react-app .col-xl-4, .react-app .col-xl-5, .react-app .col-xl-6, .react-app .col-xl-7, .react-app .col-xl-8, .react-app .col-xl-9, .react-app .col-xl-10, .react-app .col-xl-11, .react-app .col-xl-12, .react-app .col-xl, .react-app .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.react-app .col {
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%; }

.react-app .col-auto {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.react-app .col-1 {
  -webkit-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.react-app .col-2 {
  -webkit-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.react-app .col-3 {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.react-app .col-4 {
  -webkit-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.react-app .col-5 {
  -webkit-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.react-app .col-6 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.react-app .col-7 {
  -webkit-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.react-app .col-8 {
  -webkit-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.react-app .col-9 {
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.react-app .col-10 {
  -webkit-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.react-app .col-11 {
  -webkit-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.react-app .col-12 {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.react-app .order-first {
  -webkit-order: -1;
          order: -1; }

.react-app .order-last {
  -webkit-order: 13;
          order: 13; }

.react-app .order-0 {
  -webkit-order: 0;
          order: 0; }

.react-app .order-1 {
  -webkit-order: 1;
          order: 1; }

.react-app .order-2 {
  -webkit-order: 2;
          order: 2; }

.react-app .order-3 {
  -webkit-order: 3;
          order: 3; }

.react-app .order-4 {
  -webkit-order: 4;
          order: 4; }

.react-app .order-5 {
  -webkit-order: 5;
          order: 5; }

.react-app .order-6 {
  -webkit-order: 6;
          order: 6; }

.react-app .order-7 {
  -webkit-order: 7;
          order: 7; }

.react-app .order-8 {
  -webkit-order: 8;
          order: 8; }

.react-app .order-9 {
  -webkit-order: 9;
          order: 9; }

.react-app .order-10 {
  -webkit-order: 10;
          order: 10; }

.react-app .order-11 {
  -webkit-order: 11;
          order: 11; }

.react-app .order-12 {
  -webkit-order: 12;
          order: 12; }

.react-app .offset-1 {
  margin-left: 8.33333%; }

.react-app .offset-2 {
  margin-left: 16.66667%; }

.react-app .offset-3 {
  margin-left: 25%; }

.react-app .offset-4 {
  margin-left: 33.33333%; }

.react-app .offset-5 {
  margin-left: 41.66667%; }

.react-app .offset-6 {
  margin-left: 50%; }

.react-app .offset-7 {
  margin-left: 58.33333%; }

.react-app .offset-8 {
  margin-left: 66.66667%; }

.react-app .offset-9 {
  margin-left: 75%; }

.react-app .offset-10 {
  margin-left: 83.33333%; }

.react-app .offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 320px) {
  .react-app .col-xxs {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .react-app .col-xxs-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .react-app .col-xxs-1 {
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .react-app .col-xxs-2 {
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .react-app .col-xxs-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .react-app .col-xxs-4 {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .react-app .col-xxs-5 {
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .react-app .col-xxs-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .react-app .col-xxs-7 {
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .react-app .col-xxs-8 {
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .react-app .col-xxs-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .react-app .col-xxs-10 {
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .react-app .col-xxs-11 {
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .react-app .col-xxs-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .react-app .order-xxs-first {
    -webkit-order: -1;
            order: -1; }
  .react-app .order-xxs-last {
    -webkit-order: 13;
            order: 13; }
  .react-app .order-xxs-0 {
    -webkit-order: 0;
            order: 0; }
  .react-app .order-xxs-1 {
    -webkit-order: 1;
            order: 1; }
  .react-app .order-xxs-2 {
    -webkit-order: 2;
            order: 2; }
  .react-app .order-xxs-3 {
    -webkit-order: 3;
            order: 3; }
  .react-app .order-xxs-4 {
    -webkit-order: 4;
            order: 4; }
  .react-app .order-xxs-5 {
    -webkit-order: 5;
            order: 5; }
  .react-app .order-xxs-6 {
    -webkit-order: 6;
            order: 6; }
  .react-app .order-xxs-7 {
    -webkit-order: 7;
            order: 7; }
  .react-app .order-xxs-8 {
    -webkit-order: 8;
            order: 8; }
  .react-app .order-xxs-9 {
    -webkit-order: 9;
            order: 9; }
  .react-app .order-xxs-10 {
    -webkit-order: 10;
            order: 10; }
  .react-app .order-xxs-11 {
    -webkit-order: 11;
            order: 11; }
  .react-app .order-xxs-12 {
    -webkit-order: 12;
            order: 12; }
  .react-app .offset-xxs-0 {
    margin-left: 0; }
  .react-app .offset-xxs-1 {
    margin-left: 8.33333%; }
  .react-app .offset-xxs-2 {
    margin-left: 16.66667%; }
  .react-app .offset-xxs-3 {
    margin-left: 25%; }
  .react-app .offset-xxs-4 {
    margin-left: 33.33333%; }
  .react-app .offset-xxs-5 {
    margin-left: 41.66667%; }
  .react-app .offset-xxs-6 {
    margin-left: 50%; }
  .react-app .offset-xxs-7 {
    margin-left: 58.33333%; }
  .react-app .offset-xxs-8 {
    margin-left: 66.66667%; }
  .react-app .offset-xxs-9 {
    margin-left: 75%; }
  .react-app .offset-xxs-10 {
    margin-left: 83.33333%; }
  .react-app .offset-xxs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 568px) {
  .react-app .col-xs {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .react-app .col-xs-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .react-app .col-xs-1 {
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .react-app .col-xs-2 {
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .react-app .col-xs-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .react-app .col-xs-4 {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .react-app .col-xs-5 {
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .react-app .col-xs-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .react-app .col-xs-7 {
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .react-app .col-xs-8 {
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .react-app .col-xs-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .react-app .col-xs-10 {
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .react-app .col-xs-11 {
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .react-app .col-xs-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .react-app .order-xs-first {
    -webkit-order: -1;
            order: -1; }
  .react-app .order-xs-last {
    -webkit-order: 13;
            order: 13; }
  .react-app .order-xs-0 {
    -webkit-order: 0;
            order: 0; }
  .react-app .order-xs-1 {
    -webkit-order: 1;
            order: 1; }
  .react-app .order-xs-2 {
    -webkit-order: 2;
            order: 2; }
  .react-app .order-xs-3 {
    -webkit-order: 3;
            order: 3; }
  .react-app .order-xs-4 {
    -webkit-order: 4;
            order: 4; }
  .react-app .order-xs-5 {
    -webkit-order: 5;
            order: 5; }
  .react-app .order-xs-6 {
    -webkit-order: 6;
            order: 6; }
  .react-app .order-xs-7 {
    -webkit-order: 7;
            order: 7; }
  .react-app .order-xs-8 {
    -webkit-order: 8;
            order: 8; }
  .react-app .order-xs-9 {
    -webkit-order: 9;
            order: 9; }
  .react-app .order-xs-10 {
    -webkit-order: 10;
            order: 10; }
  .react-app .order-xs-11 {
    -webkit-order: 11;
            order: 11; }
  .react-app .order-xs-12 {
    -webkit-order: 12;
            order: 12; }
  .react-app .offset-xs-0 {
    margin-left: 0; }
  .react-app .offset-xs-1 {
    margin-left: 8.33333%; }
  .react-app .offset-xs-2 {
    margin-left: 16.66667%; }
  .react-app .offset-xs-3 {
    margin-left: 25%; }
  .react-app .offset-xs-4 {
    margin-left: 33.33333%; }
  .react-app .offset-xs-5 {
    margin-left: 41.66667%; }
  .react-app .offset-xs-6 {
    margin-left: 50%; }
  .react-app .offset-xs-7 {
    margin-left: 58.33333%; }
  .react-app .offset-xs-8 {
    margin-left: 66.66667%; }
  .react-app .offset-xs-9 {
    margin-left: 75%; }
  .react-app .offset-xs-10 {
    margin-left: 83.33333%; }
  .react-app .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 667px) {
  .react-app .col-sm {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .react-app .col-sm-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .react-app .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .react-app .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .react-app .col-sm-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .react-app .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .react-app .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .react-app .col-sm-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .react-app .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .react-app .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .react-app .col-sm-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .react-app .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .react-app .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .react-app .col-sm-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .react-app .order-sm-first {
    -webkit-order: -1;
            order: -1; }
  .react-app .order-sm-last {
    -webkit-order: 13;
            order: 13; }
  .react-app .order-sm-0 {
    -webkit-order: 0;
            order: 0; }
  .react-app .order-sm-1 {
    -webkit-order: 1;
            order: 1; }
  .react-app .order-sm-2 {
    -webkit-order: 2;
            order: 2; }
  .react-app .order-sm-3 {
    -webkit-order: 3;
            order: 3; }
  .react-app .order-sm-4 {
    -webkit-order: 4;
            order: 4; }
  .react-app .order-sm-5 {
    -webkit-order: 5;
            order: 5; }
  .react-app .order-sm-6 {
    -webkit-order: 6;
            order: 6; }
  .react-app .order-sm-7 {
    -webkit-order: 7;
            order: 7; }
  .react-app .order-sm-8 {
    -webkit-order: 8;
            order: 8; }
  .react-app .order-sm-9 {
    -webkit-order: 9;
            order: 9; }
  .react-app .order-sm-10 {
    -webkit-order: 10;
            order: 10; }
  .react-app .order-sm-11 {
    -webkit-order: 11;
            order: 11; }
  .react-app .order-sm-12 {
    -webkit-order: 12;
            order: 12; }
  .react-app .offset-sm-0 {
    margin-left: 0; }
  .react-app .offset-sm-1 {
    margin-left: 8.33333%; }
  .react-app .offset-sm-2 {
    margin-left: 16.66667%; }
  .react-app .offset-sm-3 {
    margin-left: 25%; }
  .react-app .offset-sm-4 {
    margin-left: 33.33333%; }
  .react-app .offset-sm-5 {
    margin-left: 41.66667%; }
  .react-app .offset-sm-6 {
    margin-left: 50%; }
  .react-app .offset-sm-7 {
    margin-left: 58.33333%; }
  .react-app .offset-sm-8 {
    margin-left: 66.66667%; }
  .react-app .offset-sm-9 {
    margin-left: 75%; }
  .react-app .offset-sm-10 {
    margin-left: 83.33333%; }
  .react-app .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .react-app .col-md {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .react-app .col-md-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .react-app .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .react-app .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .react-app .col-md-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .react-app .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .react-app .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .react-app .col-md-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .react-app .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .react-app .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .react-app .col-md-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .react-app .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .react-app .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .react-app .col-md-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .react-app .order-md-first {
    -webkit-order: -1;
            order: -1; }
  .react-app .order-md-last {
    -webkit-order: 13;
            order: 13; }
  .react-app .order-md-0 {
    -webkit-order: 0;
            order: 0; }
  .react-app .order-md-1 {
    -webkit-order: 1;
            order: 1; }
  .react-app .order-md-2 {
    -webkit-order: 2;
            order: 2; }
  .react-app .order-md-3 {
    -webkit-order: 3;
            order: 3; }
  .react-app .order-md-4 {
    -webkit-order: 4;
            order: 4; }
  .react-app .order-md-5 {
    -webkit-order: 5;
            order: 5; }
  .react-app .order-md-6 {
    -webkit-order: 6;
            order: 6; }
  .react-app .order-md-7 {
    -webkit-order: 7;
            order: 7; }
  .react-app .order-md-8 {
    -webkit-order: 8;
            order: 8; }
  .react-app .order-md-9 {
    -webkit-order: 9;
            order: 9; }
  .react-app .order-md-10 {
    -webkit-order: 10;
            order: 10; }
  .react-app .order-md-11 {
    -webkit-order: 11;
            order: 11; }
  .react-app .order-md-12 {
    -webkit-order: 12;
            order: 12; }
  .react-app .offset-md-0 {
    margin-left: 0; }
  .react-app .offset-md-1 {
    margin-left: 8.33333%; }
  .react-app .offset-md-2 {
    margin-left: 16.66667%; }
  .react-app .offset-md-3 {
    margin-left: 25%; }
  .react-app .offset-md-4 {
    margin-left: 33.33333%; }
  .react-app .offset-md-5 {
    margin-left: 41.66667%; }
  .react-app .offset-md-6 {
    margin-left: 50%; }
  .react-app .offset-md-7 {
    margin-left: 58.33333%; }
  .react-app .offset-md-8 {
    margin-left: 66.66667%; }
  .react-app .offset-md-9 {
    margin-left: 75%; }
  .react-app .offset-md-10 {
    margin-left: 83.33333%; }
  .react-app .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .react-app .col-lg {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .react-app .col-lg-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .react-app .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .react-app .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .react-app .col-lg-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .react-app .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .react-app .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .react-app .col-lg-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .react-app .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .react-app .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .react-app .col-lg-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .react-app .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .react-app .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .react-app .col-lg-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .react-app .order-lg-first {
    -webkit-order: -1;
            order: -1; }
  .react-app .order-lg-last {
    -webkit-order: 13;
            order: 13; }
  .react-app .order-lg-0 {
    -webkit-order: 0;
            order: 0; }
  .react-app .order-lg-1 {
    -webkit-order: 1;
            order: 1; }
  .react-app .order-lg-2 {
    -webkit-order: 2;
            order: 2; }
  .react-app .order-lg-3 {
    -webkit-order: 3;
            order: 3; }
  .react-app .order-lg-4 {
    -webkit-order: 4;
            order: 4; }
  .react-app .order-lg-5 {
    -webkit-order: 5;
            order: 5; }
  .react-app .order-lg-6 {
    -webkit-order: 6;
            order: 6; }
  .react-app .order-lg-7 {
    -webkit-order: 7;
            order: 7; }
  .react-app .order-lg-8 {
    -webkit-order: 8;
            order: 8; }
  .react-app .order-lg-9 {
    -webkit-order: 9;
            order: 9; }
  .react-app .order-lg-10 {
    -webkit-order: 10;
            order: 10; }
  .react-app .order-lg-11 {
    -webkit-order: 11;
            order: 11; }
  .react-app .order-lg-12 {
    -webkit-order: 12;
            order: 12; }
  .react-app .offset-lg-0 {
    margin-left: 0; }
  .react-app .offset-lg-1 {
    margin-left: 8.33333%; }
  .react-app .offset-lg-2 {
    margin-left: 16.66667%; }
  .react-app .offset-lg-3 {
    margin-left: 25%; }
  .react-app .offset-lg-4 {
    margin-left: 33.33333%; }
  .react-app .offset-lg-5 {
    margin-left: 41.66667%; }
  .react-app .offset-lg-6 {
    margin-left: 50%; }
  .react-app .offset-lg-7 {
    margin-left: 58.33333%; }
  .react-app .offset-lg-8 {
    margin-left: 66.66667%; }
  .react-app .offset-lg-9 {
    margin-left: 75%; }
  .react-app .offset-lg-10 {
    margin-left: 83.33333%; }
  .react-app .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .react-app .col-xl {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .react-app .col-xl-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .react-app .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .react-app .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .react-app .col-xl-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .react-app .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .react-app .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .react-app .col-xl-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .react-app .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .react-app .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .react-app .col-xl-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .react-app .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .react-app .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .react-app .col-xl-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .react-app .order-xl-first {
    -webkit-order: -1;
            order: -1; }
  .react-app .order-xl-last {
    -webkit-order: 13;
            order: 13; }
  .react-app .order-xl-0 {
    -webkit-order: 0;
            order: 0; }
  .react-app .order-xl-1 {
    -webkit-order: 1;
            order: 1; }
  .react-app .order-xl-2 {
    -webkit-order: 2;
            order: 2; }
  .react-app .order-xl-3 {
    -webkit-order: 3;
            order: 3; }
  .react-app .order-xl-4 {
    -webkit-order: 4;
            order: 4; }
  .react-app .order-xl-5 {
    -webkit-order: 5;
            order: 5; }
  .react-app .order-xl-6 {
    -webkit-order: 6;
            order: 6; }
  .react-app .order-xl-7 {
    -webkit-order: 7;
            order: 7; }
  .react-app .order-xl-8 {
    -webkit-order: 8;
            order: 8; }
  .react-app .order-xl-9 {
    -webkit-order: 9;
            order: 9; }
  .react-app .order-xl-10 {
    -webkit-order: 10;
            order: 10; }
  .react-app .order-xl-11 {
    -webkit-order: 11;
            order: 11; }
  .react-app .order-xl-12 {
    -webkit-order: 12;
            order: 12; }
  .react-app .offset-xl-0 {
    margin-left: 0; }
  .react-app .offset-xl-1 {
    margin-left: 8.33333%; }
  .react-app .offset-xl-2 {
    margin-left: 16.66667%; }
  .react-app .offset-xl-3 {
    margin-left: 25%; }
  .react-app .offset-xl-4 {
    margin-left: 33.33333%; }
  .react-app .offset-xl-5 {
    margin-left: 41.66667%; }
  .react-app .offset-xl-6 {
    margin-left: 50%; }
  .react-app .offset-xl-7 {
    margin-left: 58.33333%; }
  .react-app .offset-xl-8 {
    margin-left: 66.66667%; }
  .react-app .offset-xl-9 {
    margin-left: 75%; }
  .react-app .offset-xl-10 {
    margin-left: 83.33333%; }
  .react-app .offset-xl-11 {
    margin-left: 91.66667%; } }

.react-app .btn {
  display: inline-block;
  font-weight: 400;
  color: #212121;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .react-app .btn {
      transition: none; } }
  .react-app .btn:hover {
    color: #212121;
    text-decoration: none; }
  .react-app .btn:focus, .react-app .btn.focus {
    outline: 0;
    box-shadow: none; }
  .react-app .btn.disabled, .react-app .btn:disabled {
    opacity: 0.5; }

.react-app a.btn.disabled, .react-app fieldset:disabled a.btn {
  pointer-events: none; }

.react-app .btn-primary {
  color: #ffffff;
  background-color: #00a5ef;
  border-color: #00a5ef; }
  .react-app .btn-primary:hover {
    color: #ffffff;
    background-color: #008bc9;
    border-color: #0082bc; }
  .react-app .btn-primary:focus, .react-app .btn-primary.focus {
    box-shadow: 0 0 0 0.1rem rgba(38, 179, 241, 0.5); }
  .react-app .btn-primary.disabled, .react-app .btn-primary:disabled {
    color: #ffffff;
    background-color: #00a5ef;
    border-color: #00a5ef; }
  .react-app .btn-primary:not(:disabled):not(.disabled):active, .react-app .btn-primary:not(:disabled):not(.disabled).active, .react-app .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0082bc;
    border-color: #0079af; }
    .react-app .btn-primary:not(:disabled):not(.disabled):active:focus, .react-app .btn-primary:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(38, 179, 241, 0.5); }

.react-app .btn-secondary {
  color: #ffffff;
  background-color: #612c95;
  border-color: #612c95; }
  .react-app .btn-secondary:hover {
    color: #ffffff;
    background-color: #4e2377;
    border-color: #47206e; }
  .react-app .btn-secondary:focus, .react-app .btn-secondary.focus {
    box-shadow: 0 0 0 0.1rem rgba(121, 76, 165, 0.5); }
  .react-app .btn-secondary.disabled, .react-app .btn-secondary:disabled {
    color: #ffffff;
    background-color: #612c95;
    border-color: #612c95; }
  .react-app .btn-secondary:not(:disabled):not(.disabled):active, .react-app .btn-secondary:not(:disabled):not(.disabled).active, .react-app .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #47206e;
    border-color: #411d64; }
    .react-app .btn-secondary:not(:disabled):not(.disabled):active:focus, .react-app .btn-secondary:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(121, 76, 165, 0.5); }

.react-app .btn-success {
  color: #ffffff;
  background-color: #19bf33;
  border-color: #19bf33; }
  .react-app .btn-success:hover {
    color: #ffffff;
    background-color: #159d2a;
    border-color: #139227; }
  .react-app .btn-success:focus, .react-app .btn-success.focus {
    box-shadow: 0 0 0 0.1rem rgba(60, 201, 82, 0.5); }
  .react-app .btn-success.disabled, .react-app .btn-success:disabled {
    color: #ffffff;
    background-color: #19bf33;
    border-color: #19bf33; }
  .react-app .btn-success:not(:disabled):not(.disabled):active, .react-app .btn-success:not(:disabled):not(.disabled).active, .react-app .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #139227;
    border-color: #128724; }
    .react-app .btn-success:not(:disabled):not(.disabled):active:focus, .react-app .btn-success:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(60, 201, 82, 0.5); }

.react-app .btn-info {
  color: #ffffff;
  background-color: #0091ff;
  border-color: #0091ff; }
  .react-app .btn-info:hover {
    color: #ffffff;
    background-color: #007bd9;
    border-color: #0074cc; }
  .react-app .btn-info:focus, .react-app .btn-info.focus {
    box-shadow: 0 0 0 0.1rem rgba(38, 162, 255, 0.5); }
  .react-app .btn-info.disabled, .react-app .btn-info:disabled {
    color: #ffffff;
    background-color: #0091ff;
    border-color: #0091ff; }
  .react-app .btn-info:not(:disabled):not(.disabled):active, .react-app .btn-info:not(:disabled):not(.disabled).active, .react-app .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0074cc;
    border-color: #006dbf; }
    .react-app .btn-info:not(:disabled):not(.disabled):active:focus, .react-app .btn-info:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(38, 162, 255, 0.5); }

.react-app .btn-warning {
  color: #212529;
  background-color: #ffbe36;
  border-color: #ffbe36; }
  .react-app .btn-warning:hover {
    color: #212529;
    background-color: #ffb210;
    border-color: #ffae03; }
  .react-app .btn-warning:focus, .react-app .btn-warning.focus {
    box-shadow: 0 0 0 0.1rem rgba(222, 167, 52, 0.5); }
  .react-app .btn-warning.disabled, .react-app .btn-warning:disabled {
    color: #212529;
    background-color: #ffbe36;
    border-color: #ffbe36; }
  .react-app .btn-warning:not(:disabled):not(.disabled):active, .react-app .btn-warning:not(:disabled):not(.disabled).active, .react-app .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffae03;
    border-color: #f5a600; }
    .react-app .btn-warning:not(:disabled):not(.disabled):active:focus, .react-app .btn-warning:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(222, 167, 52, 0.5); }

.react-app .btn-danger {
  color: #ffffff;
  background-color: #e3394d;
  border-color: #e3394d; }
  .react-app .btn-danger:hover {
    color: #ffffff;
    background-color: #d71e34;
    border-color: #cc1d31; }
  .react-app .btn-danger:focus, .react-app .btn-danger.focus {
    box-shadow: 0 0 0 0.1rem rgba(231, 87, 104, 0.5); }
  .react-app .btn-danger.disabled, .react-app .btn-danger:disabled {
    color: #ffffff;
    background-color: #e3394d;
    border-color: #e3394d; }
  .react-app .btn-danger:not(:disabled):not(.disabled):active, .react-app .btn-danger:not(:disabled):not(.disabled).active, .react-app .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #cc1d31;
    border-color: #c11b2f; }
    .react-app .btn-danger:not(:disabled):not(.disabled):active:focus, .react-app .btn-danger:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(231, 87, 104, 0.5); }

.react-app .btn-light {
  color: #212529;
  background-color: #f8f8f8;
  border-color: #f8f8f8; }
  .react-app .btn-light:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf; }
  .react-app .btn-light:focus, .react-app .btn-light.focus {
    box-shadow: 0 0 0 0.1rem rgba(216, 216, 217, 0.5); }
  .react-app .btn-light.disabled, .react-app .btn-light:disabled {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
  .react-app .btn-light:not(:disabled):not(.disabled):active, .react-app .btn-light:not(:disabled):not(.disabled).active, .react-app .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d8d8d8; }
    .react-app .btn-light:not(:disabled):not(.disabled):active:focus, .react-app .btn-light:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(216, 216, 217, 0.5); }

.react-app .btn-dark {
  color: #ffffff;
  background-color: #474747;
  border-color: #474747; }
  .react-app .btn-dark:hover {
    color: #ffffff;
    background-color: #343434;
    border-color: #2e2e2e; }
  .react-app .btn-dark:focus, .react-app .btn-dark.focus {
    box-shadow: 0 0 0 0.1rem rgba(99, 99, 99, 0.5); }
  .react-app .btn-dark.disabled, .react-app .btn-dark:disabled {
    color: #ffffff;
    background-color: #474747;
    border-color: #474747; }
  .react-app .btn-dark:not(:disabled):not(.disabled):active, .react-app .btn-dark:not(:disabled):not(.disabled).active, .react-app .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #2e2e2e;
    border-color: #272727; }
    .react-app .btn-dark:not(:disabled):not(.disabled):active:focus, .react-app .btn-dark:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(99, 99, 99, 0.5); }

.react-app .btn-body {
  color: #ffffff;
  background-color: #212121;
  border-color: #212121; }
  .react-app .btn-body:hover {
    color: #ffffff;
    background-color: #0e0e0e;
    border-color: #080808; }
  .react-app .btn-body:focus, .react-app .btn-body.focus {
    box-shadow: 0 0 0 0.1rem rgba(66, 66, 66, 0.5); }
  .react-app .btn-body.disabled, .react-app .btn-body:disabled {
    color: #ffffff;
    background-color: #212121;
    border-color: #212121; }
  .react-app .btn-body:not(:disabled):not(.disabled):active, .react-app .btn-body:not(:disabled):not(.disabled).active, .react-app .show > .btn-body.dropdown-toggle {
    color: #ffffff;
    background-color: #080808;
    border-color: #010101; }
    .react-app .btn-body:not(:disabled):not(.disabled):active:focus, .react-app .btn-body:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-body.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(66, 66, 66, 0.5); }

.react-app .btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff; }
  .react-app .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .react-app .btn-white:focus, .react-app .btn-white.focus {
    box-shadow: 0 0 0 0.1rem rgba(222, 222, 223, 0.5); }
  .react-app .btn-white.disabled, .react-app .btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .react-app .btn-white:not(:disabled):not(.disabled):active, .react-app .btn-white:not(:disabled):not(.disabled).active, .react-app .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .react-app .btn-white:not(:disabled):not(.disabled):active:focus, .react-app .btn-white:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(222, 222, 223, 0.5); }

.react-app .btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .react-app .btn-black:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .react-app .btn-black:focus, .react-app .btn-black.focus {
    box-shadow: 0 0 0 0.1rem rgba(38, 38, 38, 0.5); }
  .react-app .btn-black.disabled, .react-app .btn-black:disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .react-app .btn-black:not(:disabled):not(.disabled):active, .react-app .btn-black:not(:disabled):not(.disabled).active, .react-app .show > .btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .react-app .btn-black:not(:disabled):not(.disabled):active:focus, .react-app .btn-black:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(38, 38, 38, 0.5); }

.react-app .btn-transparent {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent; }
  .react-app .btn-transparent:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .react-app .btn-transparent:focus, .react-app .btn-transparent.focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5); }
  .react-app .btn-transparent.disabled, .react-app .btn-transparent:disabled {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent; }
  .react-app .btn-transparent:not(:disabled):not(.disabled):active, .react-app .btn-transparent:not(:disabled):not(.disabled).active, .react-app .show > .btn-transparent.dropdown-toggle {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .react-app .btn-transparent:not(:disabled):not(.disabled):active:focus, .react-app .btn-transparent:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-transparent.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5); }

.react-app .btn-outline-primary {
  color: #00a5ef;
  border-color: #00a5ef; }
  .react-app .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #00a5ef;
    border-color: #00a5ef; }
  .react-app .btn-outline-primary:focus, .react-app .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 165, 239, 0.5); }
  .react-app .btn-outline-primary.disabled, .react-app .btn-outline-primary:disabled {
    color: #00a5ef;
    background-color: transparent; }
  .react-app .btn-outline-primary:not(:disabled):not(.disabled):active, .react-app .btn-outline-primary:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #00a5ef;
    border-color: #00a5ef; }
    .react-app .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(0, 165, 239, 0.5); }

.react-app .btn-outline-secondary {
  color: #612c95;
  border-color: #612c95; }
  .react-app .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #612c95;
    border-color: #612c95; }
  .react-app .btn-outline-secondary:focus, .react-app .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.1rem rgba(97, 44, 149, 0.5); }
  .react-app .btn-outline-secondary.disabled, .react-app .btn-outline-secondary:disabled {
    color: #612c95;
    background-color: transparent; }
  .react-app .btn-outline-secondary:not(:disabled):not(.disabled):active, .react-app .btn-outline-secondary:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #612c95;
    border-color: #612c95; }
    .react-app .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(97, 44, 149, 0.5); }

.react-app .btn-outline-success {
  color: #19bf33;
  border-color: #19bf33; }
  .react-app .btn-outline-success:hover {
    color: #ffffff;
    background-color: #19bf33;
    border-color: #19bf33; }
  .react-app .btn-outline-success:focus, .react-app .btn-outline-success.focus {
    box-shadow: 0 0 0 0.1rem rgba(25, 191, 51, 0.5); }
  .react-app .btn-outline-success.disabled, .react-app .btn-outline-success:disabled {
    color: #19bf33;
    background-color: transparent; }
  .react-app .btn-outline-success:not(:disabled):not(.disabled):active, .react-app .btn-outline-success:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #19bf33;
    border-color: #19bf33; }
    .react-app .btn-outline-success:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-success:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(25, 191, 51, 0.5); }

.react-app .btn-outline-info {
  color: #0091ff;
  border-color: #0091ff; }
  .react-app .btn-outline-info:hover {
    color: #ffffff;
    background-color: #0091ff;
    border-color: #0091ff; }
  .react-app .btn-outline-info:focus, .react-app .btn-outline-info.focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 145, 255, 0.5); }
  .react-app .btn-outline-info.disabled, .react-app .btn-outline-info:disabled {
    color: #0091ff;
    background-color: transparent; }
  .react-app .btn-outline-info:not(:disabled):not(.disabled):active, .react-app .btn-outline-info:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0091ff;
    border-color: #0091ff; }
    .react-app .btn-outline-info:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-info:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(0, 145, 255, 0.5); }

.react-app .btn-outline-warning {
  color: #ffbe36;
  border-color: #ffbe36; }
  .react-app .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbe36;
    border-color: #ffbe36; }
  .react-app .btn-outline-warning:focus, .react-app .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 190, 54, 0.5); }
  .react-app .btn-outline-warning.disabled, .react-app .btn-outline-warning:disabled {
    color: #ffbe36;
    background-color: transparent; }
  .react-app .btn-outline-warning:not(:disabled):not(.disabled):active, .react-app .btn-outline-warning:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbe36;
    border-color: #ffbe36; }
    .react-app .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(255, 190, 54, 0.5); }

.react-app .btn-outline-danger {
  color: #e3394d;
  border-color: #e3394d; }
  .react-app .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #e3394d;
    border-color: #e3394d; }
  .react-app .btn-outline-danger:focus, .react-app .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.1rem rgba(227, 57, 77, 0.5); }
  .react-app .btn-outline-danger.disabled, .react-app .btn-outline-danger:disabled {
    color: #e3394d;
    background-color: transparent; }
  .react-app .btn-outline-danger:not(:disabled):not(.disabled):active, .react-app .btn-outline-danger:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e3394d;
    border-color: #e3394d; }
    .react-app .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(227, 57, 77, 0.5); }

.react-app .btn-outline-light {
  color: #f8f8f8;
  border-color: #f8f8f8; }
  .react-app .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
  .react-app .btn-outline-light:focus, .react-app .btn-outline-light.focus {
    box-shadow: 0 0 0 0.1rem rgba(248, 248, 248, 0.5); }
  .react-app .btn-outline-light.disabled, .react-app .btn-outline-light:disabled {
    color: #f8f8f8;
    background-color: transparent; }
  .react-app .btn-outline-light:not(:disabled):not(.disabled):active, .react-app .btn-outline-light:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
    .react-app .btn-outline-light:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-light:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(248, 248, 248, 0.5); }

.react-app .btn-outline-dark {
  color: #474747;
  border-color: #474747; }
  .react-app .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #474747;
    border-color: #474747; }
  .react-app .btn-outline-dark:focus, .react-app .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.1rem rgba(71, 71, 71, 0.5); }
  .react-app .btn-outline-dark.disabled, .react-app .btn-outline-dark:disabled {
    color: #474747;
    background-color: transparent; }
  .react-app .btn-outline-dark:not(:disabled):not(.disabled):active, .react-app .btn-outline-dark:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #474747;
    border-color: #474747; }
    .react-app .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(71, 71, 71, 0.5); }

.react-app .btn-outline-body {
  color: #212121;
  border-color: #212121; }
  .react-app .btn-outline-body:hover {
    color: #ffffff;
    background-color: #212121;
    border-color: #212121; }
  .react-app .btn-outline-body:focus, .react-app .btn-outline-body.focus {
    box-shadow: 0 0 0 0.1rem rgba(33, 33, 33, 0.5); }
  .react-app .btn-outline-body.disabled, .react-app .btn-outline-body:disabled {
    color: #212121;
    background-color: transparent; }
  .react-app .btn-outline-body:not(:disabled):not(.disabled):active, .react-app .btn-outline-body:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-body.dropdown-toggle {
    color: #ffffff;
    background-color: #212121;
    border-color: #212121; }
    .react-app .btn-outline-body:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-body:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-body.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(33, 33, 33, 0.5); }

.react-app .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff; }
  .react-app .btn-outline-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .react-app .btn-outline-white:focus, .react-app .btn-outline-white.focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5); }
  .react-app .btn-outline-white.disabled, .react-app .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent; }
  .react-app .btn-outline-white:not(:disabled):not(.disabled):active, .react-app .btn-outline-white:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    .react-app .btn-outline-white:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-white:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5); }

.react-app .btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .react-app .btn-outline-black:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .react-app .btn-outline-black:focus, .react-app .btn-outline-black.focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5); }
  .react-app .btn-outline-black.disabled, .react-app .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .react-app .btn-outline-black:not(:disabled):not(.disabled):active, .react-app .btn-outline-black:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-black.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
    .react-app .btn-outline-black:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-black:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5); }

.react-app .btn-outline-transparent {
  color: transparent;
  border-color: transparent; }
  .react-app .btn-outline-transparent:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent; }
  .react-app .btn-outline-transparent:focus, .react-app .btn-outline-transparent.focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5); }
  .react-app .btn-outline-transparent.disabled, .react-app .btn-outline-transparent:disabled {
    color: transparent;
    background-color: transparent; }
  .react-app .btn-outline-transparent:not(:disabled):not(.disabled):active, .react-app .btn-outline-transparent:not(:disabled):not(.disabled).active, .react-app .show > .btn-outline-transparent.dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent; }
    .react-app .btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .react-app .btn-outline-transparent:not(:disabled):not(.disabled).active:focus, .react-app .show > .btn-outline-transparent.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5); }

.react-app .btn-link {
  font-weight: 400;
  color: #00a5ef;
  text-decoration: none; }
  .react-app .btn-link:hover {
    color: #0070a3;
    text-decoration: underline; }
  .react-app .btn-link:focus, .react-app .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .react-app .btn-link:disabled, .react-app .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.react-app .btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.react-app .btn-sm {
  padding: 0.55rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.react-app .btn-block {
  display: block;
  width: 100%; }
  .react-app .btn-block + .btn-block {
    margin-top: 0.5rem; }

.react-app input[type="submit"].btn-block, .react-app input[type="reset"].btn-block, .react-app input[type="button"].btn-block {
  width: 100%; }

.react-app .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.7rem; }
  .react-app .popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    margin: 0 0.3rem; }
    .react-app .popover .arrow::before, .react-app .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.react-app .bs-popover-top, .react-app .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.4rem; }
  .react-app .bs-popover-top > .arrow, .react-app .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.4rem + 0.1rem) * -1); }
    .react-app .bs-popover-top > .arrow::before, .react-app .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .react-app .bs-popover-top > .arrow::after, .react-app .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 0.1rem;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #fff; }

.react-app .bs-popover-right, .react-app .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.4rem; }
  .react-app .bs-popover-right > .arrow, .react-app .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.4rem + 0.1rem) * -1);
    width: 0.4rem;
    height: 0.8rem;
    margin: 0.3rem 0; }
    .react-app .bs-popover-right > .arrow::before, .react-app .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .react-app .bs-popover-right > .arrow::after, .react-app .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 0.1rem;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #fff; }

.react-app .bs-popover-bottom, .react-app .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.4rem; }
  .react-app .bs-popover-bottom > .arrow, .react-app .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.4rem + 0.1rem) * -1); }
    .react-app .bs-popover-bottom > .arrow::before, .react-app .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.4rem 0.4rem 0.4rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .react-app .bs-popover-bottom > .arrow::after, .react-app .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 0.1rem;
      border-width: 0 0.4rem 0.4rem 0.4rem;
      border-bottom-color: #fff; }
  .react-app .bs-popover-bottom .popover-header::before, .react-app .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0.8rem;
    margin-left: -0.4rem;
    content: "";
    border-bottom: 0.1rem solid #f7f7f7; }

.react-app .bs-popover-left, .react-app .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.4rem; }
  .react-app .bs-popover-left > .arrow, .react-app .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.4rem + 0.1rem) * -1);
    width: 0.4rem;
    height: 0.8rem;
    margin: 0.3rem 0; }
    .react-app .bs-popover-left > .arrow::before, .react-app .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .react-app .bs-popover-left > .arrow::after, .react-app .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 0.1rem;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #fff; }

.react-app .popover-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 0.1rem solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 0.1rem);
  border-top-right-radius: calc(0.3rem - 0.1rem); }
  .react-app .popover-header:empty {
    display: none; }

.react-app .popover-body {
  padding: 1rem 1rem;
  color: #212121; }

.react-app .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .react-app .close:hover {
    color: #000000;
    text-decoration: none; }
  .react-app .close:not(:disabled):not(.disabled):hover, .react-app .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

.react-app button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.react-app a.close.disabled {
  pointer-events: none; }

.react-app .form-control {
  display: block;
  width: 100%;
  height: calc( 1.6em + 1.7rem + 0.1rem);
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .react-app .form-control {
      transition: none; } }
  .react-app .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .react-app .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #70d3ff;
    outline: 0;
    box-shadow: none; }
  .react-app .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .react-app .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .react-app .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .react-app .form-control:disabled, .react-app .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

.react-app select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.react-app .form-control-file, .react-app .form-control-range {
  display: block;
  width: 100%; }

.react-app .col-form-label {
  padding-top: calc(0.85rem + 1px);
  padding-bottom: calc(0.85rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6; }

.react-app .col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1.4rem;
  line-height: 1.8; }

.react-app .col-form-label-sm {
  padding-top: calc(0.55rem + 1px);
  padding-bottom: calc(0.55rem + 1px);
  font-size: 0.875rem;
  line-height: 1.8; }

.react-app .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .react-app .form-control-plaintext.form-control-sm, .react-app .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.react-app .form-control-sm {
  height: calc( 1.8em + 1.1rem + 0.1rem);
  padding: 0.55rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0.2rem; }

.react-app .form-control-lg {
  height: calc( 1.8em + 2rem + 0.1rem);
  padding: 1rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
  border-radius: 0.3rem; }

.react-app select.form-control[size], .react-app select.form-control[multiple] {
  height: auto; }

.react-app textarea.form-control {
  height: auto; }

.react-app .form-group {
  margin-bottom: 2rem; }

.react-app .form-text {
  display: block;
  margin-top: 0.25rem; }

.react-app .form-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .react-app .form-row > .col, .react-app .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.react-app .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.react-app .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .react-app .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.react-app .form-check-label {
  margin-bottom: 0; }

.react-app .form-check-inline {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .react-app .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.react-app .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #19bf33; }

.react-app .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(25, 191, 51, 0.9);
  border-radius: 0.25rem; }

.react-app .was-validated .form-control:valid, .react-app .form-control.is-valid {
  border-color: #19bf33;
  padding-right: calc(1.6em + 1.7rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2319bf33' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.425rem);
  background-size: calc(0.8em + 0.85rem) calc(0.8em + 0.85rem); }
  .react-app .was-validated .form-control:valid:focus, .react-app .form-control.is-valid:focus {
    border-color: #19bf33;
    box-shadow: 0 0 0 0.1rem rgba(25, 191, 51, 0.25); }
  .react-app .was-validated .form-control:valid ~ .valid-feedback, .react-app .was-validated .form-control:valid ~ .valid-tooltip, .react-app .form-control.is-valid ~ .valid-feedback, .react-app .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.react-app .was-validated textarea.form-control:valid, .react-app textarea.form-control.is-valid {
  padding-right: calc(1.6em + 1.7rem);
  background-position: top calc(0.4em + 0.425rem) right calc(0.4em + 0.425rem); }

.react-app .was-validated .custom-select:valid, .react-app .custom-select.is-valid {
  border-color: #19bf33;
  padding-right: calc((1em + 1.7rem) * 3 / 4 + 3rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2319bf33' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 3rem/calc(0.8em + 0.85rem) calc(0.8em + 0.85rem); }
  .react-app .was-validated .custom-select:valid:focus, .react-app .custom-select.is-valid:focus {
    border-color: #19bf33;
    box-shadow: 0 0 0 0.1rem rgba(25, 191, 51, 0.25); }
  .react-app .was-validated .custom-select:valid ~ .valid-feedback, .react-app .was-validated .custom-select:valid ~ .valid-tooltip, .react-app .custom-select.is-valid ~ .valid-feedback, .react-app .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.react-app .was-validated .form-control-file:valid ~ .valid-feedback, .react-app .was-validated .form-control-file:valid ~ .valid-tooltip, .react-app .form-control-file.is-valid ~ .valid-feedback, .react-app .form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.react-app .was-validated .form-check-input:valid ~ .form-check-label, .react-app .form-check-input.is-valid ~ .form-check-label {
  color: #19bf33; }

.react-app .was-validated .form-check-input:valid ~ .valid-feedback, .react-app .was-validated .form-check-input:valid ~ .valid-tooltip, .react-app .form-check-input.is-valid ~ .valid-feedback, .react-app .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.react-app .was-validated .custom-control-input:valid ~ .custom-control-label, .react-app .custom-control-input.is-valid ~ .custom-control-label {
  color: #19bf33; }
  .react-app .was-validated .custom-control-input:valid ~ .custom-control-label::before, .react-app .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #19bf33; }

.react-app .was-validated .custom-control-input:valid ~ .valid-feedback, .react-app .was-validated .custom-control-input:valid ~ .valid-tooltip, .react-app .custom-control-input.is-valid ~ .valid-feedback, .react-app .custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.react-app .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .react-app .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #28e345;
  background-color: #28e345; }

.react-app .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .react-app .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(25, 191, 51, 0.25); }

.react-app .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .react-app .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #19bf33; }

.react-app .was-validated .custom-file-input:valid ~ .custom-file-label, .react-app .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #19bf33; }

.react-app .was-validated .custom-file-input:valid ~ .valid-feedback, .react-app .was-validated .custom-file-input:valid ~ .valid-tooltip, .react-app .custom-file-input.is-valid ~ .valid-feedback, .react-app .custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.react-app .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .react-app .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #19bf33;
  box-shadow: 0 0 0 0.1rem rgba(25, 191, 51, 0.25); }

.react-app .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e3394d; }

.react-app .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(227, 57, 77, 0.9);
  border-radius: 0.25rem; }

.react-app .was-validated .form-control:invalid, .react-app .form-control.is-invalid {
  border-color: #e3394d;
  padding-right: calc(1.6em + 1.7rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3394d' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e3394d' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.425rem);
  background-size: calc(0.8em + 0.85rem) calc(0.8em + 0.85rem); }
  .react-app .was-validated .form-control:invalid:focus, .react-app .form-control.is-invalid:focus {
    border-color: #e3394d;
    box-shadow: 0 0 0 0.1rem rgba(227, 57, 77, 0.25); }
  .react-app .was-validated .form-control:invalid ~ .invalid-feedback, .react-app .was-validated .form-control:invalid ~ .invalid-tooltip, .react-app .form-control.is-invalid ~ .invalid-feedback, .react-app .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.react-app .was-validated textarea.form-control:invalid, .react-app textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 1.7rem);
  background-position: top calc(0.4em + 0.425rem) right calc(0.4em + 0.425rem); }

.react-app .was-validated .custom-select:invalid, .react-app .custom-select.is-invalid {
  border-color: #e3394d;
  padding-right: calc((1em + 1.7rem) * 3 / 4 + 3rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3394d' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e3394d' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 3rem/calc(0.8em + 0.85rem) calc(0.8em + 0.85rem); }
  .react-app .was-validated .custom-select:invalid:focus, .react-app .custom-select.is-invalid:focus {
    border-color: #e3394d;
    box-shadow: 0 0 0 0.1rem rgba(227, 57, 77, 0.25); }
  .react-app .was-validated .custom-select:invalid ~ .invalid-feedback, .react-app .was-validated .custom-select:invalid ~ .invalid-tooltip, .react-app .custom-select.is-invalid ~ .invalid-feedback, .react-app .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.react-app .was-validated .form-control-file:invalid ~ .invalid-feedback, .react-app .was-validated .form-control-file:invalid ~ .invalid-tooltip, .react-app .form-control-file.is-invalid ~ .invalid-feedback, .react-app .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.react-app .was-validated .form-check-input:invalid ~ .form-check-label, .react-app .form-check-input.is-invalid ~ .form-check-label {
  color: #e3394d; }

.react-app .was-validated .form-check-input:invalid ~ .invalid-feedback, .react-app .was-validated .form-check-input:invalid ~ .invalid-tooltip, .react-app .form-check-input.is-invalid ~ .invalid-feedback, .react-app .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.react-app .was-validated .custom-control-input:invalid ~ .custom-control-label, .react-app .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3394d; }
  .react-app .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .react-app .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e3394d; }

.react-app .was-validated .custom-control-input:invalid ~ .invalid-feedback, .react-app .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .react-app .custom-control-input.is-invalid ~ .invalid-feedback, .react-app .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.react-app .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .react-app .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e96675;
  background-color: #e96675; }

.react-app .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .react-app .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(227, 57, 77, 0.25); }

.react-app .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .react-app .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3394d; }

.react-app .was-validated .custom-file-input:invalid ~ .custom-file-label, .react-app .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3394d; }

.react-app .was-validated .custom-file-input:invalid ~ .invalid-feedback, .react-app .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .react-app .custom-file-input.is-invalid ~ .invalid-feedback, .react-app .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.react-app .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .react-app .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3394d;
  box-shadow: 0 0 0 0.1rem rgba(227, 57, 77, 0.25); }

.react-app .form-inline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
          align-items: center; }
  .react-app .form-inline .form-check {
    width: 100%; }
  @media (min-width: 667px) {
    .react-app .form-inline label {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: center;
              justify-content: center;
      margin-bottom: 0; }
    .react-app .form-inline .form-group {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-align-items: center;
              align-items: center;
      margin-bottom: 0; }
    .react-app .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .react-app .form-inline .form-control-plaintext {
      display: inline-block; }
    .react-app .form-inline .input-group, .react-app .form-inline .custom-select {
      width: auto; }
    .react-app .form-inline .form-check {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .react-app .form-inline .form-check-input {
      position: relative;
      -webkit-flex-shrink: 0;
              flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .react-app .form-inline .custom-control {
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: center;
              justify-content: center; }
    .react-app .form-inline .custom-control-label {
      margin-bottom: 0; } }

.react-app .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.7rem; }

.react-app .custom-control-inline {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 1rem; }

.react-app .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .react-app .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #00a5ef;
    background-color: #00a5ef; }
  .react-app .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .react-app .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #70d3ff; }
  .react-app .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #a3e2ff;
    border-color: #a3e2ff; }
  .react-app .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .react-app .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.react-app .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .react-app .custom-control-label::before {
    position: absolute;
    top: 0.15rem;
    left: -1.7rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .react-app .custom-control-label::after {
    position: absolute;
    top: 0.15rem;
    left: -1.7rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.react-app .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.react-app .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.react-app .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00a5ef;
  background-color: #00a5ef; }

.react-app .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.react-app .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 165, 239, 0.5); }

.react-app .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 165, 239, 0.5); }

.react-app .custom-radio .custom-control-label::before {
  border-radius: 50%; }

.react-app .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.react-app .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 165, 239, 0.5); }

.react-app .custom-switch {
  padding-left: 3.14rem; }
  .react-app .custom-switch .custom-control-label::before {
    left: -3.14rem;
    width: 2.64rem;
    pointer-events: all;
    border-radius: 0.6rem; }
  .react-app .custom-switch .custom-control-label::after {
    top: calc(0.15rem + 2px);
    left: calc(-3.14rem + 2px);
    width: calc(1.2rem - 0.2rem);
    height: calc(1.2rem - 0.2rem);
    background-color: #adb5bd;
    border-radius: 0.6rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .react-app .custom-switch .custom-control-label::after {
        transition: none; } }
  .react-app .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.44rem);
            transform: translateX(1.44rem); }
  .react-app .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 165, 239, 0.5); }

.react-app .custom-select {
  display: inline-block;
  width: 100%;
  height: calc( 1.6em + 1.7rem + 0.1rem);
  padding: 0.85rem 3rem 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .react-app .custom-select:focus {
    border-color: #70d3ff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 165, 239, 0.25); }
    .react-app .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .react-app .custom-select[multiple], .react-app .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 2rem;
    background-image: none; }
  .react-app .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .react-app .custom-select::-ms-expand {
    display: none; }

.react-app .custom-select-sm {
  height: calc( 1.8em + 1.1rem + 0.1rem);
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  padding-left: 1.5rem;
  font-size: 0.875rem; }

.react-app .custom-select-lg {
  height: calc( 1.8em + 2rem + 0.1rem);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  font-size: 1.4rem; }

.react-app .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc( 1.6em + 1.7rem + 0.1rem);
  margin-bottom: 0; }

.react-app .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc( 1.6em + 1.7rem + 0.1rem);
  margin: 0;
  opacity: 0; }
  .react-app .custom-file-input:focus ~ .custom-file-label {
    border-color: #70d3ff;
    box-shadow: none; }
  .react-app .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .react-app .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .react-app .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.react-app .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc( 1.6em + 1.7rem + 0.1rem);
  padding: 0.85rem 2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .react-app .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 1.7rem);
    padding: 0.85rem 2rem;
    line-height: 1.6;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.react-app .custom-range {
  width: 100%;
  height: calc(1rem + 0.2rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .react-app .custom-range:focus {
    outline: none; }
    .react-app .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, none; }
    .react-app .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, none; }
    .react-app .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, none; }
  .react-app .custom-range::-moz-focus-outer {
    border: 0; }
  .react-app .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00a5ef;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .react-app .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .react-app .custom-range::-webkit-slider-thumb:active {
      background-color: #a3e2ff; }
  .react-app .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .react-app .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00a5ef;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .react-app .custom-range::-moz-range-thumb {
        transition: none; } }
    .react-app .custom-range::-moz-range-thumb:active {
      background-color: #a3e2ff; }
  .react-app .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .react-app .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
    background-color: #00a5ef;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .react-app .custom-range::-ms-thumb {
        transition: none; } }
    .react-app .custom-range::-ms-thumb:active {
      background-color: #a3e2ff; }
  .react-app .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .react-app .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .react-app .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .react-app .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .react-app .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .react-app .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .react-app .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .react-app .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.react-app .custom-control-label::before, .react-app .custom-file-label, .react-app .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .react-app .custom-control-label::before, .react-app .custom-file-label, .react-app .custom-select {
      transition: none; } }

.react-app .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .react-app .tooltip.show {
    opacity: 0.9; }
  .react-app .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .react-app .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.react-app .bs-tooltip-top, .react-app .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .react-app .bs-tooltip-top .arrow, .react-app .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .react-app .bs-tooltip-top .arrow::before, .react-app .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.react-app .bs-tooltip-right, .react-app .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .react-app .bs-tooltip-right .arrow, .react-app .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .react-app .bs-tooltip-right .arrow::before, .react-app .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.react-app .bs-tooltip-bottom, .react-app .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .react-app .bs-tooltip-bottom .arrow, .react-app .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .react-app .bs-tooltip-bottom .arrow::before, .react-app .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.react-app .bs-tooltip-left, .react-app .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .react-app .bs-tooltip-left .arrow, .react-app .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .react-app .bs-tooltip-left .arrow::before, .react-app .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.react-app .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }

.react-app .fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .react-app .fade {
      transition: none; } }
  .react-app .fade:not(.show) {
    opacity: 0; }

.react-app .collapse:not(.show) {
  display: none; }

.react-app .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .react-app .collapsing {
      transition: none; } }

.react-app .align-baseline {
  vertical-align: baseline !important; }

.react-app .align-top {
  vertical-align: top !important; }

.react-app .align-middle {
  vertical-align: middle !important; }

.react-app .align-bottom {
  vertical-align: bottom !important; }

.react-app .align-text-bottom {
  vertical-align: text-bottom !important; }

.react-app .align-text-top {
  vertical-align: text-top !important; }

.react-app .bg-primary {
  background-color: #00a5ef !important; }

.react-app a.bg-primary:hover, .react-app a.bg-primary:focus, .react-app button.bg-primary:hover, .react-app button.bg-primary:focus {
  background-color: #0082bc !important; }

.react-app .bg-secondary {
  background-color: #612c95 !important; }

.react-app a.bg-secondary:hover, .react-app a.bg-secondary:focus, .react-app button.bg-secondary:hover, .react-app button.bg-secondary:focus {
  background-color: #47206e !important; }

.react-app .bg-success {
  background-color: #19bf33 !important; }

.react-app a.bg-success:hover, .react-app a.bg-success:focus, .react-app button.bg-success:hover, .react-app button.bg-success:focus {
  background-color: #139227 !important; }

.react-app .bg-info {
  background-color: #0091ff !important; }

.react-app a.bg-info:hover, .react-app a.bg-info:focus, .react-app button.bg-info:hover, .react-app button.bg-info:focus {
  background-color: #0074cc !important; }

.react-app .bg-warning {
  background-color: #ffbe36 !important; }

.react-app a.bg-warning:hover, .react-app a.bg-warning:focus, .react-app button.bg-warning:hover, .react-app button.bg-warning:focus {
  background-color: #ffae03 !important; }

.react-app .bg-danger {
  background-color: #e3394d !important; }

.react-app a.bg-danger:hover, .react-app a.bg-danger:focus, .react-app button.bg-danger:hover, .react-app button.bg-danger:focus {
  background-color: #cc1d31 !important; }

.react-app .bg-light {
  background-color: #f8f8f8 !important; }

.react-app a.bg-light:hover, .react-app a.bg-light:focus, .react-app button.bg-light:hover, .react-app button.bg-light:focus {
  background-color: #dfdfdf !important; }

.react-app .bg-dark {
  background-color: #474747 !important; }

.react-app a.bg-dark:hover, .react-app a.bg-dark:focus, .react-app button.bg-dark:hover, .react-app button.bg-dark:focus {
  background-color: #2e2e2e !important; }

.react-app .bg-body {
  background-color: #212121 !important; }

.react-app a.bg-body:hover, .react-app a.bg-body:focus, .react-app button.bg-body:hover, .react-app button.bg-body:focus {
  background-color: #080808 !important; }

.react-app .bg-white {
  background-color: #ffffff !important; }

.react-app a.bg-white:hover, .react-app a.bg-white:focus, .react-app button.bg-white:hover, .react-app button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.react-app .bg-black {
  background-color: #000000 !important; }

.react-app a.bg-black:hover, .react-app a.bg-black:focus, .react-app button.bg-black:hover, .react-app button.bg-black:focus {
  background-color: black !important; }

.react-app .bg-transparent {
  background-color: transparent !important; }

.react-app a.bg-transparent:hover, .react-app a.bg-transparent:focus, .react-app button.bg-transparent:hover, .react-app button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.react-app .bg-white {
  background-color: #ffffff !important; }

.react-app .bg-transparent {
  background-color: transparent !important; }

.react-app .border {
  border: 1px solid #dee2e6 !important; }

.react-app .border-top {
  border-top: 1px solid #dee2e6 !important; }

.react-app .border-right {
  border-right: 1px solid #dee2e6 !important; }

.react-app .border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.react-app .border-left {
  border-left: 1px solid #dee2e6 !important; }

.react-app .border-0 {
  border: 0 !important; }

.react-app .border-top-0 {
  border-top: 0 !important; }

.react-app .border-right-0 {
  border-right: 0 !important; }

.react-app .border-bottom-0 {
  border-bottom: 0 !important; }

.react-app .border-left-0 {
  border-left: 0 !important; }

.react-app .border-primary {
  border-color: #00a5ef !important; }

.react-app .border-secondary {
  border-color: #612c95 !important; }

.react-app .border-success {
  border-color: #19bf33 !important; }

.react-app .border-info {
  border-color: #0091ff !important; }

.react-app .border-warning {
  border-color: #ffbe36 !important; }

.react-app .border-danger {
  border-color: #e3394d !important; }

.react-app .border-light {
  border-color: #f8f8f8 !important; }

.react-app .border-dark {
  border-color: #474747 !important; }

.react-app .border-body {
  border-color: #212121 !important; }

.react-app .border-white {
  border-color: #ffffff !important; }

.react-app .border-black {
  border-color: #000000 !important; }

.react-app .border-transparent {
  border-color: transparent !important; }

.react-app .border-white {
  border-color: #ffffff !important; }

.react-app .rounded-sm {
  border-radius: 0.2rem !important; }

.react-app .rounded {
  border-radius: 0.25rem !important; }

.react-app .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.react-app .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.react-app .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.react-app .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.react-app .rounded-lg {
  border-radius: 0.3rem !important; }

.react-app .rounded-circle {
  border-radius: 50% !important; }

.react-app .rounded-pill {
  border-radius: 50rem !important; }

.react-app .rounded-0 {
  border-radius: 0 !important; }

.react-app .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.react-app .d-none {
  display: none !important; }

.react-app .d-inline {
  display: inline !important; }

.react-app .d-inline-block {
  display: inline-block !important; }

.react-app .d-block {
  display: block !important; }

.react-app .d-table {
  display: table !important; }

.react-app .d-table-row {
  display: table-row !important; }

.react-app .d-table-cell {
  display: table-cell !important; }

.react-app .d-flex {
  display: -webkit-flex !important;
  display: flex !important; }

.react-app .d-inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important; }

@media (min-width: 320px) {
  .react-app .d-xxs-none {
    display: none !important; }
  .react-app .d-xxs-inline {
    display: inline !important; }
  .react-app .d-xxs-inline-block {
    display: inline-block !important; }
  .react-app .d-xxs-block {
    display: block !important; }
  .react-app .d-xxs-table {
    display: table !important; }
  .react-app .d-xxs-table-row {
    display: table-row !important; }
  .react-app .d-xxs-table-cell {
    display: table-cell !important; }
  .react-app .d-xxs-flex {
    display: -webkit-flex !important;
    display: flex !important; }
  .react-app .d-xxs-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

@media (min-width: 568px) {
  .react-app .d-xs-none {
    display: none !important; }
  .react-app .d-xs-inline {
    display: inline !important; }
  .react-app .d-xs-inline-block {
    display: inline-block !important; }
  .react-app .d-xs-block {
    display: block !important; }
  .react-app .d-xs-table {
    display: table !important; }
  .react-app .d-xs-table-row {
    display: table-row !important; }
  .react-app .d-xs-table-cell {
    display: table-cell !important; }
  .react-app .d-xs-flex {
    display: -webkit-flex !important;
    display: flex !important; }
  .react-app .d-xs-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

@media (min-width: 667px) {
  .react-app .d-sm-none {
    display: none !important; }
  .react-app .d-sm-inline {
    display: inline !important; }
  .react-app .d-sm-inline-block {
    display: inline-block !important; }
  .react-app .d-sm-block {
    display: block !important; }
  .react-app .d-sm-table {
    display: table !important; }
  .react-app .d-sm-table-row {
    display: table-row !important; }
  .react-app .d-sm-table-cell {
    display: table-cell !important; }
  .react-app .d-sm-flex {
    display: -webkit-flex !important;
    display: flex !important; }
  .react-app .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .react-app .d-md-none {
    display: none !important; }
  .react-app .d-md-inline {
    display: inline !important; }
  .react-app .d-md-inline-block {
    display: inline-block !important; }
  .react-app .d-md-block {
    display: block !important; }
  .react-app .d-md-table {
    display: table !important; }
  .react-app .d-md-table-row {
    display: table-row !important; }
  .react-app .d-md-table-cell {
    display: table-cell !important; }
  .react-app .d-md-flex {
    display: -webkit-flex !important;
    display: flex !important; }
  .react-app .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .react-app .d-lg-none {
    display: none !important; }
  .react-app .d-lg-inline {
    display: inline !important; }
  .react-app .d-lg-inline-block {
    display: inline-block !important; }
  .react-app .d-lg-block {
    display: block !important; }
  .react-app .d-lg-table {
    display: table !important; }
  .react-app .d-lg-table-row {
    display: table-row !important; }
  .react-app .d-lg-table-cell {
    display: table-cell !important; }
  .react-app .d-lg-flex {
    display: -webkit-flex !important;
    display: flex !important; }
  .react-app .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .react-app .d-xl-none {
    display: none !important; }
  .react-app .d-xl-inline {
    display: inline !important; }
  .react-app .d-xl-inline-block {
    display: inline-block !important; }
  .react-app .d-xl-block {
    display: block !important; }
  .react-app .d-xl-table {
    display: table !important; }
  .react-app .d-xl-table-row {
    display: table-row !important; }
  .react-app .d-xl-table-cell {
    display: table-cell !important; }
  .react-app .d-xl-flex {
    display: -webkit-flex !important;
    display: flex !important; }
  .react-app .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

@media print {
  .react-app .d-print-none {
    display: none !important; }
  .react-app .d-print-inline {
    display: inline !important; }
  .react-app .d-print-inline-block {
    display: inline-block !important; }
  .react-app .d-print-block {
    display: block !important; }
  .react-app .d-print-table {
    display: table !important; }
  .react-app .d-print-table-row {
    display: table-row !important; }
  .react-app .d-print-table-cell {
    display: table-cell !important; }
  .react-app .d-print-flex {
    display: -webkit-flex !important;
    display: flex !important; }
  .react-app .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

.react-app .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .react-app .embed-responsive::before {
    display: block;
    content: ""; }
  .react-app .embed-responsive .embed-responsive-item, .react-app .embed-responsive iframe, .react-app .embed-responsive embed, .react-app .embed-responsive object, .react-app .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.react-app .embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.react-app .embed-responsive-16by9::before {
  padding-top: 56.25%; }

.react-app .embed-responsive-4by3::before {
  padding-top: 75%; }

.react-app .embed-responsive-1by1::before {
  padding-top: 100%; }

.react-app .flex-row {
  -webkit-flex-direction: row !important;
          flex-direction: row !important; }

.react-app .flex-column {
  -webkit-flex-direction: column !important;
          flex-direction: column !important; }

.react-app .flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.react-app .flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.react-app .flex-wrap {
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.react-app .flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.react-app .flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.react-app .flex-fill {
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.react-app .flex-grow-0 {
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important; }

.react-app .flex-grow-1 {
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important; }

.react-app .flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important; }

.react-app .flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important; }

.react-app .justify-content-start {
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important; }

.react-app .justify-content-end {
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important; }

.react-app .justify-content-center {
  -webkit-justify-content: center !important;
          justify-content: center !important; }

.react-app .justify-content-between {
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important; }

.react-app .justify-content-around {
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important; }

.react-app .align-items-start {
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important; }

.react-app .align-items-end {
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important; }

.react-app .align-items-center {
  -webkit-align-items: center !important;
          align-items: center !important; }

.react-app .align-items-baseline {
  -webkit-align-items: baseline !important;
          align-items: baseline !important; }

.react-app .align-items-stretch {
  -webkit-align-items: stretch !important;
          align-items: stretch !important; }

.react-app .align-content-start {
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important; }

.react-app .align-content-end {
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important; }

.react-app .align-content-center {
  -webkit-align-content: center !important;
          align-content: center !important; }

.react-app .align-content-between {
  -webkit-align-content: space-between !important;
          align-content: space-between !important; }

.react-app .align-content-around {
  -webkit-align-content: space-around !important;
          align-content: space-around !important; }

.react-app .align-content-stretch {
  -webkit-align-content: stretch !important;
          align-content: stretch !important; }

.react-app .align-self-auto {
  -webkit-align-self: auto !important;
          align-self: auto !important; }

.react-app .align-self-start {
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important; }

.react-app .align-self-end {
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important; }

.react-app .align-self-center {
  -webkit-align-self: center !important;
          align-self: center !important; }

.react-app .align-self-baseline {
  -webkit-align-self: baseline !important;
          align-self: baseline !important; }

.react-app .align-self-stretch {
  -webkit-align-self: stretch !important;
          align-self: stretch !important; }

@media (min-width: 320px) {
  .react-app .flex-xxs-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .react-app .flex-xxs-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .react-app .flex-xxs-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .react-app .flex-xxs-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .react-app .flex-xxs-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .react-app .flex-xxs-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .react-app .flex-xxs-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .react-app .flex-xxs-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .react-app .flex-xxs-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .react-app .flex-xxs-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .react-app .flex-xxs-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .react-app .flex-xxs-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .react-app .justify-content-xxs-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .react-app .justify-content-xxs-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .react-app .justify-content-xxs-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .react-app .justify-content-xxs-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .react-app .justify-content-xxs-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .react-app .align-items-xxs-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .react-app .align-items-xxs-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .react-app .align-items-xxs-center {
    -webkit-align-items: center !important;
            align-items: center !important; }
  .react-app .align-items-xxs-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .react-app .align-items-xxs-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .react-app .align-content-xxs-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .react-app .align-content-xxs-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .react-app .align-content-xxs-center {
    -webkit-align-content: center !important;
            align-content: center !important; }
  .react-app .align-content-xxs-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .react-app .align-content-xxs-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .react-app .align-content-xxs-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .react-app .align-self-xxs-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .react-app .align-self-xxs-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .react-app .align-self-xxs-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .react-app .align-self-xxs-center {
    -webkit-align-self: center !important;
            align-self: center !important; }
  .react-app .align-self-xxs-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .react-app .align-self-xxs-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 568px) {
  .react-app .flex-xs-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .react-app .flex-xs-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .react-app .flex-xs-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .react-app .flex-xs-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .react-app .flex-xs-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .react-app .flex-xs-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .react-app .flex-xs-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .react-app .flex-xs-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .react-app .flex-xs-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .react-app .flex-xs-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .react-app .flex-xs-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .react-app .flex-xs-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .react-app .justify-content-xs-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .react-app .justify-content-xs-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .react-app .justify-content-xs-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .react-app .justify-content-xs-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .react-app .justify-content-xs-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .react-app .align-items-xs-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .react-app .align-items-xs-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .react-app .align-items-xs-center {
    -webkit-align-items: center !important;
            align-items: center !important; }
  .react-app .align-items-xs-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .react-app .align-items-xs-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .react-app .align-content-xs-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .react-app .align-content-xs-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .react-app .align-content-xs-center {
    -webkit-align-content: center !important;
            align-content: center !important; }
  .react-app .align-content-xs-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .react-app .align-content-xs-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .react-app .align-content-xs-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .react-app .align-self-xs-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .react-app .align-self-xs-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .react-app .align-self-xs-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .react-app .align-self-xs-center {
    -webkit-align-self: center !important;
            align-self: center !important; }
  .react-app .align-self-xs-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .react-app .align-self-xs-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 667px) {
  .react-app .flex-sm-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .react-app .flex-sm-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .react-app .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .react-app .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .react-app .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .react-app .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .react-app .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .react-app .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .react-app .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .react-app .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .react-app .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .react-app .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .react-app .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .react-app .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .react-app .justify-content-sm-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .react-app .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .react-app .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .react-app .align-items-sm-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .react-app .align-items-sm-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .react-app .align-items-sm-center {
    -webkit-align-items: center !important;
            align-items: center !important; }
  .react-app .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .react-app .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .react-app .align-content-sm-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .react-app .align-content-sm-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .react-app .align-content-sm-center {
    -webkit-align-content: center !important;
            align-content: center !important; }
  .react-app .align-content-sm-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .react-app .align-content-sm-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .react-app .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .react-app .align-self-sm-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .react-app .align-self-sm-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .react-app .align-self-sm-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .react-app .align-self-sm-center {
    -webkit-align-self: center !important;
            align-self: center !important; }
  .react-app .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .react-app .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .react-app .flex-md-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .react-app .flex-md-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .react-app .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .react-app .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .react-app .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .react-app .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .react-app .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .react-app .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .react-app .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .react-app .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .react-app .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .react-app .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .react-app .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .react-app .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .react-app .justify-content-md-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .react-app .justify-content-md-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .react-app .justify-content-md-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .react-app .align-items-md-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .react-app .align-items-md-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .react-app .align-items-md-center {
    -webkit-align-items: center !important;
            align-items: center !important; }
  .react-app .align-items-md-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .react-app .align-items-md-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .react-app .align-content-md-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .react-app .align-content-md-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .react-app .align-content-md-center {
    -webkit-align-content: center !important;
            align-content: center !important; }
  .react-app .align-content-md-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .react-app .align-content-md-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .react-app .align-content-md-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .react-app .align-self-md-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .react-app .align-self-md-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .react-app .align-self-md-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .react-app .align-self-md-center {
    -webkit-align-self: center !important;
            align-self: center !important; }
  .react-app .align-self-md-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .react-app .align-self-md-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .react-app .flex-lg-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .react-app .flex-lg-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .react-app .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .react-app .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .react-app .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .react-app .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .react-app .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .react-app .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .react-app .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .react-app .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .react-app .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .react-app .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .react-app .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .react-app .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .react-app .justify-content-lg-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .react-app .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .react-app .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .react-app .align-items-lg-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .react-app .align-items-lg-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .react-app .align-items-lg-center {
    -webkit-align-items: center !important;
            align-items: center !important; }
  .react-app .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .react-app .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .react-app .align-content-lg-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .react-app .align-content-lg-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .react-app .align-content-lg-center {
    -webkit-align-content: center !important;
            align-content: center !important; }
  .react-app .align-content-lg-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .react-app .align-content-lg-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .react-app .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .react-app .align-self-lg-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .react-app .align-self-lg-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .react-app .align-self-lg-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .react-app .align-self-lg-center {
    -webkit-align-self: center !important;
            align-self: center !important; }
  .react-app .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .react-app .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .react-app .flex-xl-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .react-app .flex-xl-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .react-app .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .react-app .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .react-app .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .react-app .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .react-app .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .react-app .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .react-app .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .react-app .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .react-app .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .react-app .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .react-app .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .react-app .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .react-app .justify-content-xl-center {
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .react-app .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .react-app .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .react-app .align-items-xl-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .react-app .align-items-xl-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .react-app .align-items-xl-center {
    -webkit-align-items: center !important;
            align-items: center !important; }
  .react-app .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .react-app .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .react-app .align-content-xl-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .react-app .align-content-xl-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .react-app .align-content-xl-center {
    -webkit-align-content: center !important;
            align-content: center !important; }
  .react-app .align-content-xl-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .react-app .align-content-xl-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .react-app .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .react-app .align-self-xl-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .react-app .align-self-xl-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .react-app .align-self-xl-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .react-app .align-self-xl-center {
    -webkit-align-self: center !important;
            align-self: center !important; }
  .react-app .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .react-app .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

.react-app .float-left {
  float: left !important; }

.react-app .float-right {
  float: right !important; }

.react-app .float-none {
  float: none !important; }

@media (min-width: 320px) {
  .react-app .float-xxs-left {
    float: left !important; }
  .react-app .float-xxs-right {
    float: right !important; }
  .react-app .float-xxs-none {
    float: none !important; } }

@media (min-width: 568px) {
  .react-app .float-xs-left {
    float: left !important; }
  .react-app .float-xs-right {
    float: right !important; }
  .react-app .float-xs-none {
    float: none !important; } }

@media (min-width: 667px) {
  .react-app .float-sm-left {
    float: left !important; }
  .react-app .float-sm-right {
    float: right !important; }
  .react-app .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .react-app .float-md-left {
    float: left !important; }
  .react-app .float-md-right {
    float: right !important; }
  .react-app .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .react-app .float-lg-left {
    float: left !important; }
  .react-app .float-lg-right {
    float: right !important; }
  .react-app .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .react-app .float-xl-left {
    float: left !important; }
  .react-app .float-xl-right {
    float: right !important; }
  .react-app .float-xl-none {
    float: none !important; } }

.react-app .overflow-auto {
  overflow: auto !important; }

.react-app .overflow-hidden {
  overflow: hidden !important; }

.react-app .position-static {
  position: static !important; }

.react-app .position-relative {
  position: relative !important; }

.react-app .position-absolute {
  position: absolute !important; }

.react-app .position-fixed {
  position: fixed !important; }

.react-app .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.react-app .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.react-app .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .react-app .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.react-app .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.react-app .sr-only-focusable:active, .react-app .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.react-app .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.react-app .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.react-app .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.react-app .shadow-none {
  box-shadow: none !important; }

.react-app .w-25 {
  width: 25% !important; }

.react-app .w-50 {
  width: 50% !important; }

.react-app .w-75 {
  width: 75% !important; }

.react-app .w-100 {
  width: 100% !important; }

.react-app .w-auto {
  width: auto !important; }

.react-app .h-25 {
  height: 25% !important; }

.react-app .h-50 {
  height: 50% !important; }

.react-app .h-75 {
  height: 75% !important; }

.react-app .h-100 {
  height: 100% !important; }

.react-app .h-auto {
  height: auto !important; }

.react-app .mw-100 {
  max-width: 100% !important; }

.react-app .mh-100 {
  max-height: 100% !important; }

.react-app .min-vw-100 {
  min-width: 100vw !important; }

.react-app .min-vh-100 {
  min-height: 100vh !important; }

.react-app .vw-100 {
  width: 100vw !important; }

.react-app .vh-100 {
  height: 100vh !important; }

.react-app .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.react-app .m-0 {
  margin: 0 !important; }

.react-app .mt-0, .react-app .my-0 {
  margin-top: 0 !important; }

.react-app .mr-0, .react-app .mx-0 {
  margin-right: 0 !important; }

.react-app .mb-0, .react-app .my-0 {
  margin-bottom: 0 !important; }

.react-app .ml-0, .react-app .mx-0 {
  margin-left: 0 !important; }

.react-app .m-1 {
  margin: 0.25rem !important; }

.react-app .mt-1, .react-app .my-1 {
  margin-top: 0.25rem !important; }

.react-app .mr-1, .react-app .mx-1 {
  margin-right: 0.25rem !important; }

.react-app .mb-1, .react-app .my-1 {
  margin-bottom: 0.25rem !important; }

.react-app .ml-1, .react-app .mx-1 {
  margin-left: 0.25rem !important; }

.react-app .m-2 {
  margin: 0.5rem !important; }

.react-app .mt-2, .react-app .my-2 {
  margin-top: 0.5rem !important; }

.react-app .mr-2, .react-app .mx-2 {
  margin-right: 0.5rem !important; }

.react-app .mb-2, .react-app .my-2 {
  margin-bottom: 0.5rem !important; }

.react-app .ml-2, .react-app .mx-2 {
  margin-left: 0.5rem !important; }

.react-app .m-3 {
  margin: 1rem !important; }

.react-app .mt-3, .react-app .my-3 {
  margin-top: 1rem !important; }

.react-app .mr-3, .react-app .mx-3 {
  margin-right: 1rem !important; }

.react-app .mb-3, .react-app .my-3 {
  margin-bottom: 1rem !important; }

.react-app .ml-3, .react-app .mx-3 {
  margin-left: 1rem !important; }

.react-app .m-4 {
  margin: 1.5rem !important; }

.react-app .mt-4, .react-app .my-4 {
  margin-top: 1.5rem !important; }

.react-app .mr-4, .react-app .mx-4 {
  margin-right: 1.5rem !important; }

.react-app .mb-4, .react-app .my-4 {
  margin-bottom: 1.5rem !important; }

.react-app .ml-4, .react-app .mx-4 {
  margin-left: 1.5rem !important; }

.react-app .m-5 {
  margin: 3rem !important; }

.react-app .mt-5, .react-app .my-5 {
  margin-top: 3rem !important; }

.react-app .mr-5, .react-app .mx-5 {
  margin-right: 3rem !important; }

.react-app .mb-5, .react-app .my-5 {
  margin-bottom: 3rem !important; }

.react-app .ml-5, .react-app .mx-5 {
  margin-left: 3rem !important; }

.react-app .p-0 {
  padding: 0 !important; }

.react-app .pt-0, .react-app .py-0 {
  padding-top: 0 !important; }

.react-app .pr-0, .react-app .px-0 {
  padding-right: 0 !important; }

.react-app .pb-0, .react-app .py-0 {
  padding-bottom: 0 !important; }

.react-app .pl-0, .react-app .px-0 {
  padding-left: 0 !important; }

.react-app .p-1 {
  padding: 0.25rem !important; }

.react-app .pt-1, .react-app .py-1 {
  padding-top: 0.25rem !important; }

.react-app .pr-1, .react-app .px-1 {
  padding-right: 0.25rem !important; }

.react-app .pb-1, .react-app .py-1 {
  padding-bottom: 0.25rem !important; }

.react-app .pl-1, .react-app .px-1 {
  padding-left: 0.25rem !important; }

.react-app .p-2 {
  padding: 0.5rem !important; }

.react-app .pt-2, .react-app .py-2 {
  padding-top: 0.5rem !important; }

.react-app .pr-2, .react-app .px-2 {
  padding-right: 0.5rem !important; }

.react-app .pb-2, .react-app .py-2 {
  padding-bottom: 0.5rem !important; }

.react-app .pl-2, .react-app .px-2 {
  padding-left: 0.5rem !important; }

.react-app .p-3 {
  padding: 1rem !important; }

.react-app .pt-3, .react-app .py-3 {
  padding-top: 1rem !important; }

.react-app .pr-3, .react-app .px-3 {
  padding-right: 1rem !important; }

.react-app .pb-3, .react-app .py-3 {
  padding-bottom: 1rem !important; }

.react-app .pl-3, .react-app .px-3 {
  padding-left: 1rem !important; }

.react-app .p-4 {
  padding: 1.5rem !important; }

.react-app .pt-4, .react-app .py-4 {
  padding-top: 1.5rem !important; }

.react-app .pr-4, .react-app .px-4 {
  padding-right: 1.5rem !important; }

.react-app .pb-4, .react-app .py-4 {
  padding-bottom: 1.5rem !important; }

.react-app .pl-4, .react-app .px-4 {
  padding-left: 1.5rem !important; }

.react-app .p-5 {
  padding: 3rem !important; }

.react-app .pt-5, .react-app .py-5 {
  padding-top: 3rem !important; }

.react-app .pr-5, .react-app .px-5 {
  padding-right: 3rem !important; }

.react-app .pb-5, .react-app .py-5 {
  padding-bottom: 3rem !important; }

.react-app .pl-5, .react-app .px-5 {
  padding-left: 3rem !important; }

.react-app .m-n1 {
  margin: -0.25rem !important; }

.react-app .mt-n1, .react-app .my-n1 {
  margin-top: -0.25rem !important; }

.react-app .mr-n1, .react-app .mx-n1 {
  margin-right: -0.25rem !important; }

.react-app .mb-n1, .react-app .my-n1 {
  margin-bottom: -0.25rem !important; }

.react-app .ml-n1, .react-app .mx-n1 {
  margin-left: -0.25rem !important; }

.react-app .m-n2 {
  margin: -0.5rem !important; }

.react-app .mt-n2, .react-app .my-n2 {
  margin-top: -0.5rem !important; }

.react-app .mr-n2, .react-app .mx-n2 {
  margin-right: -0.5rem !important; }

.react-app .mb-n2, .react-app .my-n2 {
  margin-bottom: -0.5rem !important; }

.react-app .ml-n2, .react-app .mx-n2 {
  margin-left: -0.5rem !important; }

.react-app .m-n3 {
  margin: -1rem !important; }

.react-app .mt-n3, .react-app .my-n3 {
  margin-top: -1rem !important; }

.react-app .mr-n3, .react-app .mx-n3 {
  margin-right: -1rem !important; }

.react-app .mb-n3, .react-app .my-n3 {
  margin-bottom: -1rem !important; }

.react-app .ml-n3, .react-app .mx-n3 {
  margin-left: -1rem !important; }

.react-app .m-n4 {
  margin: -1.5rem !important; }

.react-app .mt-n4, .react-app .my-n4 {
  margin-top: -1.5rem !important; }

.react-app .mr-n4, .react-app .mx-n4 {
  margin-right: -1.5rem !important; }

.react-app .mb-n4, .react-app .my-n4 {
  margin-bottom: -1.5rem !important; }

.react-app .ml-n4, .react-app .mx-n4 {
  margin-left: -1.5rem !important; }

.react-app .m-n5 {
  margin: -3rem !important; }

.react-app .mt-n5, .react-app .my-n5 {
  margin-top: -3rem !important; }

.react-app .mr-n5, .react-app .mx-n5 {
  margin-right: -3rem !important; }

.react-app .mb-n5, .react-app .my-n5 {
  margin-bottom: -3rem !important; }

.react-app .ml-n5, .react-app .mx-n5 {
  margin-left: -3rem !important; }

.react-app .m-auto {
  margin: auto !important; }

.react-app .mt-auto, .react-app .my-auto {
  margin-top: auto !important; }

.react-app .mr-auto, .react-app .mx-auto {
  margin-right: auto !important; }

.react-app .mb-auto, .react-app .my-auto {
  margin-bottom: auto !important; }

.react-app .ml-auto, .react-app .mx-auto {
  margin-left: auto !important; }

@media (min-width: 320px) {
  .react-app .m-xxs-0 {
    margin: 0 !important; }
  .react-app .mt-xxs-0, .react-app .my-xxs-0 {
    margin-top: 0 !important; }
  .react-app .mr-xxs-0, .react-app .mx-xxs-0 {
    margin-right: 0 !important; }
  .react-app .mb-xxs-0, .react-app .my-xxs-0 {
    margin-bottom: 0 !important; }
  .react-app .ml-xxs-0, .react-app .mx-xxs-0 {
    margin-left: 0 !important; }
  .react-app .m-xxs-1 {
    margin: 0.25rem !important; }
  .react-app .mt-xxs-1, .react-app .my-xxs-1 {
    margin-top: 0.25rem !important; }
  .react-app .mr-xxs-1, .react-app .mx-xxs-1 {
    margin-right: 0.25rem !important; }
  .react-app .mb-xxs-1, .react-app .my-xxs-1 {
    margin-bottom: 0.25rem !important; }
  .react-app .ml-xxs-1, .react-app .mx-xxs-1 {
    margin-left: 0.25rem !important; }
  .react-app .m-xxs-2 {
    margin: 0.5rem !important; }
  .react-app .mt-xxs-2, .react-app .my-xxs-2 {
    margin-top: 0.5rem !important; }
  .react-app .mr-xxs-2, .react-app .mx-xxs-2 {
    margin-right: 0.5rem !important; }
  .react-app .mb-xxs-2, .react-app .my-xxs-2 {
    margin-bottom: 0.5rem !important; }
  .react-app .ml-xxs-2, .react-app .mx-xxs-2 {
    margin-left: 0.5rem !important; }
  .react-app .m-xxs-3 {
    margin: 1rem !important; }
  .react-app .mt-xxs-3, .react-app .my-xxs-3 {
    margin-top: 1rem !important; }
  .react-app .mr-xxs-3, .react-app .mx-xxs-3 {
    margin-right: 1rem !important; }
  .react-app .mb-xxs-3, .react-app .my-xxs-3 {
    margin-bottom: 1rem !important; }
  .react-app .ml-xxs-3, .react-app .mx-xxs-3 {
    margin-left: 1rem !important; }
  .react-app .m-xxs-4 {
    margin: 1.5rem !important; }
  .react-app .mt-xxs-4, .react-app .my-xxs-4 {
    margin-top: 1.5rem !important; }
  .react-app .mr-xxs-4, .react-app .mx-xxs-4 {
    margin-right: 1.5rem !important; }
  .react-app .mb-xxs-4, .react-app .my-xxs-4 {
    margin-bottom: 1.5rem !important; }
  .react-app .ml-xxs-4, .react-app .mx-xxs-4 {
    margin-left: 1.5rem !important; }
  .react-app .m-xxs-5 {
    margin: 3rem !important; }
  .react-app .mt-xxs-5, .react-app .my-xxs-5 {
    margin-top: 3rem !important; }
  .react-app .mr-xxs-5, .react-app .mx-xxs-5 {
    margin-right: 3rem !important; }
  .react-app .mb-xxs-5, .react-app .my-xxs-5 {
    margin-bottom: 3rem !important; }
  .react-app .ml-xxs-5, .react-app .mx-xxs-5 {
    margin-left: 3rem !important; }
  .react-app .p-xxs-0 {
    padding: 0 !important; }
  .react-app .pt-xxs-0, .react-app .py-xxs-0 {
    padding-top: 0 !important; }
  .react-app .pr-xxs-0, .react-app .px-xxs-0 {
    padding-right: 0 !important; }
  .react-app .pb-xxs-0, .react-app .py-xxs-0 {
    padding-bottom: 0 !important; }
  .react-app .pl-xxs-0, .react-app .px-xxs-0 {
    padding-left: 0 !important; }
  .react-app .p-xxs-1 {
    padding: 0.25rem !important; }
  .react-app .pt-xxs-1, .react-app .py-xxs-1 {
    padding-top: 0.25rem !important; }
  .react-app .pr-xxs-1, .react-app .px-xxs-1 {
    padding-right: 0.25rem !important; }
  .react-app .pb-xxs-1, .react-app .py-xxs-1 {
    padding-bottom: 0.25rem !important; }
  .react-app .pl-xxs-1, .react-app .px-xxs-1 {
    padding-left: 0.25rem !important; }
  .react-app .p-xxs-2 {
    padding: 0.5rem !important; }
  .react-app .pt-xxs-2, .react-app .py-xxs-2 {
    padding-top: 0.5rem !important; }
  .react-app .pr-xxs-2, .react-app .px-xxs-2 {
    padding-right: 0.5rem !important; }
  .react-app .pb-xxs-2, .react-app .py-xxs-2 {
    padding-bottom: 0.5rem !important; }
  .react-app .pl-xxs-2, .react-app .px-xxs-2 {
    padding-left: 0.5rem !important; }
  .react-app .p-xxs-3 {
    padding: 1rem !important; }
  .react-app .pt-xxs-3, .react-app .py-xxs-3 {
    padding-top: 1rem !important; }
  .react-app .pr-xxs-3, .react-app .px-xxs-3 {
    padding-right: 1rem !important; }
  .react-app .pb-xxs-3, .react-app .py-xxs-3 {
    padding-bottom: 1rem !important; }
  .react-app .pl-xxs-3, .react-app .px-xxs-3 {
    padding-left: 1rem !important; }
  .react-app .p-xxs-4 {
    padding: 1.5rem !important; }
  .react-app .pt-xxs-4, .react-app .py-xxs-4 {
    padding-top: 1.5rem !important; }
  .react-app .pr-xxs-4, .react-app .px-xxs-4 {
    padding-right: 1.5rem !important; }
  .react-app .pb-xxs-4, .react-app .py-xxs-4 {
    padding-bottom: 1.5rem !important; }
  .react-app .pl-xxs-4, .react-app .px-xxs-4 {
    padding-left: 1.5rem !important; }
  .react-app .p-xxs-5 {
    padding: 3rem !important; }
  .react-app .pt-xxs-5, .react-app .py-xxs-5 {
    padding-top: 3rem !important; }
  .react-app .pr-xxs-5, .react-app .px-xxs-5 {
    padding-right: 3rem !important; }
  .react-app .pb-xxs-5, .react-app .py-xxs-5 {
    padding-bottom: 3rem !important; }
  .react-app .pl-xxs-5, .react-app .px-xxs-5 {
    padding-left: 3rem !important; }
  .react-app .m-xxs-n1 {
    margin: -0.25rem !important; }
  .react-app .mt-xxs-n1, .react-app .my-xxs-n1 {
    margin-top: -0.25rem !important; }
  .react-app .mr-xxs-n1, .react-app .mx-xxs-n1 {
    margin-right: -0.25rem !important; }
  .react-app .mb-xxs-n1, .react-app .my-xxs-n1 {
    margin-bottom: -0.25rem !important; }
  .react-app .ml-xxs-n1, .react-app .mx-xxs-n1 {
    margin-left: -0.25rem !important; }
  .react-app .m-xxs-n2 {
    margin: -0.5rem !important; }
  .react-app .mt-xxs-n2, .react-app .my-xxs-n2 {
    margin-top: -0.5rem !important; }
  .react-app .mr-xxs-n2, .react-app .mx-xxs-n2 {
    margin-right: -0.5rem !important; }
  .react-app .mb-xxs-n2, .react-app .my-xxs-n2 {
    margin-bottom: -0.5rem !important; }
  .react-app .ml-xxs-n2, .react-app .mx-xxs-n2 {
    margin-left: -0.5rem !important; }
  .react-app .m-xxs-n3 {
    margin: -1rem !important; }
  .react-app .mt-xxs-n3, .react-app .my-xxs-n3 {
    margin-top: -1rem !important; }
  .react-app .mr-xxs-n3, .react-app .mx-xxs-n3 {
    margin-right: -1rem !important; }
  .react-app .mb-xxs-n3, .react-app .my-xxs-n3 {
    margin-bottom: -1rem !important; }
  .react-app .ml-xxs-n3, .react-app .mx-xxs-n3 {
    margin-left: -1rem !important; }
  .react-app .m-xxs-n4 {
    margin: -1.5rem !important; }
  .react-app .mt-xxs-n4, .react-app .my-xxs-n4 {
    margin-top: -1.5rem !important; }
  .react-app .mr-xxs-n4, .react-app .mx-xxs-n4 {
    margin-right: -1.5rem !important; }
  .react-app .mb-xxs-n4, .react-app .my-xxs-n4 {
    margin-bottom: -1.5rem !important; }
  .react-app .ml-xxs-n4, .react-app .mx-xxs-n4 {
    margin-left: -1.5rem !important; }
  .react-app .m-xxs-n5 {
    margin: -3rem !important; }
  .react-app .mt-xxs-n5, .react-app .my-xxs-n5 {
    margin-top: -3rem !important; }
  .react-app .mr-xxs-n5, .react-app .mx-xxs-n5 {
    margin-right: -3rem !important; }
  .react-app .mb-xxs-n5, .react-app .my-xxs-n5 {
    margin-bottom: -3rem !important; }
  .react-app .ml-xxs-n5, .react-app .mx-xxs-n5 {
    margin-left: -3rem !important; }
  .react-app .m-xxs-auto {
    margin: auto !important; }
  .react-app .mt-xxs-auto, .react-app .my-xxs-auto {
    margin-top: auto !important; }
  .react-app .mr-xxs-auto, .react-app .mx-xxs-auto {
    margin-right: auto !important; }
  .react-app .mb-xxs-auto, .react-app .my-xxs-auto {
    margin-bottom: auto !important; }
  .react-app .ml-xxs-auto, .react-app .mx-xxs-auto {
    margin-left: auto !important; } }

@media (min-width: 568px) {
  .react-app .m-xs-0 {
    margin: 0 !important; }
  .react-app .mt-xs-0, .react-app .my-xs-0 {
    margin-top: 0 !important; }
  .react-app .mr-xs-0, .react-app .mx-xs-0 {
    margin-right: 0 !important; }
  .react-app .mb-xs-0, .react-app .my-xs-0 {
    margin-bottom: 0 !important; }
  .react-app .ml-xs-0, .react-app .mx-xs-0 {
    margin-left: 0 !important; }
  .react-app .m-xs-1 {
    margin: 0.25rem !important; }
  .react-app .mt-xs-1, .react-app .my-xs-1 {
    margin-top: 0.25rem !important; }
  .react-app .mr-xs-1, .react-app .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .react-app .mb-xs-1, .react-app .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .react-app .ml-xs-1, .react-app .mx-xs-1 {
    margin-left: 0.25rem !important; }
  .react-app .m-xs-2 {
    margin: 0.5rem !important; }
  .react-app .mt-xs-2, .react-app .my-xs-2 {
    margin-top: 0.5rem !important; }
  .react-app .mr-xs-2, .react-app .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .react-app .mb-xs-2, .react-app .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .react-app .ml-xs-2, .react-app .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .react-app .m-xs-3 {
    margin: 1rem !important; }
  .react-app .mt-xs-3, .react-app .my-xs-3 {
    margin-top: 1rem !important; }
  .react-app .mr-xs-3, .react-app .mx-xs-3 {
    margin-right: 1rem !important; }
  .react-app .mb-xs-3, .react-app .my-xs-3 {
    margin-bottom: 1rem !important; }
  .react-app .ml-xs-3, .react-app .mx-xs-3 {
    margin-left: 1rem !important; }
  .react-app .m-xs-4 {
    margin: 1.5rem !important; }
  .react-app .mt-xs-4, .react-app .my-xs-4 {
    margin-top: 1.5rem !important; }
  .react-app .mr-xs-4, .react-app .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .react-app .mb-xs-4, .react-app .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .react-app .ml-xs-4, .react-app .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .react-app .m-xs-5 {
    margin: 3rem !important; }
  .react-app .mt-xs-5, .react-app .my-xs-5 {
    margin-top: 3rem !important; }
  .react-app .mr-xs-5, .react-app .mx-xs-5 {
    margin-right: 3rem !important; }
  .react-app .mb-xs-5, .react-app .my-xs-5 {
    margin-bottom: 3rem !important; }
  .react-app .ml-xs-5, .react-app .mx-xs-5 {
    margin-left: 3rem !important; }
  .react-app .p-xs-0 {
    padding: 0 !important; }
  .react-app .pt-xs-0, .react-app .py-xs-0 {
    padding-top: 0 !important; }
  .react-app .pr-xs-0, .react-app .px-xs-0 {
    padding-right: 0 !important; }
  .react-app .pb-xs-0, .react-app .py-xs-0 {
    padding-bottom: 0 !important; }
  .react-app .pl-xs-0, .react-app .px-xs-0 {
    padding-left: 0 !important; }
  .react-app .p-xs-1 {
    padding: 0.25rem !important; }
  .react-app .pt-xs-1, .react-app .py-xs-1 {
    padding-top: 0.25rem !important; }
  .react-app .pr-xs-1, .react-app .px-xs-1 {
    padding-right: 0.25rem !important; }
  .react-app .pb-xs-1, .react-app .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .react-app .pl-xs-1, .react-app .px-xs-1 {
    padding-left: 0.25rem !important; }
  .react-app .p-xs-2 {
    padding: 0.5rem !important; }
  .react-app .pt-xs-2, .react-app .py-xs-2 {
    padding-top: 0.5rem !important; }
  .react-app .pr-xs-2, .react-app .px-xs-2 {
    padding-right: 0.5rem !important; }
  .react-app .pb-xs-2, .react-app .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .react-app .pl-xs-2, .react-app .px-xs-2 {
    padding-left: 0.5rem !important; }
  .react-app .p-xs-3 {
    padding: 1rem !important; }
  .react-app .pt-xs-3, .react-app .py-xs-3 {
    padding-top: 1rem !important; }
  .react-app .pr-xs-3, .react-app .px-xs-3 {
    padding-right: 1rem !important; }
  .react-app .pb-xs-3, .react-app .py-xs-3 {
    padding-bottom: 1rem !important; }
  .react-app .pl-xs-3, .react-app .px-xs-3 {
    padding-left: 1rem !important; }
  .react-app .p-xs-4 {
    padding: 1.5rem !important; }
  .react-app .pt-xs-4, .react-app .py-xs-4 {
    padding-top: 1.5rem !important; }
  .react-app .pr-xs-4, .react-app .px-xs-4 {
    padding-right: 1.5rem !important; }
  .react-app .pb-xs-4, .react-app .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .react-app .pl-xs-4, .react-app .px-xs-4 {
    padding-left: 1.5rem !important; }
  .react-app .p-xs-5 {
    padding: 3rem !important; }
  .react-app .pt-xs-5, .react-app .py-xs-5 {
    padding-top: 3rem !important; }
  .react-app .pr-xs-5, .react-app .px-xs-5 {
    padding-right: 3rem !important; }
  .react-app .pb-xs-5, .react-app .py-xs-5 {
    padding-bottom: 3rem !important; }
  .react-app .pl-xs-5, .react-app .px-xs-5 {
    padding-left: 3rem !important; }
  .react-app .m-xs-n1 {
    margin: -0.25rem !important; }
  .react-app .mt-xs-n1, .react-app .my-xs-n1 {
    margin-top: -0.25rem !important; }
  .react-app .mr-xs-n1, .react-app .mx-xs-n1 {
    margin-right: -0.25rem !important; }
  .react-app .mb-xs-n1, .react-app .my-xs-n1 {
    margin-bottom: -0.25rem !important; }
  .react-app .ml-xs-n1, .react-app .mx-xs-n1 {
    margin-left: -0.25rem !important; }
  .react-app .m-xs-n2 {
    margin: -0.5rem !important; }
  .react-app .mt-xs-n2, .react-app .my-xs-n2 {
    margin-top: -0.5rem !important; }
  .react-app .mr-xs-n2, .react-app .mx-xs-n2 {
    margin-right: -0.5rem !important; }
  .react-app .mb-xs-n2, .react-app .my-xs-n2 {
    margin-bottom: -0.5rem !important; }
  .react-app .ml-xs-n2, .react-app .mx-xs-n2 {
    margin-left: -0.5rem !important; }
  .react-app .m-xs-n3 {
    margin: -1rem !important; }
  .react-app .mt-xs-n3, .react-app .my-xs-n3 {
    margin-top: -1rem !important; }
  .react-app .mr-xs-n3, .react-app .mx-xs-n3 {
    margin-right: -1rem !important; }
  .react-app .mb-xs-n3, .react-app .my-xs-n3 {
    margin-bottom: -1rem !important; }
  .react-app .ml-xs-n3, .react-app .mx-xs-n3 {
    margin-left: -1rem !important; }
  .react-app .m-xs-n4 {
    margin: -1.5rem !important; }
  .react-app .mt-xs-n4, .react-app .my-xs-n4 {
    margin-top: -1.5rem !important; }
  .react-app .mr-xs-n4, .react-app .mx-xs-n4 {
    margin-right: -1.5rem !important; }
  .react-app .mb-xs-n4, .react-app .my-xs-n4 {
    margin-bottom: -1.5rem !important; }
  .react-app .ml-xs-n4, .react-app .mx-xs-n4 {
    margin-left: -1.5rem !important; }
  .react-app .m-xs-n5 {
    margin: -3rem !important; }
  .react-app .mt-xs-n5, .react-app .my-xs-n5 {
    margin-top: -3rem !important; }
  .react-app .mr-xs-n5, .react-app .mx-xs-n5 {
    margin-right: -3rem !important; }
  .react-app .mb-xs-n5, .react-app .my-xs-n5 {
    margin-bottom: -3rem !important; }
  .react-app .ml-xs-n5, .react-app .mx-xs-n5 {
    margin-left: -3rem !important; }
  .react-app .m-xs-auto {
    margin: auto !important; }
  .react-app .mt-xs-auto, .react-app .my-xs-auto {
    margin-top: auto !important; }
  .react-app .mr-xs-auto, .react-app .mx-xs-auto {
    margin-right: auto !important; }
  .react-app .mb-xs-auto, .react-app .my-xs-auto {
    margin-bottom: auto !important; }
  .react-app .ml-xs-auto, .react-app .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 667px) {
  .react-app .m-sm-0 {
    margin: 0 !important; }
  .react-app .mt-sm-0, .react-app .my-sm-0 {
    margin-top: 0 !important; }
  .react-app .mr-sm-0, .react-app .mx-sm-0 {
    margin-right: 0 !important; }
  .react-app .mb-sm-0, .react-app .my-sm-0 {
    margin-bottom: 0 !important; }
  .react-app .ml-sm-0, .react-app .mx-sm-0 {
    margin-left: 0 !important; }
  .react-app .m-sm-1 {
    margin: 0.25rem !important; }
  .react-app .mt-sm-1, .react-app .my-sm-1 {
    margin-top: 0.25rem !important; }
  .react-app .mr-sm-1, .react-app .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .react-app .mb-sm-1, .react-app .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .react-app .ml-sm-1, .react-app .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .react-app .m-sm-2 {
    margin: 0.5rem !important; }
  .react-app .mt-sm-2, .react-app .my-sm-2 {
    margin-top: 0.5rem !important; }
  .react-app .mr-sm-2, .react-app .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .react-app .mb-sm-2, .react-app .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .react-app .ml-sm-2, .react-app .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .react-app .m-sm-3 {
    margin: 1rem !important; }
  .react-app .mt-sm-3, .react-app .my-sm-3 {
    margin-top: 1rem !important; }
  .react-app .mr-sm-3, .react-app .mx-sm-3 {
    margin-right: 1rem !important; }
  .react-app .mb-sm-3, .react-app .my-sm-3 {
    margin-bottom: 1rem !important; }
  .react-app .ml-sm-3, .react-app .mx-sm-3 {
    margin-left: 1rem !important; }
  .react-app .m-sm-4 {
    margin: 1.5rem !important; }
  .react-app .mt-sm-4, .react-app .my-sm-4 {
    margin-top: 1.5rem !important; }
  .react-app .mr-sm-4, .react-app .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .react-app .mb-sm-4, .react-app .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .react-app .ml-sm-4, .react-app .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .react-app .m-sm-5 {
    margin: 3rem !important; }
  .react-app .mt-sm-5, .react-app .my-sm-5 {
    margin-top: 3rem !important; }
  .react-app .mr-sm-5, .react-app .mx-sm-5 {
    margin-right: 3rem !important; }
  .react-app .mb-sm-5, .react-app .my-sm-5 {
    margin-bottom: 3rem !important; }
  .react-app .ml-sm-5, .react-app .mx-sm-5 {
    margin-left: 3rem !important; }
  .react-app .p-sm-0 {
    padding: 0 !important; }
  .react-app .pt-sm-0, .react-app .py-sm-0 {
    padding-top: 0 !important; }
  .react-app .pr-sm-0, .react-app .px-sm-0 {
    padding-right: 0 !important; }
  .react-app .pb-sm-0, .react-app .py-sm-0 {
    padding-bottom: 0 !important; }
  .react-app .pl-sm-0, .react-app .px-sm-0 {
    padding-left: 0 !important; }
  .react-app .p-sm-1 {
    padding: 0.25rem !important; }
  .react-app .pt-sm-1, .react-app .py-sm-1 {
    padding-top: 0.25rem !important; }
  .react-app .pr-sm-1, .react-app .px-sm-1 {
    padding-right: 0.25rem !important; }
  .react-app .pb-sm-1, .react-app .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .react-app .pl-sm-1, .react-app .px-sm-1 {
    padding-left: 0.25rem !important; }
  .react-app .p-sm-2 {
    padding: 0.5rem !important; }
  .react-app .pt-sm-2, .react-app .py-sm-2 {
    padding-top: 0.5rem !important; }
  .react-app .pr-sm-2, .react-app .px-sm-2 {
    padding-right: 0.5rem !important; }
  .react-app .pb-sm-2, .react-app .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .react-app .pl-sm-2, .react-app .px-sm-2 {
    padding-left: 0.5rem !important; }
  .react-app .p-sm-3 {
    padding: 1rem !important; }
  .react-app .pt-sm-3, .react-app .py-sm-3 {
    padding-top: 1rem !important; }
  .react-app .pr-sm-3, .react-app .px-sm-3 {
    padding-right: 1rem !important; }
  .react-app .pb-sm-3, .react-app .py-sm-3 {
    padding-bottom: 1rem !important; }
  .react-app .pl-sm-3, .react-app .px-sm-3 {
    padding-left: 1rem !important; }
  .react-app .p-sm-4 {
    padding: 1.5rem !important; }
  .react-app .pt-sm-4, .react-app .py-sm-4 {
    padding-top: 1.5rem !important; }
  .react-app .pr-sm-4, .react-app .px-sm-4 {
    padding-right: 1.5rem !important; }
  .react-app .pb-sm-4, .react-app .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .react-app .pl-sm-4, .react-app .px-sm-4 {
    padding-left: 1.5rem !important; }
  .react-app .p-sm-5 {
    padding: 3rem !important; }
  .react-app .pt-sm-5, .react-app .py-sm-5 {
    padding-top: 3rem !important; }
  .react-app .pr-sm-5, .react-app .px-sm-5 {
    padding-right: 3rem !important; }
  .react-app .pb-sm-5, .react-app .py-sm-5 {
    padding-bottom: 3rem !important; }
  .react-app .pl-sm-5, .react-app .px-sm-5 {
    padding-left: 3rem !important; }
  .react-app .m-sm-n1 {
    margin: -0.25rem !important; }
  .react-app .mt-sm-n1, .react-app .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .react-app .mr-sm-n1, .react-app .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .react-app .mb-sm-n1, .react-app .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .react-app .ml-sm-n1, .react-app .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .react-app .m-sm-n2 {
    margin: -0.5rem !important; }
  .react-app .mt-sm-n2, .react-app .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .react-app .mr-sm-n2, .react-app .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .react-app .mb-sm-n2, .react-app .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .react-app .ml-sm-n2, .react-app .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .react-app .m-sm-n3 {
    margin: -1rem !important; }
  .react-app .mt-sm-n3, .react-app .my-sm-n3 {
    margin-top: -1rem !important; }
  .react-app .mr-sm-n3, .react-app .mx-sm-n3 {
    margin-right: -1rem !important; }
  .react-app .mb-sm-n3, .react-app .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .react-app .ml-sm-n3, .react-app .mx-sm-n3 {
    margin-left: -1rem !important; }
  .react-app .m-sm-n4 {
    margin: -1.5rem !important; }
  .react-app .mt-sm-n4, .react-app .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .react-app .mr-sm-n4, .react-app .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .react-app .mb-sm-n4, .react-app .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .react-app .ml-sm-n4, .react-app .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .react-app .m-sm-n5 {
    margin: -3rem !important; }
  .react-app .mt-sm-n5, .react-app .my-sm-n5 {
    margin-top: -3rem !important; }
  .react-app .mr-sm-n5, .react-app .mx-sm-n5 {
    margin-right: -3rem !important; }
  .react-app .mb-sm-n5, .react-app .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .react-app .ml-sm-n5, .react-app .mx-sm-n5 {
    margin-left: -3rem !important; }
  .react-app .m-sm-auto {
    margin: auto !important; }
  .react-app .mt-sm-auto, .react-app .my-sm-auto {
    margin-top: auto !important; }
  .react-app .mr-sm-auto, .react-app .mx-sm-auto {
    margin-right: auto !important; }
  .react-app .mb-sm-auto, .react-app .my-sm-auto {
    margin-bottom: auto !important; }
  .react-app .ml-sm-auto, .react-app .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .react-app .m-md-0 {
    margin: 0 !important; }
  .react-app .mt-md-0, .react-app .my-md-0 {
    margin-top: 0 !important; }
  .react-app .mr-md-0, .react-app .mx-md-0 {
    margin-right: 0 !important; }
  .react-app .mb-md-0, .react-app .my-md-0 {
    margin-bottom: 0 !important; }
  .react-app .ml-md-0, .react-app .mx-md-0 {
    margin-left: 0 !important; }
  .react-app .m-md-1 {
    margin: 0.25rem !important; }
  .react-app .mt-md-1, .react-app .my-md-1 {
    margin-top: 0.25rem !important; }
  .react-app .mr-md-1, .react-app .mx-md-1 {
    margin-right: 0.25rem !important; }
  .react-app .mb-md-1, .react-app .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .react-app .ml-md-1, .react-app .mx-md-1 {
    margin-left: 0.25rem !important; }
  .react-app .m-md-2 {
    margin: 0.5rem !important; }
  .react-app .mt-md-2, .react-app .my-md-2 {
    margin-top: 0.5rem !important; }
  .react-app .mr-md-2, .react-app .mx-md-2 {
    margin-right: 0.5rem !important; }
  .react-app .mb-md-2, .react-app .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .react-app .ml-md-2, .react-app .mx-md-2 {
    margin-left: 0.5rem !important; }
  .react-app .m-md-3 {
    margin: 1rem !important; }
  .react-app .mt-md-3, .react-app .my-md-3 {
    margin-top: 1rem !important; }
  .react-app .mr-md-3, .react-app .mx-md-3 {
    margin-right: 1rem !important; }
  .react-app .mb-md-3, .react-app .my-md-3 {
    margin-bottom: 1rem !important; }
  .react-app .ml-md-3, .react-app .mx-md-3 {
    margin-left: 1rem !important; }
  .react-app .m-md-4 {
    margin: 1.5rem !important; }
  .react-app .mt-md-4, .react-app .my-md-4 {
    margin-top: 1.5rem !important; }
  .react-app .mr-md-4, .react-app .mx-md-4 {
    margin-right: 1.5rem !important; }
  .react-app .mb-md-4, .react-app .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .react-app .ml-md-4, .react-app .mx-md-4 {
    margin-left: 1.5rem !important; }
  .react-app .m-md-5 {
    margin: 3rem !important; }
  .react-app .mt-md-5, .react-app .my-md-5 {
    margin-top: 3rem !important; }
  .react-app .mr-md-5, .react-app .mx-md-5 {
    margin-right: 3rem !important; }
  .react-app .mb-md-5, .react-app .my-md-5 {
    margin-bottom: 3rem !important; }
  .react-app .ml-md-5, .react-app .mx-md-5 {
    margin-left: 3rem !important; }
  .react-app .p-md-0 {
    padding: 0 !important; }
  .react-app .pt-md-0, .react-app .py-md-0 {
    padding-top: 0 !important; }
  .react-app .pr-md-0, .react-app .px-md-0 {
    padding-right: 0 !important; }
  .react-app .pb-md-0, .react-app .py-md-0 {
    padding-bottom: 0 !important; }
  .react-app .pl-md-0, .react-app .px-md-0 {
    padding-left: 0 !important; }
  .react-app .p-md-1 {
    padding: 0.25rem !important; }
  .react-app .pt-md-1, .react-app .py-md-1 {
    padding-top: 0.25rem !important; }
  .react-app .pr-md-1, .react-app .px-md-1 {
    padding-right: 0.25rem !important; }
  .react-app .pb-md-1, .react-app .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .react-app .pl-md-1, .react-app .px-md-1 {
    padding-left: 0.25rem !important; }
  .react-app .p-md-2 {
    padding: 0.5rem !important; }
  .react-app .pt-md-2, .react-app .py-md-2 {
    padding-top: 0.5rem !important; }
  .react-app .pr-md-2, .react-app .px-md-2 {
    padding-right: 0.5rem !important; }
  .react-app .pb-md-2, .react-app .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .react-app .pl-md-2, .react-app .px-md-2 {
    padding-left: 0.5rem !important; }
  .react-app .p-md-3 {
    padding: 1rem !important; }
  .react-app .pt-md-3, .react-app .py-md-3 {
    padding-top: 1rem !important; }
  .react-app .pr-md-3, .react-app .px-md-3 {
    padding-right: 1rem !important; }
  .react-app .pb-md-3, .react-app .py-md-3 {
    padding-bottom: 1rem !important; }
  .react-app .pl-md-3, .react-app .px-md-3 {
    padding-left: 1rem !important; }
  .react-app .p-md-4 {
    padding: 1.5rem !important; }
  .react-app .pt-md-4, .react-app .py-md-4 {
    padding-top: 1.5rem !important; }
  .react-app .pr-md-4, .react-app .px-md-4 {
    padding-right: 1.5rem !important; }
  .react-app .pb-md-4, .react-app .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .react-app .pl-md-4, .react-app .px-md-4 {
    padding-left: 1.5rem !important; }
  .react-app .p-md-5 {
    padding: 3rem !important; }
  .react-app .pt-md-5, .react-app .py-md-5 {
    padding-top: 3rem !important; }
  .react-app .pr-md-5, .react-app .px-md-5 {
    padding-right: 3rem !important; }
  .react-app .pb-md-5, .react-app .py-md-5 {
    padding-bottom: 3rem !important; }
  .react-app .pl-md-5, .react-app .px-md-5 {
    padding-left: 3rem !important; }
  .react-app .m-md-n1 {
    margin: -0.25rem !important; }
  .react-app .mt-md-n1, .react-app .my-md-n1 {
    margin-top: -0.25rem !important; }
  .react-app .mr-md-n1, .react-app .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .react-app .mb-md-n1, .react-app .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .react-app .ml-md-n1, .react-app .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .react-app .m-md-n2 {
    margin: -0.5rem !important; }
  .react-app .mt-md-n2, .react-app .my-md-n2 {
    margin-top: -0.5rem !important; }
  .react-app .mr-md-n2, .react-app .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .react-app .mb-md-n2, .react-app .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .react-app .ml-md-n2, .react-app .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .react-app .m-md-n3 {
    margin: -1rem !important; }
  .react-app .mt-md-n3, .react-app .my-md-n3 {
    margin-top: -1rem !important; }
  .react-app .mr-md-n3, .react-app .mx-md-n3 {
    margin-right: -1rem !important; }
  .react-app .mb-md-n3, .react-app .my-md-n3 {
    margin-bottom: -1rem !important; }
  .react-app .ml-md-n3, .react-app .mx-md-n3 {
    margin-left: -1rem !important; }
  .react-app .m-md-n4 {
    margin: -1.5rem !important; }
  .react-app .mt-md-n4, .react-app .my-md-n4 {
    margin-top: -1.5rem !important; }
  .react-app .mr-md-n4, .react-app .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .react-app .mb-md-n4, .react-app .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .react-app .ml-md-n4, .react-app .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .react-app .m-md-n5 {
    margin: -3rem !important; }
  .react-app .mt-md-n5, .react-app .my-md-n5 {
    margin-top: -3rem !important; }
  .react-app .mr-md-n5, .react-app .mx-md-n5 {
    margin-right: -3rem !important; }
  .react-app .mb-md-n5, .react-app .my-md-n5 {
    margin-bottom: -3rem !important; }
  .react-app .ml-md-n5, .react-app .mx-md-n5 {
    margin-left: -3rem !important; }
  .react-app .m-md-auto {
    margin: auto !important; }
  .react-app .mt-md-auto, .react-app .my-md-auto {
    margin-top: auto !important; }
  .react-app .mr-md-auto, .react-app .mx-md-auto {
    margin-right: auto !important; }
  .react-app .mb-md-auto, .react-app .my-md-auto {
    margin-bottom: auto !important; }
  .react-app .ml-md-auto, .react-app .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .react-app .m-lg-0 {
    margin: 0 !important; }
  .react-app .mt-lg-0, .react-app .my-lg-0 {
    margin-top: 0 !important; }
  .react-app .mr-lg-0, .react-app .mx-lg-0 {
    margin-right: 0 !important; }
  .react-app .mb-lg-0, .react-app .my-lg-0 {
    margin-bottom: 0 !important; }
  .react-app .ml-lg-0, .react-app .mx-lg-0 {
    margin-left: 0 !important; }
  .react-app .m-lg-1 {
    margin: 0.25rem !important; }
  .react-app .mt-lg-1, .react-app .my-lg-1 {
    margin-top: 0.25rem !important; }
  .react-app .mr-lg-1, .react-app .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .react-app .mb-lg-1, .react-app .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .react-app .ml-lg-1, .react-app .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .react-app .m-lg-2 {
    margin: 0.5rem !important; }
  .react-app .mt-lg-2, .react-app .my-lg-2 {
    margin-top: 0.5rem !important; }
  .react-app .mr-lg-2, .react-app .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .react-app .mb-lg-2, .react-app .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .react-app .ml-lg-2, .react-app .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .react-app .m-lg-3 {
    margin: 1rem !important; }
  .react-app .mt-lg-3, .react-app .my-lg-3 {
    margin-top: 1rem !important; }
  .react-app .mr-lg-3, .react-app .mx-lg-3 {
    margin-right: 1rem !important; }
  .react-app .mb-lg-3, .react-app .my-lg-3 {
    margin-bottom: 1rem !important; }
  .react-app .ml-lg-3, .react-app .mx-lg-3 {
    margin-left: 1rem !important; }
  .react-app .m-lg-4 {
    margin: 1.5rem !important; }
  .react-app .mt-lg-4, .react-app .my-lg-4 {
    margin-top: 1.5rem !important; }
  .react-app .mr-lg-4, .react-app .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .react-app .mb-lg-4, .react-app .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .react-app .ml-lg-4, .react-app .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .react-app .m-lg-5 {
    margin: 3rem !important; }
  .react-app .mt-lg-5, .react-app .my-lg-5 {
    margin-top: 3rem !important; }
  .react-app .mr-lg-5, .react-app .mx-lg-5 {
    margin-right: 3rem !important; }
  .react-app .mb-lg-5, .react-app .my-lg-5 {
    margin-bottom: 3rem !important; }
  .react-app .ml-lg-5, .react-app .mx-lg-5 {
    margin-left: 3rem !important; }
  .react-app .p-lg-0 {
    padding: 0 !important; }
  .react-app .pt-lg-0, .react-app .py-lg-0 {
    padding-top: 0 !important; }
  .react-app .pr-lg-0, .react-app .px-lg-0 {
    padding-right: 0 !important; }
  .react-app .pb-lg-0, .react-app .py-lg-0 {
    padding-bottom: 0 !important; }
  .react-app .pl-lg-0, .react-app .px-lg-0 {
    padding-left: 0 !important; }
  .react-app .p-lg-1 {
    padding: 0.25rem !important; }
  .react-app .pt-lg-1, .react-app .py-lg-1 {
    padding-top: 0.25rem !important; }
  .react-app .pr-lg-1, .react-app .px-lg-1 {
    padding-right: 0.25rem !important; }
  .react-app .pb-lg-1, .react-app .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .react-app .pl-lg-1, .react-app .px-lg-1 {
    padding-left: 0.25rem !important; }
  .react-app .p-lg-2 {
    padding: 0.5rem !important; }
  .react-app .pt-lg-2, .react-app .py-lg-2 {
    padding-top: 0.5rem !important; }
  .react-app .pr-lg-2, .react-app .px-lg-2 {
    padding-right: 0.5rem !important; }
  .react-app .pb-lg-2, .react-app .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .react-app .pl-lg-2, .react-app .px-lg-2 {
    padding-left: 0.5rem !important; }
  .react-app .p-lg-3 {
    padding: 1rem !important; }
  .react-app .pt-lg-3, .react-app .py-lg-3 {
    padding-top: 1rem !important; }
  .react-app .pr-lg-3, .react-app .px-lg-3 {
    padding-right: 1rem !important; }
  .react-app .pb-lg-3, .react-app .py-lg-3 {
    padding-bottom: 1rem !important; }
  .react-app .pl-lg-3, .react-app .px-lg-3 {
    padding-left: 1rem !important; }
  .react-app .p-lg-4 {
    padding: 1.5rem !important; }
  .react-app .pt-lg-4, .react-app .py-lg-4 {
    padding-top: 1.5rem !important; }
  .react-app .pr-lg-4, .react-app .px-lg-4 {
    padding-right: 1.5rem !important; }
  .react-app .pb-lg-4, .react-app .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .react-app .pl-lg-4, .react-app .px-lg-4 {
    padding-left: 1.5rem !important; }
  .react-app .p-lg-5 {
    padding: 3rem !important; }
  .react-app .pt-lg-5, .react-app .py-lg-5 {
    padding-top: 3rem !important; }
  .react-app .pr-lg-5, .react-app .px-lg-5 {
    padding-right: 3rem !important; }
  .react-app .pb-lg-5, .react-app .py-lg-5 {
    padding-bottom: 3rem !important; }
  .react-app .pl-lg-5, .react-app .px-lg-5 {
    padding-left: 3rem !important; }
  .react-app .m-lg-n1 {
    margin: -0.25rem !important; }
  .react-app .mt-lg-n1, .react-app .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .react-app .mr-lg-n1, .react-app .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .react-app .mb-lg-n1, .react-app .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .react-app .ml-lg-n1, .react-app .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .react-app .m-lg-n2 {
    margin: -0.5rem !important; }
  .react-app .mt-lg-n2, .react-app .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .react-app .mr-lg-n2, .react-app .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .react-app .mb-lg-n2, .react-app .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .react-app .ml-lg-n2, .react-app .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .react-app .m-lg-n3 {
    margin: -1rem !important; }
  .react-app .mt-lg-n3, .react-app .my-lg-n3 {
    margin-top: -1rem !important; }
  .react-app .mr-lg-n3, .react-app .mx-lg-n3 {
    margin-right: -1rem !important; }
  .react-app .mb-lg-n3, .react-app .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .react-app .ml-lg-n3, .react-app .mx-lg-n3 {
    margin-left: -1rem !important; }
  .react-app .m-lg-n4 {
    margin: -1.5rem !important; }
  .react-app .mt-lg-n4, .react-app .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .react-app .mr-lg-n4, .react-app .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .react-app .mb-lg-n4, .react-app .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .react-app .ml-lg-n4, .react-app .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .react-app .m-lg-n5 {
    margin: -3rem !important; }
  .react-app .mt-lg-n5, .react-app .my-lg-n5 {
    margin-top: -3rem !important; }
  .react-app .mr-lg-n5, .react-app .mx-lg-n5 {
    margin-right: -3rem !important; }
  .react-app .mb-lg-n5, .react-app .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .react-app .ml-lg-n5, .react-app .mx-lg-n5 {
    margin-left: -3rem !important; }
  .react-app .m-lg-auto {
    margin: auto !important; }
  .react-app .mt-lg-auto, .react-app .my-lg-auto {
    margin-top: auto !important; }
  .react-app .mr-lg-auto, .react-app .mx-lg-auto {
    margin-right: auto !important; }
  .react-app .mb-lg-auto, .react-app .my-lg-auto {
    margin-bottom: auto !important; }
  .react-app .ml-lg-auto, .react-app .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .react-app .m-xl-0 {
    margin: 0 !important; }
  .react-app .mt-xl-0, .react-app .my-xl-0 {
    margin-top: 0 !important; }
  .react-app .mr-xl-0, .react-app .mx-xl-0 {
    margin-right: 0 !important; }
  .react-app .mb-xl-0, .react-app .my-xl-0 {
    margin-bottom: 0 !important; }
  .react-app .ml-xl-0, .react-app .mx-xl-0 {
    margin-left: 0 !important; }
  .react-app .m-xl-1 {
    margin: 0.25rem !important; }
  .react-app .mt-xl-1, .react-app .my-xl-1 {
    margin-top: 0.25rem !important; }
  .react-app .mr-xl-1, .react-app .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .react-app .mb-xl-1, .react-app .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .react-app .ml-xl-1, .react-app .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .react-app .m-xl-2 {
    margin: 0.5rem !important; }
  .react-app .mt-xl-2, .react-app .my-xl-2 {
    margin-top: 0.5rem !important; }
  .react-app .mr-xl-2, .react-app .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .react-app .mb-xl-2, .react-app .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .react-app .ml-xl-2, .react-app .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .react-app .m-xl-3 {
    margin: 1rem !important; }
  .react-app .mt-xl-3, .react-app .my-xl-3 {
    margin-top: 1rem !important; }
  .react-app .mr-xl-3, .react-app .mx-xl-3 {
    margin-right: 1rem !important; }
  .react-app .mb-xl-3, .react-app .my-xl-3 {
    margin-bottom: 1rem !important; }
  .react-app .ml-xl-3, .react-app .mx-xl-3 {
    margin-left: 1rem !important; }
  .react-app .m-xl-4 {
    margin: 1.5rem !important; }
  .react-app .mt-xl-4, .react-app .my-xl-4 {
    margin-top: 1.5rem !important; }
  .react-app .mr-xl-4, .react-app .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .react-app .mb-xl-4, .react-app .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .react-app .ml-xl-4, .react-app .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .react-app .m-xl-5 {
    margin: 3rem !important; }
  .react-app .mt-xl-5, .react-app .my-xl-5 {
    margin-top: 3rem !important; }
  .react-app .mr-xl-5, .react-app .mx-xl-5 {
    margin-right: 3rem !important; }
  .react-app .mb-xl-5, .react-app .my-xl-5 {
    margin-bottom: 3rem !important; }
  .react-app .ml-xl-5, .react-app .mx-xl-5 {
    margin-left: 3rem !important; }
  .react-app .p-xl-0 {
    padding: 0 !important; }
  .react-app .pt-xl-0, .react-app .py-xl-0 {
    padding-top: 0 !important; }
  .react-app .pr-xl-0, .react-app .px-xl-0 {
    padding-right: 0 !important; }
  .react-app .pb-xl-0, .react-app .py-xl-0 {
    padding-bottom: 0 !important; }
  .react-app .pl-xl-0, .react-app .px-xl-0 {
    padding-left: 0 !important; }
  .react-app .p-xl-1 {
    padding: 0.25rem !important; }
  .react-app .pt-xl-1, .react-app .py-xl-1 {
    padding-top: 0.25rem !important; }
  .react-app .pr-xl-1, .react-app .px-xl-1 {
    padding-right: 0.25rem !important; }
  .react-app .pb-xl-1, .react-app .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .react-app .pl-xl-1, .react-app .px-xl-1 {
    padding-left: 0.25rem !important; }
  .react-app .p-xl-2 {
    padding: 0.5rem !important; }
  .react-app .pt-xl-2, .react-app .py-xl-2 {
    padding-top: 0.5rem !important; }
  .react-app .pr-xl-2, .react-app .px-xl-2 {
    padding-right: 0.5rem !important; }
  .react-app .pb-xl-2, .react-app .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .react-app .pl-xl-2, .react-app .px-xl-2 {
    padding-left: 0.5rem !important; }
  .react-app .p-xl-3 {
    padding: 1rem !important; }
  .react-app .pt-xl-3, .react-app .py-xl-3 {
    padding-top: 1rem !important; }
  .react-app .pr-xl-3, .react-app .px-xl-3 {
    padding-right: 1rem !important; }
  .react-app .pb-xl-3, .react-app .py-xl-3 {
    padding-bottom: 1rem !important; }
  .react-app .pl-xl-3, .react-app .px-xl-3 {
    padding-left: 1rem !important; }
  .react-app .p-xl-4 {
    padding: 1.5rem !important; }
  .react-app .pt-xl-4, .react-app .py-xl-4 {
    padding-top: 1.5rem !important; }
  .react-app .pr-xl-4, .react-app .px-xl-4 {
    padding-right: 1.5rem !important; }
  .react-app .pb-xl-4, .react-app .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .react-app .pl-xl-4, .react-app .px-xl-4 {
    padding-left: 1.5rem !important; }
  .react-app .p-xl-5 {
    padding: 3rem !important; }
  .react-app .pt-xl-5, .react-app .py-xl-5 {
    padding-top: 3rem !important; }
  .react-app .pr-xl-5, .react-app .px-xl-5 {
    padding-right: 3rem !important; }
  .react-app .pb-xl-5, .react-app .py-xl-5 {
    padding-bottom: 3rem !important; }
  .react-app .pl-xl-5, .react-app .px-xl-5 {
    padding-left: 3rem !important; }
  .react-app .m-xl-n1 {
    margin: -0.25rem !important; }
  .react-app .mt-xl-n1, .react-app .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .react-app .mr-xl-n1, .react-app .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .react-app .mb-xl-n1, .react-app .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .react-app .ml-xl-n1, .react-app .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .react-app .m-xl-n2 {
    margin: -0.5rem !important; }
  .react-app .mt-xl-n2, .react-app .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .react-app .mr-xl-n2, .react-app .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .react-app .mb-xl-n2, .react-app .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .react-app .ml-xl-n2, .react-app .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .react-app .m-xl-n3 {
    margin: -1rem !important; }
  .react-app .mt-xl-n3, .react-app .my-xl-n3 {
    margin-top: -1rem !important; }
  .react-app .mr-xl-n3, .react-app .mx-xl-n3 {
    margin-right: -1rem !important; }
  .react-app .mb-xl-n3, .react-app .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .react-app .ml-xl-n3, .react-app .mx-xl-n3 {
    margin-left: -1rem !important; }
  .react-app .m-xl-n4 {
    margin: -1.5rem !important; }
  .react-app .mt-xl-n4, .react-app .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .react-app .mr-xl-n4, .react-app .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .react-app .mb-xl-n4, .react-app .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .react-app .ml-xl-n4, .react-app .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .react-app .m-xl-n5 {
    margin: -3rem !important; }
  .react-app .mt-xl-n5, .react-app .my-xl-n5 {
    margin-top: -3rem !important; }
  .react-app .mr-xl-n5, .react-app .mx-xl-n5 {
    margin-right: -3rem !important; }
  .react-app .mb-xl-n5, .react-app .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .react-app .ml-xl-n5, .react-app .mx-xl-n5 {
    margin-left: -3rem !important; }
  .react-app .m-xl-auto {
    margin: auto !important; }
  .react-app .mt-xl-auto, .react-app .my-xl-auto {
    margin-top: auto !important; }
  .react-app .mr-xl-auto, .react-app .mx-xl-auto {
    margin-right: auto !important; }
  .react-app .mb-xl-auto, .react-app .my-xl-auto {
    margin-bottom: auto !important; }
  .react-app .ml-xl-auto, .react-app .mx-xl-auto {
    margin-left: auto !important; } }

.react-app .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.react-app .text-wrap {
  white-space: normal !important; }

.react-app .text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

@media (min-width: 320px) {
  .react-app .text-xxs-left {
    text-align: left !important; }
  .react-app .text-xxs-right {
    text-align: right !important; }
  .react-app .text-xxs-center {
    text-align: center !important; } }

@media (min-width: 568px) {
  .react-app .text-xs-left {
    text-align: left !important; }
  .react-app .text-xs-right {
    text-align: right !important; }
  .react-app .text-xs-center {
    text-align: center !important; } }

@media (min-width: 667px) {
  .react-app .text-sm-left {
    text-align: left !important; }
  .react-app .text-sm-right {
    text-align: right !important; }
  .react-app .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .react-app .text-md-left {
    text-align: left !important; }
  .react-app .text-md-right {
    text-align: right !important; }
  .react-app .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .react-app .text-lg-left {
    text-align: left !important; }
  .react-app .text-lg-right {
    text-align: right !important; }
  .react-app .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .react-app .text-xl-left {
    text-align: left !important; }
  .react-app .text-xl-right {
    text-align: right !important; }
  .react-app .text-xl-center {
    text-align: center !important; } }

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

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

.react-app .text-capitalize {
  text-transform: capitalize !important; }

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

.react-app .font-weight-lighter {
  font-weight: lighter !important; }

.react-app .font-weight-normal {
  font-weight: 400 !important; }

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

.react-app .font-weight-bolder {
  font-weight: bolder !important; }

.react-app .font-italic {
  font-style: italic !important; }

.react-app .text-white {
  color: #ffffff !important; }

.react-app .text-primary {
  color: #00a5ef !important; }

.react-app a.text-primary:hover, .react-app a.text-primary:focus {
  color: #0070a3 !important; }

.react-app .text-secondary {
  color: #612c95 !important; }

.react-app a.text-secondary:hover, .react-app a.text-secondary:focus {
  color: #3b1b5a !important; }

.react-app .text-success {
  color: #19bf33 !important; }

.react-app a.text-success:hover, .react-app a.text-success:focus {
  color: #107b21 !important; }

.react-app .text-info {
  color: #0091ff !important; }

.react-app a.text-info:hover, .react-app a.text-info:focus {
  color: #0066b3 !important; }

.react-app .text-warning {
  color: #ffbe36 !important; }

.react-app a.text-warning:hover, .react-app a.text-warning:focus {
  color: #e99d00 !important; }

.react-app .text-danger {
  color: #e3394d !important; }

.react-app a.text-danger:hover, .react-app a.text-danger:focus {
  color: #b61a2c !important; }

.react-app .text-light {
  color: #f8f8f8 !important; }

.react-app a.text-light:hover, .react-app a.text-light:focus {
  color: #d2d2d2 !important; }

.react-app .text-dark {
  color: #474747 !important; }

.react-app a.text-dark:hover, .react-app a.text-dark:focus {
  color: #212121 !important; }

.react-app .text-body {
  color: #212121 !important; }

.react-app a.text-body:hover, .react-app a.text-body:focus {
  color: black !important; }

.react-app .text-white {
  color: #ffffff !important; }

.react-app a.text-white:hover, .react-app a.text-white:focus {
  color: #d9d9d9 !important; }

.react-app .text-black {
  color: #000000 !important; }

.react-app a.text-black:hover, .react-app a.text-black:focus {
  color: black !important; }

.react-app .text-transparent {
  color: transparent !important; }

.react-app a.text-transparent:hover, .react-app a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important; }

.react-app .text-body {
  color: #212121 !important; }

.react-app .text-muted {
  color: #6c757d !important; }

.react-app .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.react-app .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.react-app .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.react-app .text-decoration-none {
  text-decoration: none !important; }

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

.react-app .text-reset {
  color: inherit !important; }

.react-app .visible {
  visibility: visible !important; }

.react-app .invisible {
  visibility: hidden !important; }

.react-app .c-header {
  min-width: 320px; }
  .react-app .c-header__container {
    border-bottom: 1px solid transparent;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    transition: border-bottom-color 0.3s, box-shadow 0.4s;
    width: 100%;
    z-index: 1010; }
    @media (min-width: 568px) {
      .react-app .c-header__container {
        background-color: #ffffff; } }
  .react-app .c-header .container-fluid {
    max-width: 1200px;
    padding: 0; }
  .react-app .c-header button {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .react-app .c-header a {
    color: #848484; }
    .react-app .c-header a:hover {
      color: #612c95;
      text-decoration: none; }
  .react-app .c-header--scrolled .c-header__mobile-btns {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.14); }
    @media (min-width: 1200px) {
      .react-app .c-header--scrolled .c-header__mobile-btns {
        box-shadow: none; } }
  @media (min-width: 667px) {
    .react-app .c-header--scrolled .c-header__container {
      box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.14); } }
  @media (min-width: 1200px) {
    .react-app .c-header--scrolled .c-header__container {
      box-shadow: none; } }
  @media (min-width: 1200px) {
    .react-app .c-header--scrolled .c-header__container {
      border-bottom-color: #eee; } }
  .react-app .c-header--short .c-header__mobile-btns {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
    @media (min-width: 667px) {
      .react-app .c-header--short .c-header__mobile-btns {
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  .react-app .c-header--auth .c-header__logo {
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .react-app .c-header--auth .c-header__hamburgerMenu {
    -webkit-flex: 0;
            flex: 0; }
  .react-app .c-header--auth .c-header__userAvatar {
    display: block; }
  @media (min-width: 1200px) {
    .react-app .c-header--auth .c-header__logoContainer {
      min-width: 100px;
      -webkit-flex: 2;
              flex: 2; } }
  .react-app .c-header--auth .c-header__userContainer {
    display: -webkit-flex;
    display: flex; }
    @media (min-width: 1200px) {
      .react-app .c-header--auth .c-header__userContainer::before {
        font-family: "paxful-ui-icons";
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-shrink: 0;
                flex-shrink: 0;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin-left: 0.5rem;
        font-size: 1.2rem;
        -webkit-font-smoothing: antialiased;
        content: ""; } }
  .react-app .c-header__leftBlock {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    @media (min-width: 1200px) {
      .react-app .c-header__leftBlock {
        -webkit-flex-shrink: 0;
                flex-shrink: 0;
        -webkit-flex-basis: auto;
                flex-basis: auto; } }
  @media (min-width: 1200px) {
    .react-app .c-header__wrapper {
      display: -webkit-inline-flex;
      display: inline-flex;
      height: 80px;
      -webkit-align-items: center;
              align-items: center;
      width: 100%; } }
  .react-app .c-header__placeholder {
    height: 105px; }
    @media (min-width: 667px) {
      .react-app .c-header__placeholder {
        height: 65px; } }
    @media (min-width: 1200px) {
      .react-app .c-header__placeholder {
        height: 80px; } }
    .react-app .c-header__placeholder.autoheight {
      height: auto; }
  .react-app .c-header__top {
    -webkit-align-items: center;
            align-items: center;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    padding: 16px;
    position: relative;
    z-index: 11; }
    @media (min-width: 1200px) {
      .react-app .c-header__top {
        -webkit-flex: 1;
                flex: 1;
        padding: 0 16px; } }
  @media (min-width: 1200px) {
    .react-app .c-header__userAvatar {
      display: none; } }
  .react-app .c-header__mobile-btns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
    background-color: #fff;
    list-style: none;
    padding: 0 2rem 1.5rem;
    margin: 0;
    border-bottom: 1px solid #eee; }
    .react-app .c-header__mobile-btns .c-header__menu-item {
      -webkit-flex: 1;
              flex: 1; }
    @media (min-width: 667px) {
      .react-app .c-header__mobile-btns {
        display: none; } }
  .react-app .c-header__menu {
    list-style: none;
    margin: 0;
    display: none;
    -webkit-flex-grow: 1;
            flex-grow: 1; }
    @media (min-width: 667px) {
      .react-app .c-header__menu {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        background-color: #fff;
        padding-bottom: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex: 2;
                flex: 2; } }
    @media (min-width: 768px) {
      .react-app .c-header__menu {
        padding-right: 1rem;
        padding-left: 3rem; } }
    @media (min-width: 1200px) {
      .react-app .c-header__menu {
        -webkit-flex-basis: auto;
                flex-basis: auto;
        -webkit-flex-shrink: 0;
                flex-shrink: 0; } }
  .react-app .c-header__menu-item:first-child {
    margin-right: 1rem; }
    @media (min-width: 320px) {
      .react-app .c-header__menu-item:first-child {
        margin-right: 2rem; } }
    @media (min-width: 667px) {
      .react-app .c-header__menu-item:first-child {
        margin-left: 0;
        margin-right: 1rem; } }
    @media (min-width: 992px) {
      .react-app .c-header__menu-item:first-child {
        margin-right: 1.5rem; } }
  .react-app .c-header__menu-item:nth-child(n + 3) {
    display: none; }
    @media (min-width: 1200px) {
      .react-app .c-header__menu-item:nth-child(n + 3) {
        display: block; } }
  .react-app .c-header__menu-item:hover {
    text-decoration: none; }
  @media (min-width: 1200px) {
    .react-app .c-header__menu-item {
      margin: 0 1rem;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column;
      font-weight: 700; } }
  .react-app .c-header__authBtn {
    margin: 0 0.5rem; }
  .react-app .c-header__languageSwitcher {
    display: none;
    margin-left: 16px;
    position: relative;
    -webkit-order: 3;
            order: 3; }
    @media (min-width: 1200px) {
      .react-app .c-header__languageSwitcher {
        display: block; } }
  .react-app .c-header__logoContainer {
    -webkit-flex: 1;
            flex: 1;
    max-width: 160px;
    margin-left: 0.5rem;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center; }
    @media (min-width: 320px) {
      .react-app .c-header__logoContainer {
        margin-left: 0;
        -webkit-flex: 0.5;
                flex: 0.5; } }
    @media (min-width: 568px) {
      .react-app .c-header__logoContainer {
        margin-left: 1rem; } }
    @media (min-width: 768px) {
      .react-app .c-header__logoContainer {
        margin-left: 2rem; } }
    @media (min-width: 667px) {
      .react-app .c-header__logoContainer {
        -webkit-flex: 0.5;
                flex: 0.5;
        -webkit-justify-content: flex-start;
                justify-content: flex-start; } }
    @media (min-width: 1200px) {
      .react-app .c-header__logoContainer {
        -webkit-flex-basis: auto;
                flex-basis: auto;
        -webkit-flex-grow: 1;
                flex-grow: 1;
        -webkit-flex-shrink: 1;
                flex-shrink: 1;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        margin-left: 0; } }
  .react-app .c-header__logo {
    display: -webkit-flex;
    display: flex; }
  .react-app .c-header__logoImg {
    width: 78px; }
    @media (min-width: 320px) {
      .react-app .c-header__logoImg {
        width: 93px; } }
    @media (min-width: 400px) {
      .react-app .c-header__logoImg {
        width: 114px; } }
    @media (min-width: 1200px) {
      .react-app .c-header__logoImg {
        width: auto;
        height: 29px; } }
  .react-app .c-header__dropdown {
    position: relative; }
    .react-app .c-header__dropdown .isOpen .c-dropdown__menu {
      display: block; }
    .react-app .c-header__dropdown .is-dropdown::after {
      font-family: "paxful-ui-icons";
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-flex-shrink: 0;
              flex-shrink: 0;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      margin-left: 0.5rem;
      font-size: 1.2rem;
      -webkit-font-smoothing: antialiased;
      content: ""; }
    .react-app .c-header__dropdown .c-dropdown__menu {
      background-color: transparent;
      box-shadow: none;
      border: none; }
    .react-app .c-header__dropdown .c-dropdown__body {
      background: #fff;
      border: 1px solid #d8d8d8;
      border-radius: 3px;
      margin-top: 10px;
      overflow: hidden;
      position: relative; }
  .react-app .c-header__authBlock {
    display: none; }
    @media (min-width: 1200px) {
      .react-app .c-header__authBlock {
        display: -webkit-flex;
        display: flex; } }
  .react-app .c-header__hamburgerMenu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    cursor: pointer;
    -webkit-flex: 1;
            flex: 1; }
    @media (min-width: 667px) {
      .react-app .c-header__hamburgerMenu {
        -webkit-flex: 0;
                flex: 0; } }
    @media (min-width: 1200px) {
      .react-app .c-header__hamburgerMenu {
        display: none; } }
  .react-app .c-header .c-header__btn {
    border: 1px solid #00a5ef;
    border-radius: 15px;
    display: block;
    color: #00a5ef;
    font-size: 1.1rem;
    min-height: 30px;
    padding: 0.6rem;
    text-decoration: none;
    text-align: center;
    transition: color 0.4s, background-color 0.4s, opacity 0.4s;
    text-transform: uppercase;
    font-weight: bold; }
    .react-app .c-header .c-header__btn:hover {
      background-color: #00a5ef;
      color: #fff;
      text-decoration: none; }
    @media (min-width: 320px) {
      .react-app .c-header .c-header__btn {
        font-size: 1.2rem; } }
    @media (min-width: 667px) {
      .react-app .c-header .c-header__btn {
        padding: 0.6rem 1rem;
        min-width: 140px; } }
    @media (min-width: 1200px) {
      .react-app .c-header .c-header__btn {
        min-width: auto;
        font-size: 1.4rem;
        font-weight: 700;
        border: 0;
        border-radius: 0;
        color: #848484;
        padding: 1.2rem 0.5rem;
        line-height: 1.6rem; }
        .react-app .c-header .c-header__btn--active {
          color: #00a5ef; }
        .react-app .c-header .c-header__btn:hover {
          color: #474747;
          background-color: transparent; } }
    .react-app .c-header .c-header__btn--solid {
      color: #ffffff;
      background-color: #00a5ef;
      min-width: 150px; }
      .react-app .c-header .c-header__btn--solid:hover {
        background-color: #0082bc;
        color: #ffffff; }
      @media (min-width: 667px) {
        .react-app .c-header .c-header__btn--solid {
          border-radius: 40px; } }
      @media (min-width: 1200px) {
        .react-app .c-header .c-header__btn--solid {
          padding: 0.4rem 3.8rem 0.4rem 1.6rem;
          height: 40px;
          line-height: 3.2rem;
          min-width: 140px; }
          .react-app .c-header .c-header__btn--solid::before {
            content: "";
            position: absolute;
            right: 17px;
            top: calc(50% - 2px);
            border: 0.5rem solid transparent;
            border-top-color: #fff; } }
  @media (max-width: 666.98px) {
    .react-app .c-header__notifyContainer {
      margin-left: 0.4rem; } }
  @media (min-width: 667px) {
    .react-app .c-header__notifyContainer {
      overflow: visible; } }
  @media (min-width: 1200px) {
    .react-app .c-header__notifyContainer {
      -webkit-order: 1;
              order: 1;
      margin-right: 1.5rem; } }
  .react-app .c-header__username {
    display: none;
    color: #212121;
    font-size: 1.2rem;
    line-height: 1;
    max-height: 36px;
    overflow: hidden;
    font-weight: 700;
    word-break: break-all;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .react-app .c-header__username {
        display: block; } }
  .react-app .c-header__avatar {
    min-width: 40px;
    display: -webkit-flex;
    display: flex; }
  .react-app .c-header__userContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
            flex: 1;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    @media (min-width: 1200px) {
      .react-app .c-header__userContainer {
        display: none;
        -webkit-flex: initial;
                flex: initial;
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-order: 2;
                order: 2; }
        .react-app .c-header__userContainer:hover .c-header__userImg {
          box-shadow: 0 0 0 2px #00a5ef; } }
  @media (min-width: 1200px) {
    .react-app .c-header__userInfo {
      max-width: 100px;
      margin-left: 1rem; } }
  .react-app .c-header__userImg {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    transition: box-shadow 0.2s; }
    @media (min-width: 320px) {
      .react-app .c-header__userImg {
        height: 26px;
        width: 26px; } }
    @media (min-width: 1200px) {
      .react-app .c-header__userImg {
        height: 40px;
        width: 40px; } }
  .react-app .c-header__balance {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: right;
    line-height: 1.1rem;
    margin-right: 1rem; }
    @media (min-width: 1200px) {
      .react-app .c-header__balance {
        text-align: left;
        font-size: 1rem;
        line-height: 1.7rem;
        font-weight: 400; } }
    .react-app .c-header__balance small {
      display: block;
      font-size: 0.8rem;
      color: #474747; }
      @media (min-width: 1200px) {
        .react-app .c-header__balance small {
          display: inline-block;
          font-size: 1rem; } }

.react-app .languageSwitcher {
  display: -webkit-flex;
  display: flex;
  position: relative; }
  .react-app .languageSwitcher li {
    margin: 0; }
  .react-app .languageSwitcher a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding: 16px 40px 16px 16px;
    position: relative;
    text-decoration: none; }
  .react-app .languageSwitcher .c-dropdown__toggle {
    -webkit-align-items: center;
            align-items: center;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    color: #333;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    line-height: 16px;
    padding: 7px 8px;
    width: 100%; }
    .react-app .languageSwitcher .c-dropdown__toggle svg {
      fill: #848484;
      transition: fill 250ms ease-in-out; }
    .react-app .languageSwitcher .c-dropdown__toggle:hover {
      background-color: #f8f8f8; }
    .react-app .languageSwitcher .c-dropdown__toggle .globe {
      height: 16px;
      margin-right: 8px;
      width: 16px; }
    .react-app .languageSwitcher .c-dropdown__toggle:after {
      margin-left: 8px;
      transition: -webkit-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    .react-app .languageSwitcher .c-dropdown__toggle:focus {
      outline: none; }
  .react-app .languageSwitcher .c-dropdown__menu {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 0 #ffffff;
    border-radius: 3px;
    left: auto;
    min-width: 183px;
    opacity: 0;
    padding: 8px;
    right: 0;
    transition: opacity 250ms ease-in-out;
    visibility: hidden; }
    .react-app .languageSwitcher .c-dropdown__menu li {
      margin: 0; }
    .react-app .languageSwitcher .c-dropdown__menu a {
      background: #ffffff;
      border-radius: 3px;
      -webkit-align-items: center;
              align-items: center;
      display: -webkit-flex;
      display: flex;
      padding: 8px;
      transition: background-color 250ms ease-in-out, color 250ms ease-in-out; }
      .react-app .languageSwitcher .c-dropdown__menu a:hover {
        background-color: #f8f8f8;
        color: #612c95; }
      .react-app .languageSwitcher .c-dropdown__menu a.current {
        background-color: rgba(25, 191, 51, 0.03);
        color: #333; }
        .react-app .languageSwitcher .c-dropdown__menu a.current:before {
          background-image: url("/assets/images/icon_check.svg");
          content: "";
          display: block;
          height: 12px;
          margin-right: 8px;
          width: 16px; }
  .react-app .languageSwitcher.isOpen .c-dropdown__toggle {
    background-color: #ffffff;
    border-color: #00a5ef; }
    .react-app .languageSwitcher.isOpen .c-dropdown__toggle:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .react-app .languageSwitcher.isOpen .c-dropdown__toggle:after, .react-app .languageSwitcher.isOpen .c-dropdown__toggle svg {
      color: #00a5ef;
      fill: #00a5ef; }
  .react-app .languageSwitcher.isOpen .c-dropdown__menu {
    display: block;
    opacity: 1;
    top: calc(100% + 8px);
    visibility: visible; }
  @media (max-width: 567.98px) {
    .react-app .languageSwitcher {
      display: block;
      margin-top: 32px;
      width: 100%; }
      .react-app .languageSwitcher .c-dropdown__toggle {
        -webkit-justify-content: flex-start;
                justify-content: flex-start; }
        .react-app .languageSwitcher .c-dropdown__toggle:after {
          margin-left: auto; }
      .react-app .languageSwitcher.isOpen .c-dropdown__menu {
        width: 100%; } }

.react-app .c-footer {
  background: #fff;
  border-top: 1px solid #d8d8d8;
  font-weight: normal;
  padding: 52px 0; }
  .react-app .c-footer .row:before {
    display: none; }
  .react-app .c-footer .container-fluid {
    max-width: 1200px;
    padding: 0 16px; }
  .react-app .c-footer .logo-container {
    margin-bottom: 32px; }
  .react-app .c-footer__logo {
    display: inline-block;
    width: 124px; }
  .react-app .c-footer .large-label {
    color: #212121;
    font: bold 16px/1.5 "Open Sans", sans-serif;
    margin-bottom: 16px; }
  .react-app .c-footer p {
    font-size: 14px;
    line-height: 1.74; }
  .react-app .c-footer__muted-text {
    color: #a9a9a9; }
  .react-app .c-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .react-app .c-footer li {
    margin: 0 16px 16px 0; }
  .react-app .c-footer a {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    transition: color 250ms ease-in-out; }
    .react-app .c-footer a:hover {
      color: #612c95; }
  .react-app .c-footer .alt-menu a:not(.btn) {
    color: #612c95; }
    .react-app .c-footer .alt-menu a:not(.btn):hover {
      color: #333; }
  @media (max-width: 666.98px) {
    .react-app .c-footer__menu-container .large-label {
      -webkit-align-items: center;
              align-items: center;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      margin-bottom: 0; }
      .react-app .c-footer__menu-container .large-label:after {
        background-image: url("/assets/images/icon__down-straight-arrow.svg");
        content: "";
        display: block;
        height: 16px;
        transition: -webkit-transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
        width: 14px; }
      .react-app .c-footer__menu-container .large-label.isExpanded:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .react-app .c-footer__menu-container .large-label.isExpanded + nav {
        max-height: 100%; }
    .react-app .c-footer__menu-container nav {
      overflow: hidden;
      margin-bottom: 32px;
      max-height: 0; }
    .react-app .c-footer__menu-container li {
      margin: 16px 0 0; } }
  .react-app .c-footer .btn {
    border-radius: 3px !important;
    color: #333;
    font-weight: 600;
    line-height: 16px;
    padding: 8px 16px;
    white-space: normal; }
    .react-app .c-footer .btn:hover {
      color: #fff; }
  .react-app .c-footer__inline_nav li {
    display: inline-block;
    margin: 0 0 0 24px;
    vertical-align: top; }
    .react-app .c-footer__inline_nav li:first-child {
      margin-left: 0; }
    @media (max-width: 666.98px) {
      .react-app .c-footer__inline_nav li {
        margin: 16px 0 0;
        text-align: center; }
        .react-app .c-footer__inline_nav li:first-child {
          margin-top: 0; } }
  .react-app .c-footer dl {
    margin: 0; }
  .react-app .c-footer dt {
    font-size: 14px;
    font-weight: normal;
    margin-right: 24px; }
  .react-app .c-footer dd {
    margin: 0; }
  .react-app .c-footer__socials ul {
    font-size: 0; }
  .react-app .c-footer__socials li {
    margin: 0 0 0 24px; }
  .react-app .c-footer__socials a {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 0; }
    .react-app .c-footer__socials a svg {
      height: 24px; }
    .react-app .c-footer__socials a svg, .react-app .c-footer__socials a g {
      fill: #a9a9a9;
      transition: fill 250ms ease-in-out; }
    .react-app .c-footer__socials a:hover svg, .react-app .c-footer__socials a:hover g {
      fill: #612c95; }
  @media (max-width: 991.98px) {
    .react-app .c-footer__socials dt {
      display: none; } }
  @media (max-width: 767.98px) {
    .react-app .c-footer__socials {
      margin-top: 24px; } }
  .react-app .c-footer .bg-light {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    color: #333;
    font-size: 1.4rem;
    line-height: 24px;
    margin: 32px 0 44px;
    padding: 24px 32px; }
    .react-app .c-footer .bg-light .large-label {
      margin-bottom: 8px; }
    .react-app .c-footer .bg-light p {
      font-size: 1.4rem;
      margin: 0; }
    @media (max-width: 991.98px) {
      .react-app .c-footer .bg-light {
        margin-bottom: 32px; } }
    @media (max-width: 767.98px) {
      .react-app .c-footer .bg-light .large-label {
        margin-bottom: 16px; } }
    @media (max-width: 666.98px) {
      .react-app .c-footer .bg-light {
        margin-top: 0; } }
  .react-app .c-footer .app-icons li {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0; }
  @media (max-width: 767.98px) {
    .react-app .c-footer .app-icons {
      margin-top: 24px; } }
  .react-app .c-footer__store-icon {
    background-color: #000;
    box-sizing: border-box;
    border: 1px solid #a6a6a6;
    border-radius: 8px;
    display: inline-block;
    margin-left: 24px;
    transition: background-color 250ms ease-in-out; }
    @media (max-width: 666.98px) {
      .react-app .c-footer__store-icon {
        margin: 0 0 8px; } }
    .react-app .c-footer__store-icon svg {
      height: 54px; }
    .react-app .c-footer__store-icon svg, .react-app .c-footer__store-icon g {
      fill: #fff;
      transition: fill 250ms ease-in-out; }
    .react-app .c-footer__store-icon:hover {
      background-color: #fff;
      border-color: #333; }
      .react-app .c-footer__store-icon:hover svg, .react-app .c-footer__store-icon:hover g {
        fill: #000; }
    .react-app .c-footer__store-icon:first-child {
      margin-left: 0; }

.react-app form:focus {
  outline: none; }

/* Slider */
.react-app .slick__slick-slider___1VZg6
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.react-app .slick__slick-list___19sy_
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.react-app .slick__slick-list___19sy_:focus
{
    outline: none;
}
.react-app .slick__slick-list___19sy_.slick__dragging___W7OND
{
    cursor: pointer;
    cursor: hand;
}

.react-app .slick__slick-slider___1VZg6 .slick__slick-track___37WTE, .react-app .slick__slick-slider___1VZg6 .slick__slick-list___19sy_
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.react-app .slick__slick-track___37WTE
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.react-app .slick__slick-track___37WTE:before, .react-app .slick__slick-track___37WTE:after
{
    display: table;

    content: '';
}
.react-app .slick__slick-track___37WTE:after
{
    clear: both;
}
.react-app .slick__slick-loading___1gMyX .slick__slick-track___37WTE
{
    visibility: hidden;
}

.react-app .slick__slick-slide___bhFsj
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.react-app [dir='rtl'] .slick__slick-slide___bhFsj
{
    float: right;
}
.react-app .slick__slick-slide___bhFsj img
{
    display: block;
}
.react-app .slick__slick-slide___bhFsj.slick__slick-loading___1gMyX img
{
    display: none;
}
.react-app .slick__slick-slide___bhFsj.slick__dragging___W7OND img
{
    pointer-events: none;
}
.react-app .slick__slick-initialized___2v6JV .slick__slick-slide___bhFsj
{
    display: block;
}
.react-app .slick__slick-loading___1gMyX .slick__slick-slide___bhFsj
{
    visibility: hidden;
}
.react-app .slick__slick-vertical___1tIP9 .slick__slick-slide___bhFsj
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.react-app .slick__slick-arrow___3hu6l.slick__slick-hidden___1alKv {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.react-app .slick-theme__slick-loading___352BG .slick-theme__slick-list___oC9un
{
    background: #fff url(/dist/ts-images/ajax-loader-c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/dist/ts-images/slick-ced611daf7709cc778da928fec876475.eot);
    src: url(/dist/ts-images/slick-ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(/dist/ts-images/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(/dist/ts-images/slick-d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(/dist/ts-images/slick-f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.react-app .slick-theme__slick-prev___3ydoZ, .react-app .slick-theme__slick-next___uGEgg
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.react-app .slick-theme__slick-prev___3ydoZ:hover, .react-app .slick-theme__slick-prev___3ydoZ:focus, .react-app .slick-theme__slick-next___uGEgg:hover, .react-app .slick-theme__slick-next___uGEgg:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.react-app .slick-theme__slick-prev___3ydoZ:hover:before, .react-app .slick-theme__slick-prev___3ydoZ:focus:before, .react-app .slick-theme__slick-next___uGEgg:hover:before, .react-app .slick-theme__slick-next___uGEgg:focus:before
{
    opacity: 1;
}
.react-app .slick-theme__slick-prev___3ydoZ.slick-theme__slick-disabled___34ZJF:before, .react-app .slick-theme__slick-next___uGEgg.slick-theme__slick-disabled___34ZJF:before
{
    opacity: .25;
}

.react-app .slick-theme__slick-prev___3ydoZ:before, .react-app .slick-theme__slick-next___uGEgg:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.react-app .slick-theme__slick-prev___3ydoZ
{
    left: -25px;
}
.react-app [dir='rtl'] .slick-theme__slick-prev___3ydoZ
{
    right: -25px;
    left: auto;
}
.react-app .slick-theme__slick-prev___3ydoZ:before
{
    content: '←';
}
.react-app [dir='rtl'] .slick-theme__slick-prev___3ydoZ:before
{
    content: '→';
}

.react-app .slick-theme__slick-next___uGEgg
{
    right: -25px;
}
.react-app [dir='rtl'] .slick-theme__slick-next___uGEgg
{
    right: auto;
    left: -25px;
}
.react-app .slick-theme__slick-next___uGEgg:before
{
    content: '→';
}
.react-app [dir='rtl'] .slick-theme__slick-next___uGEgg:before
{
    content: '←';
}

/* Dots */
.react-app .slick-theme__slick-dotted___26c8i.slick-theme__slick-slider___2eYNQ
{
    margin-bottom: 30px;
}

.react-app .slick-theme__slick-dots___2av_V
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.react-app .slick-theme__slick-dots___2av_V li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.react-app .slick-theme__slick-dots___2av_V li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.react-app .slick-theme__slick-dots___2av_V li button:hover, .react-app .slick-theme__slick-dots___2av_V li button:focus
{
    outline: none;
}
.react-app .slick-theme__slick-dots___2av_V li button:hover:before, .react-app .slick-theme__slick-dots___2av_V li button:focus:before
{
    opacity: 1;
}
.react-app .slick-theme__slick-dots___2av_V li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.react-app .slick-theme__slick-dots___2av_V li.slick-theme__slick-active___1vHaR button:before
{
    opacity: .75;
    color: black;
}

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .SearchSelector-module__button___1UWKM {
  background-color: #ffffff;
  border-radius: 4rem;
  border-width: 0;
  width: 100%;
  text-align: left;
  padding-left: 2.5rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 1.4rem; }
  .react-app .SearchSelector-module__button___1UWKM:active {
    border-style: solid; }
  .react-app .SearchSelector-module__button___1UWKM:focus {
    outline: none; }

.react-app .SearchSelector-module__arrowHolder___2x4_X {
  position: relative;
  top: 0.4rem; }

.react-app .SearchSelector-module__cross___3W3H4 {
  display: block;
  position: absolute;
  font-size: 2rem;
  right: 3rem;
  top: -0.7rem; }

.react-app .SearchSelector-module__isDisabled___3aqRj {
  opacity: 0.5; }

.react-app .SearchSelector-module__arrow___2wc93 {
  border: solid #848484;
  border-width: 0 0.2rem 0.2rem 0;
  display: block;
  position: absolute;
  right: 1rem;
  height: 0.8rem;
  width: 0.8rem; }
  .react-app .SearchSelector-module__arrow___2wc93.SearchSelector-module__up___19-Yr {
    top: 0.5rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .react-app .SearchSelector-module__arrow___2wc93.SearchSelector-module__down___18db5 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.react-app .SearchSelector-module__selectWrapper___3CP2M {
  position: relative; }

.react-app .SearchSelector-module__selectContainer___I3Lym {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -0.1rem;
  width: 100%; }

.react-app .SearchSelector-module__searchLabel___SXh5f {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4.5rem;
  font-size: 1.6rem;
  white-space: nowrap; }

.react-app .SearchSelector-module__searchPicker___1XxhI {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-radius: 4rem;
  height: 5.2rem;
  max-width: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  border: 0.1rem solid #d8d8d8;
  text-align: initial; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .CountrySpecificSelector-module__countrySpecific___27U8y {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 3.2rem; }
  @media (max-width: 767.98px) {
    .react-app .CountrySpecificSelector-module__countrySpecific___27U8y {
      font-size: 1.4rem;
      -webkit-justify-content: center;
              justify-content: center;
      margin: 0 0.8rem 3.2rem; } }

.react-app .CountrySpecificSelector-module__text___3gryd {
  margin-right: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .react-app .CountrySpecificSelector-module__text___3gryd {
      margin: 0 0 1.6rem; } }

.react-app .CountrySpecificSelector-module__search___SjVyK {
  width: 22rem;
  height: 4.9rem; }
  @media (max-width: 767.98px) {
    .react-app .CountrySpecificSelector-module__search___SjVyK {
      margin-left: 0;
      margin-top: 1.6rem;
      height: 4rem;
      width: 26rem; } }
  .react-app .CountrySpecificSelector-module__search___SjVyK button {
    padding-left: 2rem; }
    .react-app .CountrySpecificSelector-module__search___SjVyK button span {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.4rem;
      color: #161616; }
    .react-app .CountrySpecificSelector-module__search___SjVyK button.CountrySpecificSelector-module__open___1jgt5 {
      background-color: #f9f9f9; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .CurrencyAmountPicker-module__button___kU_YC {
  background-color: #f9f9f9;
  border-radius: 0 4rem 4rem 0;
  border-width: 0 0 0 0.1rem;
  border-color: #d8d8d8;
  border-style: solid;
  width: 50%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 1.4rem; }
  .react-app .CurrencyAmountPicker-module__button___kU_YC:active {
    border-style: solid; }
  .react-app .CurrencyAmountPicker-module__button___kU_YC:focus {
    outline: none; }

.react-app .CurrencyAmountPicker-module__arrowHolder___2StTy {
  position: relative;
  top: 0.4rem; }

.react-app .CurrencyAmountPicker-module__arrow___jnT-e {
  border: solid #848484;
  border-width: 0 0.2rem 0.2rem 0;
  display: block;
  position: absolute;
  right: 1rem;
  height: 0.8rem;
  width: 0.8rem; }
  .react-app .CurrencyAmountPicker-module__arrow___jnT-e.CurrencyAmountPicker-module__up___21-1y {
    top: 0.5rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .react-app .CurrencyAmountPicker-module__arrow___jnT-e.CurrencyAmountPicker-module__down___2P4oU {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.react-app .CurrencyAmountPicker-module__selectWrapper___V-Vez {
  position: relative; }

.react-app .CurrencyAmountPicker-module__selectContainer___2tBmz {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -0.1rem;
  width: 50%; }

.react-app .CurrencyAmountPicker-module__currencyLabel___2UYez {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 3rem;
  white-space: nowrap;
  text-transform: uppercase; }
  @media (max-width: 666.98px) {
    .react-app .CurrencyAmountPicker-module__currencyLabel___2UYez {
      font-size: 1.3rem; } }

.react-app .CurrencyAmountPicker-module__currencyAmountPickerInput___1dEoT {
  border-radius: 4rem 0 0 4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: 0;
  border: 0;
  box-shadow: none;
  font-weight: 600;
  color: #212121;
  padding: 0.8rem 1.6rem 0.8rem 2.5rem; }
  @media (min-width: 667px) {
    .react-app .CurrencyAmountPicker-module__currencyAmountPickerInput___1dEoT {
      line-height: 1.4;
      width: 50%; } }
  @media (max-width: 1199.98px) {
    .react-app .CurrencyAmountPicker-module__currencyAmountPickerInput___1dEoT {
      font-size: 1.8rem; } }
  @media (max-width: 666.98px) {
    .react-app .CurrencyAmountPicker-module__currencyAmountPickerInput___1dEoT {
      font-size: 1.3rem; } }

.react-app .CurrencyAmountPicker-module__currencyAmountPicker___18p9c {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-radius: 4rem;
  max-width: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  border: 0.1rem solid #d8d8d8;
  text-align: initial; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .OffersLoading-module__container___bYta3 {
  border: 1px solid #00a5ef;
  border-radius: 3px;
  margin: 16px;
  padding: 50px 32px;
  position: relative; }
  @media (min-width: 768px) {
    .react-app .OffersLoading-module__container___bYta3 {
      margin: 16px 0; } }
  .react-app .OffersLoading-module__container___bYta3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00A5EF;
    opacity: 0.02; }

.react-app .OffersLoading-module__text___3qihJ {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }

.react-app .OffersLoading-module__dotsList___3HZUz {
  text-align: center;
  width: 100%;
  margin-bottom: 15px; }

.react-app .OffersLoading-module__dot___nrnG0 {
  -webkit-animation: OffersLoading-module__dot-keyframes___2-nK7 2.5s infinite ease-in-out;
          animation: OffersLoading-module__dot-keyframes___2-nK7 2.5s infinite ease-in-out;
  background-color: #00a5ef;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 8px; }
  .react-app .OffersLoading-module__dot___nrnG0:last-child {
    margin-right: 0; }
  .react-app .OffersLoading-module__dot___nrnG0:nth-child(2) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  .react-app .OffersLoading-module__dot___nrnG0:nth-child(3) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .react-app .OffersLoading-module__dot___nrnG0:nth-child(4) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .react-app .OffersLoading-module__dot___nrnG0:nth-child(5) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

@-webkit-keyframes OffersLoading-module__dot-keyframes___2-nK7 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  15% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2); }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes OffersLoading-module__dot-keyframes___2-nK7 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  15% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2); }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .MobileMenu-module__mobileMenuFooterBar___1Pmqv {
  padding: 2rem 1.5rem;
  width: 100%;
  background: #fff; }
  @media (min-width: 400px) {
    .react-app .MobileMenu-module__mobileMenuFooterBar___1Pmqv {
      padding: 2rem; } }
  .react-app .MobileMenu-module__mobileMenuFooterBar___1Pmqv .MobileMenu-module__button___eAsIm {
    -webkit-align-items: center;
            align-items: center;
    background-color: #00a5ef;
    border: 1px solid #00a5ef;
    border-radius: 20px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-justify-content: center;
            justify-content: center;
    line-height: 2rem;
    overflow: hidden;
    padding: 1rem;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out, color 250ms ease-in-out;
    white-space: nowrap;
    width: 100%; }
    .react-app .MobileMenu-module__mobileMenuFooterBar___1Pmqv .MobileMenu-module__button___eAsIm:focus {
      outline: none; }
    .react-app .MobileMenu-module__mobileMenuFooterBar___1Pmqv .MobileMenu-module__button___eAsIm:hover {
      background-color: transparent;
      color: #00a5ef;
      text-decoration: none; }
  .react-app .MobileMenu-module__mobileMenuFooterBar___1Pmqv .MobileMenu-module__logOutButton___3j8ab {
    background-color: transparent;
    border-color: #ff3030;
    color: #ff3030; }
    .react-app .MobileMenu-module__mobileMenuFooterBar___1Pmqv .MobileMenu-module__logOutButton___3j8ab .MobileMenu-module__icon___q22R3 {
      color: inherit;
      height: 16px;
      margin-right: 1rem;
      width: 16px; }
    .react-app .MobileMenu-module__mobileMenuFooterBar___1Pmqv .MobileMenu-module__logOutButton___3j8ab:hover {
      background-color: #ff3030;
      color: #fff; }

.react-app .MobileMenu-module__icon___q22R3 {
  -webkit-align-items: center;
          align-items: center;
  background: none;
  border: 0;
  color: #666;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  height: 30px;
  overflow: hidden;
  padding: 0;
  width: 30px; }
  .react-app .MobileMenu-module__icon___q22R3:focus {
    outline: none; }

.react-app .MobileMenu-module__itemIcon___14X6k {
  color: #00a5ef;
  height: 16px;
  margin-right: 1rem;
  width: 16px; }

.react-app .MobileMenu-module__menuItem___2KzD7 {
  transition: background-color 250ms ease-in-out, border 250ms ease-in-out;
  padding: 1rem 2rem;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  color: #666;
  display: -webkit-flex;
  display: flex;
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  text-align: left;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none; }
  @media (min-width: 320px) {
    .react-app .MobileMenu-module__menuItem___2KzD7 {
      padding: 1.5rem 2rem; } }
  .react-app .MobileMenu-module__menuItem___2KzD7:hover {
    color: #666;
    text-decoration: none; }

.react-app .MobileMenu-module__navigation___2TevY {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding-bottom: 2rem; }

.react-app .MobileMenu-module__menuList___1IhJP {
  list-style: none;
  margin: 0;
  padding: 0; }

.react-app .MobileMenu-module__itemDivider___3f3h9 {
  border-bottom: 1px solid #e2e2e2; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .MobileMenuLayout-module__modal___2ukvo {
  height: 100%;
  margin: 0;
  width: 300px;
  transition: -webkit-transform 250ms ease-in-out !important;
  transition: transform 250ms ease-in-out !important;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out !important;
  transform: translateX(-100%) !important;
  -webkit-transform: translateX(-100%); }

.react-app .MobileMenuLayout-module__modalContent___17bnc {
  border-radius: 0 !important;
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.16);
  -webkit-justify-content: space-between;
          justify-content: space-between;
  min-height: 100%; }

.react-app .MobileMenuLayout-module__showModal___1rjAA .modal-dialog {
  transform: translateX(0%) !important;
  -webkit-transform: translateX(0%); }

.react-app .MobileMenuLayout-module__modalWrapper___Tj6J4 {
  opacity: 1;
  overflow-y: scroll; }

.react-app .MobileMenuLayout-module__backDrop___1D-86 {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 250ms ease-in-out; }
  .react-app .MobileMenuLayout-module__backDrop___1D-86.MobileMenuLayout-module__showModal___1rjAA {
    opacity: 1; }

.react-app .MobileMenuLayout-module__hide___3mDok {
  display: none; }

.react-app .MobileMenuLayout-module__closeButton___7bvN9, .react-app .MobileMenuLayout-module__backButton___3xAzF {
  position: absolute;
  top: 1rem;
  z-index: 10; }

.react-app .MobileMenuLayout-module__backButton___3xAzF {
  display: block;
  left: 1rem; }

.react-app .MobileMenuLayout-module__closeButton___7bvN9 {
  right: 1rem; }

.react-app .MobileMenuLayout-module__mobileMenuHeaderBar___Dp0Wi {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 60px;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .MobileMenuNav-module__activeItem___1V7hk {
  background-color: #f2fafe; }
  .react-app .MobileMenuNav-module__activeItem___1V7hk:after {
    background-color: #00a5ef;
    border-radius: 2px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: opacity 250ms ease-in-out;
    top: 0;
    width: 2px; }

.react-app .MobileMenuNav-module__arrow___MBTfa {
  color: #666;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 10px);
  width: 20px;
  position: absolute;
  right: 2rem; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .LanguagesItem-module__langSelected___1N8H0 {
  border-bottom-color: #e2e2e2;
  font-weight: 600;
  margin-bottom: 8px; }

.react-app li .LanguagesItem-module__langSelected___1N8H0 {
  background: rgba(25, 191, 51, 0.03);
  border: 0;
  border-radius: 3px;
  font-weight: normal;
  margin: 0 8px;
  padding: 8px; }
  .react-app li .LanguagesItem-module__langSelected___1N8H0:before {
    background: url("/assets/images/icon_check.svg");
    content: "";
    height: 12px;
    margin-right: 8px;
    width: 16px; }

.react-app .LanguagesItem-module__item___2jYDO {
  list-style: none; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .MobileSubmenu-module__hiddenSubmenu___h0-GU {
  display: none; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .UserInfo-module__container___2W-hx {
  -webkit-align-items: center;
          align-items: center;
  color: #666;
  display: -webkit-flex;
  display: flex;
  padding: 0 1.5rem 2rem;
  text-transform: uppercase; }
  @media (min-width: 400px) {
    .react-app .UserInfo-module__container___2W-hx {
      padding: 0 2rem 2rem; } }

.react-app .UserInfo-module__avatar___211rF {
  -webkit-align-items: center;
          align-items: center;
  border-radius: 50%;
  background-color: #f9f9f9;
  color: #666;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  height: 48px;
  margin-right: 1.5rem;
  overflow: hidden;
  width: 48px; }
  .react-app .UserInfo-module__avatar___211rF img {
    display: block;
    width: 100%; }

.react-app .UserInfo-module__title___3hJgn {
  color: #666;
  display: block;
  font-size: 0.8rem; }

.react-app .UserInfo-module__btc___3E0yT {
  color: #3c4150;
  font-size: 1.6rem; }
  .react-app .UserInfo-module__btc___3E0yT small {
    color: #666;
    display: inline-block;
    font-size: 1rem;
    margin-left: 0.4rem;
    vertical-align: baseline; }

.react-app .UserInfo-module__button___8i-WV {
  -webkit-align-items: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid #00a5ef;
  border-radius: 1.5rem;
  color: #00a5ef;
  display: -webkit-flex;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.8rem;
  overflow: hidden;
  padding: 0.5rem 2rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out, color 250ms ease-in-out;
  white-space: nowrap;
  width: 100%; }
  .react-app .UserInfo-module__button___8i-WV:focus {
    outline: none; }
  .react-app .UserInfo-module__button___8i-WV:hover {
    background-color: #00a5ef;
    color: #ffffff;
    text-decoration: none; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .Modal-module__modalBody___32e1l {
  padding: 2rem !important;
  font-size: 1.4rem !important;
  color: #848484 !important; }

.react-app .Modal-module__modalBtnLeft___6W35R, .react-app .Modal-module__modalBtnRight___3_XjE {
  color: #848484;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  min-width: 4rem;
  position: absolute;
  cursor: pointer; }
  .react-app .Modal-module__modalBtnLeft___6W35R img, .react-app .Modal-module__modalBtnRight___3_XjE img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0.5rem; }

.react-app .Modal-module__modalBtnRight___3_XjE {
  right: 2rem; }

.react-app .Modal-module__modalBtnLeft___6W35R {
  left: 2rem; }

.react-app .Modal-module__modalHeader___1GfqM {
  padding: 1.5rem 4rem !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-content: center !important;
          align-content: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  box-shadow: 0 1px 0 0 #ebebeb !important; }

@media (max-width: 767.98px) {
  .react-app .Modal-module__modalDialog___1j9bH {
    margin: 2rem; } }

.react-app .Modal-module__modalFooter___33Rol {
  padding: 1.5rem 4rem !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-top: 0.1rem solid #ebebeb; }

.react-app .Modal-module__modalTitle___1BlUB {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #666666;
  font-weight: 600;
  margin: 0; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .AuthMobileModal-module__showModal___3rjYl {
  opacity: 1 !important; }

.react-app .AuthMobileModal-module__backDrop___3GuSN {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 250ms ease-in-out; }
  .react-app .AuthMobileModal-module__backDrop___3GuSN.AuthMobileModal-module__showModal___3rjYl {
    opacity: 1; }

.react-app .AuthMobileModal-module__btnGroup___3rdFu {
  margin-bottom: 1rem; }

.react-app .AuthMobileModal-module__btn___2J3qH {
  border-radius: 2.2rem;
  padding: 1rem 0;
  color: #00a5ef;
  display: block;
  border: 1px solid #00a5ef;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  transition: background-color 0.4s, color 0.4s; }
  .react-app .AuthMobileModal-module__btn___2J3qH:active, .react-app .AuthMobileModal-module__btn___2J3qH:hover {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none; }

.react-app .AuthMobileModal-module__btnLogin___1053u {
  background-color: #00a5ef;
  color: white; }
  .react-app .AuthMobileModal-module__btnLogin___1053u:active, .react-app .AuthMobileModal-module__btnLogin___1053u:hover {
    color: white;
    background-color: #0087c5; }

.react-app .AuthMobileModal-module__btnRegister___2d3DM {
  background-color: white;
  color: #00a5ef; }
  .react-app .AuthMobileModal-module__btnRegister___2d3DM:active, .react-app .AuthMobileModal-module__btnRegister___2d3DM:hover {
    color: #00a5ef; }

.react-app .AuthMobileModal-module__btnClose___1g10F {
  color: #848484;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  display: block;
  cursor: pointer; }
  .react-app .AuthMobileModal-module__btnClose___1g10F:active, .react-app .AuthMobileModal-module__btnClose___1g10F:hover {
    text-decoration: none; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .FormButton-module__button___uHNg_ {
  background-color: #f8f8f8;
  padding: 1rem 2rem;
  border: none;
  color: #848484;
  border-radius: 0.6rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1rem;
  cursor: pointer; }

.react-app .FormButton-module__button___uHNg_:focus {
  outline: 0; }

.react-app .FormButton-module__primary___oAL1F {
  background-color: #cc6633;
  color: white; }

.react-app .FormButton-module__bordered___1A4Dc {
  border: 0.1rem solid #cc6633;
  background-color: #ffffff;
  color: #cc6633; }

.react-app .FormButton-module__text___3WT77 {
  background: none;
  color: #848484;
  font-weight: 600;
  line-height: 1.6rem;
  padding: 1rem 0;
  transition: color 250ms ease-in-out;
  text-decoration: underline; }
  .react-app .FormButton-module__text___3WT77:hover {
    color: #cc6633; }

.react-app .FormButton-module__link___C3Br- {
  background: none;
  color: #cc6633;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 1.6rem 0;
  text-transform: none;
  text-decoration: none;
  transition: color 250ms ease-in-out; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .HeaderFormCenter-module__text___1NN7i {
  color: #4a4a4a;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 2rem 0; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app body.Modal-module__modalShown___3akz3 {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.react-app .Modal-module__wrapper___3-Ty1 {
  position: fixed;
  z-index: 100;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }

.react-app .Modal-module__modal___jYOAY {
  position: absolute;
  top: 10rem;
  left: 50%;
  width: 95%;
  max-width: 48rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: white;
  box-shadow: 0 1rem 4rem 0 #d8d8d8;
  z-index: 2; }

.react-app .Modal-module__modal___jYOAY .Modal-module__content___1mi_m {
  margin: 3rem; }

.react-app .Modal-module__modal___jYOAY .Modal-module__closeButton___26yFz {
  width: 1.7rem;
  line-height: 1.7rem;
  cursor: pointer;
  background-color: inherit;
  font-size: 3.5rem;
  font-weight: 100;
  padding: 0;
  border: none;
  color: #848484;
  position: absolute;
  right: 2.1rem;
  top: 2.1rem; }

.react-app .Modal-module__showModal___2nApP {
  opacity: 1;
  visibility: visible; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TextSmallGray-module__text___1p0Zn {
  color: #848484;
  font-size: 1.4rem;
  line-height: 2.2rem; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .AccountInfo-module__wrapper___1HMqK {
  border-bottom: 0.1rem solid #e0e0e0;
  padding: 2rem 2rem 1.5rem; }
  @media (max-width: 767.98px) {
    .react-app .AccountInfo-module__wrapper___1HMqK {
      padding: 0; } }

.react-app .AccountInfo-module__wrapper___1HMqK:last-child {
  border-bottom: none; }

.react-app .AccountInfo-module__description___2-32C {
  color: #848484;
  font: bold 0.9rem/1.5 "Open Sans", sans-serif;
  margin: 0;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .react-app .AccountInfo-module__description___2-32C {
      padding: 1.5rem 2rem 0; } }

.react-app .AccountInfo-module__bankAccount___25gyL {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  @media (max-width: 767.98px) {
    .react-app .AccountInfo-module__bankAccount___25gyL {
      -webkit-flex-flow: column nowrap;
              flex-flow: column nowrap; } }

.react-app .AccountInfo-module__currencyWrapper___3ZJ9H {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 50%; }
  @media (max-width: 767.98px) {
    .react-app .AccountInfo-module__currencyWrapper___3ZJ9H {
      max-width: none;
      padding: 0 2rem 0.5rem; } }

.react-app .AccountInfo-module__label___1qEOu {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  padding: 0.3rem 1.2rem;
  text-transform: uppercase; }

.react-app .AccountInfo-module__accountNumber___1JT_3 {
  color: #848484;
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin: 0 0 0 1rem;
  overflow: hidden;
  padding: 0; }
  @media (max-width: 767.98px) {
    .react-app .AccountInfo-module__accountNumber___1JT_3 {
      line-height: 1.7rem;
      margin: 0 0 2rem;
      padding: 0 2rem; } }

.react-app .AccountInfo-module__bankName___r5rs2 {
  background-color: #623499;
  color: #fff; }

.react-app .AccountInfo-module__currency___1ueA7 {
  background-color: #1bbc9b; }

.react-app .AccountInfo-module__accountButton___2icQg {
  -webkit-appearance: none;
  -webkit-align-items: center;
          align-items: center;
  background: none;
  border: 0;
  color: #848484;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-left: auto;
  transition: color 250ms ease-in-out; }
  .react-app .AccountInfo-module__accountButton___2icQg:hover {
    color: #00b4e8; }
  @media (max-width: 767.98px) {
    .react-app .AccountInfo-module__accountButton___2icQg {
      border-top: 1px solid #e0e0e0;
      font-size: 1.2rem;
      margin: 0;
      padding: 1rem 2rem;
      -webkit-justify-content: center;
              justify-content: center; } }

.react-app .AccountInfo-module__accountButtonIcon___lrYuf {
  margin-right: 0.5rem; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .AccountInfoGroup-module__accountInfoGroup___1c8cN {
  border-radius: 0.5rem;
  border: 0.1rem solid #d8d8d8; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
@-webkit-keyframes Spinner-module__spinner___3FWkc {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes Spinner-module__spinner___3FWkc {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.react-app .Spinner-module__spinner___3FWkc {
  content: "";
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.1rem solid #ccc;
  border-top-color: #cc6633;
  -webkit-animation: Spinner-module__spinner___3FWkc 0.6s linear infinite;
          animation: Spinner-module__spinner___3FWkc 0.6s linear infinite; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .AccountGroups-module__headline___yp0o6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2rem; }

.react-app .AccountGroups-module__tocenter___17uIb {
  margin-top: 2rem;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .AccountSummary-module__wrapper___1xDUy label {
  color: #4a4a4a;
  display: block;
  margin-bottom: 0.2rem;
  letter-spacing: 0;
  font-size: 1.2rem;
  cursor: initial; }

.react-app .AccountSummary-module__wrapper___1xDUy label.AccountSummary-module__type___34fGH {
  color: #848484;
  font-size: 0.8rem; }

.react-app .AccountSummary-module__wrapper___1xDUy .AccountSummary-module__flag___2huyX {
  display: inline-block;
  padding-right: 0.6rem;
  padding-left: 0.4rem; }

.react-app .AccountSummary-module__wrapper___1xDUy .AccountSummary-module__description___kSwhe img {
  margin-right: 0.5rem; }

.react-app .AccountSummary-module__wrapper___1xDUy .AccountSummary-module__description___kSwhe .AccountSummary-module__highlighted___2Mrvt {
  color: #4a4a4a;
  font-weight: 500; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .FormLabel-module__label___2m688 {
  color: #4a4a4a;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: initial;
  position: relative;
  -webkit-font-smoothing: auto; }

.react-app .FormLabel-module__icon___1adkt {
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.4rem;
  margin-left: 0.4rem; }

.react-app .FormLabel-module__hint___uqX65 {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  opacity: 1;
  transition: opacity 0.2s ease;
  border: 0.1rem solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.175);
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: normal;
  border-radius: 0.4rem;
  border-bottom-right-radius: 0;
  background-color: white;
  z-index: 10; }

.react-app .FormLabel-module__hidden___2x8hl {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .FormCheckbox-module__wrapper___2k-8Y input {
  position: fixed;
  left: -10000px; }

.react-app .FormCheckbox-module__wrapper___2k-8Y input + label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer; }

.react-app .FormCheckbox-module__wrapper___2k-8Y input + label:before {
  content: " ";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
  background-color: white;
  border: 0.2rem solid #d8d8d8;
  border-radius: 0.2rem; }

.react-app .FormCheckbox-module__wrapper___2k-8Y input:checked + label:before {
  background-color: #bbbbbb;
  box-shadow: inset 0 0 0 0.3rem white; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .FormDropdown-module__wrapper___3GdFW {
  margin-bottom: 1.1rem; }

.react-app .FormDropdown-module__selector___2xkpw {
  border-radius: 0.3rem;
  height: 4rem;
  padding-top: 0.1rem; }
  .react-app .FormDropdown-module__selector___2xkpw button {
    padding-left: 1.5rem; }
    .react-app .FormDropdown-module__selector___2xkpw button span {
      font-size: 1.4rem; }
      .react-app .FormDropdown-module__selector___2xkpw button span:first-letter {
        text-transform: capitalize; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .FormRadioGroup-module__wrapper___xMTOG {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 667px) {
    .react-app .FormRadioGroup-module__wrapper___xMTOG {
      -webkit-flex-direction: row;
              flex-direction: row; } }

.react-app .FormRadioGroup-module__item___3bCky {
  border: 0.1rem solid #d8d8d8;
  display: inline-block;
  border-radius: 0.3rem;
  width: 100%;
  margin: 0 1rem 1rem 0; }

.react-app .FormRadioGroup-module__item___3bCky:last-child {
  margin-right: 0px; }

.react-app .FormRadioGroup-module__selected___es2ev {
  border: 0.1rem solid #cc6633; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .FormRadioItem-module__wrapper___w0EDO {
  display: -webkit-flex;
  display: flex;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-transform: capitalize; }

.react-app .FormRadioItem-module__icon___t1KTQ {
  padding-right: 1rem; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .BankAccountForm-module__row___28Jj4 {
  margin-bottom: 1rem; }

.react-app .BankAccountForm-module__column___2lRKn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.react-app .BankAccountForm-module__line___2Sr2e {
  height: 0.1rem;
  background-color: #d8d8d8;
  margin: 3rem auto 1rem; }

.react-app .BankAccountForm-module__toright___3S6_L {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-bottom: 1rem; }
  .react-app .BankAccountForm-module__toright___3S6_L > :last-child {
    margin-right: 0; }

.react-app .BankAccountForm-module__center___9JD8l {
  width: 100%; }

.react-app .BankAccountForm-module__footerAction___BYZa- {
  border-top: 0.1rem solid #d8d8d8;
  margin: 0 -3rem -3rem;
  position: relative;
  text-align: center; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .FormInput-module__input___1OgNs input {
  color: #4a4a4a;
  border: 0.1rem solid #d8d8d8;
  display: inline-block;
  border-radius: 0.3rem;
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: capitalize;
  padding: 0.7rem 1.5rem 1rem;
  height: 4rem; }
  .react-app .FormInput-module__input___1OgNs input.FormInput-module__error___10dcw {
    border: 0.1rem solid #e93b50;
    background-color: white; }

.react-app .FormInput-module__errorMessage___3WqmF {
  color: #e93b50;
  border: 0.1rem solid #e93b50;
  border-radius: 0.3rem;
  background-color: #ffe5e8;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-animation: FormInput-module__animate-error___Eldkb 0.3s;
          animation: FormInput-module__animate-error___Eldkb 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  position: relative; }

.react-app .FormInput-module__errorMessage___3WqmF:after, .react-app .FormInput-module__errorMessage___3WqmF:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.react-app .FormInput-module__errorMessage___3WqmF:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffe5e8;
  border-width: 0.6rem;
  margin-left: -0.6rem; }

.react-app .FormInput-module__errorMessage___3WqmF:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e93b50;
  border-width: 0.7rem;
  margin-left: -0.7rem; }

@-webkit-keyframes FormInput-module__animate-error___Eldkb {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: auto;
    opacity: 1; } }

@keyframes FormInput-module__animate-error___Eldkb {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: auto;
    opacity: 1; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .FormCut-module__text___2ubUm {
  color: #cc6633;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  cursor: pointer; }

.react-app .FormCut-module__text___2ubUm .FormCut-module__imgHolder___OStzL {
  vertical-align: top;
  display: inline-block;
  padding-right: 0.5rem; }

.react-app .FormCut-module__content___1YRMM {
  -webkit-animation: FormCut-module__animate-cut-content___31Awm 0.3s;
          animation: FormCut-module__animate-cut-content___31Awm 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

@-webkit-keyframes FormCut-module__animate-cut-content___31Awm {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes FormCut-module__animate-cut-content___31Awm {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .ConfirmationPopup-module__confirmationPopup___1dUBq {
  background: #fff;
  bottom: 100%;
  border-radius: 0.4rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  color: #4a4a4a;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 2rem 2rem 1rem;
  position: absolute;
  text-align: center;
  width: 330px;
  max-width: 90%; }
  .react-app .ConfirmationPopup-module__confirmationPopup___1dUBq:after {
    background-color: #fff;
    content: "";
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: calc(100% - 5px);
    left: calc(50% - 5px); }

.react-app .ConfirmationPopup-module__controls___XBKNI {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 1rem; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .BankAccountPage-module__tocenter___2RLCI {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center; }

.react-app .BankAccountPage-module__formHolder___3cYPX {
  max-width: 460px;
  margin: auto; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .PaxfulMedia-module__container___3PycV {
  margin-top: 6rem;
  position: relative;
  padding: 1.5rem 3.5rem;
  height: 8rem; }
  @media (max-width: 666.98px) {
    .react-app .PaxfulMedia-module__container___3PycV {
      margin-top: 0;
      margin-bottom: 6rem;
      height: auto;
      padding: 1.5rem 0; } }
  .react-app .PaxfulMedia-module__container___3PycV .slick-dots {
    bottom: -40px; }
    .react-app .PaxfulMedia-module__container___3PycV .slick-dots li button::before {
      font-size: 0.8rem;
      color: #9a9a9a;
      opacity: 1; }
  .react-app .PaxfulMedia-module__container___3PycV .slick-active button::before {
    color: #04b4e8 !important; }

.react-app .PaxfulMedia-module__slide___3hWVc {
  height: 100%;
  margin: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center; }

.react-app .PaxfulMedia-module__button___1pB5z {
  position: absolute;
  top: calc(50% - 3rem);
  cursor: pointer;
  z-index: 2; }
  @media (max-width: 666.98px) {
    .react-app .PaxfulMedia-module__button___1pB5z {
      display: none; } }

.react-app .PaxfulMedia-module__buttonLeft___1fFWE {
  left: 0; }

.react-app .PaxfulMedia-module__buttonRight___13u-d {
  right: 0; }

.react-app .PaxfulMedia-module__arrowImg___1YohM {
  width: 2rem; }

.react-app .PaxfulMedia-module__slideImg___1SVqP {
  max-height: 38px;
  margin: 0 auto; }
  @media (max-width: 666.98px) {
    .react-app .PaxfulMedia-module__slideImg___1SVqP {
      max-width: 150px; } }

.react-app .PaxfulMedia-module__slideContainer___2v9LV {
  height: 48px; }
  @media (max-width: 666.98px) {
    .react-app .PaxfulMedia-module__slideContainer___2v9LV {
      margin: 1rem 0.5rem; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .CloseBtn-module__container___1ym4y {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center; }
  @media (min-width: 568px) and (max-width: 1199.98px) {
    .react-app .CloseBtn-module__container___1ym4y {
      top: auto;
      bottom: 0;
      right: 0;
      position: fixed; } }
  @media (min-width: 992px) {
    .react-app .CloseBtn-module__container___1ym4y {
      position: absolute;
      right: calc(-40px - 20px);
      top: 0;
      width: 40px; } }

.react-app .CloseBtn-module__isSticky___3Tmwn {
  top: 2rem; }
  @media (max-width: 1199.98px) {
    .react-app .CloseBtn-module__isSticky___3Tmwn {
      top: auto; } }

.react-app .CloseBtn-module__text___2MRHJ {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-align: center;
  color: #eeeeee;
  text-transform: uppercase;
  padding-top: 0.5rem;
  max-width: 70px; }
  @media (max-width: 1199.98px) {
    .react-app .CloseBtn-module__text___2MRHJ {
      display: none; } }

.react-app .CloseBtn-module__imgContainer___2FnA4 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.4s;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  background: transparent;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .react-app .CloseBtn-module__imgContainer___2FnA4 {
      background-color: #606060; }
      .react-app .CloseBtn-module__imgContainer___2FnA4:hover {
        background-color: #a5a5a5; } }
  @media (min-width: 568px) and (max-width: 1199.98px) {
    .react-app .CloseBtn-module__imgContainer___2FnA4 {
      background: #ffffff;
      box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.12);
      border-radius: 0.4rem 0 0; }
      .react-app .CloseBtn-module__imgContainer___2FnA4:hover {
        background-color: #ffffff; } }

.react-app .CloseBtn-module__closeBtn___1JUag {
  display: block; }
  @media (max-width: 1199.98px) {
    .react-app .CloseBtn-module__closeBtn___1JUag {
      display: none; } }

.react-app .CloseBtn-module__closeBtnTablet___3JHLp {
  display: none; }
  @media (min-width: 568px) and (max-width: 1199.98px) {
    .react-app .CloseBtn-module__closeBtnTablet___3JHLp {
      display: block; } }

.react-app .CloseBtn-module__closeBtnMobile___35b2- {
  display: block; }
  @media (min-width: 568px) {
    .react-app .CloseBtn-module__closeBtnMobile___35b2- {
      display: none; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .Searchbar-module__container___1WB2p {
  position: relative;
  -webkit-flex: 1;
          flex: 1; }

.react-app .Searchbar-module__input___kxYkz {
  height: 46px;
  border: 1px solid #cacaca;
  border-radius: 2.3rem;
  width: 100%;
  padding: 0 4.6rem;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis; }
  .react-app .Searchbar-module__input___kxYkz:focus {
    border-color: #612c95; }

.react-app .Searchbar-module__searchIcon___1gFo2 {
  position: absolute;
  top: calc(50% - 24px / 2);
  left: 2rem; }

.react-app .Searchbar-module__closeIcon___2s_IU {
  position: absolute;
  top: calc(50% - 24px / 2);
  right: 2rem;
  cursor: pointer; }
  .react-app .Searchbar-module__closeIcon___2s_IU svg {
    fill: #7d7d7d; }
  .react-app .Searchbar-module__closeIcon___2s_IU:hover {
    opacity: 0.6; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TabsItem-module__item___1S6Yf {
  -webkit-flex: 1;
          flex: 1;
  padding: 2rem 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  height: 125px;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  cursor: pointer;
  transition: background-color 0.4s;
  border-radius: 0.4rem 0.4rem 0 0; }
  .react-app .TabsItem-module__item___1S6Yf:hover {
    background-color: rgba(255, 255, 255, 0.3); }
    .react-app .TabsItem-module__item___1S6Yf:hover .TabsItem-module__title___3sQJU {
      color: #612c95; }
  @media (max-width: 991.98px) {
    .react-app .TabsItem-module__item___1S6Yf {
      height: auto;
      padding: 0 0 1.5rem;
      margin: 0 1rem;
      display: block; }
      .react-app .TabsItem-module__item___1S6Yf:hover {
        background-color: transparent; } }

.react-app .TabsItem-module__activeItem___1Qaef {
  background-color: #ffffff; }
  .react-app .TabsItem-module__activeItem___1Qaef:hover {
    background-color: #ffffff; }
  @media (max-width: 991.98px) {
    .react-app .TabsItem-module__activeItem___1Qaef {
      background-color: transparent;
      border-bottom: 2px solid #602b94; }
      .react-app .TabsItem-module__activeItem___1Qaef:hover {
        background-color: transparent; } }

.react-app .TabsItem-module__title___3sQJU {
  color: #626262;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.4s;
  word-wrap: break-word;
  padding-top: 1.5rem;
  overflow-wrap: break-word; }
  @media (max-width: 991.98px) {
    .react-app .TabsItem-module__title___3sQJU {
      white-space: nowrap; } }

.react-app .TabsItem-module__img___1G12u {
  height: 26px; }
  @media (max-width: 991.98px) {
    .react-app .TabsItem-module__img___1G12u {
      display: none !important; } }

.react-app .TabsItem-module__count___3EeD9 {
  color: #9f83ba;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.3rem; }
  @media (max-width: 991.98px) {
    .react-app .TabsItem-module__count___3EeD9 {
      display: none; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
@media (max-width: 991.98px) {
  .react-app .Tabs-module__container___3t112 {
    position: relative;
    padding-top: 1.5rem; }
    .react-app .Tabs-module__container___3t112::after, .react-app .Tabs-module__container___3t112::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 30px;
      z-index: 1; }
    .react-app .Tabs-module__container___3t112::after {
      right: 0;
      background: linear-gradient(90deg, rgba(246, 249, 255, 0) 0%, #f6f9ff 100%); }
    .react-app .Tabs-module__container___3t112::before {
      left: 0;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1);
      background: linear-gradient(90deg, rgba(246, 249, 255, 0) 0%, #f6f9ff 100%); } }

@media (max-width: 991.98px) {
  .react-app .Tabs-module__tabs___34YS0 {
    overflow-x: scroll;
    -ms-overflow-style: none; }
    .react-app .Tabs-module__tabs___34YS0::-webkit-scrollbar {
      display: none; }
    .react-app .Tabs-module__tabs___34YS0::-webkit-scrollbar-thumb, .react-app .Tabs-module__tabs___34YS0::-webkit-scrollbar-track {
      background-color: transparent; } }

.react-app .Tabs-module__inner___qoBrn {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%; }
  @media (max-width: 991.98px) {
    .react-app .Tabs-module__inner___qoBrn {
      width: auto;
      margin: 0 -1rem;
      padding-right: 2rem;
      padding-left: 2rem; } }

.react-app .Tabs-module__arrowLeft___2D1W7, .react-app .Tabs-module__arrowRight___3Ieyb {
  position: absolute;
  height: 20px;
  width: 20px;
  top: calc(50% - 20px / 2);
  border-radius: 50%;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  display: -webkit-flex;
  display: flex;
  z-index: 2;
  cursor: pointer; }
  @media (min-width: 992px) {
    .react-app .Tabs-module__arrowLeft___2D1W7, .react-app .Tabs-module__arrowRight___3Ieyb {
      display: none; } }

.react-app .Tabs-module__arrowRight___3Ieyb {
  right: 1rem; }

.react-app .Tabs-module__arrowLeft___2D1W7 {
  left: 1rem; }
  .react-app .Tabs-module__arrowLeft___2D1W7 img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .Header-module__isSticky___27QpH {
  box-shadow: 0 10px 40px -20px #cacaca;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 970px;
  max-width: 100%;
  border-radius: 0 !important; }

.react-app .Header-module__placeHolderSearch___1quEo {
  height: 106px; }

.react-app .Header-module__searchContainer___1Jqbw {
  display: -webkit-flex;
  display: flex;
  padding: 16px;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: white;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.13); }
  @media (min-width: 568px) {
    .react-app .Header-module__searchContainer___1Jqbw {
      -webkit-flex-direction: row;
              flex-direction: row;
      padding: 30px 20px 15px;
      background: transparent;
      box-shadow: none; } }
  @media (min-width: 992px) {
    .react-app .Header-module__searchContainer___1Jqbw {
      padding: 0 0 30px; } }

.react-app .Header-module__container___mRmhD {
  background-color: #eff5ff;
  border-radius: 1rem 1rem 0 0;
  padding: 3rem 3rem 0;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .react-app .Header-module__container___mRmhD {
      padding: 0;
      background-color: #f6f9ff; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .PaymentMethodItem-module__item___3QTIM {
  border: 1px solid #cacaca;
  border-radius: 0.6rem;
  background-color: #ffffff;
  height: 50px;
  width: 31.333%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.5rem;
  margin: 2rem 1% 0;
  cursor: pointer;
  transition: border-color 0.4s;
  overflow: hidden; }
  .react-app .PaymentMethodItem-module__item___3QTIM:hover {
    border-color: #612c95; }
  @media (max-width: 666.98px) {
    .react-app .PaymentMethodItem-module__item___3QTIM {
      width: 100%;
      margin-top: 0;
      border-bottom: none;
      border-radius: 0; }
      .react-app .PaymentMethodItem-module__item___3QTIM:first-child {
        border-top: 1px solid #cacaca;
        border-top-right-radius: 0.6rem;
        border-top-left-radius: 0.6rem; }
      .react-app .PaymentMethodItem-module__item___3QTIM:last-child {
        border-bottom: 1px solid #cacaca;
        border-bottom-right-radius: 0.6rem;
        border-bottom-left-radius: 0.6rem; }
      .react-app .PaymentMethodItem-module__item___3QTIM:hover {
        border-color: #cacaca; } }

.react-app .PaymentMethodItem-module__icon___usn9D {
  width: 18px;
  margin-right: 1rem; }

.react-app .PaymentMethodItem-module__name___2NRGR {
  color: #212121;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .PaymentMethodsList-module__container___19TnU {
  padding: 3rem 0 2rem; }
  @media (max-width: 991.98px) {
    .react-app .PaymentMethodsList-module__container___19TnU {
      padding-top: 2rem; } }

.react-app .PaymentMethodsList-module__title___2iVcJ {
  color: #7d7d7d;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
  text-transform: uppercase; }

.react-app .PaymentMethodsList-module__list___2-B8_ {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1%; }
  @media (max-width: 666.98px) {
    .react-app .PaymentMethodsList-module__list___2-B8_ {
      margin-top: 2rem; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .PopularPaymentMethods-module__container___xDP8m {
  padding-top: 2rem; }
  @media (max-width: 991.98px) {
    .react-app .PopularPaymentMethods-module__container___xDP8m {
      padding-top: 1rem; } }

.react-app .PopularPaymentMethods-module__title___1KelY {
  color: #7d7d7d;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
  text-transform: uppercase; }

.react-app .PopularPaymentMethods-module__list___1LTPZ {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1%; }
  @media (max-width: 666.98px) {
    .react-app .PopularPaymentMethods-module__list___1LTPZ {
      margin-top: 2rem; } }

@media (max-width: 666.98px) {
  .react-app .PopularPaymentMethods-module__popularItem___376yz {
    border: 1px solid #cacaca;
    height: 83px;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-radius: 0.6rem;
    width: 31.3%;
    padding: 1rem;
    margin-bottom: 1rem;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center; }
    .react-app .PopularPaymentMethods-module__popularItem___376yz:last-child {
      border-radius: 0.6rem;
      border: 1px solid #cacaca; }
    .react-app .PopularPaymentMethods-module__popularItem___376yz img {
      width: 30px;
      margin-right: 0; }
    .react-app .PopularPaymentMethods-module__popularItem___376yz span {
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.5rem;
      padding-top: 1rem;
      text-align: center;
      overflow: hidden;
      white-space: normal;
      /* stylelint-disable property-no-vendor-prefix, value-no-vendor-prefix */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* stylelint-enable */ } }

@media all and (max-width: 420px) {
  .react-app .PopularPaymentMethods-module__popularItem___376yz {
    width: calc(50% - 1rem); } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TabDescription-module__container___GB6T_ {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 2rem; }
  @media (max-width: 767.98px) {
    .react-app .TabDescription-module__container___GB6T_ {
      -webkit-flex-direction: column;
              flex-direction: column; } }

.react-app .TabDescription-module__text___3MG6i {
  color: #919191;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-right: 10rem;
  width: 100%; }
  @media (max-width: 767.98px) {
    .react-app .TabDescription-module__text___3MG6i {
      padding-right: 0;
      padding-bottom: 1rem; } }

.react-app .TabDescription-module__link___srqx2 {
  color: #00b4e8;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 1.7rem;
  text-transform: uppercase;
  padding: 0.6rem 2rem;
  border-radius: 4rem;
  border: 1px solid #00b4e8; }
  .react-app .TabDescription-module__link___srqx2:hover {
    text-decoration: none; }

@media (min-width: 768px) {
  .react-app .TabDescription-module__linkContainer___2pEdU {
    margin-left: auto; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TabsContent-module__container___Lx6GC {
  padding: 0 2rem; }
  @media (max-width: 666.98px) {
    .react-app .TabsContent-module__container___Lx6GC {
      padding: 0 1rem; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .PaymentMethodPickerModal-module__dialog___3dLxI {
  width: 970px;
  max-width: 100%;
  min-height: 100%;
  border-radius: 1rem 1rem 0 0; }
  @media (max-width: 991.98px) {
    .react-app .PaymentMethodPickerModal-module__dialog___3dLxI {
      border-radius: 0;
      margin: 0; } }

@media (max-width: 991.98px) {
  .react-app .PaymentMethodPickerModal-module__content___29fcR {
    min-height: 100vh;
    border-radius: 0; } }

.react-app .PaymentMethodPickerModal-module__modal___kjKe- {
  -webkit-overflow-scrolling: touch; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TradeBankAccountsList-module__list___1CUHL {
  position: absolute;
  width: 20rem;
  padding: 0;
  left: 0;
  bottom: calc(100% + 10px);
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  max-height: 40rem;
  overflow-y: auto; }
  @media (max-width: 666.98px) {
    .react-app .TradeBankAccountsList-module__list___1CUHL {
      max-height: 44vh; } }

.react-app .TradeBankAccountsList-module__listItem___czS2i {
  list-style-type: none;
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
  color: #4a4a4a;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  cursor: pointer; }

.react-app .TradeBankAccountsList-module__holderName___nR5kU {
  text-transform: uppercase; }

.react-app .TradeBankAccountsList-module__accountNumber___4fhyw {
  color: #775038;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1; }

.react-app .TradeBankAccountsList-module__bankName___2-EJ6 {
  color: #9b9b9b; }

.react-app .TradeBankAccountsList-module__modalTrigger___HxyL4 {
  padding: 10px 15px;
  text-align: center; }

.react-app .TradeBankAccountsList-module__addBankAccountBtn___1g2Lv {
  color: #cc6633;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  display: inline-block; }

.react-app .TradeBankAccountsList-module__emptyBanks___TPrTV {
  margin-top: 10px;
  color: #848484;
  font-size: 10px;
  text-align: center; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .PostBankAccountInfo-module__row___1s9xN {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 14px; }

.react-app .PostBankAccountInfo-module__labelCol___1b5hx {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 400;
  min-width: 120px;
  padding-right: 15px; }
  @media (max-width: 666.98px) {
    .react-app .PostBankAccountInfo-module__labelCol___1b5hx {
      -webkit-flex: 0 0 40%;
              flex: 0 0 40%; } }

.react-app .PostBankAccountInfo-module__checkToggler___2Z2iq {
  border: 1px solid #e8eefb;
  border-radius: 4px;
  background-color: #f6f9ff;
  padding: 16px;
  margin-bottom: 20px; }

.react-app .PostBankAccountInfo-module__formGroup___VmaeX {
  padding-left: 40px; }

.react-app .PostBankAccountInfo-module__label___jPNya {
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
  text-transform: none;
  letter-spacing: initial;
  font-weight: 400; }

.react-app .PostBankAccountInfo-module__modalFooter___3Z85V {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  border-top: 1px solid #e8eefb; }

.react-app .PostBankAccountInfo-module__share___2RGwC {
  background-color: #cc6633;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
  text-align: center;
  padding: 13px 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px; }

.react-app .PostBankAccountInfo-module__cancel___1Triw {
  color: #848484;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 16px !important;
  text-transform: uppercase; }

.react-app .PostBankAccountInfo-module__swiftCheckbox___1mIfy {
  display: inline-block;
  width: 25px;
  height: 21px; }

.react-app .PostBankAccountInfo-module__swiftWrapper___3Ar4Y {
  display: -webkit-flex;
  display: flex;
  padding: 12px;
  border: 1px solid #cbced69f;
  margin: 15px 0;
  border-radius: 3px; }

.react-app .PostBankAccountInfo-module__swiftIsSelected___2VIBj {
  background-color: #f6f9ff; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TradeBankAccountsPopup-module__modal___7lC8B {
  opacity: 1; }

.react-app .TradeBankAccountsPopup-module__close___XU6Dc {
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer; }

.react-app .TradeBankAccountsPopup-module__modalBody___3vGQG {
  padding: 20px 38px !important; }

.react-app .TradeBankAccountsPopup-module__modalHeader___1TVsv {
  padding: 20px 24px;
  background-color: #f6f9ff;
  border-radius: 1rem 1rem 0 0; }

.react-app .TradeBankAccountsPopup-module__modalTitle___18hE9 {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-right: 20px; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TradeMessagingTooltip-module__tooltip___1LQmq {
  background-color: #ffe3d2;
  color: #000000;
  padding: 10px;
  line-height: 15px;
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  max-width: 268px; }

.react-app .TradeMessagingTooltip-module__tooltipTeaser___2QSlt {
  padding: 5px;
  text-align: left; }

.react-app .TradeMessagingTooltip-module__tooltipIcon___3jC_C {
  padding: 5px 10px; }

.react-app .TradeMessagingTooltip-module__closeButton___1zYor {
  background: none;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  color: #000000;
  border: none;
  padding: 0;
  outline: inherit; }

.react-app .TradeMessagingTooltip-module__tooltipArrowBottom___3ch1X::before {
  border-top-color: #ffe3d2 !important; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TradeMessaging-module__button___3LZ2W {
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 38px;
  padding: 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #8f8f8f;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .react-app .TradeMessaging-module__button___3LZ2W > img {
    margin-right: 7px; }

.react-app .TradeMessaging-module__addBankAccountWrap___2LT-2 {
  position: relative; }
  @media (max-width: 991.98px) {
    .react-app .TradeMessaging-module__addBankAccountWrap___2LT-2 {
      padding-bottom: 10px; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .GroupsItem-module__item___1dmgU {
  -webkit-flex: 1;
          flex: 1;
  padding: 1rem;
  background-color: #f8fafa;
  border: 1px solid #dfe2e5;
  border-top-style: none;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  cursor: pointer;
  transition: background-color 0.4s; }
  .react-app .GroupsItem-module__item___1dmgU:first-child {
    border-top-style: solid; }
  @media (max-width: 991.98px) {
    .react-app .GroupsItem-module__item___1dmgU {
      border-top-style: solid;
      border-left-style: none;
      height: auto;
      padding: 1.3rem 1rem;
      display: block; }
      .react-app .GroupsItem-module__item___1dmgU:first-child {
        border-left-style: solid; }
      .react-app .GroupsItem-module__item___1dmgU:last-child {
        -webkit-flex-grow: 1;
                flex-grow: 1; } }

.react-app .GroupsItem-module__activeItem___ldTjm {
  background-color: #55657f; }
  .react-app .GroupsItem-module__activeItem___ldTjm .GroupsItem-module__title___HgdU0 {
    color: #ffffff; }

.react-app .GroupsItem-module__title___HgdU0 {
  color: #6c7d93;
  font-size: 1.4rem;
  font-weight: 700;
  transition: color 0.4s;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media (max-width: 991.98px) {
    .react-app .GroupsItem-module__title___HgdU0 {
      white-space: nowrap;
      text-align: center; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .PaymentGroups-module__container___3JGFU {
  -webkit-flex-basis: 250px;
          flex-basis: 250px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 20px; }
  @media (max-width: 991.98px) {
    .react-app .PaymentGroups-module__container___3JGFU {
      -webkit-flex-basis: initial;
              flex-basis: initial;
      width: initial;
      margin-right: 0;
      margin-bottom: 20px;
      position: relative; } }
  .react-app .PaymentGroups-module__container___3JGFU.PaymentGroups-module__showLeftGradient___2PmaI::after, .react-app .PaymentGroups-module__container___3JGFU.PaymentGroups-module__showLeftGradient___2PmaI::before, .react-app .PaymentGroups-module__container___3JGFU.PaymentGroups-module__showRightGradient___3i3BM::after, .react-app .PaymentGroups-module__container___3JGFU.PaymentGroups-module__showRightGradient___3i3BM::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1; }
  .react-app .PaymentGroups-module__container___3JGFU.PaymentGroups-module__showLeftGradient___2PmaI::before {
    left: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    background: linear-gradient(90deg, rgba(246, 249, 255, 0) 0%, #f6f9ff 100%); }
  .react-app .PaymentGroups-module__container___3JGFU.PaymentGroups-module__showRightGradient___3i3BM::after {
    right: 0;
    background: linear-gradient(90deg, rgba(246, 249, 255, 0) 0%, #f6f9ff 100%); }

@media (max-width: 991.98px) {
  .react-app .PaymentGroups-module__tabs___1UQ1E {
    overflow-x: scroll;
    -ms-overflow-style: none; }
    .react-app .PaymentGroups-module__tabs___1UQ1E::-webkit-scrollbar {
      display: none; }
    .react-app .PaymentGroups-module__tabs___1UQ1E::-webkit-scrollbar-thumb, .react-app .PaymentGroups-module__tabs___1UQ1E::-webkit-scrollbar-track {
      background-color: transparent; } }

.react-app .PaymentGroups-module__inner___bQDec {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991.98px) {
    .react-app .PaymentGroups-module__inner___bQDec {
      -webkit-flex-direction: row;
              flex-direction: row; } }

.react-app .PaymentGroups-module__arrowLeft___2D6Ac, .react-app .PaymentGroups-module__arrowRight___12AnG {
  position: absolute;
  height: 20px;
  width: 20px;
  top: calc(50% - 20px / 2);
  border-radius: 50%;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  display: -webkit-flex;
  display: flex;
  z-index: 2;
  cursor: pointer; }
  @media (min-width: 992px) {
    .react-app .PaymentGroups-module__arrowLeft___2D6Ac, .react-app .PaymentGroups-module__arrowRight___12AnG {
      display: none; } }

.react-app .PaymentGroups-module__arrowRight___12AnG {
  right: 10px; }

.react-app .PaymentGroups-module__arrowLeft___2D6Ac {
  left: 10px; }
  .react-app .PaymentGroups-module__arrowLeft___2D6Ac img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .PaymentMethods-module__header___yi6cH {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: #c0c0c0;
  background-color: #eeeeee;
  border-bottom: 1px solid #dfe2e5;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 15px;
  min-height: 55px;
  word-break: break-all; }
  .react-app .PaymentMethods-module__header___yi6cH .PaymentMethods-module__action___3WzpV {
    border: none;
    color: #55657f; }
    .react-app .PaymentMethods-module__header___yi6cH .PaymentMethods-module__action___3WzpV i::before {
      content: "\f00d"; }
  .react-app .PaymentMethods-module__header___yi6cH .PaymentMethods-module__description___2tm7r {
    font-size: 0.9rem; }
  .react-app .PaymentMethods-module__header___yi6cH .PaymentMethods-module__title___39oqP {
    line-height: 1; }
  .react-app .PaymentMethods-module__header___yi6cH.PaymentMethods-module__selected___hUCGC {
    color: #ffffff;
    background-color: #55657f;
    border-bottom: 1px solid #b6c5da; }
  .react-app .PaymentMethods-module__header___yi6cH.PaymentMethods-module__error___2dAkv {
    border: 1px solid #ff0000;
    border-bottom: none;
    color: #ff0000; }

.react-app .PaymentMethods-module__method___3yL-f {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 600;
  color: #354052;
  font-size: 1.4rem;
  font-family: Raleway, sans-serif;
  border-bottom: 1px solid #dfe2e5;
  word-break: break-all;
  padding: 13px 15px; }
  .react-app .PaymentMethods-module__method___3yL-f:hover .PaymentMethods-module__action___3WzpV, .react-app .PaymentMethods-module__method___3yL-f.PaymentMethods-module__selected___hUCGC .PaymentMethods-module__action___3WzpV {
    background-color: #04bf9e;
    border: 1px solid #04aa8d;
    color: #ffffff; }
  .react-app .PaymentMethods-module__method___3yL-f:hover {
    background-color: #f7f7f7;
    border-bottom: 1px solid #c6c9cc; }
  .react-app .PaymentMethods-module__method___3yL-f.PaymentMethods-module__selected___hUCGC {
    border-top: 1px solid #b6c5da;
    margin-top: -1px;
    background-color: #eef3f9;
    border-bottom: 1px solid #b6c5da; }

.react-app .PaymentMethods-module__methodsContainer___AO9ha {
  height: 350px;
  overflow-y: scroll;
  border-bottom: 3px solid #dfe2e5; }
  .react-app .PaymentMethods-module__methodsContainer___AO9ha.PaymentMethods-module__error___2dAkv {
    border: 1px solid #ff0000;
    border-top: none; }

.react-app .PaymentMethods-module__action___3WzpV {
  margin-left: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  box-sizing: border-box;
  width: 28px;
  text-align: center;
  padding-top: 3px;
  height: 28px;
  color: #828a96;
  background-color: #ffffff;
  border: #ebeef0 1px solid;
  border-radius: 15px;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, border 0.3s; }
  .react-app .PaymentMethods-module__action___3WzpV:hover {
    background-color: #04bf9e; }
  .react-app .PaymentMethods-module__action___3WzpV i::before {
    font-style: normal;
    font-size: 1.4rem;
    font-family: FontAwesome, sans-serif;
    content: "\f00c"; }

.react-app .PaymentMethods-module__listContainer___1Xduf {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
          flex-grow: 1; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .Search-module__search___3_bWU {
  border-radius: 4rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  border: 1px solid #dfe3e9;
  height: 3.6rem;
  display: -webkit-flex;
  display: flex;
  margin-left: 10.2rem;
  margin-right: 10.2rem;
  margin-bottom: 3rem; }
  .react-app .Search-module__search___3_bWU input {
    border: none;
    width: 100%; }
  @media (max-width: 991.98px) {
    .react-app .Search-module__search___3_bWU {
      margin-left: 0;
      margin-right: 0; } }
  .react-app .Search-module__search___3_bWU .Search-module__searchIcon___2ZcKY {
    font-family: FontAwesome, sans-serif;
    margin-top: 0.7rem;
    color: #ced0da; }
    .react-app .Search-module__search___3_bWU .Search-module__searchIcon___2ZcKY i::before {
      font-style: normal;
      font-size: 1.4rem;
      content: "\f002"; }
  .react-app .Search-module__search___3_bWU .Search-module__clearButton___1j1Tu {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #ffffff;
    border-radius: 1.2rem;
    font-size: 1.2rem;
    padding-bottom: 0;
    padding-top: 0; }
    .react-app .Search-module__search___3_bWU .Search-module__clearButton___1j1Tu:hover {
      background-color: #ec971f;
      border-color: #d58512; }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .TradePayments-module__tradePaymentsWrap___1eoPZ {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 991.98px) {
    .react-app .TradePayments-module__tradePaymentsWrap___1eoPZ {
      -webkit-flex-direction: column;
              flex-direction: column; } }

/* $border-radius: 2rem !default;
$border-radius-lg: 2rem !default;
$border-radius-sm: 2rem !default; */
/* $input-border-radius-lg: $border-radius-lg + 0.3rem !default; */
/* $input-border-radius-sm: $border-radius-sm !default; */
.react-app .WalletTestimonialsSlider-module__button___18jon {
  position: absolute;
  top: calc(50% - 3rem);
  cursor: pointer;
  z-index: 2; }
  @media (max-width: 666.98px) {
    .react-app .WalletTestimonialsSlider-module__button___18jon {
      display: none; } }

.react-app .WalletTestimonialsSlider-module__buttonLeft___27dm7 {
  left: 0; }

.react-app .WalletTestimonialsSlider-module__buttonRight___5Ug9P {
  right: 0; }

.react-app .WalletTestimonialsSlider-module__arrowImg___2jVBw {
  width: 1.4rem; }

.react-app .WalletTestimonialsSlider-module__container___KTwyz .slick-dots {
  bottom: -31px;
  font-size: 0;
  position: absolute; }
  .react-app .WalletTestimonialsSlider-module__container___KTwyz .slick-dots li {
    height: auto;
    margin: 0 0.3rem;
    width: auto; }
  .react-app .WalletTestimonialsSlider-module__container___KTwyz .slick-dots button {
    font-size: 0;
    height: auto;
    padding: 5px;
    width: auto; }
  .react-app .WalletTestimonialsSlider-module__container___KTwyz .slick-dots button:before {
    background: #fff;
    border: 1px solid #848484;
    border-radius: 50%;
    content: '';
    display: block;
    height: 0.8rem;
    opacity: 1;
    position: relative;
    transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
    width: 0.8rem; }

.react-app .WalletTestimonialsSlider-module__container___KTwyz .slick-active button:before {
  background-color: #04b4e8;
  border-color: #04b4e8; }

.react-app .WalletTestimonialsSlider-module__slideWrapper___3uLhh {
  padding: 0 1.6rem;
  margin: 4.8rem 0; }

.react-app .WalletTestimonialsSlider-module__slideContainer___1ToDE {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  color: #666;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 3rem;
  width: 100%; }

.react-app .WalletTestimonialsSlider-module__userInfo___1JwcV {
  -webkit-align-items: center;
          align-items: center;
  color: #848484;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 2rem;
  text-transform: uppercase; }

.react-app .WalletTestimonialsSlider-module__avatar___3A9sd {
  border-radius: 50%;
  height: 5rem;
  overflow: hidden;
  margin-right: 2rem;
  width: 5rem; }

.react-app .WalletTestimonialsSlider-module__title___26v8l {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-transform: none; }

.react-app .WalletTestimonialsSlider-module__location___27eAk {
  color: #848484;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase; }

.react-app .WalletTestimonialsSlider-module__copy___vL6Pf {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0; }

.react-app .WalletTestimonialsSlider-module__slickControls___6NmGD {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  padding: 0 4.8rem;
  pointer-events: none;
  position: relative; }

.react-app .WalletTestimonialsSlider-module__pagination___1-FLZ {
  position: relative; }

.react-app .WalletTestimonialsSlider-module__slickButton___2y0Ti {
  -webkit-appearance: none;
  border: 0;
  background: none;
  margin: 0;
  pointer-events: all;
  position: relative;
  top: auto;
  right: auto;
  left: auto; }
  .react-app .WalletTestimonialsSlider-module__slickButton___2y0Ti:focus, .react-app .WalletTestimonialsSlider-module__slickButton___2y0Ti:active {
    outline: none; }