/*! CSS Used from: https://wsp2.desarrollamelo.com/templates/_apidoc/vendor/bootstrap.min.css ; media=screen */
#test {
  /*! CSS Used from: https://wsp2.desarrollamelo.com/templates/_apidoc/vendor/bootstrap.min.css ; media=screen */
  /*! CSS Used from: https://wsp2.desarrollamelo.com/templates/_apidoc/vendor/prettify.css ; media=screen */
  /*! CSS Used from: https://wsp2.desarrollamelo.com/templates/_apidoc/css/style.css ; media=screen, print */
  /*! CSS Used fontfaces */
}
#test .code:before {
  content: none;
}
@media screen {
  #test article,
  #test nav,
  #test section {
    display: block;
  }
  #test a {
    background-color: transparent;
  }
  #test a:active,
  #test a:hover {
    outline: 0;
  }
  #test strong {
    font-weight: 700;
  }
  #test pre {
    overflow: auto;
  }
  #test code,
  #test pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  #test button,
  #test input {
    margin: 0;
    font: inherit;
    color: inherit;
  }
  #test button {
    overflow: visible;
  }
  #test button {
    text-transform: none;
  }
  #test button {
    -webkit-appearance: button;
    cursor: pointer;
  }
  #test button::-moz-focus-inner,
  #test input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  #test input {
    line-height: normal;
  }
  #test fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
  }
  #test table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  #test td,
  #test th {
    padding: 0;
  }
  #test .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #test .glyphicon-remove:before {
    content: "\e014";
  }
  #test * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #test :after,
  #test :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #test button,
  #test input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  #test a {
    color: #337ab7;
    text-decoration: none;
  }
  #test a:focus,
  #test a:hover {
    color: #23527c;
    text-decoration: underline;
  }
  #test a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #test h2,
  #test h3,
  #test h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  #test h2,
  #test h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #test h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #test h2 {
    font-size: 30px;
  }
  #test h3 {
    font-size: 24px;
  }
  #test h4 {
    font-size: 18px;
  }
  #test p {
    margin: 0 0 10px;
  }
  #test ul {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #test code,
  #test pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  #test code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
  }
  #test pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  #test pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  #test .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  #test .col-md-3,
  #test .col-md-4,
  #test .col-md-7,
  #test .col-md-9,
  #test .col-sm-2,
  #test .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #test table {
    background-color: transparent;
  }
  #test th {
    text-align: left;
  }
  #test .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #test .table > tbody > tr > td,
  #test .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  #test .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  #test .table > thead:first-child > tr:first-child > th {
    border-top: 0;
  }
  #test .table-hover > tbody > tr:hover {
    background-color: #d3d2d2;
  }
  #test fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  #test label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
  #test .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  #test .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  #test .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  #test .form-control:-ms-input-placeholder {
    color: #999;
  }
  #test .form-control::-webkit-input-placeholder {
    color: #999;
  }
  #test .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  #test .form-group {
    margin-bottom: 15px;
  }
  #test .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  #test .btn:active:focus,
  #test .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #test .btn:focus,
  #test .btn:hover {
    color: #333;
    text-decoration: none;
  }
  #test .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  #test .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  #test .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  #test .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  #test .btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  #test .btn-primary:active:focus,
  #test .btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  #test .btn-primary:active {
    background-image: none;
  }
  #test .btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
  }
  #test .btn-link,
  #test .btn-link:active {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #test .btn-link,
  #test .btn-link:active,
  #test .btn-link:focus,
  #test .btn-link:hover {
    border-color: transparent;
  }
  #test .btn-link:focus,
  #test .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
  }
  #test .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  #test .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  #test .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  #test .input-group .form-control:focus {
    z-index: 3;
  }
  #test .input-group .form-control,
  #test .input-group-addon {
    display: table-cell;
  }
  #test .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  #test .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  #test .input-group .form-control:first-child,
  #test .input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #test .input-group-addon:first-child {
    border-right: 0;
  }
  #test .input-group .form-control:last-child,
  #test .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #test .input-group-addon:last-child {
    border-left: 0;
  }
  #test .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  #test .nav > li {
    position: relative;
    display: block;
    width: 100%;
  }
  #test .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  #test .nav > li > a:focus,
  #test .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
  }
  #test .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  #test .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  #test .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  #test .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
  }
  #test .nav-tabs > li.active > a,
  #test .nav-tabs > li.active > a:focus,
  #test .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  #test .tab-content > .tab-pane {
    display: none;
  }
  #test .tab-content > .active {
    display: block;
  }
  #test .clearfix:after,
  #test .clearfix:before,
  #test .nav:after,
  #test .nav:before,
  #test .row:after,
  #test .row:before {
    display: table;
    content: " ";
  }
  #test .clearfix:after,
  #test .nav:after,
  #test .row:after {
    clear: both;
  }
  #test .pull-right {
    float: right !important;
  }
  #test .pull-left {
    float: left !important;
  }
}
@media screen and print {
  #test *,
  #test :after,
  #test :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #test a,
  #test a:visited {
    text-decoration: underline;
  }
  #test a[href]:after {
    content: " (" attr(href) ")";
  }
  #test a[href^="#"]:after {
    content: "";
  }
  #test pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #test thead {
    display: table-header-group;
  }
  #test tr {
    page-break-inside: avoid;
  }
  #test h2,
  #test h3,
  #test p {
    orphans: 3;
    widows: 3;
  }
  #test h2,
  #test h3 {
    page-break-after: avoid;
  }
  #test .table {
    border-collapse: collapse !important;
  }
  #test .table td,
  #test .table th {
    background-color: #fff !important;
  }
}
@media screen and (min-width: 768px) {
  #test .col-sm-2,
  #test .col-sm-9 {
    float: left;
  }
  #test .col-sm-9 {
    width: 75%;
  }
  #test .col-sm-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 992px) {
  #test .col-md-3,
  #test .col-md-4,
  #test .col-md-7,
  #test .col-md-9 {
    float: left;
  }
  #test .col-md-9 {
    width: 75%;
  }
  #test .col-md-7 {
    width: 58.33333333%;
  }
  #test .col-md-4 {
    width: 33.33333333%;
  }
  #test .col-md-3 {
    width: 25%;
  }
}
@media screen {
  #test pre .str {
    color: #50fa7b;
  }
  #test pre .kwd {
    color: #ff79c6;
  }
  #test pre .com {
    color: #aeaeae;
    font-style: italic;
  }
  #test pre .typ {
    color: #ffb86c;
  }
  #test pre .lit {
    color: #89bdff;
  }
  #test pre .pun {
    color: #fff;
  }
  #test pre .pln {
    color: #f8f8f2;
  }
}
@media screen and print {
  #test pre .str {
    color: #060;
  }
  #test pre .kwd {
    color: #006;
    font-weight: bold;
  }
  #test pre .com {
    color: #600;
    font-style: italic;
  }
  #test pre .typ {
    color: #404;
    font-weight: bold;
  }
  #test pre .lit {
    color: #044;
  }
  #test pre .pun {
    color: #440;
  }
  #test pre .pln {
    color: #fff;
  }
}
@media screen, print {
  #test p,
  #test a,
  #test div,
  #test th,
  #test td {
    font-family: "Roboto", monospace, sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #test td.code {
    font-size: 15px;
    font-family: "Source Code Pro", monospace;
    font-style: normal;
    font-weight: 600;
  }
  #test #content {
    padding-right: 15px;
  }
  #test td p {
    margin: 0 0 1px 10px;
  }
  #test p {
    color: #5f6368;
  }
  #test h2,
  #test h3,
  #test h4 {
    font-weight: 500;
    line-height: 1.2;
  }
  #test h2 {
    font-family: "Roboto", monospace, sans-serif;
    font-size: 2rem;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #test h3 {
    font-size: 1.75rem;
  }
  #test h4 {
    font-size: 1.5rem;
  }
  #test section {
    padding: 30px 0;
  }
  #test section h2 {
    font-family: "Oxygen", sans-serif;
    padding-bottom: 14px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 700;
  }
  #test article {
    padding: 14px 0 30px 0;
  }
  #test article h2,
  #test article h3,
  #test article h4 {
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
  }
  #test article h2,
  #test article h3 {
    margin: 0 0 10px 0;
  }
  #test article h4 {
    margin: 0 0 8px 0;
  }
  #test table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #test th {
    text-align: left;
    font-family: "Roboto", monospace, sans-serif;
    font-weight: 600;
    padding: 4px 4px;
    color: rgba(0, 0, 0, 0.6);
  }
  #test td {
    vertical-align: top;
    padding: 2px 2px;
  }
  #test .table > thead > tr > th {
    border-bottom: 1px solid rgba(59, 65, 81, 0.2);
  }
  #test .table > tbody > tr > td,
  #test .table > thead > tr > th {
    border-top: 0px;
  }
  #test .table > tbody > tr > td > p > code {
    font-family: "Source Code Pro", monospace;
    background: transparent;
    color: #e65100;
  }
  #test .table-hover > tbody > tr:hover {
    background-color: #d3d2d2;
  }
  #test .label-optional {
    font-size: 13px;
    font-weight: 400;
    color: #44475a;
  }
  #test pre {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    border-radius: 0px;
    position: relative;
    margin: 10px 0 20px 0;
    border: none;
    background: transparent;
  }
  #test pre.language-json {
    overflow: auto;
  }
  #test pre code {
    display: block;
    font-size: 15px;
    font-family: "Source Code Pro";
    font-style: normal;
    font-weight: 400;
    word-wrap: normal;
    white-space: pre;
  }
  #test pre code.sample-request-response-json {
    white-space: pre-wrap;
    max-height: 500px;
    overflow: auto;
  }
  #test #scrollingNav {
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 10;
    padding-right: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  #test .sidenav {
    margin: 0;
    padding: 10px 0px 20px 0px;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 10;
    border-top: 3px solid lightgray;
  }
  #test .sidenav:hover {
    overflow-x: auto;
    overflow-y: auto;
  }
  #test .sidenav > li > a {
    display: block;
    margin: 0;
    padding: 6px 28px;
    border: 0;
    border-left: transparent 4px solid;
    border-right: transparent 4px solid;
    font-family: "Roboto", monospace, sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #test .sidenav > li.nav-header > a {
    padding: 5px 15px 5px 20px;
    font-family: "Roboto", monospace, sans-serif;
    font-weight: 700;
    font-size: 15px;
    background-color: transparent;
    border: none;
    color: #3b4151;
  }
  #test .sidenav > .active > a {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    color: #3b4151;
  }
  #test .sidenav .nav-list-item,
  #test .sidenav div {
    font-size: 13px;
  }
  #test ul.nav-tabs {
    margin: 0;
    border: none;
    border-radius: 0px 5px 0px 0px;
    background: #181a22;
    padding-top: 15px;
    box-shadow: inset 0px 6px 4px -5px #000000, inset 0px -6px 4px -5px #000000;
  }
  #test .nav-tabs > li > a {
    line-height: 0.7;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
  }
  #test .nav > li > a {
    border: none;
    text-decoration: none;
  }
  #test .nav-tabs > li > a:hover,
  #test .nav-tabs > li.active > a,
  #test .nav-tabs > li.active > a:focus,
  #test .nav-tabs > li.active > a:hover {
    background-color: #282a36;
    border: none;
  }
  #test .sidenav a {
    color: #3b4151;
    transition: all 0.2s ease-in-out;
  }
  #test .sidenav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  #test .sidenav > .active > a {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.05);
    color: #3b4151;
  }
  #test .sidenav::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  #test .sidenav::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
  }
  #test .sidenav::-webkit-scrollbar-thumb {
    background-color: #4c4c4c;
  }
  #test .sidenav-search {
    padding: 2px 20px 10px 20px;
    width: 100%;
    background-color: #ffffff;
    z-index: 11;
  }
  #test .sidenav-search .search {
    height: 30px;
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #eee;
    background-color: #fff;
  }
  #test .search-reset {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    right: 28px;
    top: 8px;
    background-color: #fff;
  }
  #test .section-example {
    padding: 0;
    height: 100%;
    background: #282a36;
    border-radius: 0px 5px 5px 0px;
  }
  #test .full-pre {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 15px;
    border-radius: 5px;
    padding-bottom: 7px;
  }
  #test .full-pre .typ {
    font-size: 11px;
    font-weight: 600;
    min-width: 80px;
    padding: 6px 8px 4px 8px;
    text-align: center;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    color: #fff;
  }
  #test .nav-tabs-examples > li > a:hover,
  #test .nav-tabs-examples > li.active > a,
  #test .nav-tabs-examples > li.active > a:focus,
  #test .nav-tabs-examples > li.active > a:hover {
    color: #ffffff;
  }
  #test .nav-list-item .typ-name {
    color: #fff;
    padding: 2px;
    padding-right: 0;
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 37px;
  }
  #test .nav-list-item .typ-name.typ-get {
    color: #61affe;
  }
  #test .nav-list-item .typ-name.typ-post {
    color: #49cc90;
  }
  #test pre .typ-get {
    background: #61affe;
  }
  #test pre .typ-post {
    background: #49cc90;
  }
  #test .pre-get {
    background: rgba(97, 175, 254, 0.1);
    border: 1px dotted #61affe;
  }
  #test .pre-post {
    background: rgba(73, 204, 144, 0.1);
    border: 1px dotted #49cc90;
  }
  #test .row {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #test .row .no-float {
    display: table-cell;
    width: 100%;
  }
  #test .headers {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px 5px 15px;
    background: #fbfdfc;
  }
  #test .url {
    font-size: 15px;
    font-weight: 600;
    color: #3b4151;
  }
  #test .btn {
    border-radius: 0;
  }
  #test section:first-child {
    padding: 0;
  }
}
@media screen and print, print and print {
  #test #sidenav {
    display: none;
  }
  #test #content {
    margin-left: 0;
  }
  #test a {
    text-decoration: none;
    color: inherit;
  }
  #test a:after {
    content: " [" attr(href) "] ";
  }
  #test p {
    color: #5f6368;
  }
  #test pre {
    padding: 10px;
    border: none;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 20px 0;
  }
}
@media screen and print, print and print {
  #test .hide-print {
    display: none;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://wsp2.desarrollamelo.com/templates/_apidoc/fonts/glyphicons-halflings-regular.eot);
  src: url(https://wsp2.desarrollamelo.com/templates/_apidoc/fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(https://wsp2.desarrollamelo.com/templates/_apidoc/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://wsp2.desarrollamelo.com/templates/_apidoc/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://wsp2.desarrollamelo.com/templates/_apidoc/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://wsp2.desarrollamelo.com/templates/_apidoc/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKgE0mV0Q.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKjk0m.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgzZmW5O7w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgzaGW5.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
