button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html {
  background-color: #17464E;
  color: white;
  scroll-behavior: smooth;
  font-family: "Helvetice Neue","Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; }

h1 {
  margin: 0; }

p {
  font-weight: 300; }

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fade > * {
  position: relative;
  z-index: 999; }

a {
  color: #17BAFC; }

.about {
  font-size: 0.7em;
  padding-bottom: 40px;
  max-width: 1000px;
  margin: auto; }

.top {
  position: relative;
  z-index: 3000;
  padding: 15px;
  padding-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around; }
  .top .logo {
    margin-right: 20px; }
    .top .logo img {
      width: 200px;
      padding-top: 15px; }

.social {
  position: relative;
  top: -2px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: start;
          align-items: flex-start; }
  .social a {
    margin-right: 10px; }
    .social a img {
      width: 50px;
      background-color: #10383d;
      border: 1px solid #17BAFC;
      padding: 10px;
      border-top: none; }

.intro {
  background-image: url("../img/light0.svg"), url("../img/light1.svg");
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; }
  .intro .inner {
    padding: 20px 0;
    position: relative;
    z-index: 200; }
    .intro .inner p {
      font-size: 1.2em;
      font-weight: initial; }
    .intro .inner img {
      width: 500px; }

.inner {
  width: 90%;
  max-width: 1536px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
          align-items: center; }

.content {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .content a {
    width: 100%; }

.rain {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7; }

thead img {
  min-width: 20px; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  white-space: normal !important; }

canvas {
  z-index: -1;
  pointer-events: none; }

button {
  background-color: transparent;
  border-radius: 0;
  color: #17FCD0;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #17FCD0;
  margin: 10px 0;
  font-size: 2em;
  width: 100%;
  padding: 0.5em 1em;
  position: relative;
  top: 0; }

button:hover {
  background-color: #17FCD0; }

button:active {
  background-color: #17FCD0;
  top: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

button:focus {
  outline: 0; }

.explore {
  position: relative; }

.explore::after {
  content: "";
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-image: url("../img/light0.svg"), url("../img/light1.svg");
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.key, .sort {
  width: 100%;
  display: -webkit-box;
  display: flex;
  font-weight: lighter;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 380px;
  padding: 0 10px; }
  .key .k-title, .sort .k-title {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 0.9em;
    margin-right: 4px; }
  .key .k-cont, .sort .k-cont {
    font-size: 0.8em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.key {
  margin-bottom: 10px; }
  .key .k-cont {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .key .k-cont > div {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .key .k-cont > div > div {
        padding: 5px;
        display: -webkit-box;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-align: center;
                align-items: center; }
        .key .k-cont > div > div img {
          margin-right: 5px; }

.sort .k-sort {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .sort .k-sort > div {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .sort .k-sort span {
    padding: 0 3px; }
  .sort .k-sort img {
    width: 36px; }

.modal.active {
  display: block; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.blur {
  -webkit-filter: blur(6px);
          filter: blur(6px); }

/* Modal Content/Box */
.modal-content {
  background-color: #17464E;
  border: 2px solid #17FCD0;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 3%;
  position: relative;
  width: 90%;
  /* Could be more or less, depending on screen size */
  text-align: center; }
  .modal-content p {
    font-weight: 200; }

/* The Close Button */
.close {
  position: absolute;
  background-image: url("../img/x.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #17FCD0;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%); }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.table .inner {
  width: 100%; }

#tbl tbody [role=row] :nth-child(2), #tbl tbody [role=row] :nth-child(3), #tbl tbody [role=row] :nth-child(4), #tbl tbody [role=row] :nth-child(5), #tbl tbody [role=row] :nth-child(6), #tbl tbody [role=row] :nth-child(7), #tbl tbody [role=row] :nth-child(8) {
  font-weight: 300; }

#tbl tbody [role=row] :nth-child(5), #tbl tbody [role=row] :nth-child(6) {
  color: #17BAFC; }

#tbl tbody [role=row] :nth-child(7), #tbl tbody [role=row] :nth-child(8) {
  color: #17FCD0; }

#tbl tbody .child :nth-child(1), #tbl tbody .child :nth-child(2), #tbl tbody .child :nth-child(3), #tbl tbody .child :nth-child(4), #tbl tbody .child :nth-child(5), #tbl tbody .child :nth-child(6), #tbl tbody .child :nth-child(7) {
  font-weight: 300; }

#tbl tbody .child :nth-child(4), #tbl tbody .child :nth-child(5) {
  color: #17BAFC; }

#tbl tbody .child :nth-child(6), #tbl tbody .child :nth-child(7) {
  color: #17FCD0; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
  border-radius: 20px; }

table.dataTable.display tbody tr, table.dataTable.display tbody td, .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: none; }

table.dataTable.display tbody tr.odd {
  background-color: rgba(255, 255, 255, 0.06); }

table.dataTable.display tbody tr.even, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.display tbody tr.even, table.dataTable.display tbody tr.even > .sorting_1 {
  background-color: transparent; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 18px; }

.dataTables_scroll {
  text-align: left; }

.fade {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1; }

.fade.ng-enter,
.fade.ng-leave {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.fade.ng-enter {
  opacity: 0; }

.fade.ng-enter-active {
  opacity: 1; }

.fade.ng-leave {
  opacity: 1; }

.fade.ng-leave-active {
  opacity: 0; }

.dataTables_wrapper {
  width: 100%; }

.dataTables_wrapper .dataTables_filter {
  width: 100%;
  padding: 10px; }

.dataTables_scrollHead {
  display: none; }

.table {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .table ::-webkit-scrollbar {
    width: 15px; }
  .table ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px; }
  .table ::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border-radius: 10px; }
  .table ::-webkit-scrollbar-thumb:hover {
    background: #D1D1D1; }

.dataTables_filter .key {
  display: none; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  top: 50%;
  left: initial;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  background-color: transparent;
  content: "";
  border-radius: initial;
  border: initial;
  height: 20px; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  background-image: url("../img/up.svg"); }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 20px 10px;
  padding-right: 40px; }

table.dataTable tbody tr {
  background-color: transparent; }

table {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.more {
  color: #17FCD0;
  background-image: url("../img/more.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 50px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 1.2em;
  padding-top: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.dataTables_scroll {
  border-top: 2px solid #17FCD0;
  border-bottom: 2px solid #17FCD0;
  background-image: url("../img/table.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

tr .child {
  padding: 0; }

table.dataTable > tbody > tr.child ul :nth-child(1) .dtr-title,
table.dataTable > tbody > tr.child ul :nth-child(2) .dtr-title,
table.dataTable > tbody > tr.child ul :nth-child(3) .dtr-title {
  display: none; }

table.dataTable.display tbody tr.odd + .child {
  background-color: rgba(255, 255, 255, 0.06); }

table.dataTable.display tbody tr.even + .child {
  background-color: transparent; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
          align-items: baseline; }
  table.dataTable > tbody > tr.child ul.dtr-details > li {
    margin: 0 5px;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-title {
      margin-right: 5px;
      min-width: initial; }

.top-links {
  margin: 15px; }
  .top-links .inner {
    flex-wrap: nowrap;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .top-links button {
    background-color: transparent;
    border-radius: 0;
    color: #17FCD0;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #17FCD0;
    margin: 10px;
    font-size: 1em;
    font-weight: 300;
    padding: 0.4em 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    top: 0; }
  .top-links button:hover {
    background-color: #17FCD0; }
  .top-links button:active {
    background-color: #17FCD0;
    top: 4px;
    color: white;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .top-links button:focus {
    color: white;
    outline: 0; }

.stats1 .s-row {
  max-width: 380px;
  margin: auto; }

.stats2 .s-row {
  max-width: 390px;
  margin: auto; }

.s-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
  .s-row > div {
    padding: 10px;
    width: 50%; }
  .s-row .s-roi, .s-row .s-gross {
    text-align: right; }
  .s-row .s-budget, .s-row .s-gross {
    color: #17FCD0;
    background-repeat: no-repeat; }
  .s-row .s-name {
    padding-left: 0; }
  .s-row .s-roi {
    padding-right: 0; }
  .s-row .s-budget {
    background-image: url("../img/budget.svg");
    padding-left: 30px;
    font-weight: 300;
    background-position: 0% 25%; }
  .s-row .s-gross {
    background-image: url("../img/gross.svg");
    padding-left: 20px;
    padding-left: 45px;
    background-position: center left; }

.stats2 {
  padding-bottom: 10px; }
  .stats2 > :last-child {
    border: none; }
  .stats2 .s-row .s-name {
    width: 100%;
    padding: 0;
    padding-top: 10px; }
  .stats2 .s-row .s-tom, .stats2 .s-row .s-aud, .stats2 .s-row .s-roi {
    width: 33%;
    font-size: 1.2em;
    white-space: nowrap;
    background-repeat: no-repeat;
    font-weight: 800;
    background-position: left center; }
  .stats2 .s-row .s-tom {
    background-image: url("../img/tomato.svg");
    padding-left: 30px;
    color: #17BAFC; }
  .stats2 .s-row .s-aud {
    background-image: url("../img/audience.svg");
    color: #17BAFC;
    padding-left: 40px; }

.footer {
  padding: 30px 0; }
  .footer .inner p {
    font-size: 1.2em; }
  .footer .inner > * {
    width: 100%; }

#bottom {
  padding-bottom: 0; }

.section {
  padding: 30px 0; }

.line .inner {
  border-bottom: 2px solid #17FCD0; }

.desk {
  display: none; }

.dataTables_wrapper .dataTables_filter {
  text-align: left;
  float: left; }

.d-row {
  display: -webkit-box;
  display: flex; }

@media only screen and (min-width: 1000px) {
  .dataTables_scrollHead {
    display: initial; }
  .dataTables_wrapper .dataTables_filter {
    width: auto; }
  .mob {
    display: none; }
  .desk {
    display: initial; }
  .modal-content {
    max-width: 1000px; }
    .modal-content .rain-maker button {
      width: 240px; }
  .intro {
    background-image: url("../img/light3.svg"), url("../img/light4.svg");
    background-position: bottom left, bottom right; }
    .intro .inner {
      width: 70%;
      background-image: url("../img/dolla.svg");
      background-position: center center;
      background-size: contain;
      background-attachment: content-box;
      background-origin: content-box;
      background-clip: content-box;
      background-repeat: no-repeat;
      padding-top: 1%; }
      .intro .inner .content {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
                flex-direction: initial;
        -webkit-box-pack: center;
                justify-content: center; }
        .intro .inner .content p {
          max-width: 900px;
          font-size: 1.9em; }
        .intro .inner .content button {
          width: 240px;
          margin: 30px 30px; }
      .intro .inner img {
        width: 1100px; }
  .explore .inner {
    width: 90%; }
  .explore h2 {
    font-size: 1.8em; }
  .d-row {
    -webkit-box-ordinal-group: 3;
            order: 2; }
    .d-row .deskt {
      width: 60%; }
    .d-row .rex, .d-row .toy {
      width: 40%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: end;
              align-items: flex-end; }
    .d-row table {
      white-space: nowrap;
      text-align: left;
      width: 100%; }
      .d-row table td {
        padding: 4px 10px; }
      .d-row table thead {
        font-weight: 800; }
      .d-row table tr :first-child {
        text-align: center; }
      .d-row table .blob {
        width: 40px;
        color: #17464E;
        border-radius: 50px;
        padding: 2px 16px;
        font-size: 1.4em;
        text-align: center; }
    .d-row .tbl1 tbody tr .blob {
      background-color: white; }
    .d-row .tbl1 tbody tr :nth-child(3) {
      font-weight: 300; }
    .d-row .tbl1 thead tr :nth-child(3), .d-row .tbl1 thead tr :nth-child(4), .d-row .tbl1 tbody tr :nth-child(3), .d-row .tbl1 tbody tr :nth-child(4) {
      color: #17FCD0; }
    .d-row .tbl2 tbody tr .blob {
      background-color: #17BAFC; }
    .d-row .tbl2 tbody tr :nth-child(3), .d-row .tbl2 tbody tr :nth-child(4) {
      text-align: center; }
    .d-row .tbl2 tbody > :last-child .blob {
      padding: 5px 15px; }
    .d-row .tbl2 thead tr :nth-child(3), .d-row .tbl2 thead tr :nth-child(4), .d-row .tbl2 tbody tr :nth-child(3), .d-row .tbl2 tbody tr :nth-child(4) {
      color: #17BAFC; } }

@media only screen and (min-width: 1200px) {
  .key, .sort {
    display: none; }
  .dataTables_wrapper .dataTables_filter {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center;
    width: 100%; }
    .dataTables_wrapper .dataTables_filter .key {
      max-width: none;
      -webkit-box-pack: end;
              justify-content: flex-end; }
    .dataTables_wrapper .dataTables_filter .k-cont {
      -webkit-box-pack: justify;
              justify-content: space-between; }
    .dataTables_wrapper .dataTables_filter label {
      margin-right: 50px; }
      .dataTables_wrapper .dataTables_filter label > * {
        margin: 0; }
    .dataTables_wrapper .dataTables_filter .key {
      display: -webkit-box;
      display: flex;
      margin: 0; }
      .dataTables_wrapper .dataTables_filter .key .k-title {
        color: white; }
      .dataTables_wrapper .dataTables_filter .key .k-cont {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center; }
        .dataTables_wrapper .dataTables_filter .key .k-cont > div {
          display: -webkit-box;
          display: flex;
          flex-wrap: nowrap; }
          .dataTables_wrapper .dataTables_filter .key .k-cont > div > div {
            padding: 5px 10px;
            display: -webkit-box;
            display: flex;
            flex-wrap: nowrap;
            white-space: nowrap;
            -webkit-box-align: center;
                    align-items: center;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content; }
            .dataTables_wrapper .dataTables_filter .key .k-cont > div > div img {
              margin-right: 10px; }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 0;
    padding-left: 15px; } }

@media only screen and (min-width: 1300px) {
  .dataTables_wrapper .dataTables_filter .key .k-cont > div > div {
    padding: 5px 20px; }
  .explore .section .inner .desk {
    width: 60%; } }

@media only screen and (min-width: 1400px) {
  .dataTables_wrapper .dataTables_filter .key .k-cont > div > div {
    padding: 5px 30px; } }

@media only screen and (min-width: 1700px) {
  .dataTables_wrapper .dataTables_filter label > * {
    width: 250px; }
  .dataTables_wrapper .dataTables_filter .key .k-cont > div > div {
    padding: 5px 40px; } }
