:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1,
h2,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h1,
h2,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-4,
.col-md-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.collapse:not(.show) {
  display: none;
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}
body {
  margin: 0;
  padding: 0 !important;
}
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  a[href^='#']:after {
    content: '';
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}
body {
  background-color: #fff;
  color: #333;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
h1,
h2,
h4,
h5 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1,
h2 {
  margin-bottom: 10px;
  margin-top: 20px;
}
h4,
h5 {
  margin-bottom: 10px;
  margin-top: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
ul {
  margin-bottom: 10px;
  margin-top: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-4,
.col-md-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .col-md-4,
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
.form-group {
  margin-bottom: 15px;
}
.collapse {
  display: none;
  visibility: hidden;
}
.nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.navbar {
  border: 1px solid transparent;
  margin-bottom: 20px;
  margin-top: 40px;
  min-height: 78px;
  position: relative;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
    visibility: visible !important;
  }
}
.container > .navbar-collapse,
.container > .navbar-header {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  line-height: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #333;
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.alert > p {
  margin-bottom: 0;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.progress-bar {
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  width: 0;
}
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

img {
  padding: 100px;
}
a:focus,
a:hover {
  outline: none;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
}
.navbar-nav {
  float: left;
}
.navbar-nav > li {
  text-align: center;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-shadow: none;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  text-shadow: 0 2px 2px #777;
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    float: none;
    width: auto;
  }
  .navbar-nav,
  .navbar-nav > li {
    display: block;
  }
  .navbar-header {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 15px 8px;
  }
}
.content-box {
  background: #fff;
}
.content h1 {
  color: #222;
  font-family: sans-serif;
  font-size: 46px;
  line-height: 44px;
  margin: 30px 0 16px;
}
.content .img-responsive {
  margin: 0 auto 5px;
}
.content p {
  color: #222;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}
.content h5 {
  color: #222;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 8px 0 20px;
}
.content h5.pink-border-bottom {
  border-bottom: 2px solid #0198bd;
  color: #666;
  margin-bottom: 15px;
}
.content h4 {
  color: #222;
  font-family: sans-serif;
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 20px;
}
.content p a,
.content p a:focus,
.content p a:hover {
  color: #0198bd;
}
.content .revival-box2 {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.content .revival-box2 {
  background: #f5f9fa;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .content h1 {
    font-size: 30px;
  }
}
.comments {
  background: #fff;
  padding-bottom: 30px;
}
.col-md-4 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .col-md-4 {
    display: none;
  }
}
.progress-container {
  background: #ccc;
  height: 5px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.progress-bar {
  background: rgba(0, 0, 0, 0.5);
  height: 5px;
  width: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
}
body {
  background-color: #fff;
  color: #333;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
ul {
  margin-bottom: 10px;
  margin-top: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.container:after,
.row:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
body {
  margin-top: 0;
  overflow-x: hidden;
  padding: 90px;
}
img {
  display: inline;
}
a {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
.fb-post {
  border: 1px solid #dddfe2;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/20px sans-serif;
  padding: 12px;
  width: 100%;
}
.fb-comment__sort {
  color: #365899;
  cursor: pointer;
  margin: 10px 0;
}
.fb-comment__sort:hover {
  text-decoration: underline;
}
.fb-comment__avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 32px;
  margin-right: 8px;
  min-width: 32px;
  overflow: hidden;
  padding: 0 !important;
}
.fb-comment__item {
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fb-comment__text {
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1d2129;
  margin: 0;
  max-width: 95%;
  padding: 8px 10px;
  position: relative;
}
.fb-comment__author {
  color: #365899;
  font-weight: 600;
  text-decoration: none;
}
.fb-comment__author:hover {
  text-decoration: underline;
}
.fb-comment__react {
  color: #365899;
  text-decoration: none;
}
.fb-comment__react:after {
  color: #606770;
  content: '\B7';
  padding: 3px;
}
.fb-comment__posted {
  color: #606770;
}
.fb-comment__more {
  color: #365899;
  text-decoration: none;
}
.fb-comment__more:hover {
  text-decoration: underline;
}
.fb-comment__like {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  bottom: -7px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  padding: 2px 1px 2px 2px;
  position: absolute;
  right: 0;
  width: 44px;
}
.fb-comment__like img {
  display: inline-block;
  height: 18px;
  margin-right: 3px;
  padding: 0 !important;
  width: 18px;
}
.comment-updating {
  color: #90949c !important;
  padding-left: 50px;
}
.comment-updating p {
  color: #90949c;
  display: inline-block;
  margin-left: 10px;
}
.fb-comment__item.new-coments {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: 1;
  animation-timing-function: 1;
  display: none;
  height: 0;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .fb-post {
    border: none;
    padding: 10px;
  }
  .fb-post {
    margin: 0;
    width: 100%;
  }
  .fb-comment__text {
    max-width: 100%;
  }
}
img {
  padding: 0 !important;
}
.cta_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #02bc00;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1.1px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
input:focus {
  outline: none;
}
input:required:focus:invalid {
  border-color: red;
  border: 2px solid red;
}
#custom-regbox input {
  font-size: 16px !important;
}
.progressive15 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#span_currency {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 5px;
}
#count_div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#span_currency {
  line-height: unset;
}
@media only screen and (max-width: 640px) {
  .progressive15 {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    min-width: unset !important;
    font-size: 16px !important;
  }
}
.logos-wrapper .logo {
  width: auto;
  height: auto;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-container {
  max-width: 450px;
  margin: 30px auto;
}
body {
  font-family: sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.logo {
  max-width: 30%;
}
.green {
  color: #00c500;
}
.gray {
  color: gray;
}
.orange {
  color: orange;
}
.form-container {
  -webkit-box-shadow: 0 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  box-shadow: 0 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
}
#custom-regbox .formHeader {
  background: #60359b;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 30px 24px;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: inherit;
}
.logos-section {
  padding: 50px 0;
  padding-top: 150px;
}
.logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bid-wrapper,
.ask-wrapper {
  font-size: 0.9em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bid-ask-span {
  font-size: 1.7em;
  font-family: sans-serif;
  z-index: 1;
}
.bid-ask-span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
  -webkit-animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
  animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@media screen and (max-width: 991px) {
  #custom-regbox .formHeader {
    padding: 30px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .row-2-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #main-container {
    margin: 0;
  }
  .logos-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bid-ask-span {
    font-size: 2em;
  }
  .logo {
    display: inline-block;
    margin-bottom: 15px;
  }
  .logo {
    max-width: 100%;
  }
  .logos-section {
    padding-top: 50px;
  }
}
.logos-wrapper {
  display: block;
}
.flex-logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logos-row2 {
  margin-top: 20px;
}
.logos-section {
  padding-top: 20px;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
@media (max-width: 768px) {
  .bid-wrapper,
  .ask-wrapper {
    margin: 10px 0;
  }
}
p {
  margin: 0;
}
.form-container {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#custom-regbox .formHeader {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ask-bid-wrapper .js-bitcoin-disclamer {
  display: none;
}
.ask-bid-wrapper .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.ask-bid-wrapper .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.ask-bid-wrapper .ask-bid {
  text-align: center;
  font-size: 11px;
  margin-bottom: 0;
}
#custom-regbox .formHeader {
  white-space: normal;
  word-break: break-word;
}
@media all and (max-width: 768px) {
  .bid-ask-span {
    -webkit-animation: unset;
    animation: unset;
  }
}
.formHeader {
  font-size: 25px;
  color: #fff;
}
.f-header {
  background-color: #60359b;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 13px !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
input {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #60359b;
  padding: 4px;
}
form.dr-form {
  padding: 24px;
}
.form-group {
  margin-bottom: 10px;
}
.main-form-btn.dr-field-submit {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #60359b;
  border: 1px solid #60359b;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.main-form-btn.dr-field-submit:hover {
  background-color: #2e9fff;
  border-color: #2e9fff;
}
.regbox {
  -webkit-box-shadow: 0 1px 25px -8px #35314e;
  box-shadow: 0 1px 25px -8px #35314e;
  border-radius: 5px;
  max-width: 450px;
  margin: 0 auto;
}
html,
body {
  scroll-behavior: smooth;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 5px #60359b;
    box-shadow: 0 0 5px #60359b;
  }
  50% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 20px #60359b;
    box-shadow: 0 0 20px #60359b;
  }
  100% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 5px #60359b;
    box-shadow: 0 0 5px #60359b;
  }
}
@keyframes glowing {
  0% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 5px #60359b;
    box-shadow: 0 0 5px #60359b;
  }
  50% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 20px #60359b;
    box-shadow: 0 0 20px #60359b;
  }
  100% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 5px #60359b;
    box-shadow: 0 0 5px #60359b;
  }
}
.dr-field-submit {
  -webkit-animation: glowing 1s infinite;
  animation: glowing 1s infinite;
}
:root {
  --root-width: 100%;
  --root-max-width: none;
  --root-padding-left: 32px;
  --root-padding-top: 32px;
  --root-padding-right: 32px;
  --root-padding-bottom: 32px;
  --root-overflow: hidden;
  --root-bg: rgba(255, 255, 255, 1);
  --root-color: rgba(15, 15, 15, 1);
  --button-primary-bg: rgba(15, 15, 15, 1);
  --button-primary-hover-bg: rgba(28, 28, 28, 1);
  --button-primary-color: rgba(15, 15, 15, 1);
  --button-secondary-bg: rgba(230, 230, 230, 1);
  --button-secondary-hover-bg: rgba(217, 217, 217, 1);
  --button-secondary-color: rgba(15, 15, 15, 1);
  --button-normal-bg: rgba(15, 15, 15, 0.05);
  --button-normal-color: rgba(15, 15, 15, 1);
  --input-bg: rgba(15, 15, 15, 0.05);
  --input-color: rgba(15, 15, 15, 1);
  --input-placeholder-color: rgba(15, 15, 15, 0.5);
  --icon-close: url('../images/992a49853bb509b6290ea0a9bb3fdb1396c986fa.svg');
  --icon-back: url('../images/c231ed8f1c7f1bbb148bc5c5dbef6c1e77d9daaf.svg');
  --icon-caret: url('../images/4491756e5535cc8c7977d21be9042e4962208f2a.svg');
  --icon-arrow: url('../images/4491756e5535cc8c7977d21be9042e4962208f2a.svg');
  --icon-checkmark: url('../images/5e1f8626b85f9a53ca99b20532eeddef5a0bb905.svg');
}
.footbar-root button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.footbar-root button {
  cursor: pointer;
}
.footbar-root button {
  margin: 0;
  padding: 0;
  background: 0 0;
  width: auto;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  float: none;
  font-weight: 700;
  outline: initial;
}
.description {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.join-button {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  outline: 0;
  font-family: inherit;
  font-weight: 700;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  line-height: 1.5;
  padding: 11px 23px;
  position: relative;
}
.join-button > span {
  display: block;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.join-button > * {
  min-width: 0;
}
.join-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.join-button:active,
.join-button:disabled,
.join-button:focus,
.join-button:hover {
  outline: 0;
  text-decoration: none;
}
.join-button {
  color: var(--button-primary-color);
  background: var(--button-primary-bg);
}
.join-button:active,
.join-button:focus,
.join-button:hover {
  color: var(--button-primary-color);
  background: var(--button-primary-hover-bg);
}
#btn-close {
  color: inherit;
  border: 0;
}
#btn-close::before {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
  opacity: 0.5;
  content: '';
}
#btn-close:hover::before {
  opacity: 1;
}
#btn-close::before {
  width: 11px;
  height: 11px;
  background-image: var(--icon-close);
}
#btn-close:hover::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pristine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .pristine {
    width: auto;
    max-width: 100%;
  }
}
.footbar-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .footbar-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main-word {
  font-size: 16px;
  padding: 5px 0;
}
.description {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .description {
    margin: 0 16px 0 0;
  }
}
.buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footbar-root {
  -webkit-text-size-adjust: 100%;
  z-index: 2147483635;
  font-family: sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0 -1px 2px 0 #ccc;
  box-shadow: 0 -1px 2px 0 #ccc;
}
.footbar-root {
  position: fixed;
  margin: 0 auto;
  width: var(--root-width);
  max-width: var(--root-max-width);
  min-height: 0;
  top: 0;
  left: 0;
  right: 0;
}
.footbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: var(--root-overflow);
  padding: 5px 10px;
  background-color: var(--root-bg);
  color: var(--root-color);
}
.footbar-body {
  margin: 0 auto;
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 960px) {
  .footbar-body {
    width: auto;
  }
}
#btn-close {
  padding: 10px;
  position: absolute;
  z-index: 1;
}
#btn-close {
  top: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  #btn-close {
    top: auto;
    padding: 20px;
  }
}
.footbar-root {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .pristine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
@media (max-width: 959px) {
  .buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.footbar-container {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.55555556;
  border-radius: 0;
  -webkit-box-shadow: 0 11px 32px -5px rgba(54, 61, 77, 0.15);
  box-shadow: 0 11px 32px -5px rgba(54, 61, 77, 0.15);
}
@media (min-width: 960px) {
  .footbar-container {
    -webkit-box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
    box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
  }
}
#btn-close:before {
  opacity: 0.3;
  width: 24px;
  height: 24px;
}
#btn-close:hover:before {
  opacity: 1;
}
#btn-close:before {
  background-image: url('');
}
#btn-close:hover:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-image: url('../images/029c514dd552d2595eb9f26baf709ac9e5869386.svg');
}
.description {
  line-height: inherit;
}
@media (min-width: 960px) {
  .description {
    margin: 0 24px 0 0;
  }
}
.buttons-container {
  margin: -8px;
}
.buttons-container .join-button {
  margin: 5px;
  padding: 6px 14px;
  font-weight: 900;
  line-height: 1.55555556;
  border-radius: 0;
}
.join-button {
  border: 3px solid #0f0f0f;
  background-color: transparent;
}
.join-button:focus,
.join-button:hover {
  background-color: #0f0f0f;
  color: #fff;
}
.progressive15 {
  color: #65c466;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 18px;
}
.progressive15 strong {
  font-weight: 700;
  font-style: normal;
}
.first-mb {
  padding: 0 10px;
}
@media (min-width: 960px) {
  .description {
    margin: 0 32px 0 0;
  }
}
@media (max-width: 959.98px) {
  .buttons-container,
  .pristine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .progressive15 {
    font-size: 18px;
  }
}
.break-word {
  word-break: break-word;
}
.first-mb img {
  height: 40px;
}
.progressive15 {
  color: #ff0;
}
.progressive15 {
  color: #65c466;
  min-width: 150px;
}
.progressive15 strong {
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 450px) {
  .first-mb img {
    height: 47px;
  }
}
@media only screen and (max-width: 640px) {
  .first-mb img {
    width: 120px;
    height: auto;
    margin: 0 auto;
  }
  .first-mb {
    padding: 5px 0;
    text-align: center;
  }
  .pristine,
  .progressive15 {
    display: inline;
    text-align: center;
    padding: 5px 0;
    white-space: nowrap;
  }
  .buttons-container .join-button {
    display: inline;
    margin: 5px;
    padding: 3px 20px;
  }
  .main-word {
    text-align: center;
    width: 100%;
    padding: 5px 0 0 0;
    font-size: 14px;
  }
}
.buttons-container a {
  text-decoration: none;
}
#footbar-fixed {
  display: none;
}
@media only screen and (max-width: 960px) {
  .first-mb {
    padding: 5px 0;
    text-align: center;
  }
  .pristine,
  .progressive15 {
    display: inline;
    text-align: center;
    padding: 5px 0;
    white-space: nowrap;
  }
  .buttons-container .join-button {
    display: inline;
    margin: 5px;
    padding: 3px 20px;
  }
}
@media only screen and (max-width: 640px) {
  #footbar-logo,
  .first-mb img {
    height: auto;
    margin: 0 auto;
    max-width: 120px;
    max-height: 60px;
    width: auto;
  }
}
.web-link {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #60359b;
  border: 1px solid #60359b;
  border-radius: 5px;
  color: #fff !important;
  font-size: 21px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: glowing 1s infinite;
  animation: glowing 1s infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 50px 0;
}
@keyframes glowing {
  0% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 5px #60359b;
    box-shadow: 0 0 5px #60359b;
  }
  50% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 20px #60359b;
    box-shadow: 0 0 20px #60359b;
  }
  100% {
    background-color: #60359b;
    -webkit-box-shadow: 0 0 5px #60359b;
    box-shadow: 0 0 5px #60359b;
  }
}

#root {
  padding-bottom: 140px;
}
