* {
  scroll-behavior: smooth;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.white-popup-block {
  background: #ffffff;
  text-align: left;
  max-width: 650px;
  position: relative;
  margin: 40px auto;
  padding: 20px 30px;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
header,
main,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://d266key948fg17.cloudfront.net/uploads/fonts/glyphicons-halflings-regular.eot);
  src: url(https://d266key948fg17.cloudfront.net/uploads/fonts/glyphicons-halflings-regulard41dd41dd41d.eot?#iefix)
      format("embedded-opentype"),
    url(https://d266key948fg17.cloudfront.net/uploads/fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(https://d266key948fg17.cloudfront.net/uploads/fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(https://d266key948fg17.cloudfront.net/uploads/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-circle {
  border-radius: 50%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 25px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 15px;
  letter-spacing: 0.6px;
  line-height: 1.3;
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
dd {
  line-height: 1.42857143;
}
dd {
  margin-left: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
table {
  background-color: transparent;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table .table {
  background-color: #fff;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    line-height: 34px;
  }
}
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.open > a {
  outline: 0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right {
  padding-left: 10px;
}
.media-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container-fluid:after,
.container:after,
.nav:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.hide {
  display: none !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
@-ms-viewport {
  width: device-width;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.header_blue {
  background: #1565c0;
  padding: 80px 0 20px;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 40px;
}
.header_text {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  color: #444;
}
.unlockBtn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.unlockBtn {
  background: #2196f3;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  min-height: 31px;
  min-width: 70px;
  padding: 2px 16px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  font: 500 14px/31px Roboto, sans-serif !important;
  outline: 0 !important;
  color: white;
}
.content-container {
  width: 80%;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
  min-height: 100vh;
  background: rgb(1, 15, 86);
  background: -moz-linear-gradient(
    45deg,
    rgba(1, 15, 86, 1) 0%,
    rgba(4, 72, 147, 1) 66%,
    rgba(54, 146, 223, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(1, 15, 86, 1) 0%,
    rgba(4, 72, 147, 1) 66%,
    rgba(54, 146, 223, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(1, 15, 86, 1) 0%,
    rgba(4, 72, 147, 1) 66%,
    rgba(54, 146, 223, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010f56', endColorstr='#3692df', GradientType=1);
  background-image: -moz-linear-gradient(
    20deg,
    rgba(255, 40, 70, 1) 0%,
    rgba(105, 68, 255, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    20deg,
    rgba(255, 40, 70, 1) 0%,
    rgba(105, 68, 255, 1) 100%
  );
  background-image: linear-gradient(
    20deg,
    rgba(255, 40, 70, 1) 0%,
    rgba(105, 68, 255, 1) 100%
  );
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
ul {
  list-style: disc;
  padding: 0 15px;
  line-height: 30px;
}
textarea,
input,
a,
button {
  outline: none;
}
.container {
  max-width: 750px;
  margin-bottom: 20px;
  padding-top: 70px;
}
h1,
.h1 {
  font-size: 30px !important;
}
body {
  font-size: 16px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-align: center;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:visited,
a:focus,
a:active,
button:hover,
button:visited,
button:active,
button:focus {
  text-decoration: none !important;
  outline: none !important;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
.animation-delay-100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animation-delay-200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation-delay-300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animation-delay-400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-delay-600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-delay-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animation-delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation-delay-2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.platform-navigation-wrapper {
  border-bottom: 5px solid rgba(0, 0, 0, 0.4);
  margin: 0 0 50px 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.platform-navigation-wrapper .row {
  margin: 0;
}
.platform-navigation-wrapper .col-4 {
  padding: 0;
}
.platform-nav-item-content {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  cursor: pointer;
  opacity: 0.8;
  width: 100vw;
}
.platform-nav-item-content i {
  color: #fff;
  line-height: 1;
  font-size: 4em;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.platform-item-snapchat i {
  color: #000;
  text-shadow: none;
}
.logo-s {
  display: table;
  margin: 7px auto 0 auto;
  max-width: 100px;
  max-height: 50px;
}
.logo-text {
  display: table;
  margin: 7px auto 0 auto;
  max-width: 100px;
}
.tool-title-wrapper {
  background: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  padding: 4px 5px 3px 6px;
  font-size: 0.5em;
  margin: 7px auto 0 auto;
  border-radius: 3px;
}
.platform-item-facebook {
  background: #4267b2;
}
.platform-item-facebook:before,
.platform-item-twitter:before,
.platform-item-instagram:before {
  height: 100%;
  width: 2px;
  right: 0;
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.platform-item-twitter {
  background: #1da1f2;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.platform-item-instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.platform-item-tiktok {
  background: #ee1d52;
}
.platform-nav-item-content.active {
  opacity: 1;
  cursor: default;
}
.platform-nav-item-content.active:after {
  height: 5px;
  width: 50%;
  left: 25%;
  content: "";
  position: absolute;
  bottom: -5px;
  background: #fff;
}
.main-content {
  background: #fff;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}
.main-content .network-intro-header {
  text-align: center;
  position: relative;
  padding: 30px 70px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.main-content .network-intro-header i {
  line-height: 1;
  font-size: 6em;
}
.main-content .network-intro-header img.logo-s {
  max-height: 80px;
  display: table;
  margin: 0 auto 15px auto;
  line-height: 1;
}
.main-content .network-intro-header.network-intro-header-tw i {
  color: #1da1f2;
}
.main-content .network-intro-header.network-intro-header-ig i {
  color: #d6249f;
}
.main-content .network-intro-header.network-intro-header-tt i {
  color: #ee1d52;
}
.main-content .network-intro-header .logo-text {
  filter: invert(1);
  max-width: 180px;
  margin: 10px auto;
}
.main-content .network-intro-header .tool-title-wrapper {
  background: transparent;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1;
  padding: 4px 5px 3px 6px;
  font-size: 2em;
  margin: 7px auto 0 auto;
  border-radius: 3px;
}
.network-intro-content {
  position: relative;
  padding: 40px 60px 50px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.network-intro-content-tw {
  background: #1da1f2;
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 40, 70, 1) 0%,
    rgba(105, 68, 255, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 40, 70, 1) 0%,
    rgba(105, 68, 255, 1) 100%
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 40, 70, 1) 0%,
    rgba(105, 68, 255, 1) 100%
  );
}
.network-intro-content-ig {
  background: #d6249f;
}
.network-intro-content-tt {
  background: #ee1d52;
}
.intro-title-wrapper {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 1.9em;
  vertical-align: top;
  position: relative;
}
.intro-step-title-number {
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 7px 0 0 0;
  border-radius: 50px;
  margin-right: 5px;
}
.intro-instructions-wrapper {
  font-weight: 400;
  font-size: 0.4em;
  max-width: 330px;
  margin: 0 auto;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 10px 5px;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2;
}
.username-input-wrapper {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  max-width: 500px;
  position: relative;
  margin: 15px auto 0 auto;
}
.network-intro-content-tw .username-input-wrapper {
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #fff;
}
.username-input-wrapper i {
  position: absolute;
  color: #fff;
  font-size: 2em;
  left: 28px;
  top: 27px;
}
.username-input-wrapper img {
  position: absolute;
  color: #fff;
  font-size: 2em;
  left: 20px;
  top: 23px;
  max-width: 40px;
}
.username-input {
  width: 100%;
  height: 90px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 1.4em;
  padding: 0 0 0 80px;
}
.username-input::placeholder {
  color: #fff;
  opacity: 1;
}
.username-input:-ms-input-placeholder {
  color: #fff;
}
.username-input::-ms-input-placeholder {
  color: #fff;
}
.button-wrapper {
  position: relative;
  margin: 40px auto 0 auto;
}
.button {
  background: #fff;
  color: #fff;
  border-radius: 100px;
  max-width: 300px;
  padding: 20px 5px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.network-intro-content-fb .button {
  box-shadow: 0 0 0 4px #4267b2, 0 0 0 5px #fff;
}
.network-intro-content-tw .button {
  box-shadow: 0 0 0 1px #1da1f2, 0 0 0 1px #fff;
  background: linear-gradient(45deg, #1da1f2, #0e71c8);
}
.button:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #fff;
  background: linear-gradient(-45deg, #1da1f2, #0e71c8);
  color: #fff;
  letter-spacing: 2px;
}
.followers-select-wrapper {
  position: relative;
  margin: 30px auto 0 auto;
}
.followers-select-item {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.followers-select-item img {
  display: table;
  max-width: 60%;
  margin: 0 auto;
}
.followers-select-item span.followers-value {
  font-weight: 700;
  font-size: 2em;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 10px auto 0 auto;
}
.followers-select-item span.followers-label {
  font-weight: 300;
  font-size: 1em;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0 auto 0 auto;
}
.followers-select-item.active {
  background: transparent;
  box-shadow: inset 0 0 0 1.5px #fff;
}
.popup-step-content {
  padding: 50px 40px;
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
  position: relative;
  border-radius: 25px;
}
.popup-step-content-tw {
  background: #1da1f2;
  background: linear-gradient(45deg, #c63fb7, #0e71c8);
}
.popup-step-content .intro-title-wrapper {
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.popup-step-content .intro-instructions-wrapper {
  border: none;
  padding: 5px;
}
.console-process-wrapper {
  padding: 30px 0 0 0;
}
.console-message {
  text-align: center;
  margin: 25px auto 0 auto;
  font-size: 1.4em;
  color: #fff;
  font-weight: 400;
}
.console-message-h {
  font-weight: 700;
  text-transform: lowercase;
}
.console-count-wrapper {
  position: relative;
  margin: 0 auto 25px;
  display: none;
  text-align: center;
  background: transparent;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 15px 20px;
  max-width: 250px;
}
.console-count-wrapper img {
  display: table;
  max-width: 60%;
  margin: 0 auto;
}
.console-count-amount {
  font-weight: 700;
  font-size: 2em;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 10px auto 0 auto;
}
.console-count-label {
  font-weight: 300;
  font-size: 1em;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0 auto 0 auto;
}
.console-loader-wrapper .lnr {
  color: #fff;
  font-size: 2.6em;
  height: 50px;
  width: 50px;
  text-align: center;
  display: table;
  margin: 0 auto;
  filter: invert(1);
}
.verification-popup-wrapper {
  text-align: center;
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
  position: relative;
  border-radius: 25px;
  background: #1da1f2;
  background: linear-gradient(45deg, #1da1f2, #0e71c8);
  background: linear-gradient(45deg, #c63fb7, #0e71c8);
  color: #fff;
  text-align: center;
}
.verification-popup-wrapper h3 {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 23px;
}
.verification-popup-wrapper p {
  color: #fff;
  font-size: 16px;
  text-align-last: center;
  margin-top: 5%;
  letter-spacing: 0.6px;
  line-height: 1.3;
}
.verification-username,
.verification-followers-value {
  font-weight: 700;
  color: #ffdb00;
}
.verification-popup-wrapper i {
  font-size: 30px;
  display: block;
  color: #fff;
  text-align: center;
  margin: 20px auto;
}
.button-verification {
  background: #fff;
  color: #000;
}
.button-verification:hover {
  background: #333;
  color: #fff;
}
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  margin: 0 auto;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
#example_feed_offers a {
  border-radius: 100px;
  width: 85%;
  min-width: 150px;
  padding: 20px 5px;
  text-align: center;
  cursor: pointer;
  margin: 2% auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #fff;
  color: #000;
  display: block;
  text-decoration: none;
  transform: scale(0.9);
  box-shadow: 0 0 0 4px #1da1f2, 0 0 0 5px #fff;
}
#example_feed_offers a:hover {
  transform: scale(1);
}
@media screen and (max-width: 1440px) {
  .main-content .network-intro-header {
    padding: 20px 50px;
  }
  .network-intro-content {
    padding: 30px 50px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .platform-nav-item-content {
    height: 100px;
  }
  .platform-nav-item-content i {
    font-size: 3em;
  }
  .logo-s {
    max-height: 35px;
  }
  .logo-text {
    max-width: 80px;
  }
  .main-content .network-intro-header i {
    font-size: 4.2em;
  }
}
@media screen and (max-width: 700px) {
  .platform-nav-item-content i {
    font-size: 2.4em;
  }
  .logo-s {
    max-height: 30px;
  }
  .logo-text {
    max-width: 70px;
  }
  .platform-nav-item-content {
    height: 90px;
  }
  .platform-nav-item .tool-title-wrapper {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .followers-select-wrapper .row {
    margin: 0 -5px;
  }
  .followers-select-wrapper .col-4 {
    padding: 0 5px;
  }
}
@media screen and (max-width: 550px) {
  .main-content .network-intro-header {
    padding: 15px 30px;
  }
  .network-intro-content {
    padding: 20px 30px 30px;
  }
  .main-content .network-intro-header .tool-title-wrapper {
    font-size: 1.6em;
  }
  .main-content .network-intro-header .logo-text {
    max-width: 120px;
  }
  .intro-step-title-number {
    height: 40px;
    padding-top: 5px;
    width: 40px;
    margin-right: 5px;
  }
  .intro-instructions-wrapper {
    font-size: 0.55em;
    margin-top: 10px;
  }
  .username-input {
    font-size: 1.2em;
  }
  .followers-select-item {
    padding: 15px 10px;
  }
  .followers-select-item img {
    max-width: 75%;
  }
  .followers-select-item span.followers-value {
    font-size: 1.6em;
  }
  .followers-select-item span.followers-label {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 400px) {
  .platform-nav-item-content i {
    font-size: 2em;
  }
  .logo-s {
    max-height: 25px;
  }
  .logo-text {
    max-width: 50px;
  }
  .platform-nav-item-content {
    height: 80px;
  }
  .platform-nav-item .tool-title-wrapper {
    display: none;
  }
  .main-content .network-intro-header {
    padding: 15px 25px;
  }
  .network-intro-content {
    padding: 20px 25px 30px;
  }
  .main-content .network-intro-header i {
    font-size: 3em;
  }
  .main-content .network-intro-header img.logo-s {
    max-height: 40px;
  }
  .main-content .network-intro-header .tool-title-wrapper {
    font-size: 1.4em;
    letter-spacing: 1px;
  }
  .main-content .network-intro-header .logo-text {
    max-width: 100px;
  }
  .intro-step-title-number {
    height: 40px;
    padding-top: 5px;
    width: 40px;
    margin-right: 5px;
  }
  .intro-instructions-wrapper {
    font-size: 0.65em;
    margin-top: 10px;
  }
  .username-input-wrapper i {
    font-size: 1.4em;
    top: 34px;
  }
  .username-input {
    font-size: 1.2em;
    padding-left: 80px;
  }
  .console-message {
    font-size: 1.2em;
  }
  .popup-step-content {
    padding: 40px 25px;
  }
  #password-generation {
    padding: 10px 10px 10px 10px;
    letter-spacing: 3px;
    font-size: 1.4em;
  }
  .followers-select-wrapper .row {
    margin: 0 -3px;
  }
  .followers-select-wrapper .col-4 {
    padding: 0 3px;
  }
}
@media screen and (max-width: 360px) {
  .username-input {
    font-size: 1em;
    padding-left: 80px;
  }
}
@media screen and (max-width: 320px) {
  .platform-navigation-wrapper {
    margin-bottom: 20px;
  }
  .main-content .network-intro-header i {
    font-size: 2.4em;
  }
  .main-content .network-intro-header .logo-text {
    margin: 5px auto;
    max-width: 80px;
  }
  .main-content .network-intro-header .tool-title-wrapper {
    font-size: 1.1em;
    letter-spacing: 0;
  }
  .intro-instructions-wrapper {
    font-size: 0.6em;
  }
  .username-input-wrapper i {
    top: 18px;
  }
  .username-input {
    height: 60px;
  }
  .button-wrapper {
    margin-top: 20px;
  }
  .console-message {
    font-size: 1em;
  }
  .followers-select-wrapper {
    margin-top: 10px;
  }
  .followers-select-item {
    padding: 10px 10px;
  }
  .followers-select-item span.followers-value {
    font-size: 1.4em;
  }
  .followers-select-item span.followers-label {
    font-size: 0.65em;
  }
  .followers-select-item.active {
    box-shadow: inset 0 0 0 3px #fff;
  }
  .followers-select-wrapper .row {
    margin: 0 -2px;
  }
  .followers-select-wrapper .col-4 {
    padding: 0 2px;
  }
}
.logon {
  width: 20%;
  height: auto;
  max-width: 80px;
  min-width: 70px;
}
.logon1 {
  filter: invert(1);
}
.top-logo {
  width: 40px;
}
.col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
input {
  text-transform: lowercase;
  font-weight: bold;
}
#snowflakeContainer {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.snowflake {
  position: fixed;
  background-color: #fff;
  user-select: none;
  z-index: 1000;
  pointer-events: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.myButton {
  border-radius: 6px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0px 1px 0px #1570cd;
  margin: 15px 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 40, 70, 1) 0%,
    rgba(105, 68, 255, 1) 100%
  );
  transform: translate(15vw, 0);
}
.myButton:hover {
  background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
  background-color: #1e62d0;
  color: #fff;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
