@charset "UTF-8";
p,
pre {
  margin-top: 0;
}
article,
figcaption,
figure,
footer,
header,
main,
nav,
pre,
section {
  display: block;
}
button,
hr,
input {
  overflow: visible;
}
.col,
.col-6,
.container {
  width: 100%;
}
.btn,
.navbar-brand {
  white-space: nowrap;
}
.btn:not(:disabled):not(.disabled),
.close:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:focus,
.btn:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
a {
  text-decoration: none;
}
#map,
.header,
.section {
  background-repeat: no-repeat;
}
.section-apf {
  background-color: #f2f2f2;
}
:root {
  --blue: #50a1ff;
  --indigo: #6610f2;
  --purple: #926dde;
  --pink: #e83e8c;
  --red: #ff4954;
  --orange: #ffbe00;
  --yellow: #ffba00;
  --green: #3cd458;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #50a1ff;
  --secondary: #e9ecf0;
  --success: #3cd458;
  --info: #926dde;
  --warning: #ffba00;
  --danger: #ff4954;
  --light: #f8f9fa;
  --dark: #191919;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::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;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.9;
  color: #494949;
  text-align: left;
  background-color: #fff;
}
hr,
p,
pre {
  margin-bottom: 1rem;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h1,
h2,
h3,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Dosis, sans-serif;
  line-height: 1.5;
}
small {
  font-size: 85%;
  font-weight: 400;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
code,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  font-size: 87.5%;
  color: #212529;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
.input-group,
.row {
  display: -webkit-box;
}
button {
  border-radius: 0;
  text-transform: none;
}
button,
input {
  text-align: center;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[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;
}
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h1 {
  font-size: 2.57813rem;
}
h2 {
  font-size: 2.10938rem;
}
h3 {
  font-size: 1.75781rem;
}
h5 {
  font-size: 1.23047rem;
}
h6 {
  font-size: 1.05469rem;
}
.lead {
  font-weight: 300;
}
.display-4 {
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.5;
}
.btn,
b,
strong {
  font-weight: 600;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.col,
.col-6,
.col-auto,
.container {
  padding-right: 15px;
  padding-left: 15px;
}
code {
  font-size: 100%;
  color: #e83e8c;
  word-break: break-word;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.container {
  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: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-6,
.col-auto {
  position: relative;
  min-height: 1px;
}
.col-lg-6,
.col-md-10,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-xl-10,
.col-xl-2,
.col-xl-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-6,
.col-auto {
  -webkit-box-flex: 0;
}
.col-auto {
  width: auto;
  flex: 0 0 auto;
  max-width: none;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4,
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 96.33333%;
    max-width: 96.33333%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .mdh {
    flex: 0 0 96.33333%;
    max-width: 96.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
}
@media (min-width: 992px) {
  .col-lg-6,
  .mdh {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-10,
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f1f2f3;
}
.table thead th {
  vertical-align: bottom;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #f1f2f3;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfdfe;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #555;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eaeff4;
  border-radius: 2px;
}
.btn,
.gap-xy > *,
.navbar-dark .logo-dark,
.ph {
  display: inline-block;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #262f37;
  background-color: #fff;
  border-color: #f1f2f3;
  outline: 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.045);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.045);
}
.form-control::-webkit-input-placeholder {
  color: #c9ccce;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #c9ccce;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #c9ccce;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.btn {
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.9;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:disabled {
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #50a1ff;
  border-color: #50a1ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3c96ff;
  border-color: #3c96ff;
  -webkit-box-shadow: 0 1px 10px rgba(80, 161, 255, 0.4);
  box-shadow: 0 1px 10px rgba(80, 161, 255, 0.4);
}
.btn-primary:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(80, 161, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(80, 161, 255, 0.5);
}
.btn-primary:disabled {
  background-color: #50a1ff;
  border-color: #50a1ff;
}
.btn-primary:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #278bff;
  border-color: #278bff;
  -webkit-box-shadow: 0 0 0 0 rgba(80, 161, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(80, 161, 255, 0.5);
}
.btn-secondary {
  color: #494949;
  background-color: #e9ecf0;
  border-color: #e9ecf0;
}
.btn-secondary:hover {
  color: #494949;
  background-color: #dde2e8;
  border-color: #dde2e8;
  -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
  box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
}
.btn-secondary:focus {
  color: #494949;
  -webkit-box-shadow: 0 0 0 0 rgba(233, 236, 240, 0.5);
  box-shadow: 0 0 0 0 rgba(233, 236, 240, 0.5);
}
.btn-secondary:disabled {
  background-color: #e9ecf0;
  border-color: #e9ecf0;
}
.btn-secondary:not([disabled]):not(.disabled):active {
  color: #494949;
  background-color: #d1d7df;
  border-color: #d1d7df;
  -webkit-box-shadow: 0 0 0 0 rgba(233, 236, 240, 0.5);
  box-shadow: 0 0 0 0 rgba(233, 236, 240, 0.5);
}
.btn-outline-primary {
  color: #50a1ff;
  background-color: transparent;
  background-image: none;
  border-color: #50a1ff;
}
.btn-outline-primary:focus {
  color: #50a1ff;
  -webkit-box-shadow: 0 0 0 0 rgba(80, 161, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(80, 161, 255, 0.5);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #50a1ff;
  border-color: #50a1ff;
  -webkit-box-shadow: 0 1px 10px rgba(80, 161, 255, 0.4);
  box-shadow: 0 1px 10px rgba(80, 161, 255, 0.4);
}
.btn-outline-primary:disabled {
  color: #50a1ff;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #50a1ff;
  border-color: #50a1ff;
  -webkit-box-shadow: 0 0 0 0 rgba(80, 161, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(80, 161, 255, 0.5);
}
.btn-lg {
  height: 42px;
  border-radius: 0.3rem;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link,
.navbar {
  padding: 0.5rem 1rem;
}
.nav-link {
  display: block;
}
.navbar,
.navbar > .container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.0625rem;
  line-height: inherit;
}
.code-section .code-block .code,
code {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.bg-dark {
  background-color: #191919 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}
.h-100 {
  height: 100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mt-6 {
  margin-top: 2rem !important;
}
.mb-6 {
  margin-bottom: 2rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pb-7 {
  padding-bottom: 3rem !important;
}
.pt-9,
.py-9 {
  padding-top: 7rem !important;
}
.py-9 {
  padding-bottom: 7rem !important;
}
.mx-auto {
  margin-right: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
}
.text-white {
  color: #fff !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
  }
  thead {
    display: table-header-group;
  }
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
}
a {
  color: #50a1ff;
}
a:focus,
a:hover {
  color: #50a1ff;
  text-decoration: none;
  outline: 0;
}
.lead {
  font-size: 1.125rem;
}
h1,
h2,
h3,
h5 {
  color: #262f37;
  letter-spacing: 0.5px;
  font-weight: 400;
}
h6 {
  color: #262f37;
  letter-spacing: 0.75px;
}
h1 strong,
h6,
h6 strong {
  font-weight: 500;
}
hr {
  border-top-color: rgba(117, 117, 117, 0.09);
  margin: 2rem auto;
}
::selection {
  background: #74b4ff;
  color: #fff;
}
::-moz-selection {
  background: #74b4ff;
  color: #fff;
}
@media (max-width: 767.98px) {
  html {
    font-size: 0.87891rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.table,
pre {
  border: 1px solid #f1f2f3;
}
.table th {
  border-top: 0;
  font-weight: 400;
}
.table thead th {
  border-bottom: 1px solid #eaeff4;
}
pre {
  background-color: #fcfdfd;
  padding: 12px;
  border-left: 2px solid #585858;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}
.btn {
  font-size: 11px;
  padding: 8px 26px 6px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  border-radius: 2px;
  outline: 0;
}
button:focus {
  outline: 0;
}
.btn-lg {
  padding: 7px 32px 6px;
  font-size: 12px;
}
.nav.flex-column .nav-link {
  padding: 2px 0;
}
.nav.flex-column .nav-link:first-child {
  padding-top: 0;
}
.nav-link {
  color: #494949;
  font-weight: 400;
}
.form-control {
  font-weight: 300;
}
label {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.input-group {
  border: 1px solid #eaeff4;
  border-radius: 2px;
}
.input-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}
.main-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.footer {
  padding: 1.25rem 0;
  border-top: 1px solid #f1f2f3;
}
.row.gap-y {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.gap-y > [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-navbar > .nav-link,
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height: 56px;
}
.navbar-scrolled .navbar {
  top: 0;
}
.navbar-left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
}
[data-navbar="fixed"] {
  position: fixed;
}
.navbar-scrolled [data-navbar="fixed"] {
  background-color: rgba(255, 255, 255, 0.99);
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05);
}
.navbar-brand {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.nav-navbar {
  position: relative;
}
.nav-navbar > .nav-link {
  line-height: 56px;
}
.nav-navbar .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.87em;
  word-spacing: 2px;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.divider,
.popup a {
  letter-spacing: 0.5px;
}
.navbar-mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    padding: 20px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1002;
  }
  .navbar-expand-lg .navbar-mobile > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-expand-lg .nav-navbar:not(.nav-inline) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
  .navbar-expand-lg .nav-navbar:not(.nav-inline) > .nav-link {
    min-height: inherit;
    line-height: inherit;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.95rem;
    text-transform: none;
  }
}
.navbar-dark .nav-navbar > .nav-link {
  color: rgba(117, 117, 117, 0.8);
}
.navbar-dark .nav-navbar > .nav-link:hover {
  color: #555;
}
.header,
.section {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}
.header .btn {
  padding-top: 0.6rem;
}
.header {
  background-color: #f2f2f2;
  padding-top: 90px;
  /* padding-bottom: 90px; */
  background-position: center;
}
.header > .container,
.section > .container {
  position: relative;
  height: 100%;
}
.section {
  border-bottom: none;
  background-position: center center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.section-header {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 70px;
}
.section-header hr {
  width: 50px;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.section-header p {
  font-size: 1.0625rem;
}
@media (max-width: 991.98px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section-header {
    max-width: 90%;
  }
}
.bg-gray {
  background-color: #fafbfb;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.mw-200 {
  min-width: 200px !important;
}
.gap-xy {
  margin: -8px;
}
.gap-xy > * {
  margin: 8px;
}
.fw-200 {
  font-weight: 200 !important;
}
.text-white {
  color: rgba(255, 255, 255, 0.85) !important;
}
.text-white h3 {
  color: #fff;
}
.resource-endpoint-section {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f1f3f5;
  font-family: monospace, serif;
  font-size: 13px;
  margin: 0 0 40px;
  overflow: hidden;
  width: 100%;
}
.batch {
  resize: none;
  margin: 0 0 10px;
  background-color: #f1f3f5;
  border: 1px solid #d0d7dd;
}
.resource-endpoint-section .method {
  background-color: #00a0dc;
  color: #fff;
  padding: 7px 15px;
  text-transform: uppercase;
}
.endpoint input,
.endpoint input:focus {
  background-color: #f1f3f5;
}
.resource-endpoint-section .subm {
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
}
.resource-endpoint-section .subm input {
  padding: 6px;
  font: 10px sans-serif;
}
.resource-endpoint-section .endpoint {
  display: inline-block;
  padding: 1px 15px;
}
.endpoint input {
  border: 0;
  height: 38px;
}
.btn-batch {
  border: 1px solid silver;
  color: #000;
  margin: 0 0 20px;
}
.code-section {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  overflow: hidden;
  font-family: monospace, serif;
  font-size: 13px;
  width: 100%;
}
.code-section .code-block {
  margin: 0;
}
.code-section .code-block .language {
  background-color: #dfe1e3;
  margin: 0;
  padding: 10px 15px;
  text-transform: lowercase;
}
.code-section .code-block .code {
  padding: 10px 15px;
}
.language-markup {
  border: 1px solid #f1f2f3;
}
.ph {
  position: relative;
}
.ph::before {
  position: absolute;
  left: 5px;
  top: 6px;
  content: attr(data-placeholder);
  pointer-events: none;
  opacity: 0.6;
}
.newline pre {
  counter-reset: line;
}
.newline code {
  counter-increment: line;
}
.newline code:before {
  content: counter(line);
  margin-right: 10px;
  color: #cd5c12;
  font-style: italic;
}
.alert {
  position: relative;
  padding: 0.2rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-correct {
  color: #00518c;
  background-color: #cce4ff;
  border-color: #bbc9ff;
}
.alert-danger {
  color: #85262c;
  background-color: #ffdbdd;
  border-color: #ffcccf;
}
.alert-danger .alert-link {
  color: #5d1b1f;
}
.btn-test {
  padding: 1px 4px;
  font-size: 0.6em;
  margin: 12px;
}
.string {
  color: #800;
}
.number {
  color: #cd5c12;
}
.boolean {
  color: #78a960;
}
.null {
  color: #ff00ff;
}
.key {
  color: #0f374a;
  font-weight: 700;
}
.blue-xml,
.popup a,
.tag-xml {
  font-weight: 400;
}
.blue-xml {
  color: #00f;
}
.tag-xml {
  color: #9b0000;
}
#map {
  height: 430px;
  width: 1100px;
  border: 1px solid #f1f2f3;
  background-size: cover;
  background-position: center;
}
.mdh pre {
  line-height: 22.1px;
}
#mapOuter,
.chart-data {
  display: none;
}
code {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}
#chart-hitratio,
#chart-requests {
  width: 100%;
  max-width: 1000px;
  height: 200px;
}
@media (max-width: 1200px) {
  #map {
    height: 578px;
    width: 450px;
  }
  #map,
  #mapOuter {
    display: block;
  }
}
@media (max-width: 992px) {
  #map,
  #mapOuter,
  .rimg img:first-child {
    display: none;
  }
  #map {
    height: 0;
    width: 0;
  }
}
.navbar-brand img {
  vertical-align: baseline;
  width: 250px;
}
.section-header {
  margin-top: 30px;
}
.rimg img {
  display: block;
}
html {
  visibility: visible;
  opacity: 1;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  font-size: 1em;
}
.form-group input {
  width: 19.87rem;
  color: #000;
  opacity: 1;
}
.form-group select {
  color: #000;
  opacity: 0.7;
  width: 20rem;
}
@media (max-width: 767px) {
  .resp td:nth-child(n + 4),
  .resp th:nth-child(n + 4) {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .resp td:nth-child(n + 5),
  .resp th:nth-child(n + 5) {
    display: none !important;
  }
}
.divider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0;
  color: #929daf;
  font-size: 0.8375rem;
  width: 90%;
}
.divider::after,
.divider::before {
  content: "";
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-top: 1px solid #eaeff4;
}
.divider::before {
  margin-right: 1rem;
}
.divider::after {
  margin-left: 1rem;
}
.popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  border-top: 1px solid #ebebeb;
  z-index: 2000;
  padding: 0.1rem 0.8rem;
  opacity: 0.9;
  text-align: center !important;
}
.popup a {
  color: #f9fafb;
  font-size: 1.2rem;
  font-family: Dosis, sans-serif;
}
.ma {
  color: #565c63 !important;
  font-weight: 500;
}
.ma:hover {
  color: #50a1ff !important;
}
.footer-logo {
  max-width: 190px;
}
.py-6 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
