/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:400,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.btn:link,
.btn:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #1292DA;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  outline: none;
  padding: 12px 20px 11px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto; }

.btn:link:hover,
.btn:visited:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #00A3FF; }

.btn:link:active,
.btn:visited:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #00A3FF;
  color: rgba(255, 255, 255, 0.5); }

.btn.is-disabled:link,
.btn.is-disabled:visited,
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  background-color: #C0C7CA;
  cursor: not-allowed; }

.btn.is-disabled:link:active,
.btn.is-disabled:visited:active {
  color: #fff; }

.btn.hidden,
button.hidden,
input[type="button"].hidden,
input[type="reset"].hidden,
input[type="submit"].hidden {
  display: none; }

.btn-full-width {
  width: 100%; }

@media (min-width: 48em) {
  .btn-full-width {
    width: auto; } }

.btn-white:link,
.btn-white:visited,
button.btn-white,
input[type="button"].btn-white,
input[type="reset"].btn-white,
input[type="submit"].btn-white,
.btn-inverted:link,
.btn-inverted:visited,
button.btn-inverted,
input[type="button"].btn-inverted,
input[type="reset"].btn-inverted,
input[type="submit"].btn-inverted {
  background-color: #fff;
  border: 1px solid currentColor;
  color: #2093d7;
  padding: 11px 20px 10px; }

.btn-white:link:hover,
.btn-white:visited:hover,
button.btn-white:hover,
input[type="button"].btn-white:hover,
input[type="reset"].btn-white:hover,
input[type="submit"].btn-white:hover,
.btn-inverted:link:hover,
.btn-inverted:visited:hover,
button.btn-inverted:hover,
input[type="button"].btn-inverted:hover,
input[type="reset"].btn-inverted:hover,
input[type="submit"].btn-inverted:hover {
  background-color: #eff9ff;
  color: #00a3ff; }

.btn-white:link:active,
.btn-white:visited:active,
button.btn-white:active,
input[type="button"].btn-white:active,
input[type="reset"].btn-white:active,
input[type="submit"].btn-white:active,
.btn-inverted:link:active,
.btn-inverted:visited:active,
button.btn-inverted:active,
input[type="button"].btn-inverted:active,
input[type="reset"].btn-inverted:active,
input[type="submit"].btn-inverted:active {
  color: rgba(32, 147, 215, 0.5); }

.btn-white.is-disabled:link,
.btn-white.is-disabled:link:active,
.btn-white.is-disabled:visited,
.btn-white.is-disabled:visited:active,
button.btn-white[disabled],
input[type="button"][disabled].btn-white,
input[type="reset"][disabled].btn-white,
input[type="submit"][disabled].btn-white,
.btn-inverted.is-disabled:link,
.btn-inverted.is-disabled:link:active,
.btn-inverted.is-disabled:visited,
.btn-inverted.is-disabled:visited:active,
button.btn-inverted[disabled],
input[type="button"][disabled].btn-inverted,
input[type="reset"][disabled].btn-inverted,
input[type="submit"][disabled].btn-inverted {
  background-color: #fff;
  color: #97a2a7; }

.btn-red:link:not(.is-disabled),
.btn-red:visited:not(.is-disabled),
button.btn-red:not([disabled]),
input[type="button"].btn-red:not([disabled]),
input[type="reset"].btn-red:not([disabled]),
input[type="submit"].btn-red:not([disabled]) {
  background-color: #DE0000; }

.btn-red:link:hover:not(.is-disabled),
.btn-red:visited:hover:not(.is-disabled),
button.btn-red:hover:not([disabled]),
input[type="button"].btn-red:hover:not([disabled]),
input[type="reset"].btn-red:hover:not([disabled]),
input[type="submit"].btn-red:hover:not([disabled]) {
  background-color: #f50000; }

.btn-s:link,
.bnt-s:active,
button.btn-s,
input[type="button"].btn-s,
input[type="reset"].btn-s,
input[type="submit"].btn-s,
.btn-small:link,
.bnt-small:active,
button.btn-small,
input[type="button"].btn-small,
input[type="reset"].btn-small,
input[type="submit"].btn-small {
  font-size: 11px;
  padding: 9px 14px; }

.btn-white.btn-s:link,
.btn-white.btn-s:visited,
button.btn-white.btn-s,
input[type="button"].btn-white.btn-s,
input[type="reset"].btn-white.btn-s,
input[type="submit"].btn-white.btn-s,
.btn-inverted.btn-s:link,
.btn-inverted.btn-s:visited,
button.btn-inverted.btn-s,
input[type="button"].btn-inverted.btn-s,
input[type="reset"].btn-inverted.btn-s,
input[type="submit"].btn-inverted.btn-s,
.btn-white.btn-small:link,
.btn-white.bnt-small:active,
button.btn-white.btn-small,
input[type="button"].btn-white.btn-small,
input[type="reset"].btn-white.btn-small,
input[type="submit"].btn-white.btn-small,
.btn-inverted.btn-small:link,
.btn-inverted.bnt-small:active,
button.btn-inverted.btn-small,
input[type="button"].btn-inverted.btn-small,
input[type="reset"].btn-inverted.btn-small,
input[type="submit"].btn-inverted.btn-small {
  padding: 8px 12px; }

.btn-l:link,
.btn-l:active,
button.btn-l,
input[type="button"].btn-l,
input[type="reset"].btn-l,
input[type="submit"].btn-l,
.btn-large:link,
.btn-large:active,
button.btn-large,
input[type="button"].btn-large,
input[type="reset"].btn-large,
input[type="submit"].btn-large {
  border-radius: 5px;
  font-size: 16px;
  padding: 18px 26px 17px; }

.btn-white.btn-l:link,
.btn-white.btn-l:visited,
button.btn-white.btn-l,
input[type="button"].btn-white.btn-l,
input[type="reset"].btn-white.btn-l,
input[type="submit"].btn-white.btn-l,
.btn-inverted.btn-l:link,
.btn-inverted.btn-l:visited,
button.btn-inverted.btn-l,
input[type="button"].btn-inverted.btn-l,
input[type="reset"].btn-inverted.btn-l,
input[type="submit"].btn-inverted.btn-l,
.btn-white.btn-large:link,
.btn-white.bnt-large:active,
button.btn-white.btn-large,
input[type="button"].btn-white.btn-large,
input[type="reset"].btn-white.btn-large,
input[type="submit"].btn-white.btn-large,
.btn-inverted.btn-large:link,
.btn-inverted.bnt-large:active,
button.btn-inverted.btn-large,
input[type="button"].btn-inverted.btn-large,
input[type="reset"].btn-inverted.btn-large,
input[type="submit"].btn-inverted.btn-large {
  padding: 17px 24px 16px; }

.btn-group .btn {
  margin-right: 10px; }

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
textarea,
select {
  border: 1px solid #71bee9;
  border-radius: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 11px 12px 9px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="email"]:focus,
  textarea:focus,
  select:focus {
    border-color: #1292da;
    outline: none; }
  input[type="text"].invalid,
  input[type="password"].invalid,
  input[type="search"].invalid,
  input[type="email"].invalid,
  textarea.invalid,
  select.invalid {
    border-color: #de0000;
    background: #fff8f8;
    animation: shake .4s 1; }

select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+ICAgIDxwYXRoIGQ9Ik0xMy40MTggNy44NTljLjI3MS0uMjY4LjcwOS0uMjY4Ljk3OCAwIC4yNy4yNjguMjcyLjcwMSAwIC45NjlsLTMuOTA4IDMuODNjLS4yNy4yNjgtLjcwNy4yNjgtLjk3OSAwbC0zLjkwOC0zLjgzYy0uMjctLjI2Ny0uMjctLjcwMSAwLS45NjkuMjcxLS4yNjguNzA5LS4yNjguOTc4IDBMMTAgMTFsMy40MTgtMy4xNDF6Ii8+PC9zdmc+) right 10px center no-repeat;
  background-size: 20px;
  padding-right: 30px; }

textarea.curl {
  font-size: 10px;
  min-height: 60px;
  margin: 0;
  padding: 10px;
  resize: none;
  border-radius: 4px;
  background: #41444e;
  border: 2px solid #41444e;
  font-family: "Source Code Pro", monospace;
  color: #fff; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

.checkbox {
  padding: 5px 0 10px;
  transition: opacity .5s;
  color: #333; }
  .checkbox label {
    display: flex; }
  .checkbox p {
    font-weight: normal !important;
    font-style: italic;
    margin: 0 !important;
    font-family: "Source Code Pro", monospace;
    color: #2f4550; }
  .checkbox input[type=checkbox] {
    display: none; }
    .checkbox input[type=checkbox] + label > .item {
      position: relative;
      top: 3px;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: 0 8px 0 0;
      padding: 5px;
      cursor: pointer;
      border-radius: 1px;
      background: #e8e8e8;
      box-shadow: 0 0 0 2px #e8e8e8;
      flex: none; }
      .checkbox input[type=checkbox] + label > .item:active {
        transform: scale(0.9); }
    .checkbox input[type=checkbox]:checked + label > .item {
      background: #e8e8e8 url(data:image/svg+xml,%0A%3Csvg%20width%3D%2210px%22%20height%3D%228px%22%20viewBox%3D%223%207%2010%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2042%20%2836781%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-34%22%20stroke%3D%22none%22%20fill%3D%22%2341474E%22%20fill-rule%3D%22evenodd%22%20points%3D%226.33333333%2015%203%2011.6666667%204.33333333%2010.3333333%206.33333333%2012.3333333%2011.6666667%207%2013%208.33333333%22%3E%3C/polygon%3E%0A%3C/svg%3E) center center no-repeat; }

.content h1 {
  font-size: 24px; }

.content h2 {
  font-size: 20px; }

.content hr {
  background-color: #d5dadc;
  border: none;
  height: 1px;
  margin-left: 0; }

code,
kbd,
samp,
pre {
  font-family: "Source Code Pro", monospace; }

code {
  background: #eaeced;
  border-radius: 4px;
  color: #de0000;
  font-size: 13px;
  padding-left: 4px;
  padding-right: 4px; }

.well {
  background: #f9f9f9;
  border-radius: 5px;
  margin: 20px 0;
  max-width: 940px;
  padding: 14px;
  width: calc(100vw - 220px - 30px - 30px - 60px); }
  .well h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2f4550; }
  .well table {
    border-collapse: collapse;
    font-size: 13px;
    width: 100%; }
    .well table tbody tr:not(:last-child) {
      border-bottom: 1px solid #dce0e1; }
    .well table tbody tr:last-child td {
      padding-bottom: 6px; }
    .well table tbody tr td {
      padding: 15px 0;
      vertical-align: top; }
    .well table thead tr {
      border-bottom: 1px solid #dce0e1; }
      .well table thead tr th {
        font-size: 12px;
        font-weight: bold;
        padding: 12px 0;
        text-align: left; }
    .well table code {
      font-size: 12px; }
  .well .well__title {
    margin-bottom: 10px; }

.operation {
  align-items: center;
  display: flex;
  padding: 14px 0; }
  .operation.operation--collapsable {
    cursor: pointer;
    position: relative; }
    .operation.operation--collapsable:after {
      background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%0A%3C/svg%3E%0A) center center no-repeat;
      background-size: 100%;
      content: "";
      display: block;
      height: 20px;
      left: -24px;
      position: absolute;
      transform: rotate(0);
      transition: transform 180ms ease-in-out;
      width: 20px; }
    .operation.operation--collapsable:hover .operation__endpoint {
      text-decoration: underline; }
    .operation.operation--collapsable .operation__endpoint {
      color: #1292da; }
  .operation.operation--deprecated {
    opacity: 0.6; }
    .operation.operation--deprecated .operation__endpoint {
      text-decoration: line-through; }
  .operation .operation__method {
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    min-width: 60px;
    padding: 5px 8px;
    text-align: center; }
    .operation .operation__method.operation__method--post {
      background-color: #a8cc00; }
    .operation .operation__method.operation__method--put {
      background-color: #ff7f2b; }
    .operation .operation__method.operation__method--delete {
      background-color: #de0000; }
    .operation .operation__method.operation__method--get {
      background-color: #41a8e1; }
    .operation .operation__method.operation__method--patch {
      background-color: #0abbcc; }
    .operation .operation__method.operation__method--head {
      background-color: #9012fe; }
    .operation .operation__method.operation__method--options {
      background-color: #0b5883; }
  .operation .operation__endpoint {
    background: none;
    color: #2f4550;
    flex: 1;
    font-size: 14px;
    padding: 0 10px; }
  .operation .operation__description {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    padding-left: 10px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .operation .operation__description p {
      margin: 0; }

.parameters > thead > tr > th:first-child,
.parameters > tbody > tr > td:first-child {
  width: 160px;
  padding-right: 20px; }

.parameters > thead > tr > th:nth-child(2), .parameters > thead > tr > th:nth-child(3),
.parameters > tbody > tr > td:nth-child(2),
.parameters > tbody > tr > td:nth-child(3) {
  width: 100px; }

.parameters tbody > tr > td:first-child {
  font-weight: bold;
  position: relative; }
  .parameters tbody > tr > td:first-child.required:after {
    color: #de0000;
    content: "*";
    font-size: 16px;
    position: absolute;
    margin-left: 4px;
    margin-top: -2px; }

.parameters tbody > tr > td:nth-child(2) {
  color: #828f96;
  font-family: "Source Code Pro", monospace; }

.parameters tbody > tr > td:nth-child(3) {
  font-family: "Source Code Pro", monospace; }

.parameters tbody > tr > td .footnote {
  line-height: 12px;
  vertical-align: top; }

.parameters p {
  margin: 0; }

.parameters input[type="text"],
.parameters input[type="password"],
.parameters input[type="search"],
.parameters input[type="email"] {
  margin-top: 4px;
  min-width: 360px; }

.parameters textarea {
  font-family: "Source Code Pro", monospace;
  font-size: 12px;
  min-height: 200px;
  resize: vertical;
  width: 100%; }

.responses > thead > tr > th:first-child,
.responses > tbody > tr > td:first-child {
  width: 70px; }

.responses > tbody > tr > td:first-child code {
  display: inline-block;
  font-family: "Source Code Pro", monospace;
  font-size: 12px;
  line-height: 1;
  padding: 10px 12px 9px; }

.responses > tbody > tr > td:nth-child(2) {
  padding-top: 19px; }
  .responses > tbody > tr > td:nth-child(2) p {
    margin: 0; }

.footnote {
  color: #1292da;
  font-weight: bold;
  font-size: 16px;
  margin-left: 3px; }

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

html {
  box-sizing: border-box;
  height: 100%; }

body {
  background: white;
  color: #2f4550;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 1.75; }

a {
  color: #1292da;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.main-wrapper {
  flex: 1 0 auto; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }

.header {
  background: #000;
  padding: 26px 0 18px; }
  .header .header__title {
    align-items: center;
    display: flex; }
    .header .header__title .logo {
      height: 34px;
      width: 120px; }
    .header .header__title .tagline {
      color: #fff;
      font-size: 13px;
      letter-spacing: 1.5px;
      margin-left: 10px;
      text-transform: uppercase; }

.footer {
  background: #2f4550;
  color: #fff;
  font-size: 12px;
  padding: 24px 0 20px; }
  .footer p {
    margin: 0; }

.page {
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px; }
  .page .content {
    flex: 1;
    max-width: 720px;
    padding-left: 60px; }
    .page .content .page__title {
      border-bottom: 4px solid #FFCC00;
      font-size: 28px;
      font-weight: normal;
      padding-bottom: 6px;
      margin: 0 0 30px;
      max-width: 940px;
      width: calc(100vw - 220px - 30px - 30px - 60px); }

.navigation {
  flex: 0 0 220px;
  font-size: 13px;
  padding-top: 10px; }
  .navigation h4 {
    color: #51636c;
    margin: 30px 0 8px; }
  .navigation .navigation__item {
    border-radius: 999px;
    color: #2f4550;
    display: table;
    margin-bottom: 10px;
    margin-left: -16px;
    padding: 2px 16px; }
    .navigation .navigation__item--active {
      background-color: #FFCC00;
      font-weight: bold; }
    .navigation .navigation__item--api {
      align-items: center;
      display: flex;
      white-space: nowrap; }
      .navigation .navigation__item--api:hover {
        text-decoration: none; }
        .navigation .navigation__item--api:hover .api__endpoint {
          text-decoration: underline; }
      .navigation .navigation__item--api .api__method {
        background-color: #eaeced;
        border-radius: 999px;
        color: #fff;
        display: inline-block;
        flex: 0 0 30px;
        font-size: 8px;
        line-height: 1;
        margin-right: 4px;
        padding: 3px 4px;
        text-transform: uppercase;
        text-align: center; }
        .navigation .navigation__item--api .api__method--post {
          background-color: #a8cc00; }
          .navigation .navigation__item--api .api__method--post:after {
            content: "post"; }
        .navigation .navigation__item--api .api__method--get {
          background-color: #41a8e1; }
          .navigation .navigation__item--api .api__method--get:after {
            content: "get"; }
        .navigation .navigation__item--api .api__method--put {
          background-color: #ff7f2b; }
          .navigation .navigation__item--api .api__method--put:after {
            content: "put"; }
        .navigation .navigation__item--api .api__method--delete {
          background-color: #de0000; }
          .navigation .navigation__item--api .api__method--delete:after {
            content: "delete"; }
        .navigation .navigation__item--api .api__method--head {
          background-color: #9012fe; }
          .navigation .navigation__item--api .api__method--head:after {
            content: "head"; }
        .navigation .navigation__item--api .api__method--patch {
          background-color: #0abbcc; }
          .navigation .navigation__item--api .api__method--patch:after {
            content: "patch"; }
      .navigation .navigation__item--api .api__endpoint {
        color: #51636c;
        flex: 1;
        font-size: 11px;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis; }

.swagger-ui {
  padding-top: 20px; }
  .swagger-ui h2 {
    margin-bottom: 0; }
  .swagger-ui .opblock {
    margin: 0; }
    .swagger-ui .opblock .opblock-section-header {
      align-items: center;
      display: flex;
      min-height: 32px; }
      .swagger-ui .opblock .opblock-section-header label {
        font-size: 12px;
        font-weight: bold;
        display: flex;
        margin: 0;
        align-items: center;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2f4550; }
        .swagger-ui .opblock .opblock-section-header label span {
          padding: 0 10px 0 0; }
      .swagger-ui .opblock .opblock-section-header h4 {
        flex: 1; }
    .swagger-ui .opblock .opblock-summary-operation-id {
      flex: 1;
      padding: 0 10px; }
      .swagger-ui .opblock .opblock-summary-operation-id .view-line-link {
        position: relative;
        top: 2px;
        width: 0;
        margin: 0;
        cursor: pointer;
        transition: all .5s; }
      .swagger-ui .opblock .opblock-summary-operation-id:hover .view-line-link {
        width: 18px;
        margin: 0 5px; }
    .swagger-ui .opblock.is-open .operation:after {
      transform: rotate(90deg); }
    .swagger-ui .opblock .opblock-schemes {
      padding: 8px 20px; }
      .swagger-ui .opblock .opblock-schemes .schemes-title {
        padding: 0 10px 0 0; }
  .swagger-ui .opblock-tag-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px; }
  .swagger-ui .opblock-tag {
    display: inline-block;
    font-weight: normal;
    margin-top: 0; }
    .swagger-ui .opblock-tag.no-desc span {
      flex: 1; }
    .swagger-ui .opblock-tag small {
      color: #828f96;
      font-size: 14px;
      margin-left: 10px; }
  .swagger-ui .view-line-link {
    position: relative;
    top: 3px;
    width: 20px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .5s; }
  .swagger-ui .tab {
    display: flex;
    list-style: none;
    margin: 20px 0 10px 0;
    padding: 0; }
    .swagger-ui .tab li {
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      cursor: pointer;
      font-size: 12px;
      padding: 0 10px; }
      .swagger-ui .tab li:first-child {
        padding-left: 0; }
      .swagger-ui .tab li:last-child {
        border-right: none; }
      .swagger-ui .tab li a {
        color: #2f4550; }
      .swagger-ui .tab li.active a {
        border-bottom: 2px solid #0abbcc; }
        .swagger-ui .tab li.active a:hover {
          text-decoration: none; }
      .swagger-ui .tab li a.inactive {
        color: #d5dadc; }
  .swagger-ui .opblock-title_normal {
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2f4550; }
    .swagger-ui .opblock-title_normal h4 {
      font-size: 12px;
      margin: 0 0 5px 0;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #2f4550; }
    .swagger-ui .opblock-title_normal p {
      margin: 0;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #2f4550; }
  .swagger-ui .execute-wrapper {
    padding: 0 20px 20px;
    text-align: left; }
  .swagger-ui .body-param-options {
    display: flex;
    flex-direction: column; }
    .swagger-ui .body-param-options .body-param-edit {
      padding: 10px 0; }
    .swagger-ui .body-param-options label {
      padding: 8px 0; }
      .swagger-ui .body-param-options label select {
        margin: 3px 0 0 0; }
  .swagger-ui .response-col_description__inner span p {
    margin: 6px 0 0 0; }
  .swagger-ui .scheme-container {
    margin: 0 0 20px 0;
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
    .swagger-ui .scheme-container .schemes {
      display: flex;
      align-items: center; }
      .swagger-ui .scheme-container .schemes > label {
        font-size: 12px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        margin: -20px 15px 0 0;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2f4550; }
        .swagger-ui .scheme-container .schemes > label select {
          min-width: 130px;
          text-transform: uppercase; }
  .swagger-ui .loading-container {
    padding: 40px 0 60px; }
    .swagger-ui .loading-container .loading {
      position: relative; }
      .swagger-ui .loading-container .loading:after {
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        content: 'loading';
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2f4550; }
      .swagger-ui .loading-container .loading:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 60px;
        height: 60px;
        margin: -30px -30px;
        content: '';
        animation: rotation 1s infinite linear, opacity .5s;
        opacity: 1;
        border: 2px solid rgba(85, 85, 85, 0.1);
        border-top-color: rgba(0, 0, 0, 0.6);
        border-radius: 100%;
        backface-visibility: hidden; }

@keyframes rotation {
  to {
    transform: rotate(360deg); } }
  .swagger-ui .dialog-ux {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .swagger-ui .dialog-ux .backdrop-ux {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8); }
    .swagger-ui .dialog-ux .modal-ux {
      position: absolute;
      z-index: 9999;
      top: 50%;
      left: 50%;
      width: 100%;
      min-width: 300px;
      max-width: 650px;
      transform: translate(-50%, -50%);
      border: 1px solid #ebebeb;
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2); }
    .swagger-ui .dialog-ux .modal-ux-content {
      overflow-y: auto;
      max-height: 540px;
      padding: 20px; }
      .swagger-ui .dialog-ux .modal-ux-content p {
        font-size: 12px;
        margin: 0 0 5px 0;
        color: #41444e;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2f4550; }
      .swagger-ui .dialog-ux .modal-ux-content h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0 0 0;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2f4550; }
    .swagger-ui .dialog-ux .modal-ux-header {
      display: flex;
      padding: 12px 0;
      border-bottom: 1px solid #ebebeb;
      align-items: center; }
      .swagger-ui .dialog-ux .modal-ux-header .close-modal {
        padding: 0 10px;
        border: none;
        background: none;
        appearance: none; }
      .swagger-ui .dialog-ux .modal-ux-header h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        padding: 0 20px;
        flex: 1;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2f4550; }
  .swagger-ui .model {
    font-size: 12px;
    font-family: "Source Code Pro", monospace;
    color: #2f4550; }
    .swagger-ui .model-toggle {
      cursor: pointer;
      display: inline-block;
      font-size: 10px;
      height: 100%;
      position: relative;
      transition: transform .15s ease-in;
      transform: rotate(90deg);
      transform-origin: 50% 50%;
      top: 1px;
      width: 20px; }
      .swagger-ui .model-toggle.collapsed {
        transform: rotate(0deg); }
      .swagger-ui .model-toggle:after {
        background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%0A%3C/svg%3E%0A) center center no-repeat;
        background-size: 100%;
        content: '';
        display: block;
        height: 10px;
        width: 20px; }
    .swagger-ui .model-jump-to-path {
      position: relative;
      cursor: pointer; }
      .swagger-ui .model-jump-to-path .view-line-link {
        position: absolute;
        top: -.4em;
        cursor: pointer; }
    .swagger-ui .model-title {
      position: relative; }
      .swagger-ui .model-title:hover .model-hint {
        visibility: visible; }
    .swagger-ui .model-hint {
      position: absolute;
      top: -1.8em;
      visibility: hidden;
      padding: .1em .5em;
      white-space: nowrap;
      color: #ebebeb;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.7); }
  .swagger-ui section.models {
    border-radius: 4px;
    margin: 30px 0;
    padding: 0;
    max-width: 940px;
    width: calc(100vw - 220px - 30px - 30px - 60px); }
    .swagger-ui section.models h4 {
      font-size: 20px;
      font-weight: normal;
      margin: 0 0 10px 0;
      padding: 10px 0;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #2f4550; }
    .swagger-ui section.models h5 {
      font-size: 16px;
      margin: 0 0 10px 0;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #777; }
    .swagger-ui section.models .model-jump-to-path {
      position: relative;
      top: 5px; }
    .swagger-ui section.models .model-container {
      margin: 0 0 15px;
      transition: all .5s;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.05); }
      .swagger-ui section.models .model-container:hover {
        background: rgba(0, 0, 0, 0.07); }
    .swagger-ui section.models .model-box {
      background: none; }
  .swagger-ui .model-box {
    background: #eaeced;
    border-radius: 4px;
    padding: 10px; }
    .swagger-ui .model-box .model-jump-to-path {
      position: relative;
      top: 4px; }
  .swagger-ui .model-title {
    font-weight: bold;
    font-family: "Source Code Pro", monospace;
    color: #555; }
  .swagger-ui span > span.model {
    padding: 0; }
    .swagger-ui span > span.model .brace-close {
      padding: 0; }
  .swagger-ui .prop-type {
    color: #1292da; }
  .swagger-ui .prop-enum {
    display: block; }
  .swagger-ui .prop-format {
    color: #999; }
  .swagger-ui table.headers td {
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
    font-family: "Source Code Pro", monospace;
    color: #2f4550; }
  .swagger-ui table.model {
    margin-left: 26px; }
    .swagger-ui table.model tbody tr {
      border-bottom: 0; }
      .swagger-ui table.model tbody tr td {
        padding: 0;
        vertical-align: top; }
        .swagger-ui table.model tbody tr td:first-of-type {
          width: 100px;
          padding: 0; }
    .swagger-ui table.model table.model {
      width: auto; }
  .swagger-ui .auth-btn-wrapper {
    display: flex;
    padding: 10px 0;
    justify-content: center; }
  .swagger-ui .auth-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end; }
    .swagger-ui .auth-wrapper .authorize {
      padding-right: 20px; }
  .swagger-ui .auth-container {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb; }
    .swagger-ui .auth-container:last-of-type {
      margin: 0;
      padding: 10px 20px;
      border: 0; }
    .swagger-ui .auth-container h4 {
      margin: 5px 0 15px 0 !important; }
    .swagger-ui .auth-container .wrapper {
      margin: 0;
      padding: 0; }
    .swagger-ui .auth-container input[type=text], .swagger-ui .auth-container input[type=password] {
      min-width: 230px; }
    .swagger-ui .auth-container .errors {
      font-size: 12px;
      padding: 10px;
      border-radius: 4px;
      font-family: "Source Code Pro", monospace;
      color: #2f4550; }
  .swagger-ui .scopes h2 {
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2f4550; }
  .swagger-ui .scope-def {
    padding: 0 0 20px 0; }
  .swagger-ui .errors-wrapper {
    margin: 20px;
    padding: 10px 20px;
    animation: scaleUp .5s;
    border: 2px solid #de0000;
    border-radius: 4px;
    background: rgba(222, 0, 0, 0.1); }
    .swagger-ui .errors-wrapper .error-wrapper {
      margin: 0 0 10px 0; }
    .swagger-ui .errors-wrapper .errors h4 {
      font-size: 14px;
      margin: 0;
      font-family: "Source Code Pro", monospace;
      color: #2f4550; }
    .swagger-ui .errors-wrapper .errors small {
      color: #666; }
    .swagger-ui .errors-wrapper hgroup {
      display: flex;
      align-items: center; }
      .swagger-ui .errors-wrapper hgroup h4 {
        font-size: 20px;
        margin: 0;
        flex: 1;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2f4550; }

@keyframes scaleUp {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
