.X_ndONxWMAXDOzVmJ6K5L {
  position: relative;
  background: #3b9155;
  color: white;
  border-radius: 4px;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600; }
  .X_ndONxWMAXDOzVmJ6K5L:focus {
    outline: none; }
  .X_ndONxWMAXDOzVmJ6K5L._1KBzMQT-NUEnMxHXdq1S8F {
    color: red;
    background: none; }
  .X_ndONxWMAXDOzVmJ6K5L._2VUsTMml8ErcmzwUbjuzOH {
    color: #3b9155;
    background: none; }
  .X_ndONxWMAXDOzVmJ6K5L._2qh3-0jGqr9zDJu8ciaDNm {
    color: #4a4a4a;
    background: none; }
  .X_ndONxWMAXDOzVmJ6K5L ._1OUxYT9vkHYpWSQ3UZ58m9._1mSN9YuJ0wweXN201eQjY1 {
    visibility: hidden; }

._2O_B1-yzioVEvxB-FdmSAT {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  clear: both;
  border: 3px rgba(255, 255, 255, 0.25) solid;
  border-top: 3px white solid;
  border-radius: 50%;
  animation: _1ui1SbwSLq52oel7ERDl5A 1s infinite linear; }

@keyframes _1ui1SbwSLq52oel7ERDl5A {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.vYTIEEbDgRJzhbxfPUwYo {
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border-bottom: 2px solid #dee2e5;
  height: 50px; }
  .vYTIEEbDgRJzhbxfPUwYo ._2FTCiWdm1K_ciUtjDpF_9Q {
    color: green;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none; }
  .vYTIEEbDgRJzhbxfPUwYo ._3gEN4cvmk3nwGSjXkwS1V6 {
    background: none;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 20px; }
    .vYTIEEbDgRJzhbxfPUwYo ._3gEN4cvmk3nwGSjXkwS1V6._1TxPQmrv53so-b2LIEqK3c {
      color: #3b9155; }
  .vYTIEEbDgRJzhbxfPUwYo ._3BDg9NSLTpAqBg3nxjuwCr {
    display: none; }
  @media screen and (min-width: 600px) {
    .vYTIEEbDgRJzhbxfPUwYo ._3BDg9NSLTpAqBg3nxjuwCr {
      display: flex; } }

._2wP8Ax8n2PAOVBBzHWXiXh {
  width: 300px;
  position: fixed;
  right: 25px;
  bottom: 25px; }

._2yvXlKf9mObeLx0HBUhr4k {
  border-radius: 4px;
  background: #ddebe0;
  text-align: center;
  padding: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-top: 25px; }
  ._2yvXlKf9mObeLx0HBUhr4k._20zNvkaAeNHhGSd2P5hVum {
    background: #ffc5c5; }

._1Em-zgmAMUT8ObH0jcrQYH {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
  flex-shrink: 0; }
  ._1Em-zgmAMUT8ObH0jcrQYH .OXF9j6jzu5r6_3XS9PIm- {
    color: #737373;
    text-decoration: none;
    margin: 0 10px; }

html {
  height: 100%; }

body {
  margin: 0;
  height: 100%;
  background: #f1f3f7;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

input, textarea {
  background: #f1f2f4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f2f4;
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }
  input:focus, textarea:focus {
    outline: none; }
  input::placeholder, textarea::placeholder {
    color: #939393; }
  input.error textarea.error input.error textarea.error {
    border: 1px solid red; }

button {
  border: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600; }
  button:focus {
    outline: none; }

h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0; }

h2 {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
  margin: 0; }

code {
  font-size: 12px; }

body > div {
  height: 100%; }

* {
  box-sizing: border-box; }

.bold {
  font-weight: 600; }

.accent {
  color: #3b9155; }

